Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@ph1p ph1p released this 06 Oct 19:49
· 14 commits to main since this release

New version

Features

  • Dark-Mode
  • Stroke-Caps for spacings
  • Effect-Information in Tooltips
  • Use a global group for measurements
  • Add stroke width (top,bottom,left,right)

Bugfixes

  • Fix Padding
  • Fixed some spacing calculations
  • Fix millimeter calculation
  • Replace render bounding with bounding box

Changelog

  • fix(label): remove padding variable (46d9ff1)
  • fix(padding): remove global group parameters (563421c)
  • fix(padding/spacing): fix some bugs where duplicates are created (2e29709)
  • feat(strokes): add different stroke directions (391cc40)
  • refactor(strokes): update font sizes (b571d18)
  • feat(effects): add effect information to tooltip (26c792a)
  • feat(groups): add the ability to put all measurements in one global group (91e3365)
  • feat(padding): fix bug with auto layout parents and replace render bounding with bounding box (aa609b1)
  • feat(spacing): add strokeCaps to spacings (274266a)
  • feat(theme): integrate dark mode (df24935)
  • feat(theme): update some components and start refactoring (11ccb43)

Full Changelog: v3.3.1...v3.4.0