Skip to content

Commit f5ff3fb

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [UX] Centralizing docs around StimulusBundle
2 parents 9d891b7 + 9ae5140 commit f5ff3fb

File tree

6 files changed

+26
-220
lines changed

6 files changed

+26
-220
lines changed

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,3 +561,4 @@
561561
/frontend/assetic /frontend
562562
/frontend/assetic/index /frontend
563563
/controller/argument_value_resolver /controller/value_resolver
564+
/frontend/ux https://symfony.com/bundles/StimulusBundle/current/index.html

frontend.rst

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ fast frontend, *and* enjoy the process:
1515
* :ref:`AssetMapper <frontend-asset-mapper>`, is a production-ready simpler alternative
1616
to Webpack Encore that runs entirely in PHP. It's currently experimental.
1717

18-
========================================== ================= ======================================================
19-
Encore AssetMapper
20-
========================================== ================= ======================================================
21-
Production Ready? yes yes
22-
Stable? yes :doc:`experimental </contributing/code/experimental>`
23-
Requirements node none: pure PHP
24-
Requires a build step? yes no
25-
Works in all browsers? yes yes
26-
Supports :doc:`Stimulus/UX </frontend/ux>` yes yes
27-
Supports Sass/Tailwind yes :ref:`yes <asset-mapper-tailwind>`
28-
Supports React, Vue, Svelte? yes yes**
29-
Supports TypeScript yes no**
30-
========================================== ================= ======================================================
18+
================================ ================= ======================================================
19+
Encore AssetMapper
20+
================================ ================= ======================================================
21+
Production Ready? yes yes
22+
Stable? yes :doc:`experimental </contributing/code/experimental>`
23+
Requirements node none: pure PHP
24+
Requires a build step? yes no
25+
Works in all browsers? yes yes
26+
Supports `Stimulus/UX`_ yes yes
27+
Supports Sass/Tailwind yes :ref:`yes <asset-mapper-tailwind>`
28+
Supports React, Vue, Svelte? yes yes**
29+
Supports TypeScript yes no**
30+
================================ ================= ======================================================
3131

3232
** Using JSX (React), Vue or TypeScript with AssetMapper is possible, but you'll
3333
need to use their native tools for pre-compilation. Also, some features (like
@@ -123,12 +123,11 @@ AssetMapper is currently :doc:`experimental </contributing/code/experimental>`.
123123

124124
:doc:`Read the AssetMapper Documentation </frontend/asset_mapper>`
125125

126-
Symfony UX Components
127-
---------------------
126+
Stimulus & Symfony UX Components
127+
--------------------------------
128128

129-
* :doc:`/frontend/ux`
130-
131-
.. include:: /frontend/_ux-libraries.rst.inc
129+
To learn about Stimulus & the UX Components, see:
130+
the `StimulusBundle Documentation`_
132131

133132
Other Front-End Articles
134133
------------------------
@@ -153,3 +152,5 @@ Other Front-End Articles
153152
.. _`Symfony`: https://symfony.com/
154153
.. _`Full API`: https://github.com/symfony/webpack-encore/blob/master/index.js
155154
.. _`Webpack Encore screencast series`: https://symfonycasts.com/screencast/webpack-encore
155+
.. _StimulusBundle Documentation: https://symfony.com/bundles/StimulusBundle/current/index.html
156+
.. _Stimulus/UX: https://symfony.com/bundles/StimulusBundle/current/index.html

frontend/_ux-libraries.rst.inc

Lines changed: 0 additions & 44 deletions
This file was deleted.

frontend/encore/simple-example.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,8 @@ via Ajax - those will instantly work: no need to reinitialize anything.
268268
Ready to learn more about Stimulus?
269269

270270
* Read the `Stimulus Documentation`_
271-
* Find out more about how the :doc:`Symfony UX system works </frontend/ux>`
272-
* See a :ref:`list of all Symfony UX packages <ux-packages-list>`
273-
* Learn more about the `Symfony Stimulus Bridge`_ - including the superpower of
274-
making your controllers load lazily!
271+
* Learn more about `StimulusBundle & the UX System`_
272+
* Browse `all the Symfony UX packages`_
275273

276274
.. admonition:: Screencast
277275
:class: screencast
@@ -480,7 +478,8 @@ Encore supports many more features! For a full list of what you can do, see
480478
.. _`WebpackEncoreBundle Configuration`: https://github.com/symfony/webpack-encore-bundle#configuration
481479
.. _`Stimulus`: https://stimulus.hotwired.dev/
482480
.. _`Stimulus Documentation`: https://stimulus.hotwired.dev/handbook/introduction
483-
.. _`Symfony Stimulus Bridge`: https://github.com/symfony/stimulus-bridge
481+
.. _StimulusBundle & the UX System: https://symfony.com/bundles/StimulusBundle/current/index.html
482+
.. _all the Symfony UX packages: https://symfony.com/bundles/StimulusBundle/current/index.html#ux-packages
484483
.. _`Turbo`: https://turbo.hotwired.dev/
485484
.. _`symfony/ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html
486485
.. _`Stimulus Screencast`: https://symfonycasts.com/screencast/stimulus

frontend/ux.rst

Lines changed: 0 additions & 152 deletions
This file was deleted.

reference/forms/types/map.rst.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Other Fields
4747
Symfony UX Fields
4848
~~~~~~~~~~~~~~~~~
4949

50-
These types are part of the :doc:`Symfony UX initiative </frontend/ux>`:
50+
These types are part of the `Symfony UX Packages`_
5151

5252
* `CropperType`_ (using Cropper.js)
5353
* `DropzoneType`_
@@ -83,3 +83,4 @@ Base Fields
8383

8484
.. _`CropperType`: https://github.com/symfony/ux/tree/2.x/src/Cropperjs#readme
8585
.. _`DropzoneType`: https://github.com/symfony/ux/tree/2.x/src/Dropzone#readme
86+
.. _Symfony UX Packages: https://symfony.com/bundles/StimulusBundle/current/index.html#ux-packages

0 commit comments

Comments
 (0)