Skip to content

v2.3.0

Compare
Choose a tag to compare
@Haprog Haprog released this 02 Apr 08:24
· 73 commits to master since this release
7ad85dd

Live Demo →
API Documentation →

New Features

Modeless, draggable, resizable dialogs (#139)

  • Dialogs can be made modeless (non-modal) so that you can have multiple dialogs open at the same time and the user can interact with any of them or the rest of the page even while dialogs are open.
  • Dialogs can be made draggable so that the user can move them around by dragging them with a mouse or using touch input.
  • Dialogs can be made resizable so that the user can resize them by dragging from the edges of the dialog.

Changes Since v2.2.1: