Skip to content

v5.0.0

Compare
Choose a tag to compare
@favna favna released this 04 Dec 22:05
· 148 commits to main since this release
fdf854c

5.0.0 - (2023-12-04)

🚀 Features

  • Make ESM properly load ESM endpoint and not masquerade as ESM (#700) (59b637e)
    • 💥 BREAKING CHANGE: This ensures that Framework will properly load the files
      from the dist/esm folder. This is BREAKING to ALL plugins that are not
      equally updated to load ESM specific files because they will otherwise
      load the CJS files of @sapphire/framework and every piece will load twice.
      DO NOT use this version without also updating your plugins! Sapphire plugins
      have been released alongside this version, third-party plugins will need
      to be updated by their respective authors!!