|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v2.5.0](https://github.com/Polymer/polymer/tree/v2.5.0) (2018-02-02) |
| 4 | +- Update types ([commit](https://github.com/Polymer/polymer/commit/5fa059fa)) |
| 5 | + |
| 6 | +- Update JSDocs to use <dom-repeat> tags ([commit](https://github.com/Polymer/polymer/commit/636abae0)) |
| 7 | + |
| 8 | +- Fix type declarations inadvertedtly referencing Polymer.Element. (#5084) ([commit](https://github.com/Polymer/polymer/commit/82cd3dad)) |
| 9 | + |
| 10 | +- Use class syntax in <dom-repeat> documentation (#5077) ([commit](https://github.com/Polymer/polymer/commit/97837c7c)) |
| 11 | + |
| 12 | +- Add hash/abs URL resolution tests. ([commit](https://github.com/Polymer/polymer/commit/d97373dd)) |
| 13 | + |
| 14 | +- Update types. ([commit](https://github.com/Polymer/polymer/commit/892df3f3)) |
| 15 | + |
| 16 | +- Add comments about resolveUrl idiosyncrasies. ([commit](https://github.com/Polymer/polymer/commit/a829cbce)) |
| 17 | + |
| 18 | +- Revert "Move absolute url logic to element-mixin" ([commit](https://github.com/Polymer/polymer/commit/127bc866)) |
| 19 | + |
| 20 | +- Added Polymer.version to polymer-externs (#5079) ([commit](https://github.com/Polymer/polymer/commit/b52ab81d)) |
| 21 | + |
| 22 | +- Avoid tracking parentNode since it's unncessary ([commit](https://github.com/Polymer/polymer/commit/1463e3b2)) |
| 23 | + |
| 24 | +- Update types. ([commit](https://github.com/Polymer/polymer/commit/2253e0db)) |
| 25 | + |
| 26 | +- Fix nit. ([commit](https://github.com/Polymer/polymer/commit/c9208fd6)) |
| 27 | + |
| 28 | +- Avoid comment constructor for IE support. ([commit](https://github.com/Polymer/polymer/commit/a39cfd11)) |
| 29 | + |
| 30 | +- Disallow non-templates as interpolations in Polymer.html (#5023) ([commit](https://github.com/Polymer/polymer/commit/eeb71600)) |
| 31 | + |
| 32 | +- Exclude index.html from type generation. (#5076) ([commit](https://github.com/Polymer/polymer/commit/6fc285c4)) |
| 33 | + |
| 34 | +- update types ([commit](https://github.com/Polymer/polymer/commit/5521e43e)) |
| 35 | + |
| 36 | +- [element-mixin] Do not create property accessors unless a property effect exists ([commit](https://github.com/Polymer/polymer/commit/4177d9ce)) |
| 37 | + |
| 38 | +- Use containers for testing again (#5070) ([commit](https://github.com/Polymer/polymer/commit/5e2990e3)) |
| 39 | + |
| 40 | +- Invoke JS compiler rename for properties ([commit](https://github.com/Polymer/polymer/commit/74a4626a)) |
| 41 | + |
| 42 | +- Add package-lock.json back ([commit](https://github.com/Polymer/polymer/commit/c90eeb67)) |
| 43 | + |
| 44 | +- fix test. ([commit](https://github.com/Polymer/polymer/commit/1c74ecde)) |
| 45 | + |
| 46 | +- Enhance robustness by replacing slot with a comment ([commit](https://github.com/Polymer/polymer/commit/b76d81ee)) |
| 47 | + |
| 48 | +- Avoid use of element accessors on doc frag to fix IE/Edge. ([commit](https://github.com/Polymer/polymer/commit/ecb1005e)) |
| 49 | + |
| 50 | +- Fix linter errors ([commit](https://github.com/Polymer/polymer/commit/5e0bee77)) |
| 51 | + |
| 52 | +- Fix issue with observers being called twice ([commit](https://github.com/Polymer/polymer/commit/291e4f56)) |
| 53 | + |
| 54 | +- Revert package-lock change ([commit](https://github.com/Polymer/polymer/commit/86ecd982)) |
| 55 | + |
| 56 | +- [ci-skip] Update changelog (2.4.0) ([commit](https://github.com/Polymer/polymer/commit/cb88252d)) |
| 57 | + |
| 58 | +- Add package-lock.json to .gitignore ([commit](https://github.com/Polymer/polymer/commit/e53db30f)) |
| 59 | + |
| 60 | +- Update types ([commit](https://github.com/Polymer/polymer/commit/7a52cda2)) |
| 61 | + |
| 62 | +- Add comments re: instanceProps ([commit](https://github.com/Polymer/polymer/commit/cf5f818e)) |
| 63 | + |
| 64 | +- Change if-condition to check for arguments.length ([commit](https://github.com/Polymer/polymer/commit/27750109)) |
| 65 | + |
| 66 | +- Delete package-lock.json ([commit](https://github.com/Polymer/polymer/commit/e77149e2)) |
| 67 | + |
| 68 | +- [ci skip] Fix test case name ([commit](https://github.com/Polymer/polymer/commit/eee609d4)) |
| 69 | + |
| 70 | +- Fix issue where el.splice could not clear full array ([commit](https://github.com/Polymer/polymer/commit/a51de9e3)) |
| 71 | + |
| 72 | +- Make owner optional as well. ([commit](https://github.com/Polymer/polymer/commit/b52c315e)) |
| 73 | + |
| 74 | +- Update package-lock.json ([commit](https://github.com/Polymer/polymer/commit/38c0e443)) |
| 75 | + |
| 76 | +- Update typescript types again, after fixing jsdoc. ([commit](https://github.com/Polymer/polymer/commit/3045e4b7)) |
| 77 | + |
| 78 | +- Fix lint warnings. ([commit](https://github.com/Polymer/polymer/commit/715cde47)) |
| 79 | + |
| 80 | +- Update typescript types. ([commit](https://github.com/Polymer/polymer/commit/c218ae62)) |
| 81 | + |
| 82 | +- Ensure path notifications from templatized instances don't throw. Fixes #3422 ([commit](https://github.com/Polymer/polymer/commit/a9f71bd1)) |
| 83 | + |
| 84 | +- Allow templatizer to be used without owner or host prop forwarding. Fixes #4458 ([commit](https://github.com/Polymer/polymer/commit/bde5898e)) |
| 85 | + |
| 86 | +- Templatize: remove slots when hiding children ([commit](https://github.com/Polymer/polymer/commit/ea0abb95)) |
| 87 | + |
| 88 | +- Clarify API docs for PropertyAccessors mixin ([commit](https://github.com/Polymer/polymer/commit/ae58e88b)) |
| 89 | + |
3 | 90 | ## [v2.4.0](https://github.com/Polymer/polymer/tree/v2.4.0) (2018-01-26) |
4 | 91 | - Simplify code for <dom-repeat>'s `sort` and `filter` properties ([commit](https://github.com/Polymer/polymer/commit/88cca860)) |
5 | 92 |
|
|
0 commit comments