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: CHANGELOG.md
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [Unreleased]
8
8
9
+
## [5.2.0] - 2022-10-25
10
+
11
+
### Added ⭐️
12
+
13
+
- Include `@types/ember__destroyable` when running the default blueprint ([#1526](https://github.com/typed-ember/ember-cli-typescript/pull/1526)), [@bertdeblock](https://github.com/bertdeblock)
- Fix `import/newline-after-import` lint violation in `global.d.ts` ([#1520](https://github.com/typed-ember/ember-cli-typescript/pull/1520)), [@bmish](https://github.com/bmish)
19
+
- Fix no-use-before-define lint violation in environment.d.ts ([#1521](https://github.com/typed-ember/ember-cli-typescript/pull/1521)), [@bmish](https://github.com/bmish)
20
+
21
+
### Documentation 📖
22
+
23
+
- Update `testing.md` to refer to `ember-cli-htmlbars` instead of `ember-cli-htmlbars-inline-precompile` ([#1517](https://github.com/typed-ember/ember-cli-typescript/pull/1517)), [@ChristopheTiet](https://github.com/ChristopheTiet)
24
+
- docs: use prepack and postpack instead of prepublishOnly and postpublish ([#1527](https://github.com/typed-ember/ember-cli-typescript/pull/1527)), [@bertdeblock](https://github.com/bertdeblock)
25
+
- Reflect the introduction of Component Signatures ([#1530](https://github.com/typed-ember/ember-cli-typescript/pull/1530)), [@rooman](https://github.com/roomman)
26
+
27
+
### Under the hood 🚗
28
+
29
+
- Update `@types` dependencies to latest ([#1531](https://github.com/typed-ember/ember-cli-typescript/pull/1531)), [@bertdeblock](https://github.com/bertdeblock) and [@chriskrycho](https://github.com/chriskrycho)
30
+
9
31
## [5.1.1] - 2022-09-06
10
32
11
33
### Fixed 🔧
@@ -880,7 +902,9 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
0 commit comments