Releases: divriots/story-to-design
Releases · divriots/story-to-design
v1.6.3
v1.6.2
v1.6.1
v1.6.0
- New token imports feature!
- New components bootstrapping feature that automatically imports components from a 'folder' with a default variants configuration
- Fixed autolayout cases which were not handled
- Better handling of CSS positioning ('order' in flex layouts, absolute positioning, z-index...)
- Total maxium variants that can be imported for a storybook has been increased
- Small improvements to backend processing speed
- Speedup variants processing (x20)
- Stabilize transitions on interactions
- Improve corner radius support
- Fix resize img
- Fix multiple box-shadows w/o spread
v1.5.4
v1.5.2
features:
- support nested svgs
- sandbox conversion context
- (beta) histoire support
- support object arg values (advanced mode)
fixes:
- fix font matching algo with named font with weights
- fallback font text when it's not found
- increase timeout extracting stories
- fix getFont for whitespace nodes
- fix switch back from dev mode to agent
- fix subcomponent currentColor
v1.5.1
- story.to.design agent now has a dedicated dashboard window
- New 'developer mode' which allows you use your local Storybook for faster iterations. More information here: https://story.to.design/docs/developer-mode
- Improved story loading wait (eg when loading external fonts asynchronously)
- Improved font matching (some font styles were not recognized because of spacing in their names like 'Demi Bold', as we were only expecting them without spaces)
- Emulate some mixed solid borders with gradients
- Improved support for absolutely positioned elements (eg stacking context)