-
-
Notifications
You must be signed in to change notification settings - Fork 364
Comparing changes
Open a pull request
base repository: symfony/ux
base: v2.8.1
head repository: symfony/ux
compare: v2.9.0
- 20 commits
- 280 files changed
- 4 contributors
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9ec3f7 - Browse repository at this point
Copy the full SHA b9ec3f7View commit details -
minor #883 [TwigComponent] Clarifying PostMount hook (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [TwigComponent] Clarifying PostMount hook | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | None | License | MIT From a conversation on Slack with `@mina20088`. The previous text was accurate... but it made a big deal out of a feature that few will need. Really, you could use `mount()` instead of `PostMount` I think in all cases. `PostMount` IS still nice if you want to run some processing AFTER all of your properties have been mounted. Cheers! Commits ------- b9ec3f7 [TwigComponent] Clarifying PostMount hook
Configuration menu - View commit details
-
Copy full SHA for ce1bcfb - Browse repository at this point
Copy the full SHA ce1bcfbView commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b8acf1a - Browse repository at this point
Copy the full SHA b8acf1aView commit details -
feature #887 Adding Asset Mapper support + new StimulusBundle (weaver…
…ryan) This PR was squashed before being merged into the 2.x branch. Discussion ---------- Adding Asset Mapper support + new StimulusBundle | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Tickets | None | License | MIT Adds: * A) Integration with new `symfony.importmap` key introduced to Flex in symfony/flex#975 * B) An "asset mapper" path in each bundle so that 8000 you can refer to the controller/files in that bundle. * C) Introduces new StimulusBundle (thanks to `@jmsche` for helping port from WebpackEncoreBundle). This includes the Twig `stimulus_*` functions + a revamped "helper" system for generating those attributes. * D) The new StimulusBundle also contains integration for AssetMapper to load custom controllers and `controllers.json`. Cheers! Commits ------- b8acf1a Adding Asset Mapper support + new StimulusBundle
Configuration menu - View commit details
-
Copy full SHA for e59691a - Browse repository at this point
Copy the full SHA e59691aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b89c5ce - Browse repository at this point
Copy the full SHA b89c5ceView commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16d035d - Browse repository at this point
Copy the full SHA 16d035dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e87ecd - Browse repository at this point
Copy the full SHA 6e87ecdView commit details -
minor #895 [Turbo] Upgrading and fixing phpstan & CI (weaverryan)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Turbo] Upgrading and fixing phpstan & CI | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | Fixing CI broken in earlier PR | License | MIT Commits ------- 6e87ecd [Turbo] Upgrading and fixing phpstan & CI
Configuration menu - View commit details
-
Copy full SHA for 45f8ee6 - Browse repository at this point
Copy the full SHA 45f8ee6View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4ea860 - Browse repository at this point
Copy the full SHA e4ea860View commit details -
minor #896 Update index.rst (construct. will be replace to will be re…
…placed) (abdellahrk) This PR was merged into the 2.x branch. Discussion ---------- Update index.rst (construct. will be replace to will be replaced) | Q | A | ------------- | --- | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Features and deprecations must be submitted against branch main. --> Commits ------- e4ea860 Update index.rst (construct. will be replace to will be replaced)
Configuration menu - View commit details
-
Copy full SHA for 8dd3374 - Browse repository at this point
Copy the full SHA 8dd3374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7dc23 - Browse repository at this point
Copy the full SHA 8a7dc23View commit details -
minor #897 Changed code block to match example (cpoushay)
This PR was merged into the 2.x branch. Discussion ---------- Changed code block to match example | Q | A | ------------- | --- | Bug fix? | no | New feature? | no > | License | MIT Changed number in code block so that it matches the reset of the example code Commits ------- 8a7dc23 Changed code block to match example
Configuration menu - View commit details
-
Copy full SHA for 11de5cf - Browse repository at this point
Copy the full SHA 11de5cfView commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b9f4d8 - Browse repository at this point
Copy the full SHA 1b9f4d8View commit details -
feature #894 Asset mapper integration part 2! (weaverryan)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- Asset mapper integration part 2! | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Tickets | None | License | MIT Hi! Continued work to prep the UX bundles (and the new StimulusBundle) to support AssetMapper (support for WebpackEncoreBundle will not change). TODOS: * [X] React support * [X] autoimport support * [ ] Vue support * [ ] Svelte support * [ ] Translator support * [ ] add "excludes" to avoid controllers.json from being in the asset mapper * [ ] add "excludes" to avoid .d.ts files from being in the asset mapper * [ ] tests Cheers! Commits ------- 1b9f4d8 Asset mapper integration part 2!
Configuration menu - View commit details
-
Copy full SHA for ead1c01 - Browse repository at this point
Copy the full SHA ead1c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e42e1 - Browse repository at this point
Copy the full SHA f4e42e1View commit details -
bug #899 [AssetMapper] Various minor tweaks (weaverryan)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [AssetMapper] Various minor tweaks | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | None | License | MIT A few more tweaks as I'm testing things with the new recipe. Commits ------- f4e42e1 [AssetMapper] Various minor tweaks
Configuration menu - View commit details
-
Copy full SHA for d54c11a - Browse repository at this point
Copy the full SHA d54c11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08132b2 - Browse repository at this point
Copy the full SHA 08132b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d21d3a - Browse repository at this point
Copy the full SHA 9d21d3aView commit details -
feature #901 [Swup] Allowing newer versions (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [Swup] Allowing newer versions | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Tickets | None | License | MIT Some newer versions of Swup came out recently, and they seem to work fine with our existing controller :). Cheers! Commits ------- 08132b2 [Swup] Allowing newer versions
Configuration menu - View commit details
-
Copy full SHA for 165cae9 - Browse repository at this point
Copy the full SHA 165cae9View commit details -
feature #902 Adding %PACKAGE% placeholder + f 631D ixing translations (weav…
…erryan) This PR was merged into the 2.x branch. Discussion ---------- Adding %PACKAGE% placeholder + fixing translations | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | None | License | MIT Tracking with Flex updates at symfony/flex#975 Commits ------- 9d21d3a Adding %PACKAGE% placeholder + fixing translations
Configuration menu - View commit details
-
Copy full SHA for 90e97ec - Browse repository at this point
Copy the full SHA 90e97ecView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.8.1...v2.9.0