Skip to content

fix(deps): update dependency @nextcloud/vue to ^8.24.0#1699

Merged
github-actions[bot] merged 1 commit intomainfrom
renovate/nextcloud-vue-8.x
Apr 3, 2025
Merged

fix(deps): update dependency @nextcloud/vue to ^8.24.0#1699
github-actions[bot] merged 1 commit intomainfrom
renovate/nextcloud-vue-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/vue ^8.23.1 -> ^8.24.0 age adoption passing confidence

Release Notes

nextcloud-libraries/nextcloud-vue (@​nextcloud/vue)

v8.24.0

Compare Source

📝 Notes
Boolean properties

Some boolean props have been deprecated in favor of alternatives with default value false.
This allows using shorthand notation on the template, as a prop with a default value of false
will be set to true if it is set (without any value) in the template,
similar to native HTML boolean attributes.
The following components have been adjusted:

Component Deprecated prop New alternative
NcAvatar showUserStatus hideStatus
NcAvatar showUserStatusCompact verboseStatus
NcModal canClose noClose
NcDialog canClose noClose
NcButton color variant and native type

NcButton (and NcDialogButton) now provides a variant prop to set the color variant to use (e.g. 'primary') and allows set the native button type using the type prop.
The legacy behavior, type for the color variant and nativeType for the button type, still works but will be removed in the next major version.

To make a later migration to version 9 easier you can already migrate your NcButton usage like this:

<!-- Before: -->
<NcButton type="primary" native-type="submit">Submit</NcButton>
<!-- After: -->
<NcButton variant="primary" type="submit">Submit</NcButton>
🚀 Enhancements
  • feat(NcActions): add opened and closed events to handle closing/opening end #​6683 (@​skjnldsv)
  • feat(NcBlurHash): Add a blur hash component #​6396 (susnux)
  • feat(NcDialog): Allow to catch reset event #​6006 (susnux)
  • feat: Add consistent variant prop for design variant of buttons / chips #​6472 (susnux)
  • feat(NcAppContent): Allow to set the page title #​5269 (susnux)
  • feat: add boolean prop alternatives with false as default value #​6656 (susnux)
🐛 Fixed bugs
  • fix(NcPopover): correctly wait for animation end in after-show/after-hide events #​6683 (skjnldsv)
  • fix(NcEmojiPicker): not focusable when used in another focus trap #​6558 (ShGKme)
  • fix(RTL): initialize language direction check once in utils #​6523 (Antreesy)
  • fix(NcColorPicker): remove unused invalid styles #​6565 (susnux)
  • fix(NcAppSidebar, NcHeaderMenu): correctly focus trigger/close button when no focusable elements inside #​6636 (Antreesy)
  • fix(NcInputField): Only show error state border if user interacted with the input #​6640 (susnux)
  • fix(NcEmojiPicker): return focus steals actual focus #​6652 (ShGKme)
Other Changes
  • refactor(NcCheckboxRadioSwitch): Do not use HTML attribute name id as property name #​5516 (susnux)
  • docs: adjust version number for variant props #​6623 (susnux)
  • Updated workflows and dependencies
  • Updated translations
New Contributors

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.23.1...v8.24.0


Configuration

📅 Schedule: Branch creation - "before 5am every weekday,every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Apr 3, 2025
@renovate renovate Bot requested review from max-nextcloud and mejo- as code owners April 3, 2025 00:21
@github-actions github-actions Bot enabled auto-merge April 3, 2025 00:21
@github-actions github-actions Bot merged commit b6c945d into main Apr 3, 2025
51 checks passed
@github-actions github-actions Bot deleted the renovate/nextcloud-vue-8.x branch April 3, 2025 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants