Releases: nextcloud-libraries/nextcloud-vue
Releases ยท nextcloud-libraries/nextcloud-vue
v8.10.0
What's Changed
๐ Enhancements
- feat(NcAppContent): add no-split layout by @GretaD in #5209
- feat(NcListItem): add one-line layout by @GretaD in #5209
- feat(NcActions): Allow to manually specify the semantic menu type by @susnux in #5336
๐ Fixed bugs
- fix(NcAppNavigation): stretch the main content when there is no list slot by @ShGKme in #5360
- fix(NcRichContenteditable): capture and stop
Esc
keydown event when closing tribute by @Antreesy in #5353 - fix(NcRelatedResourcesPanel): Adjust styling of team resource images by @juliushaertl in #5364
- fix(NcRichContentEditable): require leading space to open tributes by @Antreesy in #5378
- fix(richEditor): reference server-scoped regular expression to match complex user mentions by @Antreesy in #5359
- fix(richText): when parse HTML content collapse consecutive spaces by @Antreesy in #5359
- fix(NcListItem): open _blank link by Enter and allow prevent by @pulsejet in #5342
- fix(NcRichText): Allow to pass interactive widget toggle by @juliushaertl in #5365
- fix(NcActions): correct dialog a11y attrs place by @ShGKme in #5381
- fix(NcUserStatusicon): set status icons size explicitly by @Antreesy in #5390
- fix(NcListItem): change padding for one-line layout by @GretaD in #5391
- fix(NcReferenceWidget): Only use composables in
setup
context by @susnux in #5394
Other Changes
- Updates for project Nextcloud vue library by @transifex-integration in #5358
- chore: Remove GitHub Package Registry from publish workflow by @Pytal in #5357
- chore(README): remove build:module and watch:module by @ShGKme in #5346
- Updates for project Nextcloud vue library by @transifex-integration in #5387
Full Changelog: v8.9.1...v8.10.0
v8.9.1
v8.9.0
What's Changed
๐ Enhancements
- feat(reference): Add opt-in for interactive mode and render widgets lazy once in view by @juliushaertl in #5257
- feat: List team resources in related resources panel by @juliushaertl in #5316
๐ Fixed bugs
Other Changes
- Updates for project Nextcloud vue library by @transifex-integration in #5333
- Updates for project Nextcloud vue library by @transifex-integration in #5343
- fix(NcActions): clear focus trap and move focus only if elements are existing in the DOM by @Antreesy in #5345
- Updates for project Nextcloud vue library by @transifex-integration in #5348
- chore: Release 8.9.0 by @juliushaertl in #5354
Full Changelog: v8.8.1...v8.9.0
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)