Skip to content

Releases: nextcloud-libraries/nextcloud-vue

v8.9.1

06 Mar 14:55
394639f
Compare
Choose a tag to compare

What's Changed

๐Ÿ› Fixed bugs

  • fix: Revert "fix(NcAppNavigation): Wrap app navigation default slot with scrollable container" by @Pytal in #5355

Full Changelog: v8.9.0...v8.9.1

v8.9.0

06 Mar 12:54
04bc33f
Compare
Choose a tag to compare

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

  • fix(NcAppNavigation): Wrap app navigation default slot with scrollable container by @Pytal in #5347

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

29 Feb 14:13
acf37b3
Compare
Choose a tag to compare

What's Changed

๐Ÿ› Fixed bugs

  • fix(NcSelect): handle text overflow in NcSelect by @hamza221 in #5325
  • fix: scope component breaking NcModal and NcDateTimePickers by @ShGKme in #5331

Full Changelog: v8.8.0...v8.8.1

v8.8.0

29 Feb 12:22
791207d
Compare
Choose a tag to compare

What's Changed

๐Ÿš€ Enhancements

๐Ÿ› 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 and aria-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

21 Feb 12:29
4e001b1
Compare
Choose a tag to compare

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

20 Feb 10:22
e30e119
Compare
Choose a tag to compare
v9.0.0-alpha.2 Pre-release
Pre-release

What's Changed

๐Ÿš€ Enhancements

  • Align features with 8.7.0

๐Ÿ› Fixed bugs

Full Changelog: v9.0.0-alpha.1...v9.0.0-alpha.2

v8.7.0

20 Feb 09:43
7805800
Compare
Choose a tag to compare

v8.7.0 (2024-02-20)

Full Changelog

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

07 Feb 12:15
159a260
Compare
Choose a tag to compare

What's Changed

๐Ÿ“ Notes

  • In NcRichContenteditable properties autoComplete.title/userData.title were renamed back to label to be in line with server API. The title 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

  • chore(NcSelect): Mention labelOutside for external label use by @Pytal in #5211

Full Changelog: v8.6.1...v8.6.2

v8.6.1

01 Feb 14:18
a6c68ce
Compare
Choose a tag to compare

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)

v9.0.0-alpha.1

31 Jan 14:10
01dd69f
Compare
Choose a tag to compare
v9.0.0-alpha.1 Pre-release
Pre-release

What's Changed

๐Ÿ› Fixed bugs

Other Changes

Full Changelog: v9.0.0-alpha.0...v9.0.0-alpha.1