Skip to content
kevzlou7979 edited this page Sep 19, 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).

Others

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

Clone this wiki locally