You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/ember-released-5-1.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,13 @@ Ember.js 5.1 is an incremental, backwards compatible release of Ember with bug f
40
40
41
41
Ember.js 5.1 introduced 1 bug fix:
42
42
43
-
-[#20461](https://github.com/emberjs/ember.js/pull/20461) Fix a cyclic module crash when using Ember Engines and Ember FastBoot.
43
+
-[#20461](https://github.com/emberjs/ember.js/pull/20461)- Fix a cyclic module crash when using Ember Engines and Ember FastBoot.
44
44
45
45
#### Features
46
46
47
47
Ember.js 5.1 introduced 1 feature:
48
48
49
-
-[#20449](https://github.com/emberjs/ember.js/pull/20449) Publish stable TypeScript types built from Ember's source.
49
+
-[#20449](https://github.com/emberjs/ember.js/pull/20449)- Publish stable TypeScript types built from Ember's source.
50
50
51
51
#### Deprecations
52
52
@@ -66,8 +66,8 @@ EmberData is the official data persistence library for Ember.js applications.
66
66
67
67
EmberData 5.1 introduced 2 bug fixes:
68
68
69
-
-[#8657](https://github.com/emberjs/data/pull/8657) - ensure deprecation configs are threaded to each package
70
-
-[#8649](https://github.com/emberjs/data/pull/8649) - `NotificationManager` should only invoke resource/document callbacks owned by the originating store
69
+
-[#8657](https://github.com/emberjs/data/pull/8657) - Ensure deprecation configs are threaded to each package.
70
+
-[#8649](https://github.com/emberjs/data/pull/8649) - `NotificationManager` should only invoke resource/document callbacks owned by the originating store.
71
71
72
72
#### Features
73
73
@@ -104,15 +104,15 @@ While it is recommended to keep Ember CLI versions in sync with Ember and EmberD
104
104
105
105
Ember CLI 5.1 introduced 2 bug fixes.
106
106
107
-
[#10300](https://github.com/ember-cli/ember-cli/pull/10300) - Do not try to wire up Testem unless a test framework is detected.
108
-
[#10276](https://github.com/ember-cli/ember-cli/pull/10256) - Widen peer dependency range for ember-source.
107
+
-[#10300](https://github.com/ember-cli/ember-cli/pull/10300) - Do not try to wire up Testem unless a test framework is detected.
108
+
-[#10276](https://github.com/ember-cli/ember-cli/pull/10256) - Widen peer dependency range for ember-source.
109
109
110
110
#### Features
111
111
112
112
Ember CLI 5.1 introduced 2 features.
113
113
114
-
[#10256](https://github.com/ember-cli/ember-cli/pull/10256) - Align hbs templates generated by app blueprint with Prettier defaults.
115
-
[#10287](https://github.com/ember-cli/ember-cli/pull/10287) Implementation of RFC 907 - pnpm support.
114
+
-[#10256](https://github.com/ember-cli/ember-cli/pull/10256) - Align hbs templates generated by app blueprint with Prettier defaults.
115
+
-[#10287](https://github.com/ember-cli/ember-cli/pull/10287) - Implementation of RFC 907 - pnpm support.
0 commit comments