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: TotomInc/vue3-select-component
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: TotomInc/vue3-select-component
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0-beta.1
Choose a head ref
  • 15 commits
  • 34 files changed
  • 2 contributors

Commits on Oct 24, 2025

  1. chore(deps): update all dependencies to v4.0.3 (#348)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    fdd5779 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. chore(deps): update all dependencies to v3.1.2 (#354)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    272e87f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2025

  1. chore(deps): update dependency @antfu/eslint-config to v6.1.0 (#359)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    d9f4564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d41aa01 View commit details
    Browse the repository at this point in the history
  3. fix(select): improve logic to open/close menu when clicking on input …

    …or control (#352)
    
    * fix(select): improve logic to open/close menu when clicking on the input or select control
    
    * fix(playground): properly handle taggable by creating a new option
    TotomInc committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    33b6d31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b64c97 View commit details
    Browse the repository at this point in the history
  5. feat(select): add #tag-content slot

    See #323
    TotomInc committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    679eb82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ba53ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c18db6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93e2f26 View commit details
    Browse the repository at this point in the history
  9. chore: update package-lock

    TotomInc committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    b8b9cbc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8dec6ce View commit details
    Browse the repository at this point in the history
  11. feat(css): remove auto-inject css

    because of strict CSP issues, inejcted styles cannot be applied on some environments (see #332)
    
    BREAKING CHANGE: when migrating, ensure to import vue3-select-component/style into your project, where you are using the component
    TotomInc committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    7e06fb3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d5a076 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba8b2f9 View commit details
    Browse the repository at this point in the history
Loading