Skip to content

Commit 7eab534

Browse files
committed
add cli and cleanup
1 parent 59af134 commit 7eab534

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/ember-released-5-2.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Ember 5.2 Released
33
authors:
44
- jared-galanis
5-
date: 2023-08-15T00:00:00.000Z
5+
date: 2023-08-19T00:00:00.000Z
66
tags:
77
- releases
88
- '2023'
@@ -34,7 +34,7 @@ Ember.js 5.2 is an incremental, backwards compatible release of Ember with bug f
3434

3535
Ember.js 5.2 introduced 2 bug fixes:
3636

37-
- [#20505](https://github.com/emberjs/ember.js/pull/20505) Remove use of this.element in component-test and helper-test blueprints. d
37+
- [#20505](https://github.com/emberjs/ember.js/pull/20505) Remove use of this.element in component-test and helper-test blueprints.
3838
- [#20501](https://github.com/emberjs/ember.js/pull/20501) Fix the types for the mutation-methods of NativeArray.
3939

4040
#### Features
@@ -91,15 +91,17 @@ While it is recommended to keep Ember CLI versions in sync with Ember and EmberD
9191

9292
#### Bug Fixes
9393

94-
Ember CLI 5.2 introduced <replace here> bug fixes:
94+
Ember CLI 5.2 introduced no bug fixes.
9595

9696
#### Features
9797

98-
Ember CLI 5.2 introduced <replace here> features:
98+
Ember CLI 5.2 introduced 1 new feature:
99+
100+
- [#10283](https://github.com/ember-cli/ember-cli/pull/10283) - refactor `--typescript` support in blueprints to not use `ember-cli-typescript`.
99101

100102
#### Deprecations
101103

102-
Ember CLI 5.2 introduced <replace here> deprecations.
104+
Ember CLI 5.2 introduced no deprecations.
103105

104106
For more details on the changes in Ember CLI 5.2 and detailed upgrade
105107
instructions, please review the [Ember CLI 5.2.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v5.2.0).

0 commit comments

Comments
 (0)