diff --git a/src/StimulusBundle/README.md b/src/StimulusBundle/README.md index b032e52bd51..1899a5be903 100644 --- a/src/StimulusBundle/README.md +++ b/src/StimulusBundle/README.md @@ -1,12 +1,9 @@ # StimulusBundle: Symfony integration with Stimulus! -**EXPERIMENTAL** This bundle is currently experimental. It is possible that -backwards-compatibility breaks could happen between minor versions. - This bundle adds integration between Symfony, Stimulus and Symfony UX: - A) Twig `stimulus_*` functions & filters to add Stimulus controllers, actions & targets in your templates; -- B) Integration with Symfony UX & AssetMapper; +- B) Integration with Symfony UX & AssetMapper (this integration is **experimental**) - C) A helper service to build the Stimulus data attributes and use them in your services. [Read the documentation][1] diff --git a/src/StimulusBundle/doc/index.rst b/src/StimulusBundle/doc/index.rst index 13d71807495..c1f0670f85a 100644 --- a/src/StimulusBundle/doc/index.rst +++ b/src/StimulusBundle/doc/index.rst @@ -1,13 +1,10 @@ StimulusBundle: Symfony integration with Stimulus ================================================= -**EXPERIMENTAL** This bundle is currently experimental. It is possible that -backwards-compatibility breaks could happen between minor versions. - This bundle adds integration between Symfony, `Stimulus`_ and Symfony UX: A) Twig `stimulus_*` functions & filters to add Stimulus controllers, actions & targets in your templates; -B) Integration with Symfony UX & AssetMapper; +- B) Integration with Symfony UX & AssetMapper (this integration is **experimental**) C) A helper service to build the Stimulus data attributes and use them in your services. Installation