Skip to content

Commit a104a8d

Browse files
author
Steve Orvell
authored
Merge pull request #203 from Polymer/remove-typings
Remove custom_typings
2 parents 4c64441 + d12efee commit a104a8d

File tree

2 files changed

+6
-396
lines changed

2 files changed

+6
-396
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@ 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+
### Removed
16+
* Removed custom_typings for Polymer as they are no longer needed
17+
(https://github.com/Polymer/lit-element/issues/186).
1418

1519
## [0.6.0] - 2018-09-13
1620

1721
### Added
1822
* Added `@query()`, `@queryAll()`, and `@customElement` decorators ([#159](https://github.com/Polymer/lit-element/pull/159))
1923

2024
### Changed
21-
* Signficantly changed update/render lifecycle and property API. Render lifecycle
25+
* Significantly changed update/render lifecycle and property API. Render lifecycle
2226
is now `requestUpdate`, `shouldUpdate`, `update`, `render`, `firstUpdated`
2327
(first time only), `updated`, `updateComplete`. Property options are now
2428
`{attribute, reflect, type, hasChanged}`. Properties may be defined in a

0 commit comments

Comments
 (0)