Releases: rockandrollwithemberjs/rarwe-issues
Release list
5.0
4.7
4.4
- Upgrade to Ember 4.4
- Upgrade to Tailwind 3 (#543)
- And a handful of other fixes and clarifications .
4.2
- Disable the creation of new bands if name is not given (#529)
- Use the @service import instead of renaming inject (#532)
- And a few other improvements/typo corrections, which you can see here:
https://github.com/rockandrollwithemberjs/rarwe-issues/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.2
4.1
3.28
3.26
3.25 - Slimmer Diffs
The biggest changes is that I slimmed down code diffs to include less of the context.
In previous versions, if anything changed in a file, the whole file was inserted as a code diff. Starting with this version, only 5 lines at each side are added. This results in much less space being taken by code diffs, and hopefully doesn't reduce readability.
The difference can sometimes be dramatic:
This improvement required a lot of changes behind the scenes, so let me know (you can create an issue here) if you come across weird diffs.
3.24
This updates the book to 3.24. Most work went into making sure all JS and template code is free of linting errors (a lot seems to have changed since 3.22) and working with auto-generated {{page-title}} calls in route templates.
3.22
- Upgrade Ember CLI and ember-source to 3.22
- Fix search box disappearing when no song matches the search term #496
- Adjust calls to
{{set}}since ember-set-helper released 2.0 which broke the old API #497 - Update a table and a diagram that referred to a :slug route parameter #492
- Fix URL to ember-fetch #494

