Releases: jonspalmer/view_component-storybook
Releases · jonspalmer/view_component-storybook
v1.0.0
What's Changed
- Add view_component_storybook:remove_stories_json by @whitemerry in #153
- V1 api by @jonspalmer in #151
v0.12.0
- Allow configuration of story titles via new
stories_title_generator
configuration lambda - Added control descriptions
- Fixed bug with autoload paths
- Fixed Documentation typos
v0.11.1
- Fix for stories_route by when using deprecated
require "view_component/storybook/engine"
v0.11.0
- Add support for dry-initializer
- Validate Slots
v0.10.1
- Allow Object Controls with arrays of simple values
v0.10.0
- New Stories API
title
- custom stories titleconstructor
- component argsslot
- args and content for slots- component and slot content accepts controls
- New Controls
- Custom Control
- Klazz Control
- Deprecated Controls DSL
- Add support for Object Controls with array values
- Remove ArrayConfig - array aliases ObjectConfig
- Updated Options Control to match Storybook 6.2 syntax
options
as array- add
labels
option - deprecate
options
as Hash - multi select types accept and return array values
- Improved validation errors with i18n support
- Add
stories_route
config to configure stories endpoint - Jekyll docs
v0.9.0
v0.8.0
v0.7.0
- Default branch to 'main' from 'master
- Add inclusion validation to NumberConfig type
- Support ObjectConfigs with nested values
- Support nil control values
- CI enhancements
- Rubocop linting
- 100% Code Coverage
- Added new Rails and Ruby version to test matrix