- CHORE: upgrade dependencies
- CHORE: update example goldens
- REFACTOR: change DeviceFrameData to class
- FEAT: Improve setup device frame visibility
- REFACTOR: make huge refactor for better code reading
- FIX: fix incorrect usage of theming, allowed changing storybook background color
- FIX: apply proper format for markdown using markdownlint
- CHORE: upgrade dependencies
- CHORE: add linter
- FEAT: add Inspector plugin
- CHORE: remove unused dependencies
- FIX: prevent accidental application shutdown via a hardware button
- FEAT: add TextSizer plugin
- FEAT: add goldenPathBuilder into Story
- FEAT: add tags
- FIX: remove debug label from storybook
- FIX: update golden tests in example
- FIX: add loadDuration into Story for fix golden tests
- FIX: move tester into separated storybook_toolkit_tester package
Note: This release has breaking changes.
- FEAT: add CodeViewPlugin.
- FEAT: add DirectionalityPlugin.
- FEAT: add TimeDilationPlugin.
- FEAT: add LocalizationPlugin.
- BREAKING FEAT: rewrite golden tests generator.
- REFACTOR: move tests functions into storybook_flutter.
- BREAKING FEAT: update navigation tree.
- FEAT: add pages.
- FEAT: add branding logo.
- FIX: update device frames.
Note: This release has breaking changes.
- DOCS: update README.md (#115).
- BREAKING FEAT: add LayoutPlugin (#116).
Note: This release has breaking changes.
- FIX: reset knobs panel on story change.
- FIX: reset focus on tap (#104).
- DOCS: update readme.
- BREAKING REFACTOR: migrate to Dart 3 (#111).
Note: This release has breaking changes.
- FEAT: add search field to contents (#101).
- FEAT: close contents panel when story is selected.
- BREAKING FEAT: migrate to Flutter 3.7. styles.
- FEAT: add initialTheme/onThemeChanged (#99).
- FEAT: add Story.wrapperBuilder.
- DOCS: add router aware stories to example.
- REFACTOR: upgrade to mews_pedantic 0.9.0+2 (#90).
- FIX: wrap plugin panel into PointerInterceptor (#92).
- FIX: no initial value in slider fallbacks to min (#87).
- FEAT: Allow configuration of device info (#84).
- FEAT: Add multiple levels of nesting (#80).
- FIX: Add generated files.
Note: This release has breaking changes.
- BREAKING FEAT: Bump freezed dependency (#81).
- FEAT: knobs with nullable values (#74).
- DOCS: Update readme.
- FIX: Select knob dropdown in overlay (#70).
- FIX: Panel dialog layout (#67).
Note: This release has breaking changes.
- BREAKING FIX: Hot reload for stories (#66).
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Note: This release has breaking changes.
- REFACTOR: Extract _sectionSeparator const.
- BREAKING FEAT: Move sections into story name.
Note: This release has breaking changes.
- REFACTOR: Fix imports.
- FIX: Add repaint boundaries.
- FIX: Fix knobs rendering.
- DOCS: Update example.
- BREAKING FEAT: Add story and knob description fields (#61).
- FEAT: Update plugins.
- FEAT: Update plugins.
- DOCS: Update example.
- CHORE: Update pubignore.
Note: This release has breaking changes.
- CHORE: Add .pubignore.
- CHORE: Update .gitignore.
- BREAKING FEAT: Reorganize (#59).
Note: This release has breaking changes.
- TEST: Update golden test images.
- FIX: Remove deprecated accentColor.
- FEAT: Add scaffoldMessengerKey to Storybook (#46).
- CHORE: Update license (#49).
- BREAKING CHORE: Update dependencies.
- FIX: Fix list views in macOS.
Note: This release has breaking changes.
- BREAKING FEAT: Bump provider to 6.0.0 (#41).
Note: This release has breaking changes.
- BREAKING FEAT: Add sliderInt (#40).
- FEAT: Expose builder and navigatorObservers.
- REFACTOR: Remove dfunc dependency.
- REFACTOR: Update dependencies.
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
- FIX: Fix responsive layout.
- DOCS: Update docs link.
- DOCS: Update docs.
- DOCS: Update demo.
- DOCS: Add demo page.
Note: This release has breaking changes.
- BREAKING FEAT: Add plugins.
- FIX: Fix knobs reload for CustomStorybook.
- STYLE: Fix formatting.
- DOCS: Update README.md.
- FEAT: Add storybook_device_preview.
- CHORE: Update dependencies.
- CHORE: Restructure.
- Bump "storybook_flutter" to
0.4.0
.
Note: This release has breaking changes.
- CI: Add CI job (#20).
- BREAKING FEAT: Major theme upgrade.
- FEAT: Add StoryWrapperBuilder.
- CI: Add melos.
- 👮 Update dependencies
- ⚡ Add full page view
- Migrate to null-safety.
- Added a button to the app bar to switch between light and dark mode.
- Removed the default value for the background color of a story.
- Added Story::background property
- Added Story::padding property
- Added localizationDelegates parameter to Storybook.
- Added sections.
- Added slider knob.
- Fixed routing to support hot reloading for stories.
- Reduced dependencies constraints for recase.
- Added support for theme overriding.
- Exported KnobsBuilder, updated documentation.
- Added knobs.
- Fixed docs.
- Fixed exported components.
- Fixed docs.
- Removed stub classes.
- Updated README.
- First version.