-
Notifications
You must be signed in to change notification settings - Fork 46
2.0 API Changes
kevzlou7979 edited this page Sep 17, 2016
·
16 revisions
- JSInterop support
- Java 8 Support
- GWT 2.8 support (Ongoing)
- Moved Active and Title mixins to gwt-material base mixins.
- Update all Runnable parameters -> Function (JSInterop)
- MaterialStepper
- Added transition animation during step navigation
- Added Start, Complete, Next and Previous events.
- ComboBox
- Changed addValue() -> addItem()
- Cutout
- Changed openCutout(), closeCutout() -> open(), close().
- Window
- Changed openWindow(), closeWindow() -> open(), close().
- PathAnimator
- Changed Runnable param to Functions.Func (JSInterop + Lambda).
- Scrollfire
- Changed Runnable param to Functions.Func (JSInterop + Lambda).
- Waterfall
- Changed Runnable param to Functions.Func (JSInterop + Lambda).