Skip to content

2.30.0 : PHP 8.5

Latest
Compare
Choose a tag to compare
@kbond kbond released this 27 Aug 18:29
· 5 commits to 2.x since this release
v2.30.0
3ef2856

Hey UX'ers!

This release focuses on stability and compatibility: Live Components and Maps get key
bug fixes, React and Icons see small improvements, and Symfony UX is now fully compatible
with PHP 8.5.

Twig Components

Live Components

  • Return empty string for data-value="" instead of falling back to null by @mercuryseries in #3031
  • Clean versionadded by @smnandre in #3049
  • Refactor and fix some edge cases on new URL generation with path + query LiveProps by @Kocal in #3053
  • Fix BC Break when defining LiveProp properties with PHPDoc type and no-native type, when using TypeInfo by @norkunas in #3043

Map

React

  • Fix importmap to require react-dom/client by @Kocal in #3030

Icons

  • Fallback to default dimensions 16/16 when Icon's dimensions on Iconify are missing by @stlgaits in #3042

Miscellaneous

New Contributors

Full Changelog: v2.29.2...v2.30.0