Skip to content

Commit 7569d74

Browse files
committed
[ci skip] update changelog
1 parent 85a59a6 commit 7569d74

1 file changed

Lines changed: 119 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,124 @@
11
# Change Log
22

3+
## [v2.6.1](https://github.com/Polymer/polymer/tree/v2.6.1) (2018-08-23)
4+
- Make event notification handler read the value from currentTarget, (#5309) ([commit](https://github.com/Polymer/polymer/commit/ffe8f7e8))
5+
6+
- Regenerate types. ([commit](https://github.com/Polymer/polymer/commit/7f68ab5b))
7+
8+
- Annotate another two ephemeral classes. ([commit](https://github.com/Polymer/polymer/commit/50ba80b8))
9+
10+
- Mark some ephemeral super classes as private. ([commit](https://github.com/Polymer/polymer/commit/0bf03d3c))
11+
12+
- Annotate Node parameter as not null. ([commit](https://github.com/Polymer/polymer/commit/04289ac7))
13+
14+
- Updates for improved type generation. ([commit](https://github.com/Polymer/polymer/commit/748db7ce))
15+
16+
- Disable combined CE+SD polyfill testing on browsers with native support, for test economy. ([commit](https://github.com/Polymer/polymer/commit/e24f4f7e))
17+
18+
- Extend Safari exceptions beyond 10.1 ([commit](https://github.com/Polymer/polymer/commit/fac5f27f))
19+
20+
- Extend Edge exceptions beyond Edge 16 ([commit](https://github.com/Polymer/polymer/commit/2ac2c6e4))
21+
22+
- Ignore shady CSS scoping in getComposedHTML ([commit](https://github.com/Polymer/polymer/commit/2729662b))
23+
24+
- Update gen-typescript-declarations and generate constructor types (#5281) ([commit](https://github.com/Polymer/polymer/commit/2a7c43f3))
25+
26+
- split chrome and firefox runs, maybe fewer timeouts for firefox ([commit](https://github.com/Polymer/polymer/commit/80512201))
27+
28+
- port other fixes as well ([commit](https://github.com/Polymer/polymer/commit/bcd01b96))
29+
30+
- Port Closure Compiler fixes to polymer-externs ([commit](https://github.com/Polymer/polymer/commit/bbaaf727))
31+
32+
- Fix method to force CE polyfill on. Fixes #5267. ([commit](https://github.com/Polymer/polymer/commit/12b6253f))
33+
34+
- Fix lint errors. ([commit](https://github.com/Polymer/polymer/commit/77d4de10))
35+
36+
- Add a test for touches on labels causing clicks on the labelled element. ([commit](https://github.com/Polymer/polymer/commit/6ac4813f))
37+
38+
- Replace an attempt to spread a NodeList to an array with `Array.from` for Safari 9, where NodeList is not iterable. ([commit](https://github.com/Polymer/polymer/commit/cb40bb41))
39+
40+
- IE fixes ([commit](https://github.com/Polymer/polymer/commit/6255cdb9))
41+
42+
- Use node 8 ([commit](https://github.com/Polymer/polymer/commit/28625d61))
43+
44+
- Only disable tabs for "disablable" elements ([commit](https://github.com/Polymer/polymer/commit/2bca0eeb))
45+
46+
- Add `@const` to elements ([commit](https://github.com/Polymer/polymer/commit/8009e497))
47+
48+
- Add user-importable files to `bower.json`'s `main` field for modulizer. ([commit](https://github.com/Polymer/polymer/commit/40e312f8))
49+
50+
- Add reasoning for suppress missingProperties ([commit](https://github.com/Polymer/polymer/commit/61ca60e4))
51+
52+
- Don't rely on dom-module synchronously until WCR. ([commit](https://github.com/Polymer/polymer/commit/e64bd0ba))
53+
54+
- Avoid closure warnings. ([commit](https://github.com/Polymer/polymer/commit/412bb1e0))
55+
56+
- Add ability to define importMeta on legacy elements. Fixes #5163 ([commit](https://github.com/Polymer/polymer/commit/616f6662))
57+
58+
- Allow legacy element property definitions with only a type. Fixes #5173 ([commit](https://github.com/Polymer/polymer/commit/d321c6c9))
59+
60+
- Update docs. ([commit](https://github.com/Polymer/polymer/commit/c8c9e24d))
61+
62+
- Use Polymer.ResolveUrl.pathFromUrl ([commit](https://github.com/Polymer/polymer/commit/d9d3e439))
63+
64+
- Fix test under shadydom. Slight logic refactor. ([commit](https://github.com/Polymer/polymer/commit/2128ebe2))
65+
66+
- Fix lint warning ([commit](https://github.com/Polymer/polymer/commit/fb741ee3))
67+
68+
- Add importMeta getter to derive importPath from modules. Fixes #5163 ([commit](https://github.com/Polymer/polymer/commit/f7672da9))
69+
70+
- Reference dependencies as siblings in tests. ([commit](https://github.com/Polymer/polymer/commit/2561d868))
71+
72+
- Update types ([commit](https://github.com/Polymer/polymer/commit/23ba7dee))
73+
74+
- Add note about performance vs correctness ([commit](https://github.com/Polymer/polymer/commit/89ab7385))
75+
76+
- Update types. ([commit](https://github.com/Polymer/polymer/commit/5357d64a))
77+
78+
- Lint clean. ([commit](https://github.com/Polymer/polymer/commit/f78b0518))
79+
80+
- Pass through fourth namespace param on attributeChangedCallback. ([commit](https://github.com/Polymer/polymer/commit/91d4aeba))
81+
82+
- Add a @const annotation to help the Closure Compiler understand that Polymer.Debouncer is the name of a type. ([commit](https://github.com/Polymer/polymer/commit/e5a5725d))
83+
84+
- [ci skip] update changelog ([commit](https://github.com/Polymer/polymer/commit/92d282a9))
85+
86+
- Update docs and types ([commit](https://github.com/Polymer/polymer/commit/211c223f))
87+
88+
- Update perf test to use strict-binding-parser ([commit](https://github.com/Polymer/polymer/commit/f53e9e8a))
89+
90+
- Correct import paths ([commit](https://github.com/Polymer/polymer/commit/ab93ab08))
91+
92+
- Only store method once for dynamic functions ([commit](https://github.com/Polymer/polymer/commit/0f0ccdad))
93+
94+
- Move strict-binding-parser to lib/mixins ([commit](https://github.com/Polymer/polymer/commit/a4d4eb9a))
95+
96+
- Rename to StrictBindingParser ([commit](https://github.com/Polymer/polymer/commit/19d4b8cb))
97+
98+
- Fix linter errors ([commit](https://github.com/Polymer/polymer/commit/d8cf449e))
99+
100+
- Extract to a mixin ([commit](https://github.com/Polymer/polymer/commit/57a14236))
101+
102+
- Add missing dependency to bower.json ([commit](https://github.com/Polymer/polymer/commit/333a4664))
103+
104+
- Fix linter warning ([commit](https://github.com/Polymer/polymer/commit/14fac019))
105+
106+
- Add documentation ([commit](https://github.com/Polymer/polymer/commit/df0ee354))
107+
108+
- Add performance test for binding-expressions ([commit](https://github.com/Polymer/polymer/commit/42f7d785))
109+
110+
- Rewrite parser to use switch-case instead of functions ([commit](https://github.com/Polymer/polymer/commit/423074d1))
111+
112+
- Remove escaping from bindings ([commit](https://github.com/Polymer/polymer/commit/8cd49479))
113+
114+
- Fix linter warning ([commit](https://github.com/Polymer/polymer/commit/8a5525b0))
115+
116+
- Refactor to be functional and add more tests ([commit](https://github.com/Polymer/polymer/commit/7eb1a627))
117+
118+
- Fix linter warnings ([commit](https://github.com/Polymer/polymer/commit/79d05b8a))
119+
120+
- Rewrite expression parser to state machine ([commit](https://github.com/Polymer/polymer/commit/13b834df))
121+
3122
## [v2.6.0](https://github.com/Polymer/polymer/tree/v2.6.0) (2018-03-22)
4123
- Use function instead of Set ([commit](https://github.com/Polymer/polymer/commit/33d2e1a8))
5124

0 commit comments

Comments
 (0)