From c1f1e01980704fd68c8356eee5d8f1bdfbaf931f Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 28 May 2023 20:56:16 -0400 Subject: [PATCH] [StimulusBundle] Marking only the AssetMapper integration as experimental --- src/StimulusBundle/README.md | 5 +---- src/StimulusBundle/doc/index.rst | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) 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