Releases: ph1p/figma-measure
Releases · ph1p/figma-measure
v3.4.0
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
Bye bye global group
New year new version
There was no update for a long time. Now we have worked on a new version
and incorporated many of your feedbacks. We hope you like version 3.1!
Take care
Phil & Sepp
Features
UI
- Move navigation to top
- Update icons
- Add a new page to explain things
- Fix various bugs
- Add a new color picker
- Remove some tooltips
- Add padding stroke-caps
- Fix hover effects
- Add new color (black)
Functional changes
- Fix some padding issues
- Better handling of fills in tooltips. Show style names if they exist (#20, #14)
- Remove the global group and create groups in closest frame/group instead
- Add detached mode
- Remove ability to remove or hide all measurements. This is because there is no global group anymore.
- Move all settings to node, to keep color, distance etc.
- Display more fills
Here comes the padding
The first padding implementation is here, many bugs were fixed and the UX was improved.
Changelog
- refactor: update settings page and add fix label spacing
- refactor(font): rename files and update font-size
- refactor(sonar): remove some bugs and code smells
- refactor(style): fix some styles and prepare padding
- feat(font-size): add multiple font sizes
- feat(font-size): move font-size to font section and handle tooltip switches
- feat(label): add new label control
- feat(lines): add center lines
- feat(padding): add line configuration and fix some styles
- feat(padding): add new padding data to elements
- feat(padding): finish first version to add padding
- feat(padding): fix some bugs and add node containment check
- feat(pattern): add label pattern and add first methods for
- feat(settings): add precision, mulitplicator on a settings page and fix font tooltip
- feat(tooltip): add new name property
- feat(tooltip): add tooltip to show informations
- feat(viewer): start to implement new viewer design
- styles(radius): update some border radius and add new images
- fix(opacity): add correct decimal points
- fix(selection): change surroundings correctly on router
- fix(size): add correct width and height
- style: update colors tooltip
- style(settings): add groups
Features & Fixes
Now the plugin detects the movement of you elements :o
Features
- detect if measurement is inside the global group
- detect element movement and update all measuremnets
Fixes
- fix "null" error in spacing
- fix auto distance update
- add continue instead of return
- add decimal points to pixels, if needed
- enable center fill on groups
Others
- update dependencies
- remove locked state from tooltip
- lock global group again, but not its children
Large file performance
Now the plugins works faster in large files 🎉