OpenPanel/packages/create-refine-app/CHANGELOG.md
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

18 KiB

create-refine-app

1.12.1

Patch Changes

1.12.0

Minor Changes

Patch Changes

1.11.12

Patch Changes

1.11.11

Patch Changes

1.11.10

Patch Changes

1.11.9

Patch Changes

1.11.8

Patch Changes

1.11.7

Patch Changes

1.11.6

Patch Changes

1.11.5

Patch Changes

1.11.4

Patch Changes

1.11.3

Patch Changes

1.11.2

Patch Changes

1.11.1

Patch Changes

1.11.0

Minor Changes

  • #4518 d93747281f7 Thanks @aliemir! - Updated superplate-cli version and updated superplate runner command with environment variables.

1.10.0

Minor Changes

  • #4518 d93747281f7 Thanks @aliemir! - Updated superplate-cli version and updated superplate runner command with environment variables.

1.9.0

Minor Changes

1.8.0

Minor Changes

1.7.3

Patch Changes

1.7.2

Patch Changes

1.7.0

Minor Changes

1.6.0

Minor Changes

1.5.10

Patch Changes

1.5.9

Patch Changes

1.5.8

Patch Changes

1.5.7

Patch Changes

1.5.6

Patch Changes

1.5.5

Patch Changes

1.7.0

Minor Changes

1.6.0

Minor Changes

1.5.4

Patch Changes

1.5.3

Patch Changes

1.5.2

Patch Changes

1.5.1

Patch Changes

1.5.0

Minor Changes

  • #3220 b867497f469 Thanks @aliemir! - Added --example option to get started with an example app.

    Usage

    npm create refine-app@latest --example base-mantine my-awesome-app
    

    This command will create a new refine app in my-awesome-app directory with base-mantine example.

1.4.0

Minor Changes

  • #3220 b867497f469 Thanks @aliemir! - Added --example option to get started with an example app.

    Usage

    npm create refine-app@latest -- --example base-mantine my-awesome-app
    

    This command will create a new refine app in my-awesome-app directory with base-mantine example.

1.3.18

Patch Changes

1.3.17

Patch Changes

1.3.16

Patch Changes

1.3.15

Patch Changes

1.3.14

Patch Changes

1.3.13

Patch Changes

1.3.12

Patch Changes

1.3.11

Patch Changes

1.3.10

Patch Changes

1.3.9

Patch Changes

1.3.8

Patch Changes

1.3.7

Patch Changes

1.3.6

Patch Changes

1.3.5

Patch Changes

1.3.4

Patch Changes

1.3.3

Patch Changes

1.3.2

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

  • #3077 d603306c531 Thanks @omeraplak! - Added argument support

    before:

    npm create refine-app@latest -- -o refine-antd tutorial
    

    after:

    npm create refine-app@latest  -o refine-antd tutorial
    

1.2.0

Minor Changes

  • #3077 d603306c531 Thanks @omeraplak! - Added argument support

    before:

    npm create refine-app@latest -- -o refine-antd tutorial
    

    after:

    npm create refine-app@latest  -o refine-antd tutorial
    

1.1.1

Patch Changes

1.1.0

Minor Changes