OLD | NEW |
| 1 ## 1.0.0-rc.3 |
| 2 |
| 3 Update the elements and resolve multiple outstanding issues. |
| 4 |
| 5 Renamed a few methods for the `firebase-collection` element so they don't |
| 6 overlap with methods from the `PolymerBase` mixin: |
| 7 |
| 8 * `add` => `firebaseAdd` |
| 9 * `removeItem` => `firebaseRemove` |
| 10 |
1 ## 1.0.0-rc.2 | 11 ## 1.0.0-rc.2 |
2 | 12 |
3 Update the elements to the following versions: | 13 Update the elements to the following versions: |
4 | 14 |
5 - iron-elements 1.0.4 | 15 - iron-elements 1.0.4 |
6 - paper-elements 1.0.5 | 16 - paper-elements 1.0.5 |
7 - gold-elements 1.0.1 | 17 - gold-elements 1.0.1 |
8 - neon-elements 1.0.0 | 18 - neon-elements 1.0.0 |
9 - molecules 1.0.0 | 19 - molecules 1.0.0 |
10 - google-web-components 1.0.1 | 20 - google-web-components 1.0.1 |
11 | 21 |
12 Also fixed generated mixins for elements with deeply nested behaviors. | 22 Also fixed generated mixins for elements with deeply nested behaviors. |
13 | 23 |
14 ## 1.0.0-rc.1 | 24 ## 1.0.0-rc.1 |
15 | 25 |
16 First official release candidate, updated to latest polymer and polymer_interop. | 26 First official release candidate, updated to latest polymer and polymer_interop. |
17 | 27 |
18 ## 0.1.0 | 28 ## 0.1.0 |
19 | 29 |
20 This is the initial version. | 30 This is the initial version. |
OLD | NEW |