OLD | NEW |
---|---|
1 # Changelog - Dart Widgets | 1 # Changelog - Dart Widgets |
2 | 2 |
3 ## 0.2.5 - 16 April 2013 (SDK 0.4.7 r21548) | |
4 | |
5 Updated to lastest web_ui. Aligned version numbers with SDK versions for simpler | |
Siggi Cherem (dart-lang)
2013/04/16 17:34:36
now that we switched back, we should remove the co
Jacob
2013/04/16 17:45:46
Done.
| |
6 tracking as most breaking changes are caused by SDK core library changes. | |
7 | |
3 ## 0.2.4 - 03 April 2013 (SDK 0.4.4+4 r20810) | 8 ## 0.2.4 - 03 April 2013 (SDK 0.4.4+4 r20810) |
4 | 9 |
5 Updated to lastest SDK. | 10 Updated to lastest SDK. |
6 | 11 |
7 ## 0.2.3 - 26 March 2013 (SDK 0.4.3+1 r20444) | 12 ## 0.2.3 - 26 March 2013 (SDK 0.4.3+1 r20444) |
8 | 13 |
9 Updated to lastest SDK. | 14 Updated to lastest SDK. |
10 | 15 |
11 ## 0.2.2 - 07 March 2013 (SDK 0.4.1 r19425) | 16 ## 0.2.2 - 07 March 2013 (SDK 0.4.1 r19425) |
12 | 17 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
62 | 67 |
63 ### Components | 68 ### Components |
64 | 69 |
65 * _NEW!_ Tabs | 70 * _NEW!_ Tabs |
66 * _NEW!_ Carousel | 71 * _NEW!_ Carousel |
67 * Better about checking `defaultPrevented` and using `preventDefault` on events | 72 * Better about checking `defaultPrevented` and using `preventDefault` on events |
68 | 73 |
69 ## 0.0.1 - 14 Jan 2013 (SDK 0.2.10.1 r16761) | 74 ## 0.0.1 - 14 Jan 2013 (SDK 0.2.10.1 r16761) |
70 | 75 |
71 First release. Crazy pre-alpha. Play with `ShowHide` and the associated effects. | 76 First release. Crazy pre-alpha. Play with `ShowHide` and the associated effects. |
OLD | NEW |