Skip to content

Releases: divriots/story-to-design

v1.6.3

16 Jan 23:27
8d4b2de
Compare
Choose a tag to compare

fix data url should have at least one char in data
fix filter & backdrop are boundaries as well

v1.6.2

16 Jan 16:59
8d4b2de
Compare
Choose a tag to compare
  • Fixed some issues when parsing CSS properties to find tokens (empty properties and illegal color values)

v1.6.1

16 Jan 15:13
8d4b2de
Compare
Choose a tag to compare
  • fix: filter out empty css props

v1.6.0

16 Jan 14:36
8d4b2de
Compare
Choose a tag to compare
  • 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

05 Jan 13:39
8d4b2de
Compare
Choose a tag to compare

fix:

  • naming frames

features:

  • support svg mask
  • resilient mime type detection

v1.5.2

04 Jan 15:46
8d4b2de
Compare
Choose a tag to compare

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

20 Dec 17:09
8d4b2de
Compare
Choose a tag to compare
  • 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)

v1.4.0

08 Dec 15:00
8d4b2de
Compare
Choose a tag to compare
  • Various fonts improvements

v1.3.8

02 Dec 23:11
8d4b2de
Compare
Choose a tag to compare
  • autolayout v2
  • advanced variants definitions

v1.3.2

30 Nov 17:09
8d4b2de
Compare
Choose a tag to compare
  • Fixed pseudo args axis on component sets
  • Fixed an issue when importing images (they were being discarded by Figma because of invalid hashes)
  • Added details to font warnings for better understanding on inconsistent fonts