Releases: Collaborne/paper-bottom-sheet
Releases · Collaborne/paper-bottom-sheet
1.1.0
Fixes:
- Some spelling
- Issue where clicking an option on the bottom sheet, clicking outside the bottom sheet, or pressing the escape key would prevent the intended functionality of removing the paper-bottom-sheet from the DOM.
- Change of "model" to "modal" which fixes modal bottom sheet behavior
Additions:
- "slide" attribute which causes the bottom sheet to animate its entrance from the bottom of the screen
- Add documentation for open() and close() functions
- Add checkbox toggles for the "slide" and "modal" attributes in the demo
Behavioral changes:
- Setting the "modal" attribute will reveal the "cancel" option as the last option in the bottom sheet. When the paper dialog is not modal, the "cancel" option is hidden. In the non-modal case, the cancel option is redundant due to the fact that the user can click or tap outside the bottom sheet to hide/cancel it.
@emanguy: Many thanks for all those contributions!
1.0.13
1.0.12
Vertically center content in IE 11
1.0.11
Bugfix: bottom sheet was sometimes not visible
1.0.10
Bugfix: bottom sheet was not visible
1.0.9
Usability: show pointer cursor for clickable areas (desktop)
1.0.8
Wait until dialog is added to the DOM (required for Safari)
1.0.7
Make modal behavior optional
1.0.6
1.0.5
Icons in bottom sheets should have full opacity