Releases: Video-Nomad/qt-css-engine
Releases · Video-Nomad/qt-css-engine
v0.1.2 Release 🎉
New Features:
- Border radius is now calculated and clamped to maximum value (min_side_size/2) for both animated and static style blocks
Fixes:
- Fixed box-shadow animation artifacts
- Hot-reload now properly removes shadows and opacity
- Fixed colors being stuck when using negative delay in transition
- Fixed hot-reload for
transition: all - eventFilter now returns early on non-engine events
- readme updates
v0.1.1 Release 🎉
New Features:
- added
:clickedpseudo that plays the whole animation on click - added
:activepseudo support (window focus animation) - added text-shadow alias for box-shadow
- WA_Hover is checked automatically and added if needed
- added optional event logging and env var
- performance improvments
- many new tests
Fixes:
- vastly improved nested layout size calculations
- mid/right click handling filters
- force-clear hover on focus shift
- hot-reload fixes
Full Changelog: v0.1.0...v0.1.1
v0.1.0 Initial Release 🎉
Initial Release! 🎉
Check README for full list of supported features.