Skip to content
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

fix(deps): update dependency @nextcloud/vue to v8 #575

Merged
merged 1 commit into from Mar 4, 2024

Conversation

garykim-dev-renovate[bot]
Copy link

This PR contains the following updates:

Package Type Update Change
@nextcloud/vue dependencies major ^5.4.0 -> ^8.8.1

Release Notes

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

v8.8.1

Compare Source

Full Changelog

🐛 Fixed bugs

v8.8.0

Compare Source

Full Changelog

v8.7.1

Compare Source

Full Changelog

v8.7.0

Compare Source

Full Changelog

v8.6.2

Compare Source

Full Changelog

📝 Notes
🐛 Fixed bugs
Other Changes

v8.6.1

Compare Source

Full Changelog

🐛 Fixed bugs
Other Changes
  • Updated translations
  • fix(CI): Adjust npm-publish to work with GPR #​5183 (susnux)
  • chore(CHANGELOG): Add missing entry for 8.6.0 release #​5192 (susnux)

v8.6.0

Compare Source

Full Changelog

🚀 Enhancements
🐛 Fixed bugs
Other Changes

v8.5.1

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(NcPopover): a11y attrs provide-inject reactivity #​5142 (ShGKme)
  • fix(NcCheckboxRadioSwitch): On button style align the text vertically #​5151 (susnux)
  • fix: removed groupings in timezone picker #​5130 (emoral435)
  • fix(fields): adjust label line-height #​5133 (ShGKme)
  • fix(header): width regression fixed #​5129 (emoral435)
  • fix(NcCheckboxRadioSwitch): Make sure to include current value in checked array #​5150 (susnux)
  • fix: Ensure no double scrollbars for NcDialog and NcAppNavigationSettings #​5139 (susnux)
  • fix(NcAvatar): Remove span wrapper button semantics in favour of internal button components #​5131 (Pytal)
Other Changes
  • Updated translation
  • chore: Fix missing PR from changelog #​5125 (Pytal)
  • chore: Migrate cypress config to vite instead of webpack #​4961 (susnux)
  • chore(styleguide): set line-height from server styles #​5132 (ShGKme)

v8.5.0

Compare Source

Full Changelog

🚀 Enhancements
🐛 Fixed bugs
Other Changes

v8.4.0

Compare Source

Full Changelog

Notes
  • NcRichContenteditable: new visual label feature might break layout if you have custom contenteditable styles
  • isMobile and isFullscreen mixins are now deprecated, use useIsMobile and useIsFullscreen composables instead
🚀 Enhancements
🐛 Fixed bugs
Other Changes

v8.3.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat(NcInputField): add optional pill form appearance to the component #​4876 (Antreesy)
🐛 Fixed bugs
  • fix(NcCheckboxContent): Make sure text can wrap #​4862 (susnux)
  • fix(NcAppNavigation): make toggle button not the first element for focus-trap #​4864 (Antreesy)
  • fix(NcAppNavigation): closed on mobile initially #​4869 (ShGKme)
  • fix(NcAppSettingsDialog): Remove navigation instead of hiding and fix styles #​4865 (susnux)
  • Remove server styles from action menu #​4875 (marcoambrosini)
  • fix(NcCheckboxRadioSwitch): visually hidden input position #​4882 (ShGKme)
  • fix(NcDialog): Add slighly more padding on the bottom and fix example button order #​4881 (susnux)
  • docs(NcAppNavigation): Add docs for slots and remove private components from styleguide #​4883 (susnux)
  • fix(NcAppNavigationCaption): Make color main-text for accessibility #​4885 (susnux)
  • fix(NcColorPicker): correct aria-label #​4889 (ShGKme)
  • fix(NcActions): typo in aria-haspopup #​4887 (ShGKme)
  • fix(NcAppNavigation): replace custom v-tooltip with native title #​4888 (ShGKme)
Other Changes
  • chore(lint): use valid JSDoc for literal type union #​4989 (ShGKme)
  • Update translations

v8.2.0

Compare Source

Full Changelog

🚀 Enhancements
🐛 Fixed bugs
Other Changes
  • Update translations

v8.1.0

Compare Source

Full Changelog

🚀 Enhancements
🐛 Fixed bugs
Other Changes
  • Update translations

v8.0.1

Compare Source

Full Changelog

🐛 Fixed bugs
Other Changes

v8.0.0

Compare Source

Full Changelog

💥 Breaking changes
  • Update node engines to next LTS (node 20 / npm 9)
  • The deprecated NcMultiselect and NcMultiselectTags components were removed #​4281 (susnux)
    • Migration: Use the NcSelect and NcSelectTags components instead
  • The deprecated NcPopoverMenu component was removed #​4081 (raimund-schluessler)
    • Migration: Use the NcActions component instead
  • The deprecated NcAppNavigationCounter component was removed #​4096 (raimund-schluessler)
    • Migration: Use the NcCounterBubble component instead
  • The deprecated excludeClickOutsideClasses property was removed from clickOutsideOptions #​4088 (raimund-schluessler)
    • Migration: Use the excludeClickOutsideSelectors property, which takes an array of css selectors, instead
  • The label property of NcAutoCompleteResult was renamed to title #​4222 (susnux)
  • The deprecated title property was removed, every occurrence of title was renamed to name #​4106 (raimund-schluessler), #​4052 (raimund-schluessler)
    • label property was renamed to name for NcMentionBubble
    • name propery is now required for NcActions*, NcAppNavigationItem and NcBreadcrumb*
    • See linked pull request for full migration guide
  • chore: Drop install entry point and replace it with an Vue Plugin #​4349 (susnux)
  • NcInputField: The labelVisible property was removed for accessibility it is required to always show a label.
    You can still use the labelOutside property to remove the inner label from the component.
  • feat(NcEmptyContent)!: make empty content centered by default instead of 20vh margin #​4506 (ShGKme)
  • chore!: Rename Datetime to DateTime in component names #​4560 (susnux)
  • feat(NcIconSvgWrapper)!: remove ID from svg #​4607 (ShGKme)
🚀 Enhancements
  • feat(NcAppSettingsDialog): Allow to add icons to the navigation sections #​4745 (susnux)
  • feat(NcButton): Allow to format text of button #​4367 (susnux)
  • enh(NcDatetime): New component for displaying timestamps as time relative from now #​4219 (susnux)
  • feat(NcInputField): Append custom aria-describedby to input field #​4225 (Pytal)
  • feat(NcNoteCard): Add new 'info' version to display informational messaged #​4063 (moan0s)
  • feat(NcEmptyContent): Add slot for description #​3895 (susnux)
  • feat(NcActions): Improve readability of action menu entries #​4049 (Pytal)
  • feat(NcReferencePickerModal): Allow setting modal size when registering a custom picker component #​3866 (julien-nc)
  • feat: Migrate NcAvatar to use NcActions #​4017 (raimund-schluessler)
  • feat(a11y): Export a11y activation util #​4166 (Pytal)
  • NcButton: Add alignment property to change icon and text ordering #​4366 (susnux)
  • Add accessible label to textarea #​4448 (Pytal)
  • Remove border from sidebar tabs #​4449 (marcoambrosini)
  • Make smart picker modal close button tertiary #​4441 (julien-nc)
  • Add menuitem role to action link #​4436 (Pytal)
  • feat(NcModal): Allow to configure if the modal is closed when clicked outside #​4454 (susnux)
  • Feature: Add visible inner label for NcInputField on border #​4394 (susnux)
  • Bring back label outside of the input for NcActionInput #​4484 (juliushaertl)
  • feat(NcRichContenteditable) - add different output appearance in examples #​4485 (Antreesy)
  • perf(NcEmojiPicker): decrease mounting time and memory by moving large constants initialization and storing out from instance's reactive data #​4479 (ShGKme)
  • enh(NcAppNavigationCaption): Forward listeners #​4494 (Pytal)
  • enh(a11y): Use button as header menu trigger #​4481 (Pytal)
  • enh(a11y): Add nav to header menu #​4487 (Pytal)
  • feat(NcIconSvgWrapper): allow to render raw svg paths #​4643 (raimund-schluessler)
  • feat(NcDialog): New component (moved from @nextcloud/dialogs) #​4550 (susnux)
  • feat(NcSelect): Allow to filter users by email notation #​4653 (susnux)
  • enh(NcAppSidebarTabs): Make tab navigation accessible #​4663 (Pytal)
  • Add the resource type on RelatedResourcesPanel #​4662 (GretaD)
  • feat(NcTextArea): implement new textarea component #​4605 (st3iny)
  • Add header prop to NcRelatedResourcesPanel #​4703 (GretaD
  • feat(NcAppNavigationItem): Add active property to set active state & use aria-current #​4716 (susnux
  • feat(NcActionButton): support menu styling #​4724 (skjnldsv
  • Made description dynamic on related resources #​4729 (GretaD
  • fix(NcTimezonePicker): Allow to set ID of inner select component #​4734 (susnux
  • Allow preventing link insertion in RichContentEditable #​3890 (julien-nc
🐛 Fixed bugs

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

Signed-off-by: Gary Kim Bot <bot@garykim.dev>
@gary-kim gary-kim added this to the v0.16.8 milestone Mar 4, 2024
@gary-kim gary-kim merged commit 7998d52 into master Mar 4, 2024
1 check passed
@gary-kim gary-kim deleted the renovate/nextcloud-vue-8.x branch March 4, 2024 07:11
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.

None yet

2 participants