From 1d5a1c89a0dae6fbc84d4a7190f486e834c7b25a Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 20 Sep 2018 07:12:55 -0500 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ee0af..84a2289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 @@ -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))