openpanel/packages/create-refine-app/CHANGELOG.md
Stefan Pejcic 09f9f9502d packages
2024-11-07 19:03:37 +01:00

19 KiB

create-refine-app

1.12.6

Patch Changes

  • #5925 b840c4b224e Thanks @aliemir! - chore: update superplate-cli dependency to latest

    This updates the superplate-cli and includes a fix for the re-initializing git repository issue. Now when a new project is created, it will check if the current directory is a git repository and if it is, it will not re-initialize it.

1.12.5

Patch Changes

1.12.4

Patch Changes

1.12.3

Patch Changes

1.12.2

Patch Changes

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