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

Side by Side Diff: CHANGELOG.md

Issue 11472026: intermediate pub release (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 | pubspec.yaml » ('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)
8
9 * Support for forwarding error messages and file mappings to the editor
10 * Bug fixes:
11 * errors in FF
12 * allow including web-components from packages/...
13 * fix --basedir
14
7 ## Pub version 0.2.8+3 - Nov 30 (SDK 15595) 15 ## Pub version 0.2.8+3 - Nov 30 (SDK 15595)
8 16
9 * Upgrades for new trunk release (mainly breaking changes in dart:html) 17 * Upgrades for new trunk release (mainly breaking changes in dart:html)
10 18
11 ## Pub version 0.2.8+2 - Nov 30 (SDK 15355) 19 ## Pub version 0.2.8+2 - Nov 30 (SDK 15355)
12 20
13 * Bug fix: 21 * Bug fix:
14 * hosted and sdk dependencies errors due to changes in html5lib. 22 * hosted and sdk dependencies errors due to changes in html5lib.
15 * URI attributes are now checked for XSS: use SafeUri if validation is too 23 * URI attributes are now checked for XSS: use SafeUri if validation is too
16 strict. 24 strict.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 ## Pub version 0.2.5+3 81 ## Pub version 0.2.5+3
74 82
75 * Fixes symlinks for windows 83 * Fixes symlinks for windows
76 * Support for composition and extension 84 * Support for composition and extension
77 * Support for list and spaces in bindings of class attribtues 85 * Support for list and spaces in bindings of class attribtues
78 * Simpliffications in generated code 86 * Simpliffications in generated code
79 * Allow text bindings and fragments in conditions an iterations 87 * Allow text bindings and fragments in conditions an iterations
80 * Support text nodes and fragments at the top level of components 88 * Support text nodes and fragments at the top level of components
81 89
82 See git version tags for older changes. 90 See git version tags for older changes.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698