Skip to content

Latest commit

 

History

History
2076 lines (1568 loc) · 207 KB

CHANGELOG.md

File metadata and controls

2076 lines (1568 loc) · 207 KB

Changelog

All notable changes to this project will be documented in this file.

v8.12.0 (2024-05-13)

Full Changelog

🚀 Enhancements

  • feat(NcAppNavigationCaption): Allow to set heading level #5567 (susnux)
  • feat(NcAppNavigationCaption): Add heading-id prop to allow setting the ID on the caption itself #5565 (susnux)
  • feat(NcAppSidebar): Allow to set open state to prevent focus trap issues on mobile #5584 (susnux)

🐛 Fixed bugs

  • fix(NcReferenceWidget): use requestAnimationFrame in observers #5561 (max-nextcloud)
  • fix(NcAppNavigationCaption): Fix margin #5576 (Pytal)
  • fix(NcReferenceWidget): useElementSize #5587 (max-nextcloud)
  • fix(docs): Add missing file extensions to vue-material-design-icons imports #5581 (susnux)
  • fix(NcAppNavigation): restore hiding toggle on mobile #5603 (szaimen)
  • fix(NcSettingSection): Update design and enforce limitWidth option #5514 (marcoambrosini)

Other Changes

v8.11.3 (2024-05-07)

Full Changelog

What's Changed

🐛 Fixed bugs

  • fix(NcReferenceWidget): do not try to render widget when there is no widget by @ShGKme in #5485
  • fix(NcDialog): Actions should not overflow the action container by @susnux in #5495
  • fix(NcColorPicker): Allow to submit selected color in simple-view by @susnux in #5499
  • fix(autolink): correctly handle relative links without webroot by @ShGKme in #5487
  • fix(NcDateTime): When relative time is disabled return a string and not the reference to it by @susnux in #5493
  • fix(NcCheckboxRadioSwitch): Pass attrs to input if available by @susnux in #5507
  • fix(NcCheckboxRadioSwitch): Add background color for button style by @susnux in #5509
  • fix(NcDateTime): Respect language by @Pytal in #5501
  • fix(NcRichText): adjust display so long texts in checkboxes can be shown correctly by @DorraJaouad in #5527
  • style(NcSelect): restrict max-height to prevent overflow by component by @Antreesy in #5551
  • build(vite): iterate over .ts files in all directories by @Antreesy in #5553
  • fix(emoji): index emoji data once for search functions by @Antreesy in #5554

Other Changes

  • chore(widgets): remove unneeded nullish coalescing by @ShGKme in #5484
  • Updates for project Nextcloud vue library by @transifex-integration in #5494
  • Updates for project Nextcloud vue library by @transifex-integration in #5510
  • Updates for project Nextcloud vue library by @transifex-integration in #5533

v8.11.2 (2024-04-10)

Full Changelog

What's Changed

🐛 Fixed bugs

  • fix(NcBreadcrumbs): Only render existing hidden breadcrumbs by @Pytal in #5441
  • fix(NcAppNavigationItem): Fix uncollapsible entry by @Pytal in #5456
  • fix(NcRichText): include all label items by @DorraJaouad in #5455
  • fix(sidebar): propagate keydown unless mobile by @pulsejet in #5451
  • fix(NcActions): Show last action entry only partial to make it discoverable by @susnux in #5448
  • fix(NcDialog): Set font size to make dialog compatible with Nextcloud 30 by @susnux in #5463
  • fix(NcRichText): more strictly resolve vue router's path by @ShGKme in #5419
  • fix(NcAvatar): support in-app router links for contact menu by @ShGKme in #5477

Other Changes

  • Updates for project Nextcloud vue library by @transifex-integration in #5447
  • Updates for project Nextcloud vue library by @transifex-integration in #5478

New Contributors

  • @DorraJaouad made their first contribution in #5455

v8.11.1 (2024-03-21)

Full Changelog

What's Changed

🐛 Fixed bugs

  • fix(tribute): provide avatar url correctly for dark mode by @Antreesy in #5420
  • fix(NcListItem): decrease font-weight, restore contrast color for subname by @Antreesy in #5421
  • fix(NcAppSidebar): fix animation glitch on toggle by @RayBB in #5389
  • fix(NcAppSidebar): remove always hover styles from actions in non-compact mode by @ShGKme in #5367
  • fix(NcActionInput): Add label to docs by @nickvergessen in #5432

Other Changes

  • Updates for project Nextcloud vue library by @transifex-integration in #5417
  • Updates for project Nextcloud vue library by @transifex-integration in #5426

New Contributors

  • @RayBB made their first contribution in #5389

v8.11.0 (2024-03-15)

Full Changelog

🚀 Enhancements

  • feat(NcListItem): add title slot by @emoral435 in #5388
  • feat(NcAppContent): add horizontal split layout by @GretaD in #5401

🐛 Fixed bugs

  • fix(NcListItem): bring back old styling for two-line list items by @Antreesy in #5400
  • fix(NcListItem): align indicators at the element bottom by @Antreesy in #5408
  • fix(NcReferenceWidget): set timeout to destroy idle widgets outside of viewports by @Antreesy in #5411
  • fix(NcAvatar): rendering user status emoji in the menu by @ShGKme in #5409
  • fix(NcAvatar): handle regex error on initials match by @kyteinsky in #5407

Other Changes

  • Updates for project Nextcloud vue library by @transifex-integration in #5404

New Contributors

  • @kyteinsky made their first contribution in #5407

v8.10.0 (2024-03-11)

Full Changelog

🚀 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

v8.9.1 (2024-03-06)

Full Changelog

🐛 Fixed bugs

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

v8.9.0 (2024-03-06)

Full Changelog

🚀 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

v8.8.1 (2024-02-29)

Full Changelog

🐛 Fixed bugs

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

v8.8.0 (2024-02-29)

Full Changelog

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 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
  • fix(NcPopover): make popupRole non-required by @ShGKme in #5306
  • fix(NcRichContenteditable): disable global allowSpaces tribute option by @Antreesy in #5321

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

v8.7.1 (2024-02-21)

Full Changelog

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

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 (2024-02-07)

Full Changelog

📝 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

v8.6.1 (2024-02-01)

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)

v8.6.0 (2024-01-30)

Full Changelog

🚀 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
  • feat(NcActionButton): support boolean value for radio type by @ShGKme in #5134

🐛 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(NcRichText): Make URL_PATTERN match localhost and URLs with ports by @mejo- in #5176
  • fix(NcActions): hotfix for custom children by @ShGKme in #5178
  • fix(NcDateTimePickerNative): create possibility to change a color theme on system default 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
  • chore: Update workflows by @susnux in #5148

v8.5.1 (2024-01-24)

Full Changelog

🐛 Fixed bugs

  • fix(NcPopover): a11y attrs provide-inject reactivity #5142 (ShGKme)
  • fix(NcCheckboxRadioSwitch): On button style align the text vertically #5151 (susnux)
  • fix: removed groupings in timezone picker #5130 (emoral435)
  • fix(fields): adjust label line-height #5133 (ShGKme)
  • fix(header): width regression fixed #5129 (emoral435)
  • fix(NcCheckboxRadioSwitch): Make sure to include current value in checked array #5150 (susnux)
  • fix: Ensure no double scrollbars for NcDialog and NcAppNavigationSettings #5139 (susnux)
  • fix(NcAvatar): Remove span wrapper button semantics in favour of internal button components #5131 (Pytal)

Other Changes

  • Updated translation
  • chore: Fix missing PR from changelog #5125 (Pytal)
  • chore: Migrate cypress config to vite instead of webpack #4961 (susnux)
  • chore(styleguide): set line-height from server styles #5132 (ShGKme)

v8.5.0 (2024-01-23)

Full Changelog

🚀 Enhancements

  • enh(NcSelect): Add visible input label by @Pytal in #4963
  • feat(NcModal): Set return focus element on focus trap deactivation by @Pytal in #5025
  • Harmonize focus-visible styles for vue-navigation item with none-vue navigation item by @JuliaKirschenheuter in #5022
  • feat(NcActionInput): allow to append NcSelect to body by @raimund-schluessler in #5017
  • enh(NcSelect): Improve accessibility by @Pytal in #5036
  • enh: Make the date time formatting reusable for applications by @susnux in #5046
  • enh(NcHeaderMenu): Close navigation header menu on focusout by @Pytal in #5064
  • enh(a11y): added aria-label that matches title attr on icon by @emoral435 in #5078
  • feat: Add NcUserStatusIcon by @Pytal in #5059
  • enh(breadcrumb): conditionally renders button when no redirection link given by @emoral435 in #5077
  • feat(NcPopover): provide a11y attributes to the trigger by @ShGKme in #5086
  • feat(NcDialog): add navigationAriaLabel and navigationAriaLabelledBy props by @ShGKme in #5083
  • enh(NcContent): Add skip content buttons by @susnux in #4983
  • enh(NcInputField): Support numeric values - if numeric also emit numeric by @susnux in #4926
  • feat(NcProgressBar): add circular progress bar by @raimund-schluessler in #5100
  • feat(NcReferenceList): Add support for a fallback reference widget by @mejo- in #5092
  • enh(NcEmojiPicker): Always show skin tone selector + save selection by @susnux in #5103
  • feat(NcActionButton): Allow pressed state on NcActionButton - similar to NcButton by @susnux in #4744
  • feat(NcRichText) add support of GFM (extended markdown) by @Antreesy in #4365

🐛 Fixed bugs

  • fix(NcCheckboxRadioSwitch): fix shift+click on firefox by @skjnldsv in #4999
  • fix(NcCheckboxRadioSwitch): use correct padding by @raimund-schluessler in #5009
  • fix(NcCheckboxRadioSwitch): improve rendering and prevent unecessary elements by @skjnldsv in #5001
  • fix(NcAppNavigation): change h2 to span by @emoral435 in #5020
  • fix(NcDateTimePicker): Use ISO week numbers if showWeekNumber is set by @susnux in #5045
  • fix(NcActions): In case of inline actions make sure to support icon as URL by @susnux in #5053
  • fix(NcDialog): allow to close NcDialog on click outside by @Antreesy in #5062
  • fix(NcRelatedResourcesPanel): Fix invalid URL query params by @Pytal in #5065
  • fix(NcBreadcrumbs): improve the breadcrumbs shrinking behaviour by @raimund-schluessler in #5069
  • fix(NcInput): input disabled appearance by @marcoambrosini in #5000
  • fix(NcButton): use a as tag for router-link by @raimund-schluessler in #5091
  • fix(NcSelect): remove visual gap on top of the list by @ShGKme in #5095
  • Remove unneeded tab, tablist and aria-selected roles from navigation by @JuliaKirschenheuter in #5075
  • fix(NcCheckboxRadioSwitch): Fix invalid indeterminate checkbox semantics by @Pytal in #5096
  • Remove inaccessible opacity from SettingsSection by @JuliaKirschenheuter in #5109
  • fix(NcPopover): fix docs example by @raimund-schluessler in #5111
  • fix(NcPopover): check trigger a11y compatible with Vue 3 by @ShGKme in #5110
  • fix(NcHeaderMenu): mouse in now pointer by @emoral435 in #5101
  • fix(NcActions): use new slots api by @ShGKme in #5118
  • fix(NcButton): pressed state a11y by @ShGKme in #5119
  • Fix additionalTrapElements to accept HTMLelements as well by @GretaD in #5120

Other Changes

  • refactor(NcCheckboxRadioSwitch): move comment to have a single root node by @ShGKme in #5018
  • refactor(NcActionButtonGroup): replace computed of constant with constant by @ShGKme in #5023
  • chore(docs): correct list types values for styleguidist in NcCheckboxRadioSwitch by @ShGKme in #5079

v8.4.0 (2023-12-22)

Full Changelog

Notes

  • NcRichContenteditable: new visual label feature might break layout if you have custom contenteditable styles
  • isMobile and isFullscreen mixins are now deprecated, use useIsMobile and useIsFullscreen composables instead

🚀 Enhancements

  • enh: Split translations by components to only include needed strings in app bundles by @susnux in #4861
  • enh(NcCheckboxRadioSwitch): Allow to set aria-label by @susnux in #4903
  • enh(NcRichContenteditable): Add optional visual label for content editable by @susnux in #4907
  • enh(NcBreadcrumbs): Allow setting aria-label on nav by @Pytal in #4913
  • feat: add small mobile breakpoint by @ShGKme in #4919
  • Add target prop for NcListItem by @Fenn-CS in #4923
  • Make modal mask dark if some icons are shown outside by @szaimen in #4916
  • enh: Add a full labelled color palette to be used as the default for the color picker by @susnux in #4902

🐛 Fixed bugs

  • fix(NcAppNavigationItem): fix style when using active prop by @raimund-schluessler in #4989
  • fix(NcDialog): Increase specificity for modal-content selector by @susnux in #4897
  • Prevent NcBreadcrumb from automatically inheriting attributes by @JuliaKirschenheuter in #4918
  • fix(NcAvatar): Increase contrast of avatar status icon by @Pytal in #4912
  • fix(utils/UserStatus): typo in "invisible" translation key by @ShGKme in #4931
  • enh(NcDialog): Label dialog nav by @Pytal in #4928
  • fix(NcAppNavigationSettings): remove incorrect aria-label by @ShGKme in #4932
  • fix(NcAppSidebar): add focus trap on mobile by @ShGKme in #4909
  • feat(NcRichContenteditable): put caret in the end when focus input by @Antreesy in #4924
  • fix(package): specify exports for composables by @ShGKme in #4951
  • fix(NcActions): provide aria-expanded="false" when menu is closed instead of removing it by @ShGKme in #4946
  • fix(NcListItem): Ensure list item does not overflow wrapper by @susnux in #4956
  • fix(NcActionX): Allow relative icon URL by @susnux in #4955
  • fix(NcAppSettingsDialog): respect showNavigation prop by @ShGKme in #4954
  • fix(NcAppNavigation): Bring back hover state for active element by @susnux in #4960
  • enh(aria): changed check color to adhere to 3:1 ratio by @emoral435 in #4958
  • Use logical style for NcHeaderMenu by @ahangarha in #4965
  • Equalize TextArea styles with TextField styles by @JuliaKirschenheuter in #4971
  • Increase contrast on input field for NcRichContenteditable by @JuliaKirschenheuter in #4975
  • enh(breadcrumbs): changed aria label for voice control on a-tag by @emoral435 in #4973
  • Differentiate between dark and light theme for NcDateTimePickerNative by @JuliaKirschenheuter in #4981

Other Changes

  • refactor(NcAppSidebar): remove unneeded debug log by @ShGKme in #4952
  • chore(ci): make Jest output colorful by @ShGKme in #4966
  • Update translations

v8.3.0 (2023-11-30)

Full Changelog

🚀 Enhancements

  • feat(NcInputField): add optional pill form appearance to the component #4876 (Antreesy)

🐛 Fixed bugs

  • fix(NcCheckboxContent): Make sure text can wrap #4862 (susnux)
  • fix(NcAppNavigation): make toggle button not the first element for focus-trap #4864 (Antreesy)
  • fix(NcAppNavigation): closed on mobile initially #4869 (ShGKme)
  • fix(NcAppSettingsDialog): Remove navigation instead of hiding and fix styles #4865 (susnux)
  • Remove server styles from action menu #4875 (marcoambrosini)
  • fix(NcCheckboxRadioSwitch): visually hidden input position #4882 (ShGKme)
  • fix(NcDialog): Add slighly more padding on the bottom and fix example button order #4881 (susnux)
  • docs(NcAppNavigation): Add docs for slots and remove private components from styleguide #4883 (susnux)
  • fix(NcAppNavigationCaption): Make color main-text for accessibility #4885 (susnux)
  • fix(NcColorPicker): correct aria-label #4889 (ShGKme)
  • fix(NcActions): typo in aria-haspopup #4887 (ShGKme)
  • fix(NcAppNavigation): replace custom v-tooltip with native title #4888 (ShGKme)

Other Changes

  • chore(lint): use valid JSDoc for literal type union #4989 (ShGKme)
  • Update translations

v8.2.0 (2023-11-17)

Full Changelog

🚀 Enhancements

  • feat(NcColorPicker): palette now can have color names #4611 (ShGKme)

🐛 Fixed bugs

Other Changes

  • Update translations

v8.1.0 (2023-11-14)

Full Changelog

🚀 Enhancements

  • feat: introduce useIsMobile and useIsFullscreen composables #4761 (@ShGKme)

🐛 Fixed bugs

Other Changes

  • Update translations

v8.0.1 (2023-11-09)

Full Changelog

🐛 Fixed bugs

  • fix(NcModal): Adjust aria-label of close button by @susnux in #4778
  • fix(NcCounterBubble): Fix color of highlighted/outlined items when no… by @nickvergessen in #4781
  • fix(NcTimezonePicker): add missing t method by @ShGKme in #4790
  • fix(NcCheckboxRadioSwitch): Fix contrast of Radio switches using butt… by @nickvergessen in #4791

Other Changes

  • Updates for project Nextcloud vue library by @transifex-integration in #4780
  • Updates for project Nextcloud vue library by @transifex-integration in #4784

v8.0.0 (2023-11-08)

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)
  • NcInputField: The labelVisible property was removed for accessibility it is required to always show a label. You can still use the labelOutside property to remove the inner label from the component.
  • feat(NcEmptyContent)!: make empty content centered by default instead of 20vh margin #4506 (ShGKme)
  • chore!: Rename Datetime to DateTime in component names #4560 (susnux)
  • feat(NcIconSvgWrapper)!: remove ID from svg #4607 (ShGKme)

🚀 Enhancements

  • feat(NcAppSettingsDialog): Allow to add icons to the navigation sections #4745 (susnux)
  • feat(NcButton): Allow to format text of button #4367 (susnux)
  • 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)
  • Add accessible label to textarea #4448 (Pytal)
  • Remove border from sidebar tabs #4449 (marcoambrosini)
  • Make smart picker modal close button tertiary #4441 (julien-nc)
  • Add menuitem role to action link #4436 (Pytal)
  • feat(NcModal): Allow to configure if the modal is closed when clicked outside #4454 (susnux)
  • Feature: Add visible inner label for NcInputField on border #4394 (susnux)
  • Bring back label outside of the input for NcActionInput #4484 (juliushaertl)
  • feat(NcRichContenteditable) - add different output appearance in examples #4485 (Antreesy)
  • perf(NcEmojiPicker): decrease mounting time and memory by moving large constants initialization and storing out from instance's reactive data #4479 (ShGKme)
  • enh(NcAppNavigationCaption): Forward listeners #4494 (Pytal)
  • enh(a11y): Use button as header menu trigger #4481 (Pytal)
  • enh(a11y): Add nav to header menu #4487 (Pytal)
  • feat(NcIconSvgWrapper): allow to render raw svg paths #4643 (raimund-schluessler)
  • feat(NcDialog): New component (moved from @nextcloud/dialogs) #4550 (susnux)
  • feat(NcSelect): Allow to filter users by email notation #4653 (susnux)
  • enh(NcAppSidebarTabs): Make tab navigation accessible #4663 (Pytal)
  • Add the resource type on RelatedResourcesPanel #4662 (GretaD)
  • feat(NcTextArea): implement new textarea component #4605 (st3iny)
  • Add header prop to NcRelatedResourcesPanel #4703 (GretaD
  • feat(NcAppNavigationItem): Add active property to set active state & use aria-current #4716 (susnux
  • feat(NcActionButton): support menu styling #4724 (skjnldsv
  • Made description dynamic on related resources #4729 (GretaD
  • fix(NcTimezonePicker): Allow to set ID of inner select component #4734 (susnux
  • Allow preventing link insertion in RichContentEditable #3890 (julien-nc

🐛 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 (susnux)
  • try to fix header size on mobile #4420 (szaimen)
  • fix(NcButton): correctly emit click event #4398 (raimund-schluessler)
  • feat(NcButton): Add pressed state for stateful buttons #4344 (susnux)
  • NcCheckboxRadioSwitch - adjust border color #4427 (szaimen)
  • fix(NcRichContenteditable): Add aria-placeholder #4407 (ShGKme)
  • fix(NcModal): Fix modal focus trap with additional elements and arrow navigation #4406 (ShGKme)
  • Fix contrast for selected item #4434 (JuliaKirschenheuter)
  • fix(NcListItem) - remove empty wrapper for additional elements from DOM if not needed #4438 (Antreesy)
  • fix: exports field of package used deprecated syntax #4437 (susnux)
  • Prevent accessible name conflicts on action menu #4447 (Pytal)
  • fix: adjust active element visibility in nclistitem #4158 (szaimen)
  • fix: adjust breadcrumbs component #4416 (raimund-schluessler)
  • fix(NcSelect): Use named export of VueSelect to prevent issues when imported in ESM projects #4451 (susnux)
  • fix(NcCheckboxRadioSwitch): If no text is provided the element should be a circle #4453 (susnux)
  • fix(NcListItem) don't force blur action menu on tab #4458 (Antreesy)
  • fix(NcRichText) - keep newlines in rendered Markdown #4461 (Antreesy)
  • fix(NcRichText) - don't populate a first newline to properly parse blockqoute tags #4470 (Antreesy)
  • fix(a11y): Remove nav and radios in sidebar tabs #4456 (Pytal)
  • fix(NcSelect): Do not add border to single select option #4475 (Pytal)
  • feat and fix: NcCheckboxRadioSwitch required prop and input position fix #4488 (skjnldsv)
  • Align NcCheckboxRadioSwitch labels #4490 (raimund-schluessler)
  • fix(EmptyContent): svg max size #4496 (skjnldsv)
  • fix(NcRichContenteditable): make the default placeholder short #4408 (ShGKme)
  • Stop propagation of keyboard navigation in a number of components #4501 (ShGKme)
  • fix(NcRichText) - don't strip <tag>-like content when parsing markdown #4486 (Antreesy)
  • fix(NcAppNavigation): Make the navigation toggle accessible again when closed #4546 (susnux)
  • fix: Replace sanitize-svg with dompurify #4557 (raimund-schluessler)
  • fix(NcEmojiPicker): Do not set padding for the search input label #4577 (susnux)
  • fix(NcEmojiPicker): Set type to native for selected emoji #4575 (mejo-)
  • fix: also export NcSettings* components #4586 (raimund-schluessler)
  • fix(NcSettingsSection): remove incorrect role=note on doc link #4594 (ShGKme)
  • fix(utils): Make isMobileState PURE so it can be treeshaken if not used #4595 (susnux)
  • allow type property for NcAppNavigationNew #4555 (dartcafe)
  • fix(EmptyContent): ensure proper custom icon size #4584 (raimund-schluessler)
  • Properly align AppNavigationToggle with first navigation item #3278 (susnux)
  • fix: Remove unused id from trigger #4602 (Pytal)
  • fix(NcSelect): make id truly uniqual #4606 (ShGKme)
  • fix: handling of empty values in NcDateTimePickerNative #4540 (st3iny)
  • fix(NcIconSvgWrapper): remove new keepId prop #4609 (ShGKme)
  • fix(NcInputField): Adjust styling of the internal label #4578 (susnux)
  • fix: invert datepicker buttons on dark mode #4618 (raimund-schluessler)
  • fix(NcListItem): adjust paddings and hover styles for list items #4628 (Antreesy)
  • fix(NcActionInput): Set default trailing button label #4632 (Pytal)
  • fix(NcAvatar): Ensure the aria label includes the status if there is any visible status indicator #4593 (susnux)
  • fix(NcAppNavigationItem): Ensure primary styling when the item is active #4650 (susnux)
  • fix(NcModal): Some modal improvments #4645 (susnux)
  • fix(NcActions): Various accessibility improvements #4648 (Pytal)
  • Fix NcBreadcrumbs styles to wrap buttons #4640 (JuliaKirschenheuter)
  • fix(NcDashboardWidgetItem): do not assign href="" with empty link #4672 (ShGKme)
  • fix(NcActions): do not pass popoverBaseClass as an attr to NcPopover #4673 (ShGKme)
  • fix(NcActions): Allow to set attributes to inline actions #4671 (susnux)
  • fix(NcAvatar): make it a span phrasing element #4674 (ShGKme)
  • fix: Avoid closing all modals on escape if multiple are present #4677 (juliushaertl)
  • fix: If a aria-selected button is present we focus on this one instead of the first entry #4678 (juliushaertl)
  • fix(NcCheckboxRadioSwitch): Restore wrapper element prop #4679 (Pytal)
  • fix(Nc*Field): do not pass all props to InputField BY filtering $props #4666 (ShGKme)
  • fix(NcDialog): NcModal registration #4682 (Pytal)
  • fix: remove empty attributes values #4686 (ShGKme)
  • fix(dialog): fix component registration #4685 (ShGKme)
  • fix(NcCheckboxRadioSwitch): fix circular import #4691 (raimund-schluessler
  • fix(NcCheckboxRadioSwitch): forward indeterminate prop #4690 (raimund-schluessler
  • Change heading in EmptyContent to span #4702 (JuliaKirschenheuter
  • fix(NcRelatedResourcesPanel): t is not defined #4705 (raimund-schluessler
  • fix(NcAppNavigationItem): Do not include aria-expanded attribute if there are no children #4715 (susnux
  • fix(NcDialog): register components in NcDialogButton #4725 (ShGKme
  • fix(NcActions): Detect navigation menu links correctly #4707 (Pytal
  • fix(NcSelect): Ensure selected option has enough contrast when the menu is opened #4733 (susnux
  • fix(NcEmptyContent): Fix regression that changed the color of the description text #4735 (susnux
  • fix(NcAppContent): Set normal scrollbar width on resizeable NcAppContentList #4710 (mejo-
  • fix(NcAvatar): Improve initials generation to filter out special characters #4737 (susnux
  • fix(NcAvatar): remove alt attr from span[role=img] #4748 (ShGKme
  • fix(NcSidebarTab): Ensure there is an aria-label if the aria-labelledby element does not exist #4736 (susnux
  • add scoped to all ncappnavigation components #4730 (szaimen
  • Create outline for focus-within on RadioSwitch #4699 (JuliaKirschenheuter
  • fix: NcUserBubble properties #4743 (susnux
  • fix(NcUserBubble): only forward necessary props #4756 (raimund-schluessler
  • fix(NcInputField): Bring input field height to 44px and fixes its focus feedback #4718 (marcoambrosini
  • fix(NcTimezonePicker): Add correct aria-label #4762 (susnux
  • Fix input field trailing button alignment #4770 (marcoambrosini
  • fix(NcSelectTags): Allow object type value #4771 (Pytal
  • fix(NcAppNavigation): Ensure --app-navigation-padding is set also on app-content #4776 (susnux
  • fix(NcAppNavigation): add focus trap on mobile and improve a11y #4633 (ShGKme
  • fix(NcAppNavigation): small screen support #4767 (ShGKme

Other Changes

v7.11.2 (2023-05-05)

Full Changelog

🐛 Fixed bugs

  • fix: Fix regression to still display references #4039 (juliushaertl)
  • fix: Avoid showing the reference list if no results were found #4036 (juliushaertl)
  • fix(NcAppNavigation): fix flex element styles causing resizing sidebar #4035 (ShGKme)

v7.11.1 (2023-05-04)

Full Changelog

🐛 Fixed bugs

v7.11.0 (2023-05-03)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Closed pull requests

v7.10.0 (2023-04-18)

Full Changelog

🚀 Enhancements

  • adjust sidebar to go full-screen earlier at 768px #3972 (szaimen)
  • feat(NcSelectTags): Disable internal v-model and options handling #3968 (Pytal)
  • Remove the smart picker modal padding #3962 (julien-nc)
  • Adjust some smart picker strings #3961 (julien-nc)

🐛 Fixed bugs

Closed pull requests

v7.9.0 (2023-04-04)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

  • fix(NcButton): ellipsis text on small width #3936 (skjnldsv)
  • fix(NcBreadcrumb): cursor and native title and inline actions rendering text #3927 (skjnldsv)

v7.8.5 (2023-03-28)

Full Changelog

🐛 Fixed bugs

v7.8.4 (2023-03-24)

Full Changelog

🐛 Fixed bugs

  • Fix styles inheritance in NcAvatar when being mounted #3925 (Antreesy)
  • fix(NcRichContenteditable): Fix tribute emoji complete interfering unexpectedly aka. 🇨🇨 #3924 (nickvergessen)
  • feat(Emoji): Suggest emojis based on text smiles #3923 (mejo-)
  • fix(NcListItem): Bring back correct href for router-link links #3922 (raimund-schluessler)

v7.8.3 (2023-03-23)

Full Changelog

🐛 Fixed bugs

  • fix(NcRichContenteditable): prevent tribute from opening on keyup #3917 (skjnldsv)
  • fix(NcRichContenteditable): Fix pasting XML and HTML content #3915 (nickvergessen)

v7.8.2 (2023-03-22)

Full Changelog

🐛 Fixed bugs

  • Fix missing NcVNodes import in NcListItem #3907 (julien-nc)
  • Fix doubling attrs in NcPopover and improve docs #3876 (ShGKme)

Closed pull requests

v7.8.1 (2023-03-15)

Full Changelog

🐛 Fixed bugs

Closed pull requests

v7.8.0 (2023-03-02)

Full Changelog

Closed pull requests

v7.7.2 (2023-02-28)

Full Changelog

🐛 Fixed bugs

Closed pull requests

v7.7.1 (2023-02-24)

Full Changelog

🐛 Fixed bugs

  • fix(NcSelect): Do not squash selected items with no-wrap set #3811 (susnux)

Closed pull requests

v7.7.0 (2023-02-22)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Closed pull requests

v7.6.1 (2023-02-20)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Closed pull requests

v7.6.0 (2023-02-15)

Full Changelog

🚀 Enhancements

  • Add keyboard focus border to select options #3711 (Pytal)

🐛 Fixed bugs

Closed pull requests

v7.5.0 (2023-01-19)

Full Changelog

🚀 Enhancements

v7.4.0 (2023-01-11)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Closed pull requests

  • Add console warning messages for deprecated multiselect components #3573 (Pytal)

v7.3.0 (2022-12-23)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

  • Fix CheckboxHeight #3584 (jotoeri)
  • Add more space for unread counter so its aligned with action menu #3572 (GretaD)

v7.2.0 (2022-12-09)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

  • Add button role for NcButton with href #3532 (Pytal)
  • Fix focus returning to top of page instead of actions toggle button #3530 (Pytal)
  • Fix icon repeat and position for AppNavigationItem #3539 (skjnldsv)
  • Fix jsdoc: Add missing documentation for events #3545 (susnux)
  • Increase input field border contrast #3551 (Pytal)
  • Increase NcSelect border contrast #3552 (Pytal)
  • Revert "fix sidebar scrolling for small displays" #3559 (skjnldsv)
  • Scope global #content styles via extra class #3537 (st3iny)

v7.1.0 (2022-11-29)

Full Changelog

🚀 Enhancements

  • Add accessible NcSelect and NcSelectTags components #3435 (Pytal)
  • Extend NcInputField props and forward $attrs to NcPasswordField and NcTextField #3485 (skjnldsv)
  • Move loadState to data for better mockability #3502 (skjnldsv)
  • Widen container prop type passed to NcPopover #3462 (Pytal)
  • Allow querying for resources with complex item ids #3404 (Pytal)
  • Allow to provide a custom palette to the ColorPicker #3384 (skjnldsv)
  • Export NcMentionBubble and NcAutoCompleteResult #3373 (vinicius73)
  • Add guest content component #3369 (ChristophWurst)

🐛 Fixed bugs

Closed pull requests

v7.0.1 (2022-10-14)

Full Changelog

🐛 Fixed bugs

🚀 Enhancements

  • Migrate to use :deep selector instead of deprecated ::v-deep #3348 (susnux)

v7.0.0 - 2022-10-12

Full Changelog

💥 Breaking changes

  • This component library release requires Nextcloud 25 or later
  • We changed the container layout to adapt to the design changes with Nextcloud 25
  • The body is no longer the main scroll area but instead the app content
    • Please do careful testing of your user interface, especially in regards to the following components and scroll behaviour:
      • NcContent
      • NcAppNavigation
      • NcAppContent
      • NcAppSidebar
  • Properties and slot names of NcEmptyContent changed. Also, everything outside a slot is ignored now
  • Inside NcActions, only Vue components are considered as children

Migration guide

  • Scroll listeners need to be adapted to watch for the scroll on the NcAppContent container instead of the main document
  • If you are using sticky headers in your app you might need to adjust the css top property as the app content container is now the scrollable element. For any contained sticky that had a header height top spacing before you should be able to set that to 0
  • Make sure that everything in NcEmptyContent is in one of the supported slots
  • Make sure that NcActions contain only Vue components. If they contain plain HTML, move this into a separate Vue component

🚀 Enhancements

🐛 Fixed bugs

Closed pull requests

v6.0.0 (unreleased)

💥 Breaking Changes

🚀 Enhancements

🐛 Fixed bugs

Closed pull requests

v5.3.1 (2022-04-08)

Full Changelog

Fixed bugs

v5.3.0 (2022-03-31)

Full Changelog

Fixed bugs

Closed pull requests

v5.2.1 (2022-03-24)

Releasing this patch to re-trigger an npm package build since last release github was down

v5.2.0 (2022-03-23)

Full Changelog

Enhancements

Fixed bugs

v5.1.1 (2022-03-16)

Full Changelog

Fixed bugs

v5.1.0 (2022-02-28)

Full Changelog

Enhancements

Fixed bugs

Closed pull requests

v5.0.0 (2022-02-10)

Full Changelog

Enhancements

Fixed bugs

Closed pull requests

v4.3.0 (2021-12-01)

Full Changelog

Fixed bugs

  • Change background style target for tab icons #2374 (artonge)

Closed pull requests

v4.2.0 (2021-09-28)

Full Changelog

Enhancements

Fixed bugs

v4.1.1 (2021-09-16)

Full Changelog

Enhancements

Fixed bugs

v4.1.0 (2021-08-23)

Full Changelog

Enhancements

Fixed bugs

Closed pull requests

v4.0.3 (2021-07-05)

Full Changelog

Enhancements

Fixed bugs

Closed pull requests

v4.0.2 (2021-06-16)

Full Changelog

Fixed bugs

v4.0.1 (2021-06-14)

Full Changelog

Fixed bugs

  • Do not use app-content-wrapper if no list is provided #2026 (skjnldsv)

Closed pull requests

v4.0.0 (2021-06-04)

Full Changelog

Breaking

Enhancements

Fixed bugs

v3.9.0 (2021-04-07)

Full Changelog

Enhancements

Fixed bugs

Closed pull requests

v3.8.0 (2021-03-26)

Full Changelog

Added

Changed

Fixed

v3.7.2 (2021-03-10)

Full Changelog

Fixed

  • Render the first action icon slot if single action - #1753 (skjnldsv)
  • Fix formattedOptions var in multiselect docs - #1744 (skjnldsv)

v3.7.1 (2021-03-10)

Added

Changed

v3.7.0 (2021-03-03)

Added

Changed

v3.6.0 (2021-02-25)

Added

Changed

Fixed

v3.5.5 (2021-02-24)

Added

Fixed

v3.5.4 (2021-01-27)

Fixed

Added

Changed

v3.5.3 (2021-01-25)

Fixed

  • Replace linkify-urls with linkifyjs to fix Safari incompatibility issues - #1678 (Vincent Petry)

v3.5.2 (2021-01-22)

Fixed

v3.5.1 (2021-01-20)

Fixed

v3.5.0 (2021-01-20)

Changed

v3.4.0 (2021-01-18)

Added

Changed

Fixed

v3.3.2 (2020-12-16)

Full Changelog

Changed

Fixed

Version bumps

v3.3.1 (2020-12-02)

Full Changelog

Fixed

Changed

  • Translate '/l10n/messages.pot' in 'fr' - #1606

Version bumps

v3.3.0 (2020-11-26)

Full Changelog

Added

Fixed

Changed

Version bumps

v3.2.0 (2020-11-09)

Full Changelog

Added

Fixed

  • Fix RichEditor rendering of unknown mention, undefined checks and fix default value init #1504 (skjnldsv)
  • Fix menu font for apps #1543 (GretaD)
  • Reverted "Also set Modal height/width to allow children to define their height/width and not only max-height/width" #1558 (skjnldsv)
  • Fix action text margin for long texts #1525 (st3iny)

Version bumps

  • Bump cypress config and split into two specs #1548 (skjnldsv)
  • Bump core-js from 3.6.5 to 3.7.0 #1557
  • Bump vue-styleguidist from 4.33.5 to 4.33.6 #1553
  • Bump css-loader from 3.6.0 to 5.0.1 #1537 #1552
  • Bump webpack-cli from 4.1.0 to 4.2.0 #1546
  • Bump jest from 26.6.1 to 26.6.3 #1541 #1545
  • Bump babel-jest from 26.6.2 to 26.6.3 #1544
  • Bump vue-loader from 15.9.4 to 15.9.5 #1536
  • Bump node-sass from 4.14.1 to 5.0.0 and sass-loader to 10.0.5 #1534
  • Translations updates

v2.9.0 (2020-11-09)

Full Changelog

Added

v0.13.1 (2020-11-06)

Full Changelog

Fixed

  • Add ability to choose popovermenu alignment in avatar component #1554

v3.1.2 (2020-11-02)

Full Changelog

Fixed

  • Use static emoji picker to solve performance issue with background CPU usage #1526 (PVince81)
  • Fix setting navigation item blur #1503 (ma12-co)
  • Translations update #1519

Version bumps

  • Bump @vue/test-utils from 1.1.0 to 1.1.1 #1530
  • Bump webpack-merge from 5.2.0 to 5.3.0 #1528
  • Bump emoji-mart-vue-fast from 7.0.6 to 7.0.7 #1527
  • Bump cypress from 5.4.0 to 5.5.0 #1523
  • Bump @nextcloud/axios from 1.4.0 to 1.5.0 #1522
  • Bump file-loader from 6.1.1 to 6.2.0 #1521
  • Bump vue-loader from 15.9.3 to 15.9.4 #1520

v2.8.2 (2020-11-02)

Full Changelog

Fixed

  • Use static emoji picker to solve performance issue with background CPU usage #1526 (PVince81)

v3.1.1 (2020-10-27)

Full Changelog

Fixed

  • Also set Modal height/width to allow children to define their height/width and not only max-height/width #1518 (skjnldsv)
  • Don't show navigation of settings modal by default #1509 (ma12-co)
  • Adapt to new vue2-datepicker format props #1517 (eneiluj)

v3.1.0 (2020-10-21)

Full Changelog

Fixed

v3.0.0 (2020-10-20)

Full Changelog

Fixed

v2.8.1 (2020-10-19)

Full Changelog

Fixed

v2.8.0 (2020-10-19)

Full Changelog

Added

Changed

  • Translations updates

Fixed

v2.7.0 (2020-10-08)

Full Changelog

Added

v2.6.9 (2020-10-07)

Full Changelog

Added

  • Add loading state on AppSidebar and remove unwanted slot bind #1429 (skjnldsv)

Fixed

v2.6.8 (2020-10-02)

Full Changelog

Fixed

v2.6.7 (2020-10-02)

Full Changelog

Fixed

  • Introduce a compact mode (default) for the user status on the avatar in case it is used without presenting the status information #1405 (juliushaertl)

v2.6.6 (2020-09-30)

Full Changelog

Fixed

v2.6.5 (2020-09-11)

Full Changelog

Fixed

v2.6.4 (2020-09-03)

Full Changelog

Fixed

  • Do not fetch user status if current user is a guest #1379 (danxuliu)
  • Fetch user status in avatar only if it is going to be shown #1380 (danxuliu)

v2.6.3 (2020-09-01)

Full Changelog

Fixed

v2.6.2 (2020-09-01)

Full Changelog

Fixed

Added

v2.6.1 (2020-08-27)

Full Changelog

Fixed bugs:

v2.6.0 (2020-08-21)

Full Changelog

Implemented enhancements:

Fixed bugs:

Older releases

See the Github Releases page for older changelog entries.