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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
2
+
## v2.0.0 (2021-10-06)
3
+
4
+
#### :boom: Breaking Change
5
+
*[#46](https://github.com/emberjs/ember-render-modifiers/pull/46) Update Ember to v3.28.0, drop node 10 support ([@SergeAstapov](https://github.com/SergeAstapov))
6
+
*[#40](https://github.com/emberjs/ember-render-modifiers/pull/40) Update ember to v3.27.0, drop support for node < 10 ([@kiwiupover](https://github.com/kiwiupover))
7
+
8
+
#### :rocket: Enhancement
9
+
*[#42](https://github.com/emberjs/ember-render-modifiers/pull/42) Update manager capabilities to 3.22 to fix deprecation in Ember 3.26+ ([@SergeAstapov](https://github.com/SergeAstapov))
10
+
*[#29](https://github.com/emberjs/ember-render-modifiers/pull/29) Use destructuring in `did-insert` modifier to allow better IDE integration (template argument hints) ([@patricklx](https://github.com/patricklx))
11
+
12
+
#### :house: Internal
13
+
*[#48](https://github.com/emberjs/ember-render-modifiers/pull/48) Update release it ([@rwwagner90](https://github.com/rwwagner90))
14
+
*[#43](https://github.com/emberjs/ember-render-modifiers/pull/43) Fix deprecations in tests ([@SergeAstapov](https://github.com/SergeAstapov))
15
+
*[#44](https://github.com/emberjs/ember-render-modifiers/pull/44) Use ember-auto-import 2 ([@rwwagner90](https://github.com/rwwagner90))
16
+
17
+
#### Committers: 6
18
+
- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))
19
+
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
20
+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
0 commit comments