| 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 and SDK. |
| 6 |
| 3 ## 0.2.4 - 03 April 2013 (SDK 0.4.4+4 r20810) | 7 ## 0.2.4 - 03 April 2013 (SDK 0.4.4+4 r20810) |
| 4 | 8 |
| 5 Updated to lastest SDK. | 9 Updated to lastest SDK. |
| 6 | 10 |
| 7 ## 0.2.3 - 26 March 2013 (SDK 0.4.3+1 r20444) | 11 ## 0.2.3 - 26 March 2013 (SDK 0.4.3+1 r20444) |
| 8 | 12 |
| 9 Updated to lastest SDK. | 13 Updated to lastest SDK. |
| 10 | 14 |
| 11 ## 0.2.2 - 07 March 2013 (SDK 0.4.1 r19425) | 15 ## 0.2.2 - 07 March 2013 (SDK 0.4.1 r19425) |
| 12 | 16 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 | 66 |
| 63 ### Components | 67 ### Components |
| 64 | 68 |
| 65 * _NEW!_ Tabs | 69 * _NEW!_ Tabs |
| 66 * _NEW!_ Carousel | 70 * _NEW!_ Carousel |
| 67 * Better about checking `defaultPrevented` and using `preventDefault` on events | 71 * Better about checking `defaultPrevented` and using `preventDefault` on events |
| 68 | 72 |
| 69 ## 0.0.1 - 14 Jan 2013 (SDK 0.2.10.1 r16761) | 73 ## 0.0.1 - 14 Jan 2013 (SDK 0.2.10.1 r16761) |
| 70 | 74 |
| 71 First release. Crazy pre-alpha. Play with `ShowHide` and the associated effects. | 75 First release. Crazy pre-alpha. Play with `ShowHide` and the associated effects. |
| OLD | NEW |