Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog #46

Merged
merged 1 commit into from
Sep 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))