Skip to content

Commit

Permalink
Merge pull request #46 from Turbo87/changelog
Browse files Browse the repository at this point in the history
Update Changelog
  • Loading branch information
rwjblue authored Sep 20, 2018
2 parents 6c2c033 + 1d5a1c8 commit 53afc72
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- jelhan ([@jelhan](https://github.com/jelhan))


## v1.2.2 (2018-08-29)

#### :bug: Bug Fix
* [#41](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/41) Ensure that carriage return is part of whitespace calculations. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v1.2.1 (2018-08-29)

#### :bug: Bug Fix
Expand All @@ -25,6 +35,45 @@
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v1.2.0 (2018-07-23)

#### :rocket: Enhancement
* [#34](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/34) Allow single word components. ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#33](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/33) Add additional Ember versions for testing. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v1.1.9 (2018-07-23)

#### :bug: Bug Fix
* [#32](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/32) Ensure synthetic elements do not cause errors. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v1.1.8 (2018-07-23)

#### :bug: Bug Fix
* [#30](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/30) Fix memory leak with CURLY_COMPONENT_MANAGER ([@bobisjan](https://github.com/bobisjan))

#### Committers: 1
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))


## v1.1.7 (2018-07-19)

#### :bug: Bug Fix
* [#29](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/29) Fix memory leak using custom BUILTIN_MODIFIERS object, Closes [#28](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/issues/28) ([@bobisjan](https://github.com/bobisjan))

#### Committers: 1
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))


## v1.1.6 (2018-07-11)

#### :bug: Bug Fix
Expand All @@ -39,12 +88,27 @@
#### :rocket: Enhancement
* [#19](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/19) Additional Dependency Warning ([@jherdman](https://github.com/jherdman))

#### :memo: Documentation
* [#20](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/20) Add link to repository in package.json ([@ddoria921](https://github.com/ddoria921))

#### :house: Internal
* [#16](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/16) TESTS: added block param w/ nested component + each-in example ([@toranb](https://github.com/toranb))

#### Committers: 3
- Darin Doria ([@ddoria921](https://github.com/ddoria921))
- James Herdman ([@jherdman](https://github.com/jherdman))
- Toran Billups ([@toranb](https://github.com/toranb))


## v1.1.3 (2018-06-06)

#### :bug: Bug Fix
* [#15](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/15) Fix issues with normal helper usage. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v1.1.2 (2018-06-06)

#### :bug: Bug Fix
Expand Down Expand Up @@ -74,8 +138,14 @@

## v1.0.2 (2018-06-03)

#### :rocket: Enhancement
* [#7](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/7) Allow passing ...attributes into angle bracket invocations. ([@rwjblue](https://github.com/rwjblue))

#### :bug: Bug Fix
* [#5](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/5) Prevent implicit `this.` in dynamically invoked paths. ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#6](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/6) Prettier! ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

0 comments on commit 53afc72

Please sign in to comment.