Skip to content

Commit 264d3a2

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Frontend] Update UX package list New features must go on the 6.x branch
2 parents 1ccf93a + 4d16a46 commit 264d3a2

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

contributing/code/pull_requests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ work:
142142
All bug fixes merged into maintenance branches are also merged into more
143143
recent branches on a regular basis. For instance, if you submit a PR
144144
for the ``4.4`` branch, the PR will also be applied by the core team on
145-
the ``5.x`` branch.
145+
the ``5.x`` and ``6.x`` branches.
146146

147147
Create a Topic Branch
148148
~~~~~~~~~~~~~~~~~~~~~

frontend/_ux-libraries.rst.inc

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
1-
* `ux-turbo`_: Integration with `Turbo Drive`_ for a single-page-app experience
1+
* `ux-autocomplete`_: Transform ``EntityType``, ``ChoiceType`` or *any* ``<select>`` element into an Ajax-powered autocomplete field
2+
* `ux-chartjs`_: Easy charts with `Chart.js`_
3+
* `ux-cropperjs`_: Form Type and tools for cropping images
4+
* `ux-dropzone`_: Form Type for stylized "drop zone" for file uploads
5+
* `ux-lazy-image`_: Optimize Image Loading with BlurHash
26
* `ux-live-component`_: Build Dynamic Interfaces with Zero JavaScript
7+
* `ux-notify`_: Send server-sent native notification with Mercure
8+
* `ux-react`_: Render `React`_ component from Twig
9+
* `ux-swup`_: Integration with `Swup`_
10+
* `ux-turbo`_: Integration with `Turbo Drive`_ for a single-page-app experience
311
* `ux-twig-component`_: Build Twig Components Backed by a PHP Class
4-
* `ux-swup`_: Integration with Swup
5-
* `ux-chartjs`_: Easy charts with Chart.js
6-
* `ux-lazy-image`_: Optimize Image Loading with BlurHash
7-
* `ux-cropperjs`_: Form Type and tools for cropping images
8-
* `ux-dropzone`_: Form type for stylized "drop zone" for file uploads
12+
* `ux-typed`_: Integration with `Typed`_
913

10-
.. _`ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html
11-
.. _`ux-live-component`: https://symfony.com/bundles/ux-live-component/current/index.html
12-
.. _`ux-twig-component`: https://symfony.com/bundles/ux-twig-component/current/index.html
13-
.. _`ux-swup`: https://symfony.com/bundles/ux-swup/current/index.html
14+
.. _`ux-autocomplete`: https://symfony.com/bundles/ux-autocomplete/current/index.html
1415
.. _`ux-chartjs`: https://symfony.com/bundles/ux-chartjs/current/index.html
15-
.. _`ux-lazy-image`: https://symfony.com/bundles/ux-lazy-image/current/index.html
1616
.. _`ux-cropperjs`: https://symfony.com/bundles/ux-cropperjs/current/index.html
1717
.. _`ux-dropzone`: https://symfony.com/bundles/ux-dropzone/current/index.html
18+
.. _`ux-lazy-image`: https://symfony.com/bundles/ux-lazy-image/current/index.html
19+
.. _`ux-live-component`: https://symfony.com/bundles/ux-live-component/current/index.html
20+
.. _`ux-notify`: https://symfony.com/bundles/ux-notify/current/index.html
21+
.. _`ux-react`: https://symfony.com/bundles/ux-react/current/index.html
22+
.. _`ux-swup`: https://symfony.com/bundles/ux-swup/current/index.html
23+
.. _`ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html
24+
.. _`ux-twig-component`: https://symfony.com/bundles/ux-twig-component/current/index.html
25+
.. _`ux-typed`: https://symfony.com/bundles/ux-typed/current/index.html
26+
.. _`Chart.js`: https://www.chartjs.org/
27+
.. _`Swup`: https://swup.js.org/
28+
.. _`React`: https://reactjs.org/
1829
.. _`Turbo Drive`: https://turbo.hotwired.dev/
30+
.. _`Typed`: https://github.com/mattboldt/typed.js/

0 commit comments

Comments
 (0)