Skip to content

Commit 7d78ed3

Browse files
committed
Add CHANGELOG.md for v0.6.0.
1 parent 2d2572e commit 7d78ed3

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## v0.6.0 (2019-01-25)
2+
3+
#### :boom: Breaking Change
4+
* [#20](https://github.com/emberjs/ember-jquery/pull/20) Drop Node 4 support ([@simonihmig](https://github.com/simonihmig))
5+
6+
#### :rocket: Enhancement
7+
* [#27](https://github.com/emberjs/ember-jquery/pull/27) Add support for `Component.prototype.$()` to avoid the deprecation added as part of RFC386 ([@simonihmig](https://github.com/simonihmig))
8+
* [#33](https://github.com/emberjs/ember-jquery/pull/33) Add `jQuery` shim as part of RFC386 ([@simonihmig](https://github.com/simonihmig))
9+
10+
#### :bug: Bug Fix
11+
* [#37](https://github.com/emberjs/ember-jquery/pull/37) Update `ember-cli-babel` to include support for skipping jQuery import transpilation ([@simonihmig](https://github.com/simonihmig))
12+
13+
#### :memo: Documentation
14+
* [#7](https://github.com/emberjs/ember-jquery/pull/7) Add repo to package.json ([@ef4](https://github.com/ef4))
15+
16+
#### Committers: 2
17+
- Edward Faulkner ([@ef4](https://github.com/ef4))
18+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
19+
20+
21+
## v0.5.2 (2018-06-07)
22+
23+
#### :bug: Bug Fix
24+
* [#6](https://github.com/emberjs/ember-jquery/pull/6) Fix logic around warning instructing to remove @ember/jquery. ([@rwjblue](https://github.com/rwjblue))
25+
26+
#### Committers: 1
27+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
28+
29+
30+
## v0.5.1 (2018-05-23)
31+
32+
#### :bug: Bug Fix
33+
* [#4](https://github.com/emberjs/ember-jquery/pull/4) Avoid double import of jQuery when ember-cli has already included it. ([@rwjblue](https://github.com/rwjblue))
34+
35+
#### Committers: 1
36+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

0 commit comments

Comments
 (0)