28 Commits

Author SHA1 Message Date
Quentin Rogeret
c5ea8ee2cc Fix typo in documentation
Asset Mapper 6.3 example is missing a }
2025-09-24 15:27:42 +02:00
Mathieu Santostefano
70175cbecb Replace chart examples by hello to avoid confusion with the ChartJS component 2025-05-05 09:46:58 +02:00
Hugo Alliaume
420c2a8c87 minor #2597 [Doc][StimulusBundle] Misc doc fixes (javiereguiluz)
This PR was merged into the 2.x branch.

Discussion
----------

[Doc][StimulusBundle] Misc doc fixes

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| Issues        | -
| License       | MIT

This PR is mostly to fix this minor syntax issue in the doc intro:

<img width="853" alt="" src="https://github.com/user-attachments/assets/47b7e7aa-60fb-4053-af7b-8a911d19f83c" />

But, I also propose to remove the list of UX packages because this is very hard to maintain. For example, we're missing a lot of the packages added recently. So, I think it's better to just add a link to the always up-to-date listing on the website.

Commits
-------

eac8871cbf3 [Doc][StimulusBundle] Misc doc fixes
2025-02-24 23:32:00 +01:00
Tac Tacelosky
d05cf93372 fix missing }, reformat so it's visible
```twig
<div {{ stimulus_controller('chart',
            { 'name': 'Likes', 'data': [1, 2, 3, 4] },
            { 'loading': 'spinner' },
            { 'other': '.target' } ) }}>
```
2025-02-24 23:24:50 +01:00
Javier Eguiluz
f4509ed94a [Doc][StimulusBundle] Misc doc fixes 2025-02-24 09:21:27 +01:00
Antoine M
14845f8923 doc: swap url for Stimulus Components 2025-01-08 19:59:51 +01:00
Matthieu Lempereur
e13034d428 remove a swup mention for translator 2024-12-06 15:30:33 +01:00
matlec
af341c2258 [StimulusBundle][Doc] Mention removeComments will no longer be necessary 2024-11-06 21:44:36 +01:00
Ole Rößner
60ec83e56c update jetbrains stimulus plugin url. 2024-10-24 15:23:34 +02:00
Jibé Barth
017b60e036 [Docs][Stimulus] use camelCase for target naming 2024-06-11 15:21:54 +02:00
Ruud Kamphuis
3e1117db76 Use version instead of url in docs 2024-06-01 13:35:12 -04:00
Javier Eguiluz
5432e91c00 [Doc] Misc updates in the StimulusBundle docs 2024-03-27 16:55:02 +01:00
Ryan Weaver
6add4bdab1 [Live][Stimulus] Prepping the LiveComponent Stable Release 🚀 2024-02-29 11:20:46 -05:00
Ryan Weaver
70e325b71f minor #1345 [StimulusBundle] Added docs on TypeScript support (evertharmeling, weaverryan)
This PR was merged into the 2.x branch.

Discussion
----------

[StimulusBundle] Added docs on TypeScript support

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Issues        | #1335 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT

Follow-up on #1335, added more info on usage of TypeScript controllers support.

Commits
-------

237164f6 Tweaking wording
60c0b8e2 [StimulusBundle] Added docs about Typescript controller usage
37244016 [StimulusBundle] Revert adding var/ to .gitignore
2024-01-09 09:29:49 -05:00
Ryan Weaver
28f463fbce Tweaking wording 2024-01-09 09:29:38 -05:00
Victor Bocharsky
9701135728 Add a note about using raw data attributes as a prefered way 2024-01-09 09:22:53 -05:00
Evert Harmeling
cb498f202b [StimulusBundle] Added docs about Typescript controller usage 2023-12-19 12:37:50 +01:00
Ryan Weaver
2b974b5347 [StimulusBundle] Removing ux_controller_link_tags() mention for 6.4 2023-11-09 14:03:18 -05:00
Felix Eymonot
e0e19de8df docs(stimulusbundle): add togglePassword component to official list 2023-08-28 20:00:50 +02:00
Ryan Weaver
f3f640c2a5 minor #1016 [StimulusBundle] Adding missing not about ux_controller_link_tags (weaverryan)
This PR was merged into the 2.x branch.

Discussion
----------

[StimulusBundle] Adding missing not about ux_controller_link_tags

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| Tickets       | None
| License       | MIT

This is in the recipe - 2cf7ec6e8e/symfony/stimulus-bundle/2.9/manifest.json (L40) - but wasn't mentioned here.

Commits
-------

ae168878 [StimulusBundle] Adding missing not about ux_controller_link_tags
2023-08-15 07:10:47 -04:00
Asis Pattisahusiwa
2c1115b9d6 Fix AssetMapper link 2023-07-23 09:26:11 +09:00
Ryan Weaver
230f8535a2 [StimulusBundle] Adding missing not about ux_controller_link_tags 2023-07-20 09:57:25 -04:00
Hamza Makraz
81e5c8ff8a Add the missing quotes in the code in the section Configuration for the StimulusBundle 2023-07-01 18:30:06 +01:00
jmsche
751cb8aeba Stimulus outlets 2023-06-14 14:02:05 +02:00
Ryan Weaver
e4cd8616a8 Asset mapper: Further docs updates 2023-06-13 12:47:30 -04:00
Javier Eguiluz
f219b882ce [Doc] Fix some RST syntax issues in StimulusBundle docs 2023-05-31 16:04:32 +02:00
Ryan Weaver
5261003352 [StimulusBundle] Marking only the AssetMapper integration as experimental 2023-05-30 11:13:12 -04:00
Ryan Weaver
93def1c68b Adding Asset Mapper support + new StimulusBundle 2023-05-22 12:39:44 -04:00