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

38 KiB

@refinedev/ui-tests

1.14.9

Patch Changes

1.14.7

Patch Changes

1.14.6

Patch Changes

1.14.5

Patch Changes

  • #5928 db9756e7908 Thanks @aliemir! - fix: type errors on typescript <5

    Due to the changes in #5881, typescript users below version 5 are facing type errors. This PR fixes the type errors by updating the file extensions required by the d.mts declaration files to provide a compatible declarations for both typescript 4 and 5 users.

  • Updated dependencies [db9756e7908]:

    • @refinedev/core@4.49.2
    • @refinedev/ui-types@1.22.7

1.14.4

Patch Changes

1.14.3

Patch Changes

  • #5765 0c197d82393 Thanks @aliemir! - refactor: package bundles and package.json configuration for exports

    Previously, Refine packages had exported ESM and CJS bundles with same .js extension and same types for both with .d.ts extensions. This was causing issues with bundlers and compilers to pick up the wrong files for the wrong environment. Now we're outputting ESM bundles with .mjs extension and CJS bundles with .cjs extension. Also types are now exported with both .d.mts and .d.cts extensions.

    In older versions ESM and CJS outputs of some packages were using wrong imports/requires to dependencies causing errors in some environments. This will be fixed since now we're also enforcing the module type with extensions.

    Above mentioned changes also supported with changes in package.json files of the packages to support the new extensions and types. All Refine packages now include exports fields in their configuration to make sure the correct bundle is picked up by the bundlers and compilers.

  • #5754 56ed144a0f5 Thanks @alicanerdurmaz! - chore: TypeScript upgraded to v5.x.x. #5752

  • #5808 10ba9c34490 Thanks @aliemir! - chore: updated refresh button tests to be more UI focused and hand off the logic to the @refinedev/core's useRefreshButton hook

  • #5755 404b2ef5e1b Thanks @BatuhanW! - fix: incorrect type imports

  • Updated dependencies [4e8188a6652, 10ba9c34490, 2b5ac6f5409, 0c197d82393, 0c197d82393, 404b2ef5e1b, 56ed144a0f5, 0c197d82393, 10ba9c34490, 38f129f40ee, f32512b9042]:

    • @refinedev/core@4.49.0
    • @refinedev/ui-types@1.22.5

1.14.2

Patch Changes

1.14.1

Patch Changes

1.14.0

Minor Changes

  • #5307 f8e407f850 Thanks @jackprogramsjp! - feat: added hideForm props for LoginPage and RegisterPage for AuthPage feature.

    Now with the hideForm props feature, you can be able to hide the forms (like email/password) to only show the OAuth providers. This avoids having to make your own entire AuthPage.

Patch Changes

1.13.3

Patch Changes

1.13.2

Patch Changes

1.13.1

Patch Changes

1.13.0

Minor Changes

Patch Changes

1.12.0

Minor Changes

Patch Changes

1.11.0

Minor Changes

Patch Changes

1.10.0

Minor Changes

Patch Changes

1.9.0

Minor Changes

  • #4502 c7872ca621f Thanks @Mr0nline! - feat: added tests for <ThemedSiderV2/>'s activeItemDisabled prop. When activeItemDisabled prop is trye, the active item will be disabled and not clickable.

Patch Changes

1.8.0

Minor Changes

  • #4502 c7872ca621f Thanks @Mr0nline! - feat: added tests for <ThemedSiderV2/>'s activeItemDisabled prop. When activeItemDisabled prop is trye, the active item will be disabled and not clickable.

Patch Changes

1.7.2

Patch Changes

1.7.1

Patch Changes

1.7.0

Minor Changes

Patch Changes

1.6.0

Minor Changes

Patch Changes

1.5.0

Minor Changes

Patch Changes

1.4.0

Minor Changes

Patch Changes

1.3.2

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

Patch Changes

1.2.0

Minor Changes

Patch Changes

1.1.2

Patch Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

Patch Changes

0.13.0

Minor Changes

Patch Changes

  • Updated dependencies [0baa99ba787]:
    • @pankod/refine-core@3.103.0
    • @pankod/refine-ui-types@0.16.0

0.12.0

Minor Changes

Patch Changes

  • Updated dependencies [0baa99ba787]:
    • @pankod/refine-core@3.102.0
    • @pankod/refine-ui-types@0.15.0

0.11.6

Patch Changes

0.11.5

Patch Changes

0.11.4

Patch Changes

0.11.3

Patch Changes

0.11.2

Patch Changes

0.11.1

Patch Changes

0.11.0

Minor Changes

Patch Changes

0.10.0

Minor Changes

Patch Changes

  • Updated dependencies [e43e9a17ae]:
    • @pankod/refine-ui-types@0.13.0

0.9.1

Patch Changes

0.9.0

Minor Changes

  • Removed timers from all of the tests.

Patch Changes

  • Updated dependencies []:
    • @pankod/refine-core@3.74.6

0.8.0

Minor Changes

Patch Changes

  • Updated dependencies [a4dbb63c88]:
    • @pankod/refine-core@3.74.5

0.7.4

Patch Changes

  • Updated dependencies []:
    • @pankod/refine-ui-types@0.11.0

0.7.3

Patch Changes

  • Updated dependencies [a65525de6f]:
    • @pankod/refine-ui-types@0.10.0

0.7.2

Patch Changes

  • Updated dependencies []:
    • @pankod/refine-ui-types@0.9.0

0.7.1

Patch Changes

  • Updated dependencies [ad99916d6d]:
    • @pankod/refine-ui-types@0.8.0

0.7.0

Minor Changes

  • Updated Sider test for render props.

Patch Changes

  • Fixed version of react-router to 6.3.0

  • Updated dependencies []:

    • @pankod/refine-core@3.69.9
    • @pankod/refine-ui-types@0.7.0

0.6.1

Patch Changes

0.6.0

Minor Changes

Patch Changes

  • Updated dependencies [72487a4126]:
    • @pankod/refine-ui-types@0.6.0

0.5.0

Minor Changes

  • Update type declaration generation with tsc instead of tsup for better navigation throughout projects source code.

Patch Changes

  • Updated dependencies []:
    • @pankod/refine-core@3.67.0
    • @pankod/refine-ui-types@0.5.0

0.4.0

Minor Changes

  • #2440 0150dcd070 Thanks @aliemir! - Update type declaration generation with tsc instead of tsup for better navigation throughout projects source code.

Patch Changes

0.3.2

Patch Changes

  • Fix failing tests after the upgrade of react-query to v4.

  • Updated dependencies []:

    • @pankod/refine-core@3.56.6

0.3.1

Patch Changes

0.3.0

Minor Changes

  • Added common tests for UI components to ensure we're expecting same outputs by same inputs in all UI framework integrations.

Patch Changes

  • Updated @pankod/refine-antd and @pankod/refine-mui fields properties by using @pankod/refine-ui-types common fields types.

    Updated @pankod/refine-antd and @pankod/refine-mui fields tests by using @pankod/refine-ui-tests common fields tests.

    Updated @pankod/refine-ui-tests fields properties.

  • Updated dependencies []:

    • @pankod/refine-core@3.56.2
    • @pankod/refine-ui-types@0.3.0

0.2.0

Minor Changes

  • #2216 201846c77d Thanks @aliemir! - Added common tests for UI components to ensure we're expecting same outputs by same inputs in all UI framework integrations.

Patch Changes

  • #2216 201846c77d Thanks @aliemir! - Updated @pankod/refine-antd and @pankod/refine-mui fields properties by using @pankod/refine-ui-types common fields types.

    Updated @pankod/refine-antd and @pankod/refine-mui fields tests by using @pankod/refine-ui-tests common fields tests.

    Updated @pankod/refine-ui-tests fields properties.

  • Updated dependencies [201846c77d]:

    • @pankod/refine-ui-types@0.2.0