Skip to content

Latest commit

 

History

History
123 lines (88 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

123 lines (88 loc) · 2.71 KB

[0.1.16]

  • Add a SliderProperty
  • Bump web to 1.1.0

[0.1.15]

  • Bump version of flutter_colorpicker

[0.1.14]

  • Change the unselected chapter color
  • Handle supported locales properties
  • Make use of web instead of dart:html
  • Handle space in the shared url

[0.1.13]

  • Add global showDialog method using non-root navigator so that dialogs only close themselves.

[0.1.12]

  • Device settings unified with the side panel.

[0.1.11]

  • Adding custom properties.

[0.1.10]

  • Add option to auto pin stories on large screens.

[0.1.9]

  • Preview area can be pinned
  • Fix theme dialog navigation
  • Better UI support for native desktop platform

[0.1.8]

  • Adding onChapterChange to Dashbook
  • Adding Actions API
  • Updating url_launcher package
  • Updating mocktail and mockingjay

[0.1.7]

  • Updating dependencies
  • Fix warnings

[0.1.6]

  • Adding tooltip to properties
  • Updating dependencies to work on Flutter 2.10

[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