Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

79 lines (55 loc) · 1.77 KB

[0.1.5]

  • Adding support to preview the example inside a device frame
  • Adding pin button to story list
  • Change custom navigation bar to Drawer

[0.1.4]

  • Adding support to Flutter 2.5

[0.1.3]

  • Added Options Property
  • Added Stories/Chapter Filter

[0.1.2]

  • Adding control property to all properties
  • Large screens preview container share the space with the properties contaner for better visualization
  • Adding info property to chapters
  • Adding bookmark handler for chapters

[0.1.1]

  • Fixing null theme
  • Scroll and expansion tiles state are now persisted when the stories list is closed
  • Adding share feature on web

[0.1.0]

  • Null safety support
  • Adding navigatorKey parameter to Dashbook widget

[0.0.13]

  • Fix text overflow on list properties
  • Changed Story List titles to expansion tiles.
  • Adding usePreviewSafeArea parameter to Dashbook constructors

[0.0.12]

  • Layout refactor
  • Multiple theme management
  • Allow users to specify the title of the MaterialApp

[0.0.11]

  • Adding code link

[0.0.10]

  • Improving how landscape and portrait mode are detected

[0.0.9]

  • Adding EdgeInsets property
  • Adding BorderRadius property
  • Adding BoxContraints on DashbookContext

[0.0.8]

  • Adding Color property

[0.0.7]

  • Fixing Chapter Preview body.
  • Hiding properties panel on web, when there is no properties.
  • Adding control to hide/show the side bar on web.

[0.0.6]

  • Fixing list properties which used String values

[0.0.5]

  • Fixing state sharing bug across properties
  • Adding bool property

[0.0.4]

  • Redone the layout and added web friendly layout support

[0.0.3]

  • Added theme property on dashbook widget. (thanks @Kyle-Mendes)

[0.0.2]

  • Added properties API

[0.0.1] - Initial Release