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: fluent-vue/fluent-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.0
Choose a base ref
...
head repository: fluent-vue/fluent-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 16, 2025

  1. fix(deps): update dependency @vue/devtools-api to v8 (#953)

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

Commits on Nov 23, 2025

  1. chore(deps): update actions/checkout action to v6 (#986)

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

Commits on Nov 25, 2025

  1. chore(deps): update all non-major dependencies (#983)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    fb2f7cf View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance (#970)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    a416e16 View commit details
    Browse the repository at this point in the history
  3. Fix types: i18n component ‘tag’ prop can also be boolean ‘false’ (#987)

    Passing ‘:tag=false’ to the i18n component renders no tag, but
    TypeScript would complain, since the prop type was defined to allow
    only strings.
    
    Widen the type to also allow boolean ‘false’, which matches runtime
    behaviour and docs.
    wbolster authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    4ced4ad View commit details
    Browse the repository at this point in the history
  4. Release 3.8.1

    fluent-vue-bot committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    dd6d027 View commit details
    Browse the repository at this point in the history
Loading