nextcloud-vue/CHANGELOG.md

230 KiB
Исходник Постоянная ссылка Ответственный История

Changelog

v8.19.0 (2024-09-16)

Full Changelog

🚀 Enhancements

  • feat(NcModal): make dark header configurable #6083 [mejo-](https://github.com/mejo-)
  • feat(NcActions): Emit closed event only when the actions are fully closed #6065 [susnux](https://github.com/susnux)

🐛 Fixed bugs

  • fix(NcAppNavigationItem): align utils with actions and other components #6054 [GVodyanov](https://github.com/GVodyanov)
  • fix(NcAvatar): add a fallback for missing CSS variable #6090 [Antreesy](https://github.com/Antreesy)
  • fix(NcColorPicker): style advanced fields as NcInputField #6097 [Antreesy](https://github.com/Antreesy)

Changed

  • Updated workflows and dependencies

v8.18.0 (2024-09-12)

Full Changelog

🚀 Enhancements

  • feat(NcDialogButton): Allow to return false from callback to keep dialog open #6005 [susnux](https://github.com/susnux)
  • feat(NcHeaderButton): Add a button-only alternative for the header menu #6048 [susnux](https://github.com/susnux)

🐛 Fixed bugs

  • fix(NcActions): Pressing Escape should always close the actions #6037 [susnux](https://github.com/susnux)
  • fix(NcListItem): make the max width in oneline mode apply only to the content name #6039 [GVodyanov](https://github.com/GVodyanov)
  • fix(NcHeaderMenu): Ensure trigger button has the same width as a wrapper #6047 [susnux](https://github.com/susnux)
  • fix(NcCheckboxRadioSwitch): switch may have incorrect checked-like background #6055 [Antreesy](https://github.com/Antreesy)
  • fix(NcEmojiPicker): adjust hover effects to the new design #6056 [Antreesy](https://github.com/Antreesy)

Changed

  • Updated workflows and dependencies
  • Updated translations

v8.17.1 (2024-08-30)

Full Changelog

🐛 Fixed bugs

  • fix(NcAppNavigation): keep border only on mobile #6008 [ShGKme](https://github.com/ShGKme)
  • fix(NcRichText): discard reference widgets on text update #6011 [Antreesy](https://github.com/Antreesy)
  • fix(NcCheckBoxRadioSwitch): do not toggle on a click on a link inside #6013 [DorraJaouad](https://github.com/DorraJaouad)
  • fix: Adjust time intervals for relative time #6017 [susnux](https://github.com/susnux)
  • fix(NcHeaderMenu): Remove padding from popover menu #6026 [susnux](https://github.com/susnux)
  • fix(useHotKey): respect press of MacOS Cmd key as Ctrl key #6021 [Antreesy](https://github.com/Antreesy)

v8.17.0 (2024-08-21)

Full Changelog

🚀 Enhancements

  • feat(NcButton): Allow to specify target attribute for buttons with href #5938 [mejo-](https://github.com/mejo-)
  • feat(NcDialog): Allow to make the dialog a form #5932 [susnux](https://github.com/susnux)
  • feat(NcListItem): allow to control the display of a three dot menu #5980 [DorraJaouad](https://github.com/DorraJaouad)
  • feat(NcCounterBubble): add count prop for humanized count display #5863 [ShGKme](https://github.com/ShGKme)
  • feat(useHotKey): add composable for keyboard shortcuts #5899 [Antreesy](https://github.com/Antreesy)

🐛 Fixed bugs

  • fix(NcActions): Role menu needs a label assigned so label by trigger #5933 [susnux](https://github.com/susnux)
  • fix(NcListItem): Adjust icon color when the list item is active #5936 [susnux](https://github.com/susnux)
  • fix(NcCounterBubble): make it perfectly aligned circle #5948 [ShGKme](https://github.com/ShGKme)
  • fix(NcAvatar): extend variable size of status icons #5959 [Antreesy](https://github.com/Antreesy)
  • fix(NcActions): NcActionCheckbox and NcActionRadio icon alignment #5958 [GretaD](https://github.com/GretaD)
  • fix(NcCheckboxRadioSwitch): adjust to new border radius #5974 [ShGKme](https://github.com/ShGKme)
  • fix: use --header-height instead of 50px constant #5973 [ShGKme](https://github.com/ShGKme)
  • fix(NcAppSettingsDialog): Adjust navigation entries to match Nextcloud 30 design #5963 [susnux](https://github.com/susnux)
  • fix(NcAppNavigationCaption): make name ellipsize #5982 [GVodyanov](https://github.com/GVodyanov)
  • fix(NcAppNavigation): add border-right #5953 [marcoambrosini](https://github.com/marcoambrosini)
  • fix(NcRichText): modify MENTION_START regex to work on older MobileSafari versions #5976 [arthurlockman](https://github.com/arthurlockman)
  • fix(NcCounterBubble): increase size #5985 [ShGKme](https://github.com/ShGKme)
  • fix(NcRichContenteditable): adjust to new design #5992 [ShGKme](https://github.com/ShGKme)

Changed

  • chore(docs): specify more Nextcloud versions in styleguidist #5930 [ShGKme](https://github.com/ShGKme)
  • refactor(NcModal): get rid of unneeded calc() #5984 [ShGKme](https://github.com/ShGKme)
  • Updated translations

v8.16.0 (2024-08-05)

Full Changelog

🚀 Enhancements

  • feat(NcNoteCard): Add text prop to pass the content of the note card #5894 [susnux](https://github.com/susnux)
  • feat(NcPasswordField): Add as-text prop to remove autocomplete #5896 [ShGKme](https://github.com/ShGKme)
  • feat(NcListItem): Provide additional slots for NcActions / extra actions customization #5870 [Antreesy](https://github.com/Antreesy)
  • feat(NcUserBubble): Add RouterLink support #5708 #5917 [Antreesy](https://github.com/Antreesy)

🐛 Fixed bugs

  • fix(NcSelect): Ensure that component height is the same as input element #5883 [susnux](https://github.com/susnux)
  • fix(style): Adjust elements styles to unit-less line-height #5889 [ShGKme](https://github.com/ShGKme)
  • fix(NcSettingsSection): Remove default h2 margin-top #5897 [ShGKme](https://github.com/ShGKme)
  • fix(NcCounterButton): Adjust min-width to make it a right circle #5905 [ShGKme](https://github.com/ShGKme)
  • fix(NcDashboardWidgetItem): Fix alignment of dashboard list items #5914 [juliushaertl](https://github.com/juliushaertl)
  • fix(NcNoteCard): Adjust padding and margin #5893 [susnux](https://github.com/susnux)
  • fix(NcAvatar): Make button element round as the avatar #5898 #5916 [Antreesy](https://github.com/Antreesy))

Changed

  • Updated translations

v8.15.1 (2024-07-29)

Full Changelog

🐛 Fixed bugs

  • fix(NcListItem): Make paddings smaller again on Nextcloud 30 #5879 [susnux](https://github.com/susnux)
  • fix(NcChip): Ensure chips without icon do not reserve empty space for icon #5859 [susnux](https://github.com/susnux)
  • fix: alignment of listitem name for one line layout #5853 [GretaD](https://github.com/GretaD)
  • NcActionCheckbox: align with NcActionText #5839 [GVodyanov](https://github.com/GVodyanov)
  • NcSelect: make same height and color as NcTextField #5829 [GVodyanov](https://github.com/GVodyanov)
  • fix(NcSelect): increase avatar size to show subname #5865 [luka-nextcloud](https://github.com/luka-nextcloud)
  • NcListItem: remove max width #5830 [GVodyanov](https://github.com/GVodyanov)

Changed

  • fix(NcAppNavigation): update docs example with NcAppNavigationSearch component #5857 [Antreesy](https://github.com/Antreesy)
  • Updated translations

v8.15.0 (2024-07-22)

Full Changelog

🚀 Enhancements

  • feat(NcAppNavigation): Provide consistent in-app search #5831 [susnux](https://github.com/susnux)
  • feat(NcRichText): Call public reference API when unauthenticated #5800 [mejo-](https://github.com/mejo-)

🐛 Fixed bugs

  • fix(NcAppNavigationItem): Fix popper boundary element #5632 [ChristophWurst](https://github.com/ChristophWurst)
  • Use correct date in header #5793 [AndyScherzinger](https://github.com/AndyScherzinger)
  • fix(NcAppNavigationSettings): border radius of toggle button #5765 [st3iny](https://github.com/st3iny)
  • fix(NcAppNavigationCaption): properly align with NcAppNavigationItem #5804 [GVodyanov](https://github.com/GVodyanov)
  • fix(NcActions): Use full window height #5806 [susnux](https://github.com/susnux)\ [\#5842](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5842) \([Antreesy](https://github.com/Antreesy)
  • style(NcAppNavigationCaption): remove margin-bottom #5815 [GVodyanov](https://github.com/GVodyanov)
  • docs: Fix NcAppNavigationCaption examples #5820 [susnux](https://github.com/susnux)
  • fix(NcInputField): Make helper text aligned and maxcontrast color #5822 [susnux](https://github.com/susnux)
  • fix(NcInputField): Make focus visible on trailing button look better #5823 [susnux](https://github.com/susnux)
  • fix(NcInputField): Make sure label and placeholder is not jumping #5821 [susnux](https://github.com/susnux)
  • fix(NcListItem): Anchor height was set not to content but random area #5780 [susnux](https://github.com/susnux)
  • fix(NcListItem): do not render counter on falsy values #5834 [Antreesy](https://github.com/Antreesy)
  • NcAppSettingsSection: make titles normal h3 size #5819 [GVodyanov](https://github.com/GVodyanov)
  • fix(NcAppSidebar): manage focus only after transition has finished #5833 [ShGKme](https://github.com/ShGKme)
  • fix(NcColorPicker): Make the color circle size depend on clickable area #5816 [ChristophWurst](https://github.com/ChristophWurst)
  • fix(NcAppContent): splitpane splitter styles with dark theme #5843 [mejo-](https://github.com/mejo-)
  • fix(NcModal): temporary deactivate focus-traps on modal open #5783 [Antreesy](https://github.com/Antreesy)
  • fix(NcAppNavigationSearch): Fix focus button when clearing search #5850 [susnux](https://github.com/susnux)

Other Changes

  • Updated translations
  • Migrate REUSE to TOML #5791 [AndyScherzinger](https://github.com/AndyScherzinger)
  • Add reuse status badge #5794 [AndyScherzinger](https://github.com/AndyScherzinger)
  • chore(docs): remove SPDX header from component docs #5810 [ShGKme](https://github.com/ShGKme)
  • fix(NcAppNavigationSettings): use tertiary styling for the toggle button #5814 [st3iny](https://github.com/st3iny)

New Contributors

  • @GVodyanov made their first contribution in #5819

v8.14.0 (2024-07-04)

Full Changelog

🚀 Enhancements

  • feat(NcAppSidebar): force show navigation for a single tab #5740 [Antreesy](https://github.com/Antreesy)
  • feat(NcButton): Add size prop to allow setting the button size to small, normal, large #5767 [susnux](https://github.com/susnux)
  • feat: migrate NcCollectionList component from nextcloud-vue-collections #5757 [Antreesy](https://github.com/Antreesy)
  • fix(NcDialog): Ensure the dialog is correctly labelled by its name #5771 [susnux](https://github.com/susnux)

🐛 Fixed bugs

  • fix: Migrate SCSS $clickable-area to CSS --default-clickable-area #5694 [marcoambrosini](https://github.com/marcoambrosini)
  • fix(NcMentionBubble): hide selectable mention id from widescreens #5753 [Antreesy](https://github.com/Antreesy)
  • style(NcHeaderMenu): pass text-on-background color for header menu #5747 [Antreesy](https://github.com/Antreesy)
  • Fix input field label alignment #5766 [marcoambrosini](https://github.com/marcoambrosini)
  • fix(NcRichContentEditable): remove overlapping placeholder with tribute trigger #5749 [DorraJaouad](https://github.com/DorraJaouad)
  • fix(NcReferenceWidget): pass elements to intersection observer #5754 [DorraJaouad](https://github.com/DorraJaouad)
  • fix(NcCheckboxRadioSwitch): only bind aria attributes to the input #5777 [skjnldsv](https://github.com/skjnldsv)

Changed

  • Updated translations

v8.13.0 (2024-06-20)

Full Changelog

🚀 Enhancements

  • feat(NcDialogButton): Allow to pass disabled prop #5679 [susnux](https://github.com/susnux)
  • feat(NcRichContenteditable): programmatically show tributes #5674 [DorraJaouad](https://github.com/DorraJaouad)
  • feat: Add NcChip component #5686 [susnux](https://github.com/susnux)
  • feat(NcAppSidebar): add toggleAttrs prop to pass attributes on the toggle button #5695 [ShGKme](https://github.com/ShGKme)
  • feat(NcAppSidebar): add noToggle prop to hide the built-in toggle button #5702 [ShGKme](https://github.com/ShGKme)

🐛 Fixed bugs

  • fix(NcAppSidebar): remove hidden navigation toggle from focus trap #5613 [ShGKme](https://github.com/ShGKme)
  • fix(NcAppSidebar): make closing animation less glitchy #5608 [ShGKme](https://github.com/ShGKme)
  • Update temporary border radius variable #5639 [marcoambrosini](https://github.com/marcoambrosini)
  • fix: Adjust license in package.json #5612 [susnux](https://github.com/susnux)
  • Use variables for input border width #5563 [marcoambrosini](https://github.com/marcoambrosini)
  • fix: re-export NcEllipsisedOption and NcInputField in root export #5666 [ShGKme](https://github.com/ShGKme)
  • fix(NcVNodes): add re-export in root export and add docs #5664 [ShGKme](https://github.com/ShGKme)
  • fix(richText): do not handle relative links without leading slash as router links #5703 [ShGKme](https://github.com/ShGKme)
  • fix(NcModal): Adjust modal header name and actions #5656 [susnux](https://github.com/susnux)
  • fix(NcAppSidebar): apply toggle offset transition only on sidebar transition #5720 [ShGKme](https://github.com/ShGKme)
  • fix(NcAppSidebar): make sidebar a single node again to allow v-show, classes and attributes #5627 [ShGKme](https://github.com/ShGKme)
  • fix: Make sidebar buttons pixel perfect #3518 [CarlSchwan](https://github.com/CarlSchwan)

Changed

  • Reduce border radius of components #5483 [marcoambrosini](https://github.com/marcoambrosini)
  • refactor: Drop unused files from source #5645 [susnux](https://github.com/susnux)
  • refactor: Fix linter issues on test case files #5646 [susnux](https://github.com/susnux)
  • chore(CHANGELOG): correct 8.12.0 #5618 [ShGKme](https://github.com/ShGKme)
  • chore: Update CI workflow files from template #5647 [susnux](https://github.com/susnux)
  • chore(NcEllipsisedOption): add docs #5663 [ShGKme](https://github.com/ShGKme)
  • chore(functions): add docs #5669 [ShGKme](https://github.com/ShGKme)
  • chore: Add SPDX headers and REUSE CI workflow #5650 [susnux](https://github.com/susnux)
  • fix(REUSE): add SPDX header to a new file #5709 [Antreesy](https://github.com/Antreesy)
  • chore(directives): add docs #5665 [ShGKme](https://github.com/ShGKme)
  • chore(NcUserStatusIcon): remove warn if status is not set #5715 [ShGKme](https://github.com/ShGKme)
  • Update translations

v8.12.0 (2024-05-13)

Full Changelog

🚀 Enhancements

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

🐛 Fixed bugs

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

Other Changes

  • Updates for project Nextcloud vue library #5562 [transifex-integration](https://github.com/transifex-integration)
  • fix: update timezone data and automate future updates #5572 [st3iny](https://github.com/st3iny)
  • Updates for project Nextcloud vue library #5578 [transifex-integration](https://github.com/transifex-integration)
  • fix(NcIconSvgWrapper): Fix icon size variable being undefined #5597 [susnux](https://github.com/susnux)
  • feat(NcAppSidebar): add CSS variables for toggle button offset #5599 [ShGKme](https://github.com/ShGKme)

v8.11.3 (2024-05-07)

Full Changelog

What's Changed

🐛 Fixed bugs

Other Changes

v8.11.2 (2024-04-10)

Full Changelog

What's Changed

🐛 Fixed bugs

Other Changes

New Contributors

v8.11.1 (2024-03-21)

Full Changelog

What's Changed

🐛 Fixed bugs

Other Changes

New Contributors

v8.11.0 (2024-03-15)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Other Changes

New Contributors

v8.10.0 (2024-03-11)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Other Changes

v8.9.1 (2024-03-06)

Full Changelog

🐛 Fixed bugs

v8.9.0 (2024-03-06)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Other Changes

v8.8.1 (2024-02-29)

Full Changelog

🐛 Fixed bugs

v8.8.0 (2024-02-29)

Full Changelog

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

v8.7.1 (2024-02-21)

Full Changelog

What's Changed

🐛 Fixed bugs

v8.7.0 (2024-02-20)

Full Changelog

What's Changed

🚀 Enhancements

🐛 Fixed bugs

v8.6.2 (2024-02-07)

Full Changelog

📝 Notes

🐛 Fixed bugs

Other Changes

v8.6.1 (2024-02-01)

Full Changelog

🐛 Fixed bugs

  • fix(NcAppNavigationNewItem): bring back correct CSS class #5194 [raimund-schluessler](https://github.com/raimund-schluessler)
  • revert: fix(NcActions): use new slots api #5196 [ShGKme](https://github.com/ShGKme)

Other Changes

  • Updated translations
  • fix(CI): Adjust npm-publish to work with GPR #5183 [susnux](https://github.com/susnux)
  • chore(CHANGELOG): Add missing entry for 8.6.0 release #5192 [susnux](https://github.com/susnux)

v8.6.0 (2024-01-30)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Other Changes

v8.5.1 (2024-01-24)

Full Changelog

🐛 Fixed bugs

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

Other Changes

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

v8.5.0 (2024-01-23)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Other Changes

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

🐛 Fixed bugs

Other Changes

v8.3.0 (2023-11-30)

Full Changelog

🚀 Enhancements

  • feat(NcInputField): add optional pill form appearance to the component #4876 [Antreesy](https://github.com/Antreesy)

🐛 Fixed bugs

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

Other Changes

  • chore(lint): use valid JSDoc for literal type union #4989 [ShGKme](https://github.com/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

Other Changes

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.