Skip to content

Commit

Permalink
improvements, fixes and removing experimental from non-experimental c…
Browse files Browse the repository at this point in the history
…lasses
  • Loading branch information
weaverryan committed May 30, 2023
1 parent ad7a339 commit 7f414c8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/StimulusBundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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 (this integration is **experimental**)
- B) Integration with Symfony UX & AssetMapper (this integration is [experimental](https://symfony.com/doc/current/contributing/code/experimental.html)
- C) A helper service to build the Stimulus data attributes and use them in your services.

[Read the documentation][1]
Expand Down
3 changes: 2 additions & 1 deletion src/StimulusBundle/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ StimulusBundle: Symfony integration with Stimulus
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 (this integration is **experimental**)
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
Expand Down Expand Up @@ -311,3 +311,4 @@ is running in debug mode.
.. _`parameters`: https://stimulus.hotwired.dev/reference/actions#action-parameters
.. _`Stimulus Targets`: https://stimulus.hotwired.dev/reference/targets
.. _`StimulusBundle Flex recipe`: https://github.com/symfony/recipes/tree/main/symfony/stimulus-bundle
.. _`experimental`: https://symfony.com/doc/current/contributing/code/experimental.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

/**
* @experimental
*
* @author Ryan Weaver <ryan@symfonycasts.com>
*/
final class StimulusExtension extends Extension implements PrependExtensionInterface, ConfigurationInterface
Expand Down
2 changes: 0 additions & 2 deletions src/StimulusBundle/src/Dto/StimulusAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
/**
* Helper to build Stimulus-related HTML attributes.
*
* @experimental
*
* @author Ryan Weaver <ryan@symfonycasts.com>
*/
class StimulusAttributes implements \Stringable, \IteratorAggregate
Expand Down
2 changes: 0 additions & 2 deletions src/StimulusBundle/src/Helper/StimulusHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
use Twig\Loader\ArrayLoader;

/**
* @experimental
*
* @author Ryan Weaver <ryan@symfonycasts.com>
*/
final class StimulusHelper
Expand Down
2 changes: 0 additions & 2 deletions src/StimulusBundle/src/StimulusBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
use Symfony\UX\StimulusBundle\DependencyInjection\Compiler\RemoveAssetMapperServicesCompiler;

/**
* @experimental
*
* @author Ryan Weaver <ryan@symfonycasts.com>
*/
final class StimulusBundle extends Bundle
Expand Down
2 changes: 0 additions & 2 deletions src/StimulusBundle/src/Twig/StimulusTwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
use Twig\TwigFunction;

/**
* @experimental
*
* @author Ryan Weaver <ryan@symfonycasts.com>
*/
final class StimulusTwigExtension extends AbstractExtension
Expand Down

0 comments on commit 7f414c8

Please sign in to comment.