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.11.8
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.12.0
Choose a head ref
  • 6 commits
  • 19 files changed
  • 2 contributors

Commits on Aug 23, 2025

  1. fix(select): multi-select option removal logic (#311)

    Updated the removeOption method to use props.getOptionValue for comparison, ensuring correct deselection behavior when option values are complex objects.
    ispal authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    31f368c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. feat(select): defineExpose some methods & refs (#314)

    * chore(cursor): add cursor rules
    
    * feat(select): defineExpose some methods & refs
    
    #313
    TotomInc authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    379fc7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f88f58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae6728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    545d706 View commit details
    Browse the repository at this point in the history
  5. chore: release v0.12.0

    TotomInc committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    1364bb7 View commit details
    Browse the repository at this point in the history
Loading