OLD | NEW |
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 Loading... |
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. |
OLD | NEW |