-
Notifications
You must be signed in to change notification settings - Fork 109
fix(deps): update dependency @nextcloud/vue to ^8.27.0 (stable30) #7080
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
ff20d57 to
4797271
Compare
4797271 to
20c0cf6
Compare
20c0cf6 to
bc51827
Compare
bc51827 to
9453349
Compare
9453349 to
36a9673
Compare
36a9673 to
4a84773
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. |
…to fully justified @nc/vue imports Signed-off-by: Andrew Backhouse <[email protected]>
4a84773 to
f936417
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## stable30 #7080 +/- ##
============================================
- Coverage 53.68% 51.38% -2.31%
============================================
Files 116 116
Lines 2578 2709 +131
Branches 525 542 +17
============================================
+ Hits 1384 1392 +8
- Misses 1066 1188 +122
- Partials 128 129 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
^8.22.0->^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.