Skip to content
kevzlou7979 edited this page Sep 17, 2016 · 16 revisions

Enhancement and Code Improvement / Cleanup

  • 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)

Addition (Method API's)

  • MaterialStepper
  • Added transition animation during step navigation
  • Added Start, Complete, Next and Previous events.

Method Changes

  • 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).
Clone this wiki locally