Releases: nextcloud-libraries/nextcloud-vue
Releases · nextcloud-libraries/nextcloud-vue
v8.8.1
v8.8.0
What's Changed
🚀 Enhancements
- feat(NcAppSidebar): Add
subname
slot by @susnux in #5285 - feat: Add NcAppNavigationList by @Pytal in #5302
🐛 Fixed bugs
- fix(NcAppNavigationSpacer): Adjust order to make the spacer work again by @susnux in #5286
- fix(NcResource): use RouterLink where possible for internal shared resources by @Antreesy in #5282
- fix(NcActions): remove
aria-haspopup
andaria-controls
from navigation menu by @JuliaKirschenheuter in #5300 - fix(NcActions): put in order tab and arrow navigation by @ShGKme in #5305
- fix(NcPopover): remove invalid aria-describedby by @ShGKme in #5304
- fix(NcActions): provide a label in dialog role by @ShGKme in #5308
- fix(NcActions): focus first checked item on open by @ShGKme in #5313
- fix(NcRichContenteditable): respect forward slash as user mention character by @Antreesy in #5323
- fix(NcPopover): add aria-modal to some popover-based dialog components by @ShGKme in #5309
Other Changes
- Updates for project Nextcloud vue library by @transifex-integration in #5289
- Revert "fix(NcReferenceList): Resolve relative URLs before fetching references" by @mejo- in #5291
- fix(NcPopover): make popupRole non-required by @ShGKme in #5306
- fix(NcRichContenteditable): disable global allowSpaces tribute option by @Antreesy in #5321
Full Changelog: v8.7.1...v8.8.0
v8.7.1
What's Changed
🐛 Fixed bugs
- fix(NcRichContenteditable): register props globally for new Tribute by @Antreesy in #5268
- fix(NcReferenceList): Resolve relative URLs before fetching references by @mejo- in #5272
- fix(NcDashboardWidgetItem): Center dashboard list items when there is no subtext by @juliushaertl in #5271
Full Changelog: v8.7.0...v8.7.1
v9.0.0-alpha.2
What's Changed
🚀 Enhancements
- Align features with 8.7.0
🐛 Fixed bugs
- [next] fix(NcActionInput): listen to correct events by @raimund-schluessler in #5231
- [next] fix(NcRichText*): listen to correct events form NcSelect by @raimund-schluessler in #5239
Full Changelog: v9.0.0-alpha.1...v9.0.0-alpha.2
v8.7.0
v8.7.0 (2024-02-20)
What's Changed
🚀 Enhancements
- feat: Split reference and smart picker functions from components by @juliushaertl in #5218
- feat(NcSelect): Add
required
attribute for native form validation by @Pytal in #5225 - feat(NcRichText): handle internal links with Vue Router by @Antreesy in #5246
- enh: added option to render icon and text for breadcrumb by @emoral435 in #5216
🐛 Fixed bugs
- fix(NcRichContenteditable): adjust styles and use CSS Modules to avoid global styles leak by @ShGKme in #5235
- fix(NcActionButton): Forward
disabled
state to native button element by @susnux in #5237 - fix(NcModal): scope modal-container size to current modal, don't propagate it on nested by @Antreesy in #5244
- Fix timezone dropdown by @GretaD in #5251
- fix(NcReferenceWidget):
useResizeObserver
by @max-nextcloud in #5240 - fix(NcListItem): compensate added margin for list items by @Antreesy in #5260
v8.6.2
What's Changed
📝 Notes
- In
NcRichContenteditable
propertiesautoComplete.title
/userData.title
were renamed back tolabel
to be in line with server API. Thetitle
property is still working as a fallback, but deprecated. See #5215
🐛 Fixed bugs
- fix(NcHeaderMenu): button size regression on small viewports fixed by @emoral435 in #5149
- fix(NcListItem): Remove actions from within
a
which caused invalid HTML output by @susnux in #5198 - fix(NcRichContenteditable): make autocomplete accessible by @ShGKme in #4904
- fix(NcRichContenteditable): unify styles and add contrast border on keyboard navigation by @ShGKme in #5214
- fix(NcRichContenteditable): bring back label for autocomplete by @ShGKme in #5215
- fix(NcAppSidebar): move focus to sidebar on open and auto return focus on close by @ShGKme in #5219
Other Changes
Full Changelog: v8.6.1...v8.6.2
v8.6.1
🐛 Fixed bugs
- fix(NcAppNavigationNewItem): bring back correct CSS class #5194 (raimund-schluessler)
- revert: fix(NcActions): use new slots api #5196 (ShGKme)
Other Changes
v9.0.0-alpha.1
What's Changed
🐛 Fixed bugs
- [next] fix(NcAppSidebar): adjust animation class names by @raimund-schluessler in #5168
- [next] fix(docs): bring back NcAppSidebar in docs by @raimund-schluessler in #5167
- fix(NcAppNavigationNewItem): bring back correct CSS class by @raimund-schluessler in #5194
Other Changes
- [next] chore(NcBreadcrumbs): simplify code by @raimund-schluessler in #5068
Full Changelog: v9.0.0-alpha.0...v9.0.0-alpha.1
v8.6.0
What's Changed
🚀 Enhancements
- feat: Implement widget flag for requesting interactive view by @juliushaertl in #5144
- feat(
NcListItem
): introduce 'details' slot by @Antreesy in #5146 - feat(NcNoteCard): provide a slot for inserting a custom icon instead of default by @Antreesy in #4894
🐛 Fixed bugs
- fix(NcActions): keyboard navigation by @ShGKme in #5153
- fix(NcSelect): list width on page scaling by @ShGKme in #5162
- fix(
NcColorPicker
): define a container prop by @Antreesy in #5172 - fix(NcActions): intercept into current focus trap stack by @ShGKme in #4953
- fix(NcActions): hotfix for custom children by @ShGKme in #5178
- Create possibility to change a color theme for native datetime picker on system default theme by @JuliaKirschenheuter in #5182
Other Changes
- Updates for project Nextcloud vue library by @transifex-integration in #5157
- chore: Fix missing PR from changelog by @Pytal in #5175
- chore(NcAppNavigationToggle): add comments by @emoral435 in #5148
- fix(NcRichText): Make URL_PATTERN match localhost and URLs with ports by @mejo- in #5176
- chore: Update workflows by @susnux in #5181
Full Changelog: v8.5.1...v8.6.0
v8.5.1
What's Changed
🐛 Fixed bugs
- fix: removed groupings in timezone picker by @emoral435 in #5130
- fix(fields): adjust label line-height by @ShGKme in #5133
- fix(header): width regression fixed by @emoral435 in #5129
- fix(NcCheckboxRadioSwitch): Make sure to include current value in cheched array by @susnux in #5150
- fix: Ensure no double scrollbars for NcDialog and NcAppNavigationSettings by @susnux in #5139
- fix(NcCheckboxRadioSwitch): On button style align the text vertically by @susnux in #5151
- fix(NcPopover): a11y attrs provide-inject reactivity by @ShGKme in #5142
- fix(NcAvatar): Remove span wrapper button semantics in favour of internal button components by @Pytal in #5131
Other Changes
- Updates for project Nextcloud vue library by @transifex-integration in #5121
- Updates for project Nextcloud vue library by @transifex-integration in #5123
- chore: Fix missing PR from changelog by @Pytal in #5125
- chore: Migrate cypress config to vite instead of webpack by @susnux in #4961
- chore(styleguide): set line-height from server styles by @ShGKme in #5132
- Updates for project Nextcloud vue library by @transifex-integration in #5147
- Updates for project Nextcloud vue library by @transifex-integration in #5154
- chore: Prepare 8.5.1 by @susnux in #5152
Full Changelog: v8.5.0...v8.5.1