-
Notifications
You must be signed in to change notification settings - Fork 110
fix(deps): update dependency @nextcloud/vue to ^8.27.0 (main) #7063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fba97e4 to
b64b8f9
Compare
b64b8f9 to
3595aa7
Compare
3595aa7 to
72c7d38
Compare
72c7d38 to
b2a2ea6
Compare
b2a2ea6 to
b71e437
Compare
b71e437 to
fcfeb42
Compare
fcfeb42 to
bff147f
Compare
…ied @nc/vue imports Signed-off-by: Andrew Backhouse <[email protected]>
bff147f to
4e1022b
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
Mind to also cherry pick the changes to the other automated PRs of |
|
Will do :) |
|
Nice, thanks for tackling this @emberfiend ❤️ |
|
Causing node-test to fail, but @emberfiend is looking into it :) |
This PR contains the following updates:
^8.23.1->^8.27.0Release Notes
nextcloud-libraries/nextcloud-vue (@nextcloud/vue)
v8.27.0Compare Source
What's Changed
🚀 Enhancements
descriptionprop by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6975🐛 Fixed bugs
Other Changes
NcIconSvgWrapperwithdirectionalproperty where needed by @backportbot in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6976Full Changelog: nextcloud-libraries/nextcloud-vue@v8.26.1...v8.27.0
v8.26.1Compare Source
What's Changed
🐛 Fixed bugs
Other Changes
Full Changelog: nextcloud-libraries/nextcloud-vue@v8.26.0...v8.26.1
v8.26.0Compare Source
📝 Notes
NcAppSidebar
The
infoslot was introduced to allow customization of sidebar header content.This will replace original main name of the sidebar and
header,subname,secondary-actions,tertiary-actionsslots.It is recommended to use slot together with
NcAppSidebarHeadercomponent to support accessibility features.NcPopover
The
focusTrapproperty is now deprecated and will be replaced withnoFocusTrap,the reason behind this is to only have boolean properties with default value of
falseallowing shortcut props.🚀 Enhancements
infoslot #6843noFocusTrapprop #6808🐛 Fixed bugs
referencesprop type #6800searchevent #6838v8.25.1Compare Source
Full Changelog
🐛 Fixed bugs
v8.25.0Compare Source
Full Changelog
📝 Notes
NcDateTimePickerIn version 8 the
NcDateTimePickerwas a transparent wrapper around the vue2 datepicker library.With version 9 and beyond we will no longer transparently wrap external libraries,
thus only documented props, events, and slots of Nextcloud components are guaranteed to work.
This will allow use to change the underlying library while keeping a stable API for the component users.
For this we deprecated the
rangeproperty in favor of three new types for theNcDateTimePicker.date-rangetime-rangedatetime-rangeAlso the
formatterproperty is deprecated, instead you can now provide a function to theformatproperty,which will receive a
Dateobject and should return the formatted date as a string.TooltipdirectiveThe
Tooltipdirective has been deprecated and will be removed in the future.In most cases you want to use the native browser tooltips instead by using the native HTML
titleattribute.In some rare cases where you really need a formatted tooltip
NcPopovercould be used.v8.24.0Compare Source
📝 Notes
Boolean properties
Some boolean props have been deprecated in favor of alternatives with default value
false.This allows to use shorthand notation on the template, as a prop with a default value of
falsewill be set to
trueif it is set (without any value) in the template,similar to native HTML boolean attributes.
Following components have been adjusted:
NcAvatarshowUserStatushideStatusNcAvatarshowUserStatusCompactverboseStatusNcModalcanClosenoCloseNcDialogcanClosenoCloseNcButtoncolor variant and native typeNcButton(andNcDialogButton) now provides avariantprop to set the color variant to use (e.g.'primary') and allows to set the native button type using thetypeprop.The legacy behavior,
typefor the color variant andnativeTypefor 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
NcButtonusage like this:🚀 Enhancements
openedandclosedevents to handle closing/opening end #6683 (skjnldsv)resetevent #6006 (susnux)variantprop for design variant of buttons / chips #6472 (susnux)🐛 Fixed bugs
after-show/after-hideevents #6683 (skjnldsv)Other Changes
idas property name #5516 (susnux)variantprops #6623 (susnux)Configuration
📅 Schedule: Branch creation - "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.
This PR was generated by Mend Renovate. View the repository job log.