widgetbook 3.0.0-beta.6  widgetbook: ^3.0.0-beta.6 copied to clipboard
widgetbook: ^3.0.0-beta.6 copied to clipboard
A flutter storybook that helps professionals and teams to catalogue their widgets.
3.0.0-beta.6 #
- feat: depends on widgetbook_core
3.0.0-beta.5 #
- fix: properties are resetting when changing locale
3.0.0-beta.4 #
- fix: properties not changing onNavigatevia the browser's URL bar
3.0.0-beta.3 #
- chore: bumped widgetbook_modelsversion
3.0.0-beta.1 #
- improvements
2.4.0 #
- Added parameter disable-navigationanddisable-propertiesto router.
2.3.0 #
2.2.2 #
- chore: updated docs to link to docs.widgetbook.io
2.2.1 #
- fix: use widgetbook_modelsin versionv0.0.7
2.0.6 #
- refactor: renamed WidgetbookWidgettoWidgetbookComponent
- fix: ScaffoldMessengeropens inWidgetbookand not in the previewed app (#148)
- fix: Missing error when @WidgetbookThemeis used on properties (#130)
- fix: @WidgetbookAppwrongly exposesThemeTypeproperty (#129)
- closed: Widgetbook cannt be run for flutter version below 2.10 (#113)
- fix: setState called during build (#92)
- closed: Scrolling interferes with zooming (#85)
2.0.5 #
- feat: added textScaleFactorsfor font accessibility (#15)
- fix: added MediaQuerytoWidgetbookDeviceFrame(#66)
- feat: added device_frame (#112)
2.0.2 #
- fix: pan cannot be reset in viewport #99
- fix: use cases cannot be previewed without a device #84
- fix: cannot inject custom themes into widget tree #75
- fix: cannot wrap use cases in other widgets #74
- fix: cannot set a default theme #60
- fix: cannot show multiple devices next to each other #55
- fix: no way to use widgets that require localization #53
- fix: device can be moved out of sight #7
- fix: viewport resets when different story is selected #6
1.0.3 #
- changed documentation to be consistent with the existing videos
- changed theme to default to ThemeMode.systeminstead ofThemeMode.dark
- fixed Tiles overflowing on long names
1.0.2 #
- added videos to documentation
1.0.1 #
- renamed property storiesofWidgetbookWidgettouseCases
1.0.0 #
renamed organizer elements to make them less generic. Renamed to the following:
- Categoryrenamed to- WidgetbookCategory
- Folderrenamed to- WidgetbookFolder
- WidgetElementrenamed to- WidgetbookWidget
- Storyrenamed to- WidgetbookUseCase
0.0.16 #
- fixed error thrown when switching to a theme that is not defined
- added a widget indicating that the current theme is not defined
0.0.15 #
- fixed brightness not being inherited to the rendered Story
0.0.14 #
- bumped version of widgetbook_modelsto0.0.3
0.0.13 #
- updated readme
0.0.12 #
- added dependency to package:widgetbook_models which defines the Deviceclass.
0.0.11 #
- added a search bar to filter for widgets and folders
0.0.10 #
- removed blocandflutter_blocdependency
- removed url_launcherdependency
0.0.9 #
Increased package compatibility by
- replacing font_awesome_flutter package with Material icons
- removing google_fonts package
- removing recase package
0.0.8 #
- added CI/CD badge
0.0.7 #
- removed example app from package
0.0.6 #
- fixed navigation not working for web
0.0.5 #
- fixed navigation tree elements collapsing on hot reloads
0.0.4 #
- added known issue to documentation
0.0.3 #
- fixed hot reloading not working for the selected story
- fixed ControlBar overflow
- removed unused package from pubspec
0.0.2 #
- Added docs to public API
0.0.1 #
- Initial release