Skip to content

Commit 9ca07e8

Browse files
committed
Release 2.0.0
1 parent d983bc6 commit 9ca07e8

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff 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))
21+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
22+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
23+
- [@patricklx](https://github.com/patricklx)
24+
25+
126
## v1.0.2 (2019-10-03)
227

328
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/render-modifiers",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Implements did-insert / did-update / will-destry modifiers for emberjs/rfcs#415",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)