refine

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

MIT License

Downloads
1.1M
Stars
25.3K
Committers
269

Bot releases are visible (Hide)

refine - @refinedev/[email protected]

Published by refine-bot 7 months ago

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

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

  • #5694 a9d7e7a889a Thanks @rilrom! - fix: error when using nested conditional operators #5479

    Strapi users can now handle deeply nested filters.

    Fixes #5479

  • #5695 79865affa1c Thanks @BatuhanW! - chore: apply biome format and fix lint errors.

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

  • #5508 a9194b62337 Thanks @Conqxeror! - fix(utils): handle nested fields in generateSorting #5348

    This change addresses an issue with nested fields in the generateSorting utility function. The fix ensures that sorting works correctly when dealing with nested fields in the GraphQL query generation.

  • #5695 79865affa1c Thanks @BatuhanW! - chore: apply biome format and fix lint errors.

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 8 months ago

Patch Changes