Skip to content

Releases: nextcloud-libraries/nextcloud-vue

v8.0.0-beta.3

17 Aug 06:16
c6427a3
Compare
Choose a tag to compare
v8.0.0-beta.3 Pre-release
Pre-release

Full Changelog

💥 Breaking changes

  • Update node engines to next LTS (node 20 / npm 9)
  • The deprecated NcMultiselect and NcMultiselectTags components were removed #4281 (susnux)
    • Migration: Use the NcSelect and NcSelectTags components instead
  • The deprecated NcPopoverMenu component was removed #4081 (raimund-schluessler)
    • Migration: Use the NcActions component instead
  • The deprecated NcAppNavigationCounter component was removed #4096 (raimund-schluessler)
    • Migration: Use the NcCounterBubble component instead
  • The deprecated excludeClickOutsideClasses property was removed from clickOutsideOptions #4088 (raimund-schluessler)
    • Migration: Use the excludeClickOutsideSelectors property, which takes an array of css selectors, instead
  • The label property of NcAutoCompleteResult was renamed to title #4222 (susnux)
  • The deprecated title property was removed, every occurrence of title was renamed to name #4106 (raimund-schluessler), #4052 (raimund-schluessler)
    • label property was renamed to name for NcMentionBubble
    • name propery is now required for NcActions*, NcAppNavigationItem and NcBreadcrumb*
    • See linked pull request for full migration guide
  • chore: Drop install entry point and replace it with an Vue Plugin #4349 (susnux)

🚀 Enhancements

  • enh(NcDatetime): New component for displaying timestamps as time relative from now #4219 (susnux)
  • feat(NcInputField): Append custom aria-describedby to input field #4225 (Pytal)
  • feat(NcNoteCard): Add new 'info' version to display informational messaged #4063 (moan0s)
  • feat(NcEmptyContent): Add slot for description #3895 (susnux)
  • feat(NcActions): Improve readability of action menu entries #4049 (Pytal)
  • feat(NcReferencePickerModal): Allow setting modal size when registering a custom picker component #3866 (julien-nc)
  • feat: Migrate NcAvatar to use NcActions #4017 (raimund-schluessler)
  • feat(a11y): Export a11y activation util #4166 (Pytal)
  • NcButton: Add alignment property to change icon and text ordering #4366 (susnux)

🐛 Fixed bugs

  • fix(NcSettingsSelectGroup): Migrate from deprecated NcMultiselect to NcSelect #4120 (susnux)
  • fix(NcRichtext): Migrate from deprecated NcMultiselect to NcSelect #4247 (julien-nc)
  • fix(NcAppNavigation): Prevent tabbing into closed navigation #3114 (PVince81)
  • fix(NcDatetimePicker): Make sure all l10n strings are extracted #4272 (susnux)
  • fix(NcAppNavigationCaption): Align actions with other navigation action #4220 (susnux)
  • fix(NcInputField): Increase input field helper text contrast #4188 (Pytal)
  • fix(NcSelect): Hide clear and deselect button when disabled #4212 (Pytal)
  • fix(NcSelect): Fix disabled colors to distinguish the disabled state from the regular state #4217 (Pytal)
  • fix(NcProviderList): Add padding around provider list #4175 (juliushaertl)
  • fix(NcModal): Fix focus-trap fallback if content is empty #4266 (skjnldsv)
  • fix(NcActionInput): Show trailing button even for empty input #4251 (susnux)
  • fix(NcRichContenteditable): Fix mentioning users with @ in username #4222 (susnux)
  • fix(NcProgressBar): Fix design on chromium browsers #4238 (szaimon)
  • fix(NcReferencePicker): Fix padding in the any link preview component #4248 (julien-nc)
  • fix(NcModal): Set background and text color #4221 (susnux)
  • fix(NcSelect): Keep dropdown open while loading #4209 (Pytal)
  • fix(NcCheckboxRadioSwitch): Add focus-visible style #4176 (Fenn-CS)
  • fix(NcAppNavigationSettings): Add aria-expanded attribute to settings accordion button #4109 (Fenn-CS)
  • fix(clickOutsideOptions): Fix handling of ignored css selectors #4046 (susnux)
  • fix(NcResource): Fix item alignment in the right sidebar #4121 (Pytal)
  • fix(NcAppSidebarTabs): Fix rendering tabs with CSS icon #4111 (ShGKme)
  • fix(NcAppNavigationItem): Left panel dropdown improvement #4103 (Jerome-Herbinet)
  • fix(NcSettingsSection): Add target blank and no ref info #4099 (Rello)
  • fix: Use the color-primary-element* variables in components #4067 (szaimon)
  • fix(NcListItem): Fix wrong bold class #4083 (julien-nc)
  • fix(NcSelect): Fix disabled state of NcSelect with dark mode #4079 (nickvergessen)
  • fix(NcSelect): Action input usage #4066 (Pytal)
  • fix(NcRichContenteditable): Fix avatar overlayed with empty space when offline #4043 (nickvergessen)
  • fix(l10n): Add language mappings like server does so gettext uses the same locale #4412 (susnux)
  • fix(l10n): Remove quoting character #4396 (rakekniven)
  • fix(NcModal): prev/next color and sizing fix #4368 (skjnldsv)
  • fix(NcListItem) - define a single place for NcActions to render #4356 (Antreesy)
  • fix(NcModal): Close button should be visible even if modal content is scrolled #4350 (susnux)
  • fix(NcButton): Improve alignment documentation to show all variants. [#4392](ht...
Read more

v7.12.2

11 Aug 09:49
a987331
Compare
Choose a tag to compare

Changelog

v7.12.2 (2023-08-11)

Full Changelog

🐛 Fixed bugs

  • [stable7] NcRichContenteditable: fix IME support on Mac OSX by @ShGKme in #4322
  • Set double outline to buttons in focus state by @JuliaKirschenheuter in #4319
  • [stable7] fix(NcSettingsSelectGroup): Fix this.getValueObject is not a function by @susnux in #4331
  • [stable7] fix(NcListItem) - define a single place for NcActions to render by @backportbot-nextcloud in #4363
  • [stable7] enh(emoji-picker): allow unselecting set emoji by @max-nextcloud in #4383

v7.12.1

12 Jul 10:45
a69d520
Compare
Choose a tag to compare

v7.12.1 (2023-07-11)

Full Changelog

🐛 Fixed bugs

  • [stable7] fix(NcProviderList): Add padding around provider list #4202
  • [stable7] fix(NcSelect): Hide clear and deselect when disabled #4216
  • [stable7] fix(NcSelect): Styles on state change #4215
  • [stable7] adjust border-radius of ncpopover #4240
  • [stable7] fix progress-bar on chromium browsers #4239
  • [stable7] fix(NcActionInput): Show trailing button even for empty input #4253
  • [stable7] NcDatetimePicker: Make sure all l10n strings are extracted #4273
  • [stable7] fix(NcModal): fix focus-trap fallback #4270 (skjnldsv)
  • [stable7] Input Fields and RichContenteditable: add focus and select methods #4278
  • [stable7] Add links to documentation for other versions #4279 (susnux)
  • [stable7] NcActionLink - provide download attributes for single action button in NcAction #42934293
  • [stable7] Remove doubling proxied event handlers in NcRichContenteditable #4295
  • [stable7] Fix/remove margin below message in widget item #4297 (JuliaKirschenheuter)
  • [stable7] fix: NcIconSvgWrapper size #4313

v8.0.0-beta.2

28 Jun 08:11
cbc8aee
Compare
Choose a tag to compare
v8.0.0-beta.2 Pre-release
Pre-release
Merge pull request #4285 from nextcloud/rel/v8.0.0-beta.2

v7.12.0

08 Jun 07:37
17d9186
Compare
Choose a tag to compare

v7.12.0 (2023-06-08)

Full Changelog

🚀 Enhancements

  • make navigation-collapsible always visible #4161 (szaimen)
  • enh(NcActions): Navigation link actions #4160 (Pytal)
  • Export dist a11y activation util #4167 (Pytal)
  • feat: Add slot for description of NcEmptyContent #4170 (susnux)

🐛 Fixed bugs

v8.0.0-beta.1

09 Jun 16:08
2485ebc
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release
Merge pull request #4171 from nextcloud/chore/prepare-8-beta1

v7.11.6

16 May 12:21
fa85aa7
Compare
Choose a tag to compare

v7.11.6 (2023-05-16)

Full Changelog

🐛 Fixed bugs

  • fix(NcResource): Fix item alignment in the right sidebar #4124 (Pytal)

v7.11.5

15 May 10:34
7e3670b
Compare
Choose a tag to compare

v7.11.5 (2023-05-15)

Full Changelog

🐛 Fixed bugs

  • fix(NcAppSidebarTabs): Fix rendering tabs with CSS icon in OCA.Files.Sidebar #4112 (ShGKme)
  • fix(NcAppNavigationItem): Left panel dropdown improvement #4105 (Jerome-Herbinet)
  • fix(NcSettingsSection): Add target blank and no ref info #4100 (Rello)
  • fix: Use the color-primary-element* variables in components #4098 (szaimon)

v7.11.4

12 May 06:36
d4f166a
Compare
Choose a tag to compare

v7.11.4 (2023-05-12)

Full Changelog

🚀 Enhancements

  • feat(NcActions): Improve readability of action menu entries #4049 (Pytal)
  • feat(NcReferencePickerModal): Allow setting modal size when registering a custom picker component #3866 (julien-nc)

🐛 Fixed bugs

v7.11.3

08 May 09:31
5477b3e
Compare
Choose a tag to compare

v7.11.3 (2023-05-08)

Full Changelog

🐛 Fixed bugs

  • fix(NcAppSidebarTabs): Revert major UI change (moved to version 8.0.x) #4044 (skjnldsv)
  • fix(NcRichContenteditable): Fix avatar overlayed with empty space whe… #4043 (nickvergessen)

Closed pull requests

  • Fix regression of click-outside-options mixin not working since using @vueuse #4046 (susnux)