Skip to content

Release 2.4.0

Compare
Choose a tag to compare
@kevzlou7979 kevzlou7979 released this 17 Aug 02:46
· 219 commits to master since this release
4c7b3d3

Major Updates

  • Migration to JQuery 3.5.1 and GWT 2.9

Miscellaneous

  • Added Base Clear and Clearing Event
  • Added new Material Animations - from Google Motion Specs
  • Added AnimationGlobalConfig which we can set the SPEED or ENABLE_DEBUGGING.
  • Added Sensitivity Mixin for Fields.
  • MaterialChipContainer support, ability to support toggleable chips.
  • Dropdown support for setValue(T, boolean fireEvents.)
  • Convert BaseCheckBox to AbstractValueWidget.
  • Starting GMD 2.4.x we standardized the labeling system of all value widget fields. Please check {@link HasLabel#setLabel(String)}
  • Support for RTL Languages on the Grid System.

Breaking Changes

Autocomplete - Use valuebox.setAutocomplete(ON | OFF | NEW_PASSWORD) instead of valuebox.setAutocomplete(true | false) because of browser new policies.

Bug Fixes

  • Fixed Range Issues on MS Edge
  • Fixed Pointer events Css style.
  • Fixed #926, #960, #961, #973