Skip to content

Commit f6d6fda

Browse files
committed
Prepare 2.4.1-pre1 pre-release
1 parent 9bc2b8b commit f6d6fda

File tree

3 files changed

+702
-2252
lines changed

3 files changed

+702
-2252
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
<!-- ### Removed -->
1818
<!-- ### Fixed -->
1919

20+
## [2.4.0] - 2020-08-12
21+
2022
### Added
2123
* Adds a `cache: boolean` argument to the `@query` decorator as a performance optimization for properties whose queried element is not expected to change. If cache is set to true, element DOM is queried when the property is first accessed, and the value is cached so it can be immediately returned on all subsequent property accesses. ([#1013](https://github.com/Polymer/lit-element/issues/1013))
2224

@@ -28,6 +30,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2830

2931
* Constructible stylesheets may now be provided directly as styles, in addition to using the `css` tagged template function ([#853](https://github.com/Polymer/lit-element/issues/853)).
3032

33+
### Fixed
34+
* queryAssignedNodes doesn't correctly locate default slot ([#1002](https://github.com/Polymer/lit-element/issues/1002))
35+
3136
## [2.3.1] - 2020-03-19
3237

3338
### Fixed

0 commit comments

Comments
 (0)