8000 Comparing v2.8.1...v2.9.0 · symfony/ux · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/ux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.1
Choose a base ref
...
head repository: symfony/ux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 20 commits
  • 280 files changed
  • 4 contributors

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    b9ec3f7 View commit details
    Browse the repository at this point in the history
  2. 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
    weaverryan committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ce1bcfb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    b8acf1a View commit details
    Browse the repository at this point in the history
  2. 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
    weaverryan committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e59691a View commit details
    Browse the repository at this point in the history
  3. Fixing bad namespace

    weaverryan authored May 22, 2023
    Configuration menu
    Copy the full SHA
    b89c5ce View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. bug #891 [Typed] Fixing bad namespace (weaverryan)

    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    [Typed] Fixing bad namespace
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no
    | Tickets       | None
    | License       | MIT
    
    Introduced by accident in #887.
    
    Commits
    -------
    
    b89c5ce Fixing bad namespace
    weaverryan committed May 24, 2023
    Configuration menu
    Copy the full SHA
    16d035d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e87ecd View commit details
    Browse the repository at this point in the history
  3. 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
    weaverryan committed May 24, 2023
    Configuration menu
    Copy the full SHA
    45f8ee6 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    e4ea860 View commit details
    Browse the repository at this point in the history
  2. 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)
    weaverryan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8dd3374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a7dc23 View commit details
    Browse the repository at this point in the history
  4. 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
    kbond committed May 25, 2023
    Configuration menu
    Copy the full SHA
    11de5cf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    1b9f4d8 View commit details
    Browse the repository at this point in the history
  2. 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!
    weaverryan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ead1c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4e42e1 View commit details
    Browse the repository at this point in the history
  4. 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
    weaverryan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    d54c11a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08132b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d21d3a View commit details
    Browse the repository at this point in the history
  7. 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
    weaverryan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    165cae9 View commit details
    Browse the repository at this point in the history
  8. 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
    weaverryan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    90e97ec View commit details
    Browse the repository at this point in the history
Loading
0