Skip to content

Commit

Permalink
Merge pull request #126 from ember-learn/release-5-8
Browse files Browse the repository at this point in the history
Release 5.8
  • Loading branch information
jaredgalanis authored Apr 20, 2024
2 parents 30bb5a7 + 6540141 commit 2c40ec6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/utils/ember-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@ export const VERSIONS = Object.freeze([
'5.5',
'5.6',
'5.7',
'5.8',
]);
7 changes: 7 additions & 0 deletions source/ember-cli-changes/5.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: '5.8'
changes:
- feature: true
title: 'Use `content-tag` to parse `.gts` files in blueprints rather than `ember-template-tag`.'
link: 'https://blog.emberjs.com/ember-released-5-8'
---
4 changes: 4 additions & 0 deletions source/ember-js-changes/5.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
version: '5.8'
changes:
---
4 changes: 2 additions & 2 deletions tests/acceptance/changes-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ module('Acceptance | changes', function (hooks) {

assert.strictEqual(
newFeaturesInEmberCLI.length,
70,
'We see 70 new features that occurred in Ember CLI since version 3.15'
71,
'We see 71 new features that occurred in Ember CLI since version 3.15'
);

// Check deprecations in Ember CLI
Expand Down

0 comments on commit 2c40ec6

Please sign in to comment.