Skip to content

Releases: jonspalmer/view_component-storybook

v1.0.0

18 Jan 05:44
2781fb4
Compare
Choose a tag to compare

What's Changed

v0.12.0

18 Dec 13:05
add8d27
Compare
Choose a tag to compare
  • 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

18 Dec 13:05
a688b6d
Compare
Choose a tag to compare
  • Fix for stories_route by when using deprecated require "view_component/storybook/engine"

v0.11.0

14 Feb 03:59
9a393b1
Compare
Choose a tag to compare
  • Add support for dry-initializer
  • Validate Slots

v0.10.1

08 Aug 05:34
Compare
Choose a tag to compare
  • Allow Object Controls with arrays of simple values

v0.10.0

08 Aug 01:51
Compare
Choose a tag to compare
  • New Stories API
    • title - custom stories title
    • constructor - component args
    • slot - 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

26 Jun 12:36
a2f9061
Compare
Choose a tag to compare

Allow view helpers in content blocks #40
Updated Rails dependency to resolve security vulnerabilities

v0.8.0

04 Feb 02:48
dcf8e6d
Compare
Choose a tag to compare

Add support for components with keyword argument constructors #19

v0.7.0

31 Jan 03:04
760aa19
Compare
Choose a tag to compare
  • 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