Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Fix hyphens in JS slugs #10541

Merged
merged 12 commits into from
Aug 2, 2024
Merged

[5.x] Fix hyphens in JS slugs #10541

merged 12 commits into from
Aug 2, 2024

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    390d9fa View commit details
    Browse the repository at this point in the history
  2. Revert "Fix hyphens in JS slugs"

    This reverts commit 390d9fa.
    duncanmcclean committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5dbc0a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63567f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d45da11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee73baf View commit details
    Browse the repository at this point in the history
  6. simplify

    duncanmcclean committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    dc8bd0f View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/5.x' into fix/hyphens-in-js-slugs

    # Conflicts:
    #	resources/js/components/slugs/Slug.js
    duncanmcclean committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5b20228 View commit details
    Browse the repository at this point in the history
  8. wip

    duncanmcclean committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5865880 View commit details
    Browse the repository at this point in the history
  9. wip

    duncanmcclean committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    45ac370 View commit details
    Browse the repository at this point in the history
  10. add this back

    duncanmcclean authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3083279 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. undo new replacements and instead force dashes to be the separate whe…

    …n using non-dash separator. it matches php.
    jasonvarga committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    78c5a74 View commit details
    Browse the repository at this point in the history
  2. js test for slug class

    jasonvarga committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7617d60 View commit details
    Browse the repository at this point in the history