Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: CHANGELOG.md

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .gitignore ('k') | lib/firebase_auth.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
OLDNEW
« no previous file with comments | « .gitignore ('k') | lib/firebase_auth.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698