Skip to content

Releases: Collaborne/paper-bottom-sheet

1.1.0

22 Apr 08:20
Compare
Choose a tag to compare

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

15 Apr 10:46
Compare
Choose a tag to compare

Set background color to white

1.0.12

12 Apr 11:36
Compare
Choose a tag to compare

Vertically center content in IE 11

1.0.11

01 Apr 07:43
Compare
Choose a tag to compare

Bugfix: bottom sheet was sometimes not visible

1.0.10

31 Mar 09:38
Compare
Choose a tag to compare

Bugfix: bottom sheet was not visible

1.0.9

22 Mar 16:12
Compare
Choose a tag to compare

Usability: show pointer cursor for clickable areas (desktop)

1.0.8

07 Jan 21:40
Compare
Choose a tag to compare

Wait until dialog is added to the DOM (required for Safari)

1.0.7

22 Dec 11:18
Compare
Choose a tag to compare

Make modal behavior optional

1.0.6

22 Dec 10:30
Compare
Choose a tag to compare

Fixes Issue #1: Add demo to show how to reopen the bottom-sheet

1.0.5

19 Nov 08:09
Compare
Choose a tag to compare

Icons in bottom sheets should have full opacity