Skip to content

Releases: nextcloud-libraries/nextcloud-vue

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

v8.6.0

30 Jan 15:21
3070fd0
Compare
Choose a tag to compare

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

26 Jan 23:31
34fc5cb
Compare
Choose a tag to compare

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