Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2025

Bumps @nextcloud/vue from 8.23.1 to 8.29.1.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.29.1

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.29.0...v8.29.1

v8.29.0

v8.29.0 (2025-08-18)

📝 Notes

NcColorPicker

The update:open event was undeprecated, instead proper open state handling of the component was added. This means it is now possible to pass the open prop directly to the component, it is implemented as two-way binding with the corresponding update:open event. It is now discouraged to use the previous solution of relying on the shown prop of the underlying component.

Additionally for consistent event naming the close event was deprecated in favor of the closed event. The closed event will be emitted after update:open (with payload false) was emitted and all transitions have finished.

🚀 Enhancements

  • feat(NcThemeProvider): allow to override the current theme for parts of the UI #7152
  • feat(dialogs/spawnDialog): separate spawning options from dialog props and allow Element as a container #6768
  • feat(NcColorPicker): add proper open-state handling #7214
  • feat(NcAppNavigationItem): add active as slot property to the "icon"-slot #7274
  • feat: add visual border for buttons on Nextcloud 32+ #7291
  • feat(NcUserStatusIcon): update status icons #7223
  • feat(NcHeaderMenu): apply alpha mask to icon slot #7243

🐛 Fixed bugs

  • perf(NcAvatar): ensure avatar does not add mutation observer #7168
  • perf(utils): ensure only 64px or 512px avatars are loaded #7153
  • fix(NcButton): force cursor pointer #7158 (ShGKme)
  • fix(NcInputField): remove browser injected clear button #7169
  • fix(NcModal): use --border-radius-container #7178
  • fix(useIsDarkTheme): provide default value to silence runtime warnings #7189
  • fix(NcAppSidebar): remove slot styling for buttons in the description #7190
  • fix(NcActionInput): register used NcColorPicker component #7198
  • fix(NcActionInput): lazy load large children #7197
  • fix(NcContent): flip skip action image in rtl mode #7205
  • fix(NcColorPicker): use proper directional arrow icon for submit #7219

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.29.1 (2025-08-19)

🐛 Fixed bugs

  • fix(NcButton): ensure correct padding #7305 (susnux)
  • fix(NcCheckboxRadioSwitch): ensure component has correct box sizing #7306 (susnux)
  • fix(utils): legacy check syntax #7315 (skjnldsv)
  • fix: adjust color variables to work with Nextcloud 32+ #7312

v8.29.0 (2025-08-18)

📝 Notes

NcColorPicker

The update:open event was undeprecated, instead proper open state handling of the component was added. This means it is now possible to pass the open prop directly to the component, it is implemented as two-way binding with the corresponding update:open event. It is now discouraged to use the previous solution of relying on the shown prop of the underlying component.

Additionally for consistent event naming the close event was deprecated in favor of the closed event. The closed event will be emitted after update:open (with payload false) was emitted and all transitions have finished.

🚀 Enhancements

  • feat(NcThemeProvider): allow to override the current theme for parts of the UI #7152
  • feat(dialogs/spawnDialog): separate spawning options from dialog props and allow Element as a container #6768
  • feat(NcColorPicker): add proper open-state handling #7214
  • feat(NcAppNavigationItem): add active as slot property to the "icon"-slot #7274
  • feat: add visual border for buttons on Nextcloud 32+ #7291
  • feat(NcUserStatusIcon): update status icons #7223
  • feat(NcHeaderMenu): apply alpha mask to icon slot #7243

🐛 Fixed bugs

  • perf(NcAvatar): ensure avatar does not add mutation observer #7168
  • perf(utils): ensure only 64px or 512px avatars are loaded #7153
  • fix(NcButton): force cursor pointer #7158 (ShGKme)
  • fix(NcInputField): remove browser injected clear button #7169
  • fix(NcModal): use --border-radius-container #7178
  • fix(useIsDarkTheme): provide default value to silence runtime warnings #7189
  • fix(NcAppSidebar): remove slot styling for buttons in the description #7190
  • fix(NcActionInput): register used NcColorPicker component #7198
  • fix(NcActionInput): lazy load large children #7197
  • fix(NcContent): flip skip action image in rtl mode #7205
  • fix(NcColorPicker): use proper directional arrow icon for submit #7219
  • fix(NcAvatar): orbital best-fit adaptive status icon #7260
  • fix(NcLoadingIcon): prevent height change from rotate transformation #7276
  • fix(NcInputField, NcTextareaField): remove placeholder on Nextcloud 32+ #7286 (susnux)
  • fix: migrate from _oc_config to initial state #7235 (Antreesy)
  • fix: auto-resolve focus trap stack, if was changed outside of controller #7304 (Antreesy)

Other Changes

  • refactor(functions): Make sure only named exports are used (usernameToColor) #7170 (susnux)
  • refactor: use secondary colors for buttons on Nextcloud 32+ #7301 (susnux)
  • chore: copy diff from stable8 changelog #7159

... (truncated)

Commits
  • 4bca27b Merge pull request #7318 from nextcloud-libraries/chore/release-8-29-1
  • b9b595b Merge pull request #7317 from nextcloud-libraries/fix/stable8-colorpicker
  • 3815b45 fix(NcColorPicker): fallback to zero color if no current color is set
  • ecf3dca chore: prepare v8.29.1
  • dabb5c0 Merge pull request #7315 from nextcloud-libraries/fix/legacy-version-8
  • 1905b34 Merge pull request #7306 from nextcloud-libraries/fix/nc-checkbox-box-sizing
  • 7dcb93b fix(utils): legacy check syntax
  • 23cdf72 Merge pull request #7312 from nextcloud-libraries/backport/7311/stable8
  • bb21679 fix: adjust color variables for Nextcloud 32+
  • 8ec110d fix: adjust color variables for input components on Nextcloud 32+
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.23.1 to 8.29.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@8.23.1...v8.29.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 8.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 23, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2025

Superseded by #530.

@dependabot dependabot bot closed this Aug 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/vue-8.29.1 branch August 30, 2025 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant