Skip to content

5.0.0

Compare
Choose a tag to compare
@BlueCutOfficial BlueCutOfficial released this 25 May 14:40
· 126 commits to master since this release
967fc13

Changelog: v4.0.0...v5.0.0

Breaking

Migrate to V2 add-on (#278)

Follow the guide https://github.com/embroider-build/embroider/blob/main/PORTING-ADDONS-TO-V2.md to migrate ember-slugify to V2 add-on.

Build

Deactivate the release job for now (#278)

The Migration to V2 Addon #258 has broken the release job. We will fix it, but let's deactivate it for now so it doesn't interfere with a manual release of the addon.

Test

Add @ember/string (#278)

@ember/string is now included in the dev dependencies of the ember-try scenarios release, beta and canary. This is because this add-on becomes required starting 4.12, but for now our project is in 4.8.

Dependencies