v1.1.0
New features and improvements
- Modal dialog
- SimpleModalBorder
- add constructor to custom action type
- add modal action (PR #1)
- SimpleModalBorder
- Toast
- ToastStyle
- add new option
showCloseButton
- add new
customIcon
- add new option
- add method to update the message in toast promise callback (PR #2)
- ToastStyle
- Extras
- AvatarIcon: now support border option (PR #5)
Changed
- Modal dialog
- Modal
- change method
init()
toinstallComponent()
and it called when modal show
- change method
- Modal
- Drawer
- Method
closeDrawer()
now close with animation
- Method
Fixed bugs
- Modal dialog
- SimpleModalBorder: fixed some code to customizable
- Extras
- AvatarIcon: fixed image not painted center and size not affect when round value is 0
Demo
- Add custom modal message (PR #3)
- Add responsive layout (PR #4)
- Add form avatar icon (PR #5)
- Add quick form search (PR #6)
What's Changed
- SimpleModalBorder: add modal action by @DJ-Raven in #1
- Update message in ToastPromise.PromiseCallback by @rodrigocananea in #2
- Demo: add custom modal message by @DJ-Raven in #3
- Demo: add responsive layout by @DJ-Raven in #4
- Demo: add form avatar icon and added avatar border support by @DJ-Raven in #5
- Demo: add quick form search by @DJ-Raven in #6
New Contributors
- @DJ-Raven made their first contribution in #1
- @rodrigocananea made their first contribution in #2
Full Changelog: v1.0.0...v1.1.0