Skip to content

v0.3.0

Compare
Choose a tag to compare
@maraisr maraisr released this 30 Aug 10:15
· 42 commits to main since this release
4f3b62d

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