Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:bootstrap-vue-next/bootstrap-vue-next
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
Loading
...
head repository:bootstrap-vue-next/bootstrap-vue-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:copilot/fix-2848
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7commits
  • 6files changed
  • 3contributors

Commits on Sep 22, 2025

  1. Initial plan

    Copilot committedSep 22, 2025
    Configuration menu
    Copy the full SHA
    79d9e0eView commit details
    Browse the repository at this point in the history
  2. Fix useModal reactivity warning for custom components

    Co-authored-by: VividLemon <31498096+VividLemon@users.noreply.github.com>
    @VividLemon
    Copilot andVividLemon committedSep 22, 2025
    Configuration menu
    Copy the full SHA
    6a38fcaView commit details
    Browse the repository at this point in the history
  3. Add playground example demonstrating the fix

    Co-authored-by: VividLemon <31498096+VividLemon@users.noreply.github.com>
    @VividLemon
    Copilot andVividLemon committedSep 22, 2025
    Configuration menu
    Copy the full SHA
    fb20ff9View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Remove unnecessary markRaw calls in shallowRef

    Per@VividLemon's review feedback, shallowRef alone is sufficient to preventthe reactive component warning. The markRaw calls in the shallowRef initializationwere redundant and can be removed, simplifying the code while maintaining the fix.Co-authored-by: VividLemon <31498096+VividLemon@users.noreply.github.com>
    @VividLemon
    Copilot andVividLemon committedNov 19, 2025
    Configuration menu
    Copy the full SHA
    adfaf50View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

  1. Simplify shallowRef usage by removing unnecessary toValue and spread

    Addressed@xvaara's feedback: when obj is not a ref, we can pass it directlyto shallowRef() without needing toValue() and spread operators.Co-authored-by: xvaara <130606+xvaara@users.noreply.github.com>
    @xvaara
    Copilot andxvaara committedNov 30, 2025
    Configuration menu
    Copy the full SHA
    41f108fView commit details
    Browse the repository at this point in the history
  2. Apply same shallowRef fix to useToast and usePopover composables

    Updated useToast and usePopover to use the same pattern as useModal:- Changed `toRef(obj)` to `isRef(obj) ? obj : shallowRef(obj)`- Replaced toRef import with shallowRef importThis prevents the Vue reactivity warning for custom components in allorchestrator composables.Co-authored-by: xvaara <130606+xvaara@users.noreply.github.com>
    @xvaara
    Copilot andxvaara committedNov 30, 2025
    Configuration menu
    Copy the full SHA
    2444c89View commit details
    Browse the repository at this point in the history
  3. Merge main branch changes: add generics support while keeping shallow…

    …Ref fixThis merges the new generic ComponentProps type support from main (#2922)with our shallowRef fix to prevent Vue reactivity warnings for customcomponents in orchestrator composables.Co-authored-by: xvaara <130606+xvaara@users.noreply.github.com>
    @xvaara
    Copilot andxvaara committedNov 30, 2025
    Configuration menu
    Copy the full SHA
    dfd9987View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp