Changelog
[v1.1.3]
Added
- Massive improvement of the responsive
- auto-grouping based on row-column,
- Better horizontal centering for row turned into column
- Fixed many layout sizing corner cases
- Sass variables
Fixed
- Issue with some of the CSS props
[v1.1.2] - 2025-07-20
- Fix multiple issues with cross alignment for responsive columns
- Fix default fonts missing in specific environments
- Fix error reporting coverage for specific part of the code
- Fix few crashes in specific environments
Added
- Handle figma links
- infer link if match pattern
- send logs on crashes for error monitoring
- Minor UX optimizations
- Optimized default zoom for dev-mode
[v1.1.1] - 2025-06-24
Added
- Handling Figma dev mode (inspect mode)
- Auto-zoom in UI
- Optimization of default rendering size of viewport
Fixed
- Speed optimization of hashing of png (for image factorization)
[v1.1.0] - 2025-06-05
Added
- UI for changing sizing of row children (fixed, hug, fill)
- Tooltips in the right sidebar
- UX optimization : handling click on wrong elements (right sidebar)
- Allow to turn div tags into img/svg tags and vice versa
- Handle new effects : Texture and Noise
- Handle Text Path
- Utility classes are able to detect sections
- Customization of flex-wrap and justify-content
Changed
- Update Google fonts list
- Refactor and improve sizing inferences for row children
- Sizing for root elements should have more strict rule regarding FILL which in most case is not the desired behaviour
- Rethink strategy of how padding is inferred in various configurations
Fixed
- Added missing google fonts
- Bug in container query for children with min-content = 0
[v1.0.0] - 2025-05-20