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

Side by Side Diff: CHANGELOG.md

Issue 11471037: Updating dwc for breaking changes that will be part of the next sdk (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years 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 | « no previous file | bin/dwc_browser.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 # changelog 1 # changelog
2 2
3 This file contains highlights of what changes on each version of the web 3 This file contains highlights of what changes on each version of the web
4 components package. This file is normally updated whenever we push a new version 4 components package. This file is normally updated whenever we push a new version
5 to pub. 5 to pub.
6 6
7 ## Pub version 0.2.8+4 - Dec 7 (SDK 15595) 7 ## Pub version 0.2.9 - Dec 7 (bleeding edge SDK 15851)
8 * Updates to comply with all breaking changes in SDK up to 15851
9
10 ## Pub version 0.2.8+4 - Dec 7 (trunk SDK 15595, integration SDK 15699)
8 11
9 * Support for forwarding error messages and file mappings to the editor 12 * Support for forwarding error messages and file mappings to the editor
10 * Bug fixes: 13 * Bug fixes:
11 * errors in FF 14 * errors in FF
12 * allow including web-components from packages/... 15 * allow including web-components from packages/...
13 * fix --basedir 16 * fix --basedir
14 * bugs with id when using nested components (component composition) 17 * bugs with id when using nested components (component composition)
15 18
16 ## Pub version 0.2.8+3 - Nov 30 (SDK 15595) 19 ## Pub version 0.2.8+3 - Nov 30 (trunk SDK 15595, integration SDK 15699)
17 20
18 * Upgrades for new trunk release (mainly breaking changes in dart:html) 21 * Upgrades for new trunk release (mainly breaking changes in dart:html)
19 22
20 ## Pub version 0.2.8+2 - Nov 30 (SDK 15355) 23 ## Pub version 0.2.8+2 - Nov 30 (trunk SDK 15355)
21 24
22 * Bug fix: 25 * Bug fix:
23 * hosted and sdk dependencies errors due to changes in html5lib. 26 * hosted and sdk dependencies errors due to changes in html5lib.
24 * URI attributes are now checked for XSS: use SafeUri if validation is too 27 * URI attributes are now checked for XSS: use SafeUri if validation is too
25 strict. 28 strict.
26 29
27 ## Pub version 0.2.8+1 - Nov 30 (SDK 15355) 30 ## Pub version 0.2.8+1 - Nov 30 (SDK 15355)
28 31
29 * Accept, but ignore, the new editor flag '--machine' in build.dart 32 * Accept, but ignore, the new editor flag '--machine' in build.dart
30 33
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ## Pub version 0.2.5+3 85 ## Pub version 0.2.5+3
83 86
84 * Fixes symlinks for windows 87 * Fixes symlinks for windows
85 * Support for composition and extension 88 * Support for composition and extension
86 * Support for list and spaces in bindings of class attribtues 89 * Support for list and spaces in bindings of class attribtues
87 * Simpliffications in generated code 90 * Simpliffications in generated code
88 * Allow text bindings and fragments in conditions an iterations 91 * Allow text bindings and fragments in conditions an iterations
89 * Support text nodes and fragments at the top level of components 92 * Support text nodes and fragments at the top level of components
90 93
91 See git version tags for older changes. 94 See git version tags for older changes.
OLDNEW
« no previous file with comments | « no previous file | bin/dwc_browser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698