Skip to content

@refinedev/nextjs-router@6.0.3

Compare
Choose a tag to compare
@refine-bot refine-bot released this 07 May 07:03
· 214 commits to master since this release
9b79484

Patch Changes

  • #5881 ba719f6ea26 Thanks @aliemir! - fix: /parse-table-params export in node10 module resolutions

    /parse-table-params subpath export is not correctly resolved by node10 module resolutions.

  • #5850 c2ef59bf82f Thanks @aliemir! - fix: replace imports of qs with default imports

    Updated qs imports and usage to prevent issues with ESM builds and to ensure correctly importing the module.

  • #5881 ba719f6ea26 Thanks @aliemir! - fix: declaration files in node10, node16 and nodenext module resolutions

  • #5849 8a8f88b2c30 Thanks @aliemir! - fix: replace next/* imports with extensions in ESM builds

    Updated imports from next/* to next/*.js to prevent issues with ESM builds and to ensure correctly importing the module.