Files
openpanel/packages/devtools/CHANGELOG.md
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

9.3 KiB

@refinedev/devtools

1.1.30

Patch Changes

1.1.29

Patch Changes

1.1.28

Patch Changes

1.1.27

Patch Changes

1.1.26

Patch Changes

1.1.25

Patch Changes

1.1.24

Patch Changes

1.1.23

Patch Changes

1.1.22

Patch Changes

1.1.21

Patch Changes

1.1.20

Patch Changes

1.1.19

Patch Changes

1.1.18

Patch Changes

1.1.17

Patch Changes

1.1.16

Patch Changes

1.1.15

Patch Changes

1.1.14

Patch Changes

  • #5127 4f89ca46ac4 Thanks @aliemir! - Update panel and pin positioning for rounded numbers to avoid subpixel blurry rendering

1.1.13

Patch Changes

  • #5127 4f89ca46ac4 Thanks @aliemir! - Update panel and pin positioning for rounded numbers to avoid subpixel blurry rendering

1.1.12

Patch Changes

1.1.11

Patch Changes

1.1.10

Patch Changes

1.1.9

Patch Changes

1.1.8

Patch Changes

refine devtools

1.0.0

Major Changes

  • #4960 d8e464fa2c4 Thanks @aliemir! - Initial beta release of refine devtools.🎉

    We're releasing refine devtools in beta. refine devtools is designed to help you debug and develop your refine apps. It will be a collection of features including monitoring queries and mutations, testing out inferencer generated codes, adding and updating refine packages from the UI and more. 🤯

    Usage

    Install latest version of @refinedev/cli:

    npm install @refinedev/cli@latest
    

    🚨 If you don't have @refinedev/cli installed already, you can follow the installation guide to add it to your project.

    Install @refinedev/devtools with @refinedev/cli

    npm run refine devtools init
    

    devtools-install

    Ta-da! 🎉 Everything is ready now, you can use the refine devtools in your project! 🕶

    Devtools only works in development mode and have no overhead on production builds. You don't need to do anything special to exclude DevTools from your bundle.