Skip to content

2.25.0 : Squash Deprecations

Compare
Choose a tag to compare
@kbond kbond released this 19 May 15:47
· 77 commits to 2.x since this release
v2.25.0

Hey UX'ers!

This release fixes Twig deprecations, improves the DX of Icons, adds UID support and fixes hydration issues in Live Components. This also includes an initial preview of the new UX Toolkit. This package isn't yet installable via Composer as it's still in heavy development, but you can check it out in the src/Toolkit.

Autocomplete

Map

  • Downgrade PHP requirement from 8.3 to 8.1 by @Kocal in #2695

Twig Components

Live Components

StimulusBundle

Toolkit

  • Introduce the UX Toolkit ✨ by @Halleck45 in #2539
  • Add missing Interface suffixes by @smnandre in #2717
  • Fix deprecation Kernel > 7.3 by @smnandre in #2714
  • Remove redundant code in Shadcn kit components by @Kocal in #2711
  • Add functional tests to render all Kit components usage codes (from their documentation), with a snapshot system by @Kocal in #2720
  • Minor adjustments on Kit creation command (reword questions, fix doc format) by @Kocal in #2724
  • Remove Kit "authors" by @Kocal in #2725
  • Improve descriptions of Shadcn components by @Kocal in #2728
  • Update snapshots & fix tests, following #2728 by @Kocal in #2735

Icons

  • Improve DX when symfony/http-client is not installed by @kbond in #2678

Turbo

Miscellaneous

  • Fix version bump for npm packages by @Kocal in #2679
  • Use git diff instead of git status by @smnandre in #2687
  • Add .editorconfig, enforce LF line-ending style by @Kocal in #2691
  • Adjust tags to v2.*.* for NPM auto-releases by @Kocal in #2685
  • Add step to disable package.json synchronization while upgrading PHP package by @Kocal in #2698
  • Replace workspace:* dependencies before publishing on npm by @Kocal in #2739
  • Fix Doctor RST warning about quotes by @smnandre in #2745

Site

  • Add manual installation steps for Component installation (and some website tweaks) by @Kocal in #2716

New Contributors

Full Changelog: v2.24.0...v2.25.0