Skip to content

1.2.2

Compare
Choose a tag to compare
@roman-rr roman-rr released this 19 Jan 18:37
· 180 commits to master since this release

Features

  • Added fitHeight property for usage pane without breakpoints. On fitHeight: true, pane height will automatically calculated before present. Then height will be applied as top breakpoint height, bottom and middle breakpoint will be disabled. See Bulletin demo on example. #113
  • Added fitScreenHeight property. On fitScreenHeight: true, pane height will not be more than screen height.

Enhancements

  • Button close renamed to button destroy to avoid confuses. Option renamed buttonClose -> buttonDestroy #116
  • window.resize events and orientation changing now automatically reset breakpoints and pane to proper position. May be good using in pair with fitScreenHeight: true #119

Bug Fixes

  • Cordova keyboard hide if pane is hidden #112