Version 1.5.1
kevzlou7979
released this
02 Jun 05:51
·
1481 commits
to master
since this release
- Bug Fixes
- Fixed Major bug on Safari and IOS Devices
- Change JS injection strategy resolving addin loading issues.
- MaterialWidget
- Added
setInitialClasses(String... class)
for errai support. - Added Feature Sytem which allows for some complex base features for certain widgets (Material Collapsible).
- Added
- MaterialIcon
- Added
getIconSize()
method - Added
getPixelSize()
method for IconSize - Update to use google fonts MaterialIcons-Regular.woff.
- Added
- MaterialDropdown - Create setter/getter
- MaterialListbox - Added Option with String value as constructor for ease of use.
- Collapsible
- Changed ACCORDION -> FLAT
- Fixed the
active
configuration
- MaterialSidenav
- Types are changed to
- FIXED (Recently OPEN)
- PUSH (Recently CLOSE)
- CARD
- MINI
- Remove CLIP AND FLOAT types because it can be done using the FIXED type.
- Features added
setAlwaysShowActivator(boolean)
- Disable / Enable the hiding of your activator element.setAllowBodyScroll(boolean)
- Allow the body to maintain its scroll capability while the menu is visible.setShowOnAttach(boolean)
- Show the menu upon attachment, this isn't always required.
- Types are changed to
- Added BrowserStack as project's testing platform