Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 546 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 546 Bytes

1.0.0

  • initial release.

2.0.0

  • Auto left-right align is resolved.
  • Now user can disable or dispose the draggability of the floating widget widget.
  • User now don't have to provide the initial position (dy and dx) of the floating widget. Now the widget will initially positioned on 20 to bottom and 20 to right initially if user don't want to give the initial position.
  • Can take screen size.

2.1.1

  • Deletion of the floating widget.
  • Added total screen size.
  • Changed "child" parameter to "mainScreenWidget" to avoid confusion.