Skip to content

Releases: nextcloud-libraries/nextcloud-vue

v8.37.0

15 Mar 11:51
96a3e6a

Choose a tag to compare

What's Changed

🚀 Enhancements

  • [stable8] feat(NcFilePicker): add picker component to select local files by @backportbot[bot] in #8180
  • [stable8] feat(emoji): extend 'emojiAddRecent' to allow pass emoji as an argument by @backportbot[bot] in #8290

🐛 Fixed bugs

  • [stable8] fix(NcTextArea): area resize does not resize component by @JuliaKirschenheuter in #8161
  • [stable8] fix(NcButton): remove active effect from disabled buttons by @backportbot[bot] in #8177
  • [stable8] fix(NcInputField): use overflow-wrap: anywhere instead of word-break: break-all for the helper text by @backportbot[bot] in #8262
  • [stable8] fix(NcModal): properly handle modal name size by @backportbot[bot] in #8268
  • [stable8] fix(NcContent): provide appName to children by @susnux in #8271
  • [stable8] fix(NcAppContent): list is not scrollable on mobile by @JuliaKirschenheuter in #8289
  • [stable8] fix(NcRichContenteditable): restore native undo/redo events by @Antreesy in #8298
  • [stable8] fix(NcRichText): ignore links resolving in Markdown by @backportbot[bot] in #8302

Other Changes

  • [stable8] test(cypress): adjust workflow and fix broken tests by @susnux in #8178
  • chore: prepare v8.37.0 by @susnux in #8303

Full Changelog: v8.36.0...v8.37.0

v9.6.0

13 Mar 14:29
e5fcf4f

Choose a tag to compare

v9.6.0 (2026-03-13)

🚀 Enhancements

  • feat(NcFilePicker): add picker component to select local files #7097 (susnux)
  • feat(emoji): extend 'emojiAddRecent' to allow pass emoji as an argument #8288 (Antreesy)

🐛 Fixed bugs

  • fix(NcTextArea): area resize does not resize component #8175
  • fix(NcButton): remove active effect from disabled buttons #8176 (Antreesy)
  • fix(NcInputField): use overflow-wrap: anywhere instead of word-break: break-all for the helper text #8225 (Sector6759)
  • fix(NcModal): properly handle modal name size #8263 (susnux)
  • fix(NcRichContenteditable): restore native undo/redo events #8286 (Antreesy)
  • fix(NcAppContent): list is not scrollable on mobile #8292
  • fix(NcRichText): ignore links resolving in Markdown #8154 (Antreesy)

Other Changes

  • Updated translations
  • fix: add missing initialization to keep the old behaviour #8291

v9.5.0

05 Feb 10:25
bae9559

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(NcRadioGroupButton): add disabled state styling to NcRadioGroupButton by @nikhil2297 in #8118
  • feat(NcProgresBar): add showValue prop to show the progress value by @nikhil2297 in #8120
  • feat(NcSelectUsers): export NcSelectUsersModel type by @susnux in #8130
  • feat(NcListItem): emit dragstart event by @backportbot[bot] in #8170

🐛 Fixed bugs

  • fix(NcButton): do not reduce border radius for small buttons by @susnux in #8129
  • fix: use provided appName of NcContent if possible by @susnux in #8157
  • fix(NcInputField): Helper message word-break on Chrome by @artonge in #8128

Other Changes

  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #8121
  • Updates for project Nextcloud vue library by @transifex-integration[bot] in #8145

New Contributors

Full Changelog: v9.4.0...v9.5.0

v8.36.0

05 Feb 09:21
90ac4d5

Choose a tag to compare

What's Changed

🚀 Enhancements

  • [stable8] feat(NcRadioGroupButton): add disabled state styling to NcRadioGroupButton by @backportbot[bot] in #8126
  • [stable8] feat(NcListItem): emit dragstart event by @mejo- in #8169
  • [stable8] feat(NcSelectUsers): export NcSelectUsersModel type by @backportbot[bot] in #8159

🐛 Fixed bugs

  • [stable8] fix: use provided appName of NcContent if possible by @backportbot[bot] in #8160
  • [stable8] fix(NcInputField): Helper message word-break on Chrome by @backportbot[bot] in #8166

Full Changelog: v8.35.3...v8.36.0

v9.4.0

21 Jan 10:58
dbbdf69

Choose a tag to compare

v9.4.0 (2026-01-21)

🚀 Enhancements

  • feat(NcDateTimePicker): add range limit props and inline option #8009 (GVodyanov)

Other Changes

  • deps: revert pin for focus-trap library and bump to v7.8.0 #8072 (ShGKme)
  • build: prevent style leaks from apps with different Vue version #8091 (ShGKme)

Full Changelog: v9.3.3...v9.4.0

v8.35.3

21 Jan 10:57
b0adf68

Choose a tag to compare

v8.35.3 (2026-01-21)

🐛 Fixed bugs

  • [stable8] fix(NcActions): migrate to custom icons in Checkbox and Radio actions #8060 (backportbot[bot])
  • [stable8] perf(NcTimezonePicker): use Intl to reduce self-size from 206kb to 2kb #8076 (ShGKme)

Other Changes

  • [stable8] refactor(NcTimezonePicker): migrate component to Typescript #8075 (ShGKme)
  • [stable8] deps: revert pin for focus-trap library and bump to v7.8.0 #8073 (ShGKme)
  • [stable8] build: prevent style leaks from apps with different Vue version #8092 (ShGKme)

Full Changelog: v8.35.2...v8.35.3

v9.3.3

09 Jan 13:26
b1176ca

Choose a tag to compare

v9.3.3 (2026-01-09)

🐛 Fixed bugs

  • fix(NcActions): migrate to custom icons in Checkbox and Radio actions #8020 (ShGKme)

Other Changes

Full Changelog: v9.3.2...v9.3.3

v8.35.2

09 Jan 13:26
e2d4b2a

Choose a tag to compare

v8.35.2 (2026-01-09)

Other Changes

  • [stable8] chore(deps): pin focus-trap library to v7.6.6 #8062 (Antreesy)

Full Changelog: v8.35.1...v8.35.2

v9.3.2

08 Jan 09:56
20832aa

Choose a tag to compare

v9.3.2 (2026-01-08)

🐛 Fixed bugs

Other Changes

  • chore(README): recommend using npm pack and styleguidist instead of npm link #8018 (ShGKme)
  • chore(README): remove Firefox note #8019 (ShGKme)

Full Changelog: v9.3.1...v9.3.2

v8.35.1

08 Jan 09:55
c673e9c

Choose a tag to compare

v8.35.1 (2026-01-08)

🐛 Fixed bugs