Release 2.0-rc5
Pre-release
Pre-release
·
734 commits
to master
since this release
Bug Fixes
Transition Duration
- Refactor all components to have a uniform and configurable transition duration property.
- MaterialCutOut
- MaterialIconMorph
- MaterialMasonry
- MaterialOverlay
- MaterialPathAnimator
New Modules
- Added GwtMaterialAddinsBasic & GwtMaterialAddinsBasicDebug
Add Links to Material Design Specification
- Provides link for brief information about each component.
- Updated the Demo showcase to have links also refered to Material Design Specification.
(Demo Ongoing)
Added build() base method to MaterialWidget
- A protected method to build the structure of any complex widget that can be overridden to perform a different behavior of this widget.
Added initialize() base method to MaterialWidget
-
A protected method to initialize the component (JSInterop calls) to easily overridden when user wants to perform any other initialization.
-
CheckList - Spreadsheet for all the todo's and tests running on this API Change
Getter for child widget
- All children widgets of each complex component shall provide a getter for easy customization.
Combobox
- Added new Property called setDropdownParent() - easily set the parent wherein the dropdown could be placed.