Skip to content

Latest commit

 

History

History
88 lines (47 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

88 lines (47 loc) · 1.23 KB

1.3.7

  • Align child window to the left even when scaled.

1.3.6

  • Check context mount status.

1.3.5

  • Added backdrop field to set custom background

1.3.4

  • Hot reload + state update support added.
  • Added RepaintBoundary for additional performance.
  • Removed IgnorePointer and added disabling drag events on GestureDetector.

1.3.3

  • Disable with IgnorePointer widget added.

1.3.2

  • Drawer stuck on back drag fixed.

1.3.1

  • The openScale parameter added to manage child scale.

1.3.0

  • Animation controller could be passed via props.

1.2.4

  • Animation after dispose fixed.

1.2.3+1

  • Disabling gestures fixed.

1.2.3

  • "disabledGestures" option added to disable gestures.

1.2.2

  • Hidden drawer content with rtlOpening (true) fixed.
  • Example updated.

1.2.1

  • Performance improvements

1.2.0

  • Closing drawer with open ration 1.0 fixed.
  • Bidirectional opening support added.

1.1.0

  • Animation improvements.
  • Child decoration animation property added.

1.0.0+2

  • iOS example app running issue fixed.

1.0.0+1

  • LICENSE CHANGED.

1.0.0

  • Null Safety implemented.

0.0.2+1

  • Preview images fixed.

0.0.2

  • Documentation updated.

0.0.1

  • Basic implementation if plugin.