UNPKG

@nextcloud/vue

Version:
477 lines (349 loc) 153 kB
# Changelog All notable changes to this project will be documented in this file. ## v8 **Unreleased** (beta) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.11.2...v8.0.0-beta.6) ### :boom: Breaking changes - Update node engines to next LTS (node 20 / npm 9) - The deprecated `NcMultiselect` and `NcMultiselectTags` components were removed [\#4281](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4281) ([susnux](https://github.com/susnux)) - Migration: Use the `NcSelect` and `NcSelectTags` components instead - The deprecated `NcPopoverMenu` component was removed [\#4081](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4081) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Migration: Use the `NcActions` component instead - The deprecated `NcAppNavigationCounter` component was removed [\#4096](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4096) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Migration: Use the `NcCounterBubble` component instead - The deprecated `excludeClickOutsideClasses` property was removed from `clickOutsideOptions` [\#4088](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4088) ([raimund-schluessler](https://github.com/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](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4222) ([susnux](https://github.com/susnux)) - The deprecated `title` property was removed, every occurrence of `title` was renamed to `name` [\#4106](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4106) ([raimund-schluessler](https://github.com/raimund-schluessler)), [\#4052](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4052) ([raimund-schluessler](https://github.com/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](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4349) ([susnux](https://github.com/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](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4506) ([ShGKme](https://github.com/ShGKme)) ### :rocket: Enhancements - enh\(NcDatetime\): New component for displaying timestamps as time relative from now [\#4219](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4219) ([susnux](https://github.com/susnux)) - feat\(NcInputField\): Append custom aria-describedby to input field [\#4225](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4225) ([Pytal](https://github.com/Pytal)) - feat\(NcNoteCard\): Add new 'info' version to display informational messaged [\#4063](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4063) ([moan0s](https://github.com/moan0s)) - feat\(NcEmptyContent\): Add slot for description [\#3895](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3895) ([susnux](https://github.com/susnux)) - feat\(NcActions\): Improve readability of action menu entries [\#4049](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4049) ([Pytal](https://github.com/Pytal)) - feat\(NcReferencePickerModal\): Allow setting modal size when registering a custom picker component [\#3866](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3866) ([julien-nc](https://github.com/julien-nc)) - feat: Migrate `NcAvatar` to use `NcActions` [\#4017](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4017) ([raimund-schluessler](https://github.com/raimund-schluessler)) - feat\(a11y\): Export a11y activation util [\#4166](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4166) ([Pytal](https://github.com/Pytal)) - NcButton: Add alignment property to change icon and text ordering [\#4366](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4366) ([susnux](https://github.com/susnux)) - Add accessible label to textarea [\#4448](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4448) ([Pytal](https://github.com/Pytal)) - Remove border from sidebar tabs [\#4449](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4449) ([marcoambrosini](https://github.com/marcoambrosini)) - Make smart picker modal close button tertiary [\#4441](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4441) ([julien-nc](https://github.com/julien-nc)) - Add menuitem role to action link [\#4436](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4436) ([Pytal](https://github.com/Pytal)) - feat\(NcModal\): Allow to configure if the modal is closed when clicked outside [\#4454](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4454) ([susnux](https://github.com/susnux)) - Feature: Add visible inner label for `NcInputField` on border [\#4394](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4394) ([susnux](https://github.com/susnux)) - Bring back label outside of the input for NcActionInput [\#4484](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4484) ([juliushaertl](https://github.com/juliushaertl)) - feat(`NcRichContenteditable`) - add different output appearance in examples [\#4485](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4485) ([Antreesy](https://github.com/Antreesy)) - perf(NcEmojiPicker): decrease mounting time and memory by moving large constants initialization and storing out from instance's reactive data [\#4479](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4479) ([ShGKme](https://github.com/ShGKme)) - enh(NcAppNavigationCaption): Forward listeners [\#4494](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4494) ([Pytal](https://github.com/Pytal)) - enh(a11y): Use button as header menu trigger [\#4481](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4481) ([Pytal](https://github.com/Pytal)) - enh(a11y): Add nav to header menu [\#4487](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4487) ([Pytal](https://github.com/Pytal)) ### :bug: Fixed bugs - fix\(NcSettingsSelectGroup\): Migrate from deprecated `NcMultiselect` to `NcSelect` [\#4120](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4120) ([susnux](https://github.com/susnux)) - fix\(NcRichtext\): Migrate from deprecated `NcMultiselect` to `NcSelect` [\#4247](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4247) ([julien-nc](https://github.com/julien-nc)) - fix\(NcAppNavigation\): Prevent tabbing into closed navigation [\#3114](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3114) ([PVince81](https://github.com/PVince81)) - fix\(NcDatetimePicker\): Make sure all l10n strings are extracted [\#4272](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4272) ([susnux](https://github.com/susnux)) - fix\(NcAppNavigationCaption\): Align actions with other navigation action [\#4220](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4220) ([susnux](https://github.com/susnux)) - fix\(NcInputField\): Increase input field helper text contrast [\#4188](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4188) ([Pytal](https://github.com/Pytal)) - fix\(NcSelect\): Hide clear and deselect button when disabled [\#4212](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4212) ([Pytal](https://github.com/Pytal)) - fix\(NcSelect\): Fix disabled colors to distinguish the disabled state from the regular state [\#4217](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4217) ([Pytal](https://github.com/Pytal)) - fix\(NcProviderList\): Add padding around provider list [\#4175](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4175) ([juliushaertl](https://github.com/juliushaertl)) - fix\(NcModal\): Fix focus-trap fallback if content is empty [\#4266](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4266) ([skjnldsv](https://github.com/skjnldsv)) - fix\(NcActionInput\): Show trailing button even for empty input [\#4251](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4251) ([susnux](https://github.com/susnux)) - fix\(NcRichContenteditable\): Fix mentioning users with `@` in username [\#4222](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4222) ([susnux](https://github.com/susnux)) - fix\(NcProgressBar\): Fix design on chromium browsers [\#4238](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4238) ([szaimon](https://github.com/szaimon)) - fix\(NcReferencePicker\): Fix padding in the *any link* preview component [\#4248](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4248) ([julien-nc](https://github.com/julien-nc)) - fix\(NcModal\): Set background **and** text color [\#4221](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4221) ([susnux](https://github.com/)) - fix\(NcSelect\): Keep dropdown open while loading [\#4209](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4166) ([Pytal](https://github.com/Pytal)) - fix\(NcCheckboxRadioSwitch\): Add focus-visible style [\#4176](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4176) ([Fenn-CS](https://github.com/Fenn-CS)) - fix\(NcAppNavigationSettings\): Add `aria-expanded` attribute to settings accordion button [\#4109](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4109) ([Fenn-CS](https://github.com/Fenn-CS)) - fix\(clickOutsideOptions\): Fix handling of ignored css selectors [\#4046](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4046) ([susnux](https://github.com/susnux)) - fix\(NcResource\): Fix item alignment in the right sidebar [\#4121](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4121) ([Pytal](https://github.com/Pytal)) - fix\(NcAppSidebarTabs\): Fix rendering tabs with CSS icon [\#4111](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4111) ([ShGKme](https://github.com/ShGKme)) - fix\(NcAppNavigationItem\): Left panel dropdown improvement [\#4103](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4103) ([Jerome-Herbinet](https://github.com/Jerome-Herbinet)) - fix\(NcSettingsSection\): Add target blank and no ref info [\#4099](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4099) ([Rello](https://github.com/Rello)) - fix: Use the color-primary-element* variables in components [\#4067](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4067) ([szaimon](https://github.com/szaimon)) - fix\(NcListItem\): Fix wrong bold class [\#4083](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4083) ([julien-nc](https://github.com/julien-nc)) - fix\(NcSelect\): Fix disabled state of NcSelect with dark mode [\#4079](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4079) ([nickvergessen](https://github.com/nickvergessen)) - fix\(NcSelect\): Action input usage [\#4066](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4066) ([Pytal](https://github.com/Pytal)) - fix\(NcRichContenteditable\): Fix avatar overlayed with empty space when offline [\#4043](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4043) ([nickvergessen](https://github.com/nickvergessen)) - fix\(l10n\): Add language mappings like server does so gettext uses the same locale [\#4412](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4412) ([susnux](https://github.com/susnux)) - fix\(l10n\): Remove quoting character [\#4396](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4396) ([rakekniven](https://github.com/rakekniven)) - fix\(NcModal\): prev/next color and sizing fix [\#4368](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4368) ([skjnldsv](https://github.com/skjnldsv)) - fix\(NcListItem\) - define a single place for NcActions to render [\#4356](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4356) ([Antreesy](https://github.com/Antreesy)) - fix\(NcModal\): Close button should be visible even if modal content is scrolled [\#4350](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4350) ([susnux](https://github.com/susnux)) - fix\(NcButton\): Improve alignment documentation to show all variants. [\#4392](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4392) ([susnux](https://github.com/susnux)) - try to fix header size on mobile [\#4420](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4420) ([szaimen](https://github.com/szaimen)) - fix\(NcButton\): correctly emit click event [\#4398](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4398) ([raimund-schluessler](https://github.com/raimund-schluessler)) - feat\(NcButton\): Add `pressed` state for stateful buttons [\#4344](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4344) ([susnux](https://github.com/susnux)) - NcCheckboxRadioSwitch - adjust border color [\#4427](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4427) ([szaimen](https://github.com/szaimen)) - fix\(NcRichContenteditable\): Add aria-placeholder [\#4407](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4407) ([ShGKme](https://github.com/ShGKme)) - fix\(NcModal\): Fix modal focus trap with additional elements and arrow navigation [\#4406](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4406) ([ShGKme](https://github.com/ShGKme)) - Fix contrast for selected item [\#4434](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4434) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)) - fix\(`NcListItem`\) - remove empty wrapper for additional elements from DOM if not needed [\#4438](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4438) ([Antreesy](https://github.com/Antreesy)) - fix: `exports` field of package used deprecated syntax [\#4437](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4437) ([susnux](https://github.com/susnux)) - Prevent accessible name conflicts on action menu [\#4447](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4447) ([Pytal](https://github.com/Pytal)) - fix: adjust active element visibility in nclistitem [\#4158](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4158) ([szaimen](https://github.com/szaimen)) - fix: adjust breadcrumbs component [\#4416](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4416) ([raimund-schluessler](https://github.com/raimund-schluessler)) - fix\(NcSelect\): Use named export of VueSelect to prevent issues when imported in ESM projects [\#4451](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4451) ([susnux](https://github.com/susnux)) - fix\(NcCheckboxRadioSwitch\): If no text is provided the element should be a circle [\#4453](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4453) ([susnux](https://github.com/susnux)) - fix\(`NcListItem`\) don't force blur action menu on tab [\#4458](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4458) ([Antreesy](https://github.com/Antreesy)) - fix\(`NcRichText`\) - keep newlines in rendered Markdown [\#4461](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4461) ([Antreesy](https://github.com/Antreesy)) - fix\(`NcRichText`\) - don't populate a first newline to properly parse blockqoute tags [\#4470](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4470) ([Antreesy](https://github.com/Antreesy)) - fix\(a11y\): Remove nav and radios in sidebar tabs [\#4456](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4456) ([Pytal](https://github.com/Pytal)) - fix\(NcSelect\): Do not add border to single select option [\#4475](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4475) ([Pytal](https://github.com/Pytal)) - feat and fix: `NcCheckboxRadioSwitch` `required` prop and input position fix [\#4488](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4488) ([skjnldsv](https://github.com/skjnldsv)) - Align NcCheckboxRadioSwitch labels [\#4490](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4490) ([raimund-schluessler](https://github.com/raimund-schluessler)) - fix(EmptyContent): svg max size [\#4496](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4496) ([skjnldsv](https://github.com/skjnldsv)) - fix(NcRichContenteditable): make the default placeholder short [\#4408](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4408) ([ShGKme](https://github.com/ShGKme)) - Stop propagation of keyboard navigation in a number of components [\#4501](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4501) ([ShGKme](https://github.com/ShGKme)) - fix(NcRichText) - don't strip `<tag>`-like content when parsing markdown [\#4486](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4486) ([Antreesy](https://github.com/Antreesy)) ## [v7.11.2](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.11.2) (2023-05-05) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.11.1...v7.11.2) ### :bug: Fixed bugs - fix: Fix regression to still display references [\#4039](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4039) ([juliushaertl](https://github.com/juliushaertl)) - fix: Avoid showing the reference list if no results were found [\#4036](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4036) ([juliushaertl](https://github.com/juliushaertl)) - fix\(NcAppNavigation\): fix flex element styles causing resizing sidebar [\#4035](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4035) ([ShGKme](https://github.com/ShGKme)) ## [v7.11.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.11.1) (2023-05-04) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.11.0...v7.11.1) ### :bug: Fixed bugs - fix\(NcRichContenteditable\): Also quote ids containing a slash [\#4031](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4031) ([nickvergessen](https://github.com/nickvergessen)) ## [v7.11.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.11.0) (2023-05-03) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.10.0...v7.11.0) ### :rocket: Enhancements - feat\(NcRichContenteditable\): Allow to pass in an icon URL [\#3984](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3984) ([nickvergessen](https://github.com/nickvergessen)) ### :bug: Fixed bugs - Properly style timezone select in NcDatetimePicker [\#4014](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4014) ([raimund-schluessler](https://github.com/raimund-schluessler)) - fix\(NcAvatar\): Use correct prop to track "open" aka. "shown" state [\#4009](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4009) ([nickvergessen](https://github.com/nickvergessen)) - feat\(NcRichContenteditable\): Support iconUrl on mention bubbles [\#4007](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4007) ([nickvergessen](https://github.com/nickvergessen)) - NcAppSidebarTabs: fix activating the tab being added [\#4004](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4004) ([ShGKme](https://github.com/ShGKme)) - Disable wrap on overflow [\#3996](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3996) ([Pytal](https://github.com/Pytal)) ### Closed pull requests - Adjust breadcrumb CSS to new html structure [\#4026](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4026) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Add aria-hidden attr to the whole navigation depending on a sidebar state [\#4016](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4016) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)) - Allow to override showTrailingButton from an NcAction [\#4010](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4010) ([artonge](https://github.com/artonge)) - Use NcSelect in NcAppSidebar example [\#4003](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4003) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Improve breadcrumbs accessibility [\#3990](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3990) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Update CHANGELOG for 7.10.0 [\#3986](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3986) ([Pytal](https://github.com/Pytal)) ## [v7.10.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.10.0) (2023-04-18) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.9.0...v7.10.0) ### :rocket: Enhancements - adjust sidebar to go full-screen earlier at 768px [\#3972](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3972) ([szaimen](https://github.com/szaimen)) - feat\(NcSelectTags\): Disable internal v-model and options handling [\#3968](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3968) ([Pytal](https://github.com/Pytal)) - Remove the smart picker modal padding [\#3962](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3962) ([julien-nc](https://github.com/julien-nc)) - Adjust some smart picker strings [\#3961](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3961) ([julien-nc](https://github.com/julien-nc)) ### :bug: Fixed bugs - Fix inverted validate label check in NcInputField [\#3980](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3980) ([raimund-schluessler](https://github.com/raimund-schluessler)) - fix\(NcHeaderMenu\): fix unnecessary filter invert [\#3974](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3974) ([skjnldsv](https://github.com/skjnldsv)) - Don't overwrite router-link href in NcBreadcrumb [\#3973](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3973) ([raimund-schluessler](https://github.com/raimund-schluessler)) ### Closed pull requests - Split Bootstrap version reference in Tooltip .scss [\#3979](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3979) ([danxuliu](https://github.com/danxuliu)) - Remove unused tooltip directive [\#3967](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3967) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Add placeholder for heading inside of app content [\#3957](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3957) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)) - Fix native open in a new tab in components with a custom router link [\#3954](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3954) ([ShGKme](https://github.com/ShGKme)) ## [v7.9.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.9.0) (2023-04-04) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.8.5...v7.9.0) ### :rocket: Enhancements - Add additionalTrapElements prop to settingsDialog [\#3947](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3947) ([hamza221](https://github.com/hamza221)) - enh\(NcDatetimePicker\): convert lang computed value to prop [\#3941](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3941) ([st3iny](https://github.com/st3iny)) - Add `aria-hidden` to icons of different components [\#3931](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3931) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)) - Add accessible search field to emoji picker [\#3900](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3900) ([Pytal](https://github.com/Pytal)) ### :bug: Fixed bugs - fix\(NcButton\): ellipsis text on small width [\#3936](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3936) ([skjnldsv](https://github.com/skjnldsv)) - fix\(NcBreadcrumb\): cursor and native title and inline actions rendering text [\#3927](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3927) ([skjnldsv](https://github.com/skjnldsv)) ## [v7.8.5](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.8.5) (2023-03-28) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.8.4...v7.8.5) ### :bug: Fixed bugs - fix\(NcRichContenteditable\): Completely stop event propagation for keyup events [\#3937](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3937) ([nickvergessen](https://github.com/nickvergessen)) - fix\(NcRichText\): Match IP addresses as links [\#3935](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3935) ([nickvergessen](https://github.com/nickvergessen)) - fix\(NcRichText\): Fix NcRichText style [\#3932](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3932) ([julien-nc](https://github.com/julien-nc)) ## [v7.8.4](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.8.4) (2023-03-24) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.8.3...v7.8.4) ### :bug: Fixed bugs - Fix styles inheritance in `NcAvatar` when being mounted [\#3925](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3925) ([Antreesy](https://github.com/Antreesy)) - fix\(NcRichContenteditable\): Fix tribute emoji complete interfering unexpectedly aka. 🇨🇨 [\#3924](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3924) ([nickvergessen](https://github.com/nickvergessen)) - feat\(Emoji\): Suggest emojis based on text smiles [\#3923](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3923) ([mejo-](https://github.com/mejo-)) - fix\(NcListItem\): Bring back correct href for router-link links [\#3922](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3922) ([raimund-schluessler](https://github.com/raimund-schluessler)) ## [v7.8.3](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.8.3) (2023-03-23) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.8.2...v7.8.3) ### :bug: Fixed bugs - fix\(NcRichContenteditable\): prevent tribute from opening on keyup [\#3917](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3917) ([skjnldsv](https://github.com/skjnldsv)) - fix\(NcRichContenteditable\): Fix pasting XML and HTML content [\#3915](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3915) ([nickvergessen](https://github.com/nickvergessen)) ## [v7.8.2](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.8.2) (2023-03-22) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.8.1...v7.8.2) ### :bug: Fixed bugs - Fix missing NcVNodes import in NcListItem [\#3907](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3907) ([julien-nc](https://github.com/julien-nc)) - Fix doubling attrs in `NcPopover` and improve docs [\#3876](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3876) ([ShGKme](https://github.com/ShGKme)) ### Closed pull requests - Add missing trailing comma [\#3898](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3898) ([raimund-schluessler](https://github.com/raimund-schluessler)) ## [v7.8.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.8.1) (2023-03-15) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.8.0...v7.8.1) ### :bug: Fixed bugs - feat\(NcRichText\): Support icon class for smart picker integrations [\#3882](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3882) ([nickvergessen](https://github.com/nickvergessen)) - Fix navigate handler call [\#3878](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3878) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Fix select styles [\#3854](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3854) ([Pytal](https://github.com/Pytal)) ### Closed pull requests - Call the link picker "smart picker" and translate more strings [\#3888](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3888) ([julien-nc](https://github.com/julien-nc)) - Adjust excludeClickOutsideClasses type definition [\#3863](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3863) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Remove unused parseUrl parameter [\#3862](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3862) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Make NcLink non-functional [\#3861](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3861) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Use single quotes in SCSS code [\#3860](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3860) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Remove superfluous input close icon template [\#3859](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3859) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Translate strings in `NcRich\*` components [\#3858](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3858) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Don't use deprecated v-deep [\#3857](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3857) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Remove empty beforeDestroy block in `NcReferencePicker` [\#3856](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3856) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Add emits event sections for `NcRichText\*` components [\#3855](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3855) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Only transform necessary packages for jest [\#3849](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3849) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Migrate from `router-link`'s `tag` prop to `v-slot` [\#3775](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3775) ([raimund-schluessler](https://github.com/raimund-schluessler)) ## [v7.8.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.8.0) (2023-03-02) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.7.2...v7.8.0) ### Closed pull requests - Merge `@nextcloud/vue-richtext` into `@nextcloud/vue` [\#3841](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3841) ([raimund-schluessler](https://github.com/raimund-schluessler)) ## [v7.7.2](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.7.2) (2023-02-28) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.7.1...v7.7.2) ### :bug: Fixed bugs - Fix circular dependency with `@nextcloud/vue-richtext` [\#3834](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3834) ([julien-nc](https://github.com/julien-nc)) - Fix `NcRichContenteditable` placeholder position [\#3832](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3832) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Don't fail if `NcButton` default slot contains not only text [\#3827](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3827) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Adjust `NcDateTimePickerNative` icon position [\#3826](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3826) ([raimund-schluessler](https://github.com/raimund-schluessler)) ### Closed pull requests - Only hide search input in `NcSelect` if disabled and an element was selected [\#3833](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3833) ([susnux](https://github.com/susnux)) - Make `NcSelect` dropdown options rounded [\#3818](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3818) ([Pytal](https://github.com/Pytal)) - Make `NcVNodes` component non-functional [\#3816](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3816) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Fix high contrast mode optimization [\#3756](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3756) ([susnux](https://github.com/susnux)) ## [v7.7.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.7.1) (2023-02-24) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.7.0...v7.7.1) ### :bug: Fixed bugs - fix\(NcSelect\): Do not squash selected items with `no-wrap` set [\#3811](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3811) ([susnux](https://github.com/susnux)) ### Closed pull requests - Unify datetimepicker opacity in NcActionInput [\#3814](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3814) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Adjust `NcDatetimePicker` styling [\#3813](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3813) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Use `NcTextField` for `NcActionInput` [\#3784](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3784) ([raimund-schluessler](https://github.com/raimund-schluessler)) ## [v7.7.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.7.0) (2023-02-22) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.6.1...v7.7.0) ### :rocket: Enhancements - Allow to add class to native datepicker input [\#3806](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3806) ([raimund-schluessler](https://github.com/raimund-schluessler)) - NcAppNavigation - change toggle icon for opened sidebar [\#3800](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3800) ([Antreesy](https://github.com/Antreesy)) - Use `NcSelect` for `NcTimezonePicker` [\#3781](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3781) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Allow using v-show for `NcModal`, fix modal-wrapper transition [\#3769](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3769) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Add link picker in RichContentEditable with tribute [\#3708](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3708) ([julien-nc](https://github.com/julien-nc)) ### :bug: Fixed bugs - fix\(NcSelect\): Do not squash selected items with `no-wrap` set [\#3811](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3811) ([susnux](https://github.com/susnux)) - Allow value of type array for NcActionInput [\#3804](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3804) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Fix prop type check for NcPopover setReturnFocus [\#3803](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3803) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Show round corners for scrolling NcActions [\#3797](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3797) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Make datetimepicker full width in NcActionInput [\#3796](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3796) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Fix clipped background color for NcDatetimePicker [\#3794](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3794) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Use `NcSelect` for `NcActionInput` type multiselect [\#3760](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3760) ([raimund-schluessler](https://github.com/raimund-schluessler)) ### Closed pull requests - Add missing trailing comma [\#3805](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3805) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Use `NcTextField` for `NcActionInput` [\#3784](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3784) ([raimund-schluessler](https://github.com/raimund-schluessler)) - `NcSelect`: Selected options should not overflow the container [\#3759](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3759) ([susnux](https://github.com/susnux)) ## [v7.6.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.6.1) (2023-02-20) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.6.0...v7.6.1) ### :rocket: Enhancements - RichContent autocomplete not required [\#3757](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3757) ([jotoeri](https://github.com/jotoeri)) ### :bug: Fixed bugs - Fix hover for ActionInput datepicker native [\#3786](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3786) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Fix focused select border color with top placement [\#3782](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3782) ([Pytal](https://github.com/Pytal)) - Fix NcButton router-link [\#3777](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3777) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Fix nativeOn is only valid on components error, make rootElement computed [\#3771](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3771) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Don't regard 1024px width viewport as mobile [\#3768](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3768) ([mejo-](https://github.com/mejo-)) - NcPopover: Fix `setReturnFocus` property [\#3761](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3761) ([susnux](https://github.com/susnux)) - fix: Add a webpackrule to resolve module js files in `node\_modules` [\#3754](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3754) ([susnux](https://github.com/susnux)) ### Closed pull requests - Show NcDateTimePickerNative in NcPickers section [\#3787](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3787) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Add examples for more ActionInput types [\#3785](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3785) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Migrate from deprecated `title` to `name` prop in docs [\#3776](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3776) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Use component with :is [\#3774](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3774) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Adjust emits option [\#3773](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3773) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Add node-polyfill-webpack-plugin [\#3752](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3752) ([GretaD](https://github.com/GretaD)) ## [v7.6.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.6.0) (2023-02-15) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.5.0...v7.6.0) ### :rocket: Enhancements - Add keyboard focus border to select options [\#3711](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3711) ([Pytal](https://github.com/Pytal)) ### :bug: Fixed bugs - Fix tag search [\#3747](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3747) ([Pytal](https://github.com/Pytal)) - Fix throw when header menu contains no tabbable nodes [\#3733](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3733) ([Pytal](https://github.com/Pytal)) - Fix hidden select [\#3732](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3732) ([Pytal](https://github.com/Pytal)) - fix\(package\): export more components to main package [\#3729](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3729) ([juliushaertl](https://github.com/juliushaertl)) - Fix `NcButton` cursor style [\#3728](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3728) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Use proper default actions aria label in `NcListItem` [\#3714](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3714) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Fix dashboard padding with half-empty content view [\#3712](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3712) ([nickvergessen](https://github.com/nickvergessen)) - Fix setting trailingButtonLabel for PasswordField [\#3710](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3710) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Fix NcAppNavigationItem hasUtils computed [\#3709](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3709) ([raimund-schluessler](https://github.com/raimund-schluessler)) - fix\(ncselect\): Fix styling if a custom theme is applied [\#3707](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3707) ([susnux](https://github.com/susnux)) - Fix: update transition styles for NcButton [\#3697](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3697) ([Antreesy](https://github.com/Antreesy)) - Fix keyboard navigation of modal slides [\#3690](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3690) ([Pytal](https://github.com/Pytal)) - Add aria-labels to colorpicker buttons [\#3680](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3680) ([raimund-schluessler](https://github.com/raimund-schluessler)) ### Closed pull requests - Remove outdated and unused menu-align attributes [\#3749](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3749) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Allow custom target names for the link target [\#3745](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3745) ([susnux](https://github.com/susnux)) - Remove last usage of ´--color-primary-element-lighter` [\#3742](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3742) ([susnux](https://github.com/susnux)) - Allow inline actions for appnavigationitem [\#3741](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3741) ([marcoambrosini](https://github.com/marcoambrosini)) - Add missing space in NcMultiselect ternary expression [\#3739](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3739) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Move NcButton to render function [\#3726](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3726) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Simplify the render function of NcBreadcrumbs [\#3725](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3725) ([raimund-schluessler](https://github.com/raimund-schluessler)) - No background for `tertiary-no-background` `NcActions` [\#3724](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3724) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Add missing trailing comma [\#3718](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3718) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Add aria-labels to example buttons in docs [\#3713](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3713) ([raimund-schluessler](https://github.com/raimund-schluessler)) - Adjust style of NcSelect to match other input elements [\#3701](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3701) ([susnux](https://github.com/susnux)) - Small cleanup of the NcActions docs [\#3700](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3700) ([raimund-schluessler](https://github.com/raimund-schluessler)) - chore\(l10n\): update l10n readme [\#3686](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3686) ([skjnldsv](https://github.com/skjnldsv)) - Replace custom toolip with native one on Avatar component [\#3678](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3678) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)) ## [v7.5.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.5.0) (2023-01-19) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.4.0...v7.5.0) ### :rocket: Enhancements - Set placement of select dropdown [\#3656](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3656) ([Pytal](https://github.com/Pytal)) - Breadcrumb: add exact prop and fix style [\#3654](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3654) ([skjnldsv](https://github.com/skjnldsv)) ## [v7.4.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.4.0) (2023-01-11) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.3.0...v7.4.0) ### :rocket: Enhancements - Add NcIconSvgWrapper to public API [\#3630](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3630) ([Pytal](https://github.com/Pytal)) - feat\(AppNavigationItem\): Add href support [\#3612](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3612) ([skjnldsv](https://github.com/skjnldsv)) - Add `NcSavingIndicatorIcon` [\#3575](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3575) ([susnux](https://github.com/susnux)) - feat\(AppNavigationItem\): Allow native title attribute control [\#3617](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3617) ([skjnldsv](https://github.com/skjnldsv)) ### :bug: Fixed bugs - Do not add aria-label when avatar is not interactive [\#3618](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3618) ([Pytal](https://github.com/Pytal)) - Fix action input styles [\#3614](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3614) ([Pytal](https://github.com/Pytal)) - fix\(ProgressBar\): Fix progress rounded corners [\#3613](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3613) ([skjnldsv](https://github.com/skjnldsv)) - fix\(NcAppNavigationItem\): Make sure that icon-collapse styles take precendense over NcButton styles [\#3608](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3608) ([juliushaertl](https://github.com/juliushaertl)) - Fix appNavigationItem collapse labels [\#3598](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3598) ([skjnldsv](https://github.com/skjnldsv)) - Adjust border thickness of NcRichContenteditable [\#3637](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3637) ([Chartman123](https://github.com/Chartman123)) - Create `aria-label` for icon link [\#3597](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3597) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)) ### Closed pull requests - Add console warning messages for deprecated multiselect components [\#3573](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3573) ([Pytal](https://github.com/Pytal)) ## [v7.3.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.3.0) (2022-12-23) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.2.0...v7.3.0) ### :rocket: Enhancements - Add title prop to components for native tooltips [\#3569](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3569) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)) - Allow accessible labels for NcActionInput [\#3517](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3517) ([Pytal](https://github.com/Pytal)) ### :bug: Fixed bugs - Fix CheckboxHeight [\#3584](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3584) ([jotoeri](https://github.com/jotoeri)) - Add more space for unread counter so its aligned with action menu [\#3572](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3572) ([GretaD](https://github.com/GretaD)) ## [v7.2.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.2.0) (2022-12-09) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.1.0...v7.2.0) ### :rocket: Enhancements - Add NcHeaderMenu [\#3489](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3489) ([skjnldsv](https://github.com/skjnldsv)) ### :bug: Fixed bugs - Add button role for NcButton with href [\#3532](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3532) ([Pytal](https://github.com/Pytal)) - Fix focus returning to top of page instead of actions toggle button [\#3530](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3530) ([Pytal](https://github.com/Pytal)) - Fix icon repeat and position for AppNavigationItem [\#3539](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3539) ([skjnldsv](https://github.com/skjnldsv)) - Fix jsdoc: Add missing documentation for events [\#3545](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3545) ([susnux](https://github.com/susnux)) - Increase input field border contrast [\#3551](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3551) ([Pytal](https://github.com/Pytal)) - Increase NcSelect border contrast [\#3552](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3552) ([Pytal](https://github.com/Pytal)) - Revert "fix sidebar scrolling for small displays" [\#3559](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3559) ([skjnldsv](https://github.com/skjnldsv)) - Scope global \#content styles via extra class [\#3537](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3537) ([st3iny](https://github.com/st3iny)) ## [v7.1.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.1.0) (2022-11-29) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.0.1...v7.1.0) ### :rocket: Enhancements - Add accessible NcSelect and NcSelectTags components [\#3435](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3435) ([Pytal](https://github.com/Pytal)) - Extend NcInputField props and forward $attrs to NcPasswordField and NcTextField [\#3485](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3485) ([skjnldsv](https://github.com/skjnldsv)) - Move loadState to data for better mockability [\#3502](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3502) ([skjnldsv](https://github.com/skjnldsv)) - Widen container prop type passed to NcPopover [\#3462](https://github.com/nextcloud-libraries/nextcloud-vue/pull/3462) ([Pytal](https://github.com/Pytal)) - Allow querying for resources with complex item ids