Skip to content

Releases: Video-Nomad/qt-css-engine

v0.1.2 Release 🎉

11 May 18:33
fd50721

Choose a tag to compare

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 🎉

28 Apr 08:08
5dc9ea2

Choose a tag to compare

New Features:

  • added :clicked pseudo that plays the whole animation on click
  • added :active pseudo 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 🎉

24 Apr 09:52
0b70170

Choose a tag to compare

Initial Release! 🎉

Check README for full list of supported features.