Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten Bitcomb committed Jun 29, 2020
1 parent fa9f2a0 commit aa2be1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Ember Web Components Changelog
==============================

## v2.0.2
- Ensure `connectedCallback` runs after Ember initializer

## v2.0.1

- Decorated components shouldn't break when not being invoked from a custom element.
Expand Down Expand Up @@ -33,4 +36,4 @@ Ember Web Components Changelog
## v0.2.0

- Added `preserveOutletContent` option, which can be used to keep outlet DOM contents from being cleared when navigating away from a route.
- Fixed a bug in the Outlet element where router event listeners were not being removed, causing the outlet to try and update even after the outlet view has been destroyed.
- Fixed a bug in the Outlet element where router event listeners were not being removed, causing the outlet to try and update even after the outlet view has been destroyed.

0 comments on commit aa2be1e

Please sign in to comment.