Skip to content

Releases: maraisr/storybook-addon-grid

v0.5.0

21 Mar 02:22
8af4cbc
Compare
Choose a tag to compare

Features

  • Storybook version 8 support

Full Changelog: v0.4.2...v0.5.0

v0.3.1

20 Sep 06:46
3b9fda6
Compare
Choose a tag to compare

Fixes

  • fix: useEffect ran twice in StrictMode 3b9fda6
  • fix: config entry points should exist in the export maps 7438d26

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Aug 10:15
4f3b62d
Compare
Choose a tag to compare

Features

  • feat: support responsive guides by @thearnica in #12
    • responsive guides is now achieved by way of css variables read more

Fixes

  • fix: the body element must now also exist in the preview iframe before the guides are rendered @maraisr in #10

BREAKING CHANGES

  • jsx is pre-compiled into react-jsx bringing the minimum support react version of the host environment to v17 b546b17
  • parameters has also been simplified fc32bb1
    • gutterLeft: | gutterRight: -> gutter: [left, right]
    • guidesColor
  • gridOn is now disable to be more in line with the rest of the eco system 4c978e7

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

28 Jun 00:05
v0.2.0
3380328
Compare
Choose a tag to compare

Features
Fully support storybook 6.5.9, and uses built-in emotion cache providers. Resolves #8 see a6611b3