-
Notifications
You must be signed in to change notification settings - Fork 44
2.0 API Changes
kevzlou7979 edited this page Sep 19, 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).
- Stepper
- CompleteEvent implementation
- Start, Next and Previous implementation
- Animation transition upon navigating steps
- JsCamera fixed license header
- Bubble Clean and fixed intialization problem (Support with Errai).
- Cutout Added missing Open Event.
- Bubble
- Clean and fixed intialization problem (Support with Errai)
- Cutout
- Added missing Open Event. 6ea3da2
- Changed Runnable param to Functions.Func (JSInterop + Lambda).
- ComboBox
- Fixed the selection / value change event.
- MaterialTimePicker - Fixed onLoad() twice (Support with Errai)
- Implement AddinsCssName Constants to clean up each predefined css for all individual widgets.