Releases: nextcloud-libraries/nextcloud-vue
Releases · nextcloud-libraries/nextcloud-vue
v7.12.0
v8.0.0-beta.1
Merge pull request #4171 from nextcloud/chore/prepare-8-beta1
v7.11.6
v7.11.6 (2023-05-16)
🐛 Fixed bugs
v7.11.5
v7.11.5 (2023-05-15)
🐛 Fixed bugs
- fix(NcAppSidebarTabs): Fix rendering tabs with CSS icon in OCA.Files.Sidebar #4112 (ShGKme)
- fix(NcAppNavigationItem): Left panel dropdown improvement #4105 (Jerome-Herbinet)
- fix(NcSettingsSection): Add target blank and no ref info #4100 (Rello)
- fix: Use the color-primary-element* variables in components #4098 (szaimon)
v7.11.4
v7.11.3
v7.11.3 (2023-05-08)
🐛 Fixed bugs
- fix(NcAppSidebarTabs): Revert major UI change (moved to version 8.0.x) #4044 (skjnldsv)
- fix(NcRichContenteditable): Fix avatar overlayed with empty space whe… #4043 (nickvergessen)
Closed pull requests
v7.11.2
v7.11.2 (2023-05-05)
🐛 Fixed bugs
- fix: Fix regression to still display references #4039 (juliushaertl)
- fix: Avoid showing the reference list if no results were found #4036 (juliushaertl)
- fix(NcAppNavigation): fix flex element styles causing resizing sidebar #4035 (ShGKme)
v7.11.1
Changelog
v7.11.1 (2023-05-04)
🐛 Fixed bugs
- fix(NcRichContenteditable): Also quote ids containing a slash #4031 (nickvergessen)
v7.11.0
v7.11.0 (2023-05-03)
🚀 Enhancements
- feat(NcRichContenteditable): Allow to pass in an icon URL #3984 (nickvergessen)
🐛 Fixed bugs
- Properly style timezone select in NcDatetimePicker #4014 (raimund-schluessler)
- fix(NcAvatar): Use correct prop to track "open" aka. "shown" state #4009 (nickvergessen)
- feat(NcRichContenteditable): Support iconUrl on mention bubbles #4007 (nickvergessen)
- NcAppSidebarTabs: fix activating the tab being added #4004 (ShGKme)
- Disable wrap on overflow #3996 (Pytal)
Closed pull requests
- Adjust breadcrumb CSS to new html structure #4026 (raimund-schluessler)
- Add aria-hidden attr to the whole navigation depending on a sidebar state #4016 (JuliaKirschenheuter)
- Allow to override showTrailingButton from an NcAction #4010 (artonge)
- Use NcSelect in NcAppSidebar example #4003 (raimund-schluessler)
- Improve breadcrumbs accessibility #3990 (raimund-schluessler)
- Update CHANGELOG for 7.10.0 #3986 (Pytal)
v7.10.0
v7.10.0 (2023-04-18)
🚀 Enhancements
- Adjust sidebar to go full-screen earlier at 768px #3972 (szaimen)
- Feat(NcSelectTags): Disable internal v-model and options handling #3968 (Pytal)
- Remove the smart picker modal padding #3962 (julien-nc)
- Adjust some smart picker strings #3961 (julien-nc)
🐛 Fixed bugs
- Fix inverted validate label check in NcInputField #3980 (raimund-schluessler)
- Fix(NcHeaderMenu): fix unnecessary filter invert #3974 (skjnldsv)
- Don't overwrite router-link href in NcBreadcrumb #3973 (raimund-schluessler)
Closed pull requests
- Split Bootstrap version reference in Tooltip .scss #3979 (danxuliu)
- Remove unused tooltip directive #3967 (raimund-schluessler)
- Add placeholder for heading inside of app content #3957 (JuliaKirschenheuter)
- Fix native open in a new tab in components with a custom router link #3954 (ShGKme)