v2.0
New features and improvements
- Modal dialog
- Add new border option
borderWidth
andborderColor
(PR #14) - Add drop shadow border
- Slider layout changed with animation when
push
orpop
- Add new border option
- Drawer
- Support menu two mode
full
andcompact
- Add new drawer footer
LightDark Button
- Support menu two mode
- Extras
- Add new
LightDarkButton
- Add new
Changed
- Modal dialog
- Add new option
sliderDuration
- Add new
BorderOption
class - Move
round
option in classOption
toBorderOption
- Move
menuOption
instance to class SimpleDrawerBuilder and init in constructor - Modal background now paint as the component background and not allow
null
background
- Add new option
- Drawer
- Removed menu
headerSeparator
in default - Use
LightDarkButtonFooter
in default - Changed menu
header
layout to horizontal view
- Removed menu
Fixed bugs
- Modal dialog
- Fixed component not install when push modal
- Fixed layout
- Toast
- Fixed
ToastPanel
bordernull
when changed themes or UI updated
- Fixed
Demo
- Add
about
information - Updated select drawer menu when undo and redo form
- Fixed component not install when push modal
- Fixed component orientation
RTL
not update when show form
What's Changed
- Modal Dialog: update add border option and fixed push modal by @DJ-Raven in #14
- Update drawer and modal by @DJ-Raven in #15
Full Changelog: v1.2.0...v2.0