We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e2316 commit e38b0c3Copy full SHA for e38b0c3
CHANGELOG.md
@@ -0,0 +1,20 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
+and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+<!--
9
+ PRs should document their user-visible changes (if any) in the
10
+ Unreleased section, uncommenting the header as necessary.
11
+-->
12
13
+## Unreleased
14
15
+### Added
16
+* Added `@query()`, `@queryAll()`, and `@customElement` decorators ([#159](https://github.com/Polymer/lit-element/pull/159))
17
18
+<!-- ### Changed -->
19
+<!-- ### Removed -->
20
+<!-- ### Fixed -->
0 commit comments