Skip to content

Commit f9bfb99

Browse files
Prepare release 0.6.2 (#246)
1 parent ffb3306 commit f9bfb99

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CHANGELOG.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
Unreleased section, uncommenting the header as necessary.
1111
-->
1212

13-
## Unreleased
13+
<!-- ## Unreleased -->
14+
15+
<!-- ### Changed -->
16+
<!-- ### Added -->
17+
<!-- ### Removed -->
18+
<!-- ### Fixed -->
19+
20+
## [0.6.2] - 2018-10-05
1421

1522
### Changed
1623
* LitElement changed to a non-abstract class to be more compatible with the JavaScript mixin pattern
1724
([#227](https://github.com/Polymer/lit-element/issues/227)).
18-
* Update lit-html dependency to ^0.12.0 ([#244](https://github.com/Polymer/lit-element/pull/244)),
19-
* Passes the components `this` reference to lit-html as the `eventContext`, allowing unbound event listener methods. ([#244](https://github.com/Polymer/lit-element/pull/244)).
25+
* Update lit-html dependency to ^0.12.0 ([#244](https://github.com/Polymer/lit-element/pull/244)).
26+
* Passes the component's `this` reference to lit-html as the `eventContext`, allowing unbound event listener methods ([#244](https://github.com/Polymer/lit-element/pull/244)).
2027
### Added
21-
* A `disconnectedCallback()` method was added to UpdatingElement([#213](https://github.com/Polymer/lit-element/pull/213)).
28+
* A `disconnectedCallback()` method was added to UpdatingElement ([#213](https://github.com/Polymer/lit-element/pull/213)).
2229
* Added `@eventOptions()` decorator for setting event listener options on methods ([#244](https://github.com/Polymer/lit-element/pull/244)).
23-
<!-- ### Removed -->
24-
<!-- ### Fixed -->
2530

2631
## [0.6.1] - 2018-09-17
2732

0 commit comments

Comments
 (0)