@@ -34,14 +34,14 @@ Ember.js 6.2 is an incremental, backwards compatible release of Ember with bug f
34
34
35
35
Ember.js 6.2 introduced 1 bug fix.
36
36
37
- - (20811) [ https://github.com/emberjs/ember.js/pull/20811 ] - fixes a type bug that prevented using the latest version of TypeScript.
37
+ - [ 20811 ] ( https://github.com/emberjs/ember.js/pull/20811 ) - fixes a type bug that prevented using the latest version of TypeScript.
38
38
39
39
#### Features
40
40
41
41
Ember.js 6.2 introduced no new features, but it did include several pieces of clean up:
42
42
43
- - (20798) [ https://github.com/emberjs/ember.js/pull/20798 ] - Remove old code that supported old ember-test-helpers
44
- - (20809) [ https://github.com/emberjs/ember.js/pull/20809 ] - Remove long enabled EMBER_TYPESCRIPT_BLUEPRINTS feature flag
43
+ - [ 20798 ] ( https://github.com/emberjs/ember.js/pull/20798 ) - Remove old code that supported old ember-test-helpers
44
+ - [ 20809 ] ( https://github.com/emberjs/ember.js/pull/20809 ) - Remove long enabled EMBER_TYPESCRIPT_BLUEPRINTS feature flag
45
45
46
46
#### Deprecations
47
47
@@ -97,18 +97,18 @@ Ember CLI 6.2 introduced no new bux fixes.
97
97
98
98
Ember CLI 6.2 introduced 2 new features in a single pull request.
99
99
100
- - (10562) [ https://github.com/ember-cli/ember-cli/pull/10562 ] - Allow creating apps and addons everywhere, including inside of a project directory.
100
+ - [ 10562 ] ( https://github.com/ember-cli/ember-cli/pull/10562 ) - Allow creating apps and addons everywhere, including inside of a project directory.
101
101
102
102
There were also several pieces of cleanup, enhancements and internal dependency updates:
103
103
104
- - (10496) [ https://github.com/ember-cli/ember-cli/pull/10496 ] - Clean up support for incorrect values for BROCCOLI_VIZ env var
105
- - (10555) [ https://github.com/ember-cli/ember-cli/pull/10555 ] - Bump pnpm/action-setup to v4 in app and addon blueprints
106
- - (10577) [ https://github.com/ember-cli/ember-cli/pull/10577 ] - Remove @ember/string from app blueprint @bertdeblock
107
- - (10578) [ https://github.com/ember-cli/ember-cli/pull/10578 ] - Test against Node v22
108
- - (10579) [ https://github.com/ember-cli/ember-cli/pull/10579 ] - Update sort-package-json
109
- - (10580) [ https://github.com/ember-cli/ember-cli/pull/10580 ] - Update LTS versions in blueprints
110
- - (10583) [ https://github.com/ember-cli/ember-cli/pull/10583 ] - Update app blueprint to support ember-qunit v9
111
- - (10585) [ https://github.com/ember-cli/ember-cli/pull/10585 ] - Support WRITE_FIXTURES in more test files
104
+ - [ 10496 ] ( https://github.com/ember-cli/ember-cli/pull/10496 ) - Clean up support for incorrect values for BROCCOLI_VIZ env var
105
+ - [ 10555 ] ( https://github.com/ember-cli/ember-cli/pull/10555 ) - Bump pnpm/action-setup to v4 in app and addon blueprints
106
+ - [ 10577 ] ( https://github.com/ember-cli/ember-cli/pull/10577 ) - Remove @ember/string from app blueprint @bertdeblock
107
+ - [ 10578 ] ( https://github.com/ember-cli/ember-cli/pull/10578 ) - Test against Node v22
108
+ - [ 10579 ] ( https://github.com/ember-cli/ember-cli/pull/10579 ) - Update sort-package-json
109
+ - [ 10580 ] ( https://github.com/ember-cli/ember-cli/pull/10580 ) - Update LTS versions in blueprints
110
+ - [ 10583 ] ( https://github.com/ember-cli/ember-cli/pull/10583 ) - Update app blueprint to support ember-qunit v9
111
+ - [ 10585 ] ( https://github.com/ember-cli/ember-cli/pull/10585 ) - Support WRITE_FIXTURES in more test files
112
112
113
113
#### Deprecations
114
114
0 commit comments