-
Notifications
You must be signed in to change notification settings - Fork 44
Changelog
kevzlou7979 edited this page Oct 30, 2016
·
25 revisions
- JSInterop support
- Java 8 Support
- GWT 2.8 support
- Support with Errai
- Fix license and Java Doc headers
- Moved Active and Title mixins to gwt-material base mixins.
- Update all Runnable parameters -> Function (JSInterop)
- Implement CssName Constants to clean up each css classnames of individual widgets.
- Refactor Color params(String) -> Color Enum
- Added default Constructors
- Implement AddinsCssName Constants to clean up each predefined css for all individual widgets.
- Implemented GWTTest to all Material Widgets and Addins.
- Bubble
- Clean and fixed intialization problem (Support with Errai).
- ComboBox
- Fixed the selection / value change event.
- Changed addValue() -> addItem()
- Cutout
- Added missing Open Event.
- Changed openCutout(), closeCutout() -> open(), close(). FileUploader
- supports CurrentUploadProgressEvent
- Added Total Progress Bar on Upload Collection items.
- Fixed issue on not displaying the upload collection (2.0)
- Overlay
- added prebuilt PathAnimator effect
- added open() and close() controlls
- added OpenEvent and CloseEvent
- PathAnimator
- Changed Runnable param to Functions.Func (JSInterop + Lambda).
- PopupMenu
- Added open / close event handler.
- Allow access to getX and getY
- Scrollfire
- Changed Runnable param to Functions.Func (JSInterop + Lambda).
- Stepper
- Added transition animation during step navigation
- Added Start, Complete, Next and Previous events.
- SwipeablePanel
- Cleanup addSwipeLeft -> addSwipeLeftHandler
- Cleanup addSwipeRight -> addSwipeRightHandler
- Time Picker
- Added open() / close() programmatic controls
- Fixed onLoad() twice (Support with Errai)
- Waterfall
- Changed Runnable param to Functions.Func (JSInterop + Lambda).
- Window
- Changed openWindow(), closeWindow() -> open(), close().
- Fixed MaterialAutocomplete - Chip placeholder bug https://github.com/GwtMaterialDesign/gwt-material-addins/issues/143 (Thanks @paulux84)
- MaterialRating (NEW)
- the component used by the 5-star rating (Thanks to @gilberto-torrezan)
- MaterialAvatar (NEW)
- based from jdenticon - a free js library for generating highly reognizable identicons
- Refactor
- Convert all private methods to protected to allow overriding of API
- MaterialAutocomplete
- fixed setFocus(true) (Thanks to @jzaruba).
- MaterialFileUploader
- fixed styles on upload preview collections.
- Support for helper texts.
- MaterialRichEditor
- support for pasteHTML (Thanks to @jyeakley).
- added blur, focus, keyup, keydown, paste and change events.
- added disableDragAndDrop() feature.
- MaterialSplitPanel
- add
thicknessproperty (Thanks to @andersforsell).
- add
- MaterialTimePicker
- Fixed styles (Disabled state, horizontal and vertical spacing).
- Added support for icons
- MaterialAutocomplete
- Fixed styles (Disabled state, horizontal and vertical spacing).
- Bug Fixes
- Fixed - FileUploader - Preview collection style.
- Updated the gwt module from GWTMaterialAddins -> GwtMaterialAddins
- Major loading issues have now been resolved to all addin widgets
- MaterialFileUploader
- Added XHR Response to Complete, Sending and Success event
- Fixed the File uploader initialization and attachment error
- Added
withCredentialsparameter.
- MaterialChips
- Added a way to prevent chips from being selected and/or removed
- MaterialDnd
- Added String selector for
setIgnoreFromfunction to MaterialDnd.
- Added String selector for
- Bug fixes
- New Addins added
- Autcomplete
- Bubble
- Camera
- Cutout
- Document Viewer
- Dnd
- File Uploader
- Icon Morph
- Masonry
- Menubar
- Overlay
- Path Animator
- Rich Editor
- Scrollfire
- SplitPanel
- Steppers
- Subheader
- Swipeable
- Time Picker
- Tree View
- Waterfall
- Window
- Supports lazy loading of resources