Skip to content

Releases: rockandrollwithemberjs/rarwe-issues

5.0

Choose a tag to compare

@balinterdi balinterdi released this 29 Aug 06:35
52ba7a0
  • Upgrade Ember & Co to 5.0
  • Work around the default blueprint in ember-cli-mirage causing a peer dep issue
  • Adjust for changed content in some files in the app blueprint

4.7

4.7

Choose a tag to compare

@balinterdi balinterdi released this 07 Oct 11:56
5a7e182
  • Upgrade Ember to 4.7

4.4

4.4

Choose a tag to compare

@balinterdi balinterdi released this 30 Jun 15:16
10b4ab1

4.2

4.2

Choose a tag to compare

@balinterdi balinterdi released this 08 Apr 09:59
9284bb3

4.1

4.1

Choose a tag to compare

@balinterdi balinterdi released this 18 Feb 09:02
1ec3a47
  • Upgrade Ember & friends to 4.1
  • Fix Tailwind to 2.2.19 (#526)
  • Adjust to QUnit changes (no assert.equal)
  • Fix missing vertical gap on forms (#517)
  • Switch to using Embroider!

3.28

Choose a tag to compare

@balinterdi balinterdi released this 15 Oct 08:44
695249c

Upgrade Ember CLI & friends to 3.28 (#514)

3.26

Choose a tag to compare

@balinterdi balinterdi released this 02 Jul 09:27
8143b2c
  • Upgrade Ember and friends to 3.26 (#510)
  • Make the accessibility changes required in 3.26 (#511)

3.25 - Slimmer Diffs

Choose a tag to compare

@balinterdi balinterdi released this 09 Apr 09:33
d120522
  • Upgrade to 3.25
  • Explain route-specific substates #509
  • Small fixes (#507, #508)

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:

Code diff in 3.24:
Screenshot 2021-04-09 at 11 48 21

Code diff in 3.25:
Screenshot 2021-04-09 at 11 49 24

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

Choose a tag to compare

@balinterdi balinterdi released this 12 Feb 08:02
c2def23

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.

  • Adapt for page-titles (#504)
  • Adapt for changed linting rules (#505)
  • Typo for #each helper (#501)
  • Fix incorrect code highlighting (#502)

3.22

Choose a tag to compare

@balinterdi balinterdi released this 27 Nov 13:15
414418e
  • 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