Skip to content

2.29.2 : fix LiveProp

Compare
Choose a tag to compare
@kbond kbond released this 19 Aug 12:13
· 46 commits to 2.x since this release
v2.29.2
466612a

Hey UX'ers!

This release fixes a Live Component, LiveProp URL generation bug, it now correctly re-use the previous logic with support of Serializer and custom modifiers.

Live Components

  • Fix new URL calculation with LiveProp using Serializer (and attributes), and when using custom modifier by @Kocal in #2988

Icons

ToolKit

  • Improve CI workflows for linting Kits by @Kocal in #2984
  • Rework kits architecture, change term for "recipe" by @Kocal in #2986

Miscellaneous

  • Remove unnecessary checks for PHP <8.1 (in tests) by @Kocal in #2999
  • Make the Windows CI green by @Kocal in #3000
  • Ensure UX Map assets are built first by @Kocal in #3001
  • Remove PHP-CS-Fixer job by @Kocal in #3002
  • Run latest PHP-CS-Fixer with improved configuration by @Kocal in #3003
  • Fix highest dev jobs by @Kocal in #3004
  • Configure Vitest for unit and browser tests (use @puppeteer/browsers and webdriverio) by @Kocal in #3010
  • Use Playwright for Browser testing by @Kocal in #3013

Full Changelog: v2.29.1...v2.29.2