71 KiB
71 KiB
Changelog
All notable changes to this project will be documented in this file.
v6.0.0-alpha.0 (2022-07-27)
💥 Breaking Changes
- #2600 Migrate to floating-vue (@raimund-schluessler)
- #2867 Accessible EmptyContent component (@Pytal)
- #2630 show the action buttons on top of the modal always by default (@szaimen)
- #1946 Properly align appnavigationtoggle (@marcoambrosini)
- #2738 Move close button within modal boundaries (@marcoambrosini)
- #2720 Add icon slot to AppNavigationNew component (@raimund-schluessler)
- #2603 Comply with eslint for event name (@artonge)
- #2704 Put the children of AppNavigationItem outside of the main item (@raimund-schluessler)
🚀 Enhancements
- #2875 Adjust loading icon style, replace
fillColor
prop (@raimund-schluessler) - #2879 Turn the button into router-link when to is there (@raimund-schluessler)
- #2565 Improve SettingsInputText component (@quentinguidee)
- #2808 Add a11y utility (@Pytal)
- #2715 Augment keyboard accessibility of AppSidebar (@Pytal)
- #2757 Alternative style for CheckboxRadioSwitch (radio type) (@eneiluj)
- #2779 Keep text in
InputConfirmCancel
static (@raimund-schluessler) - #2776 Improve CheckboxRadioSwitch accessibility (@raimund-schluessler)
- #2727 Add material design loading icon (@raimund-schluessler)
- #2747 make the sidebare full-width on small screens (@szaimen)
- #2630 show the action buttons on top of the modal always by default (@szaimen)
- #2738 Move close button within modal boundaries (@marcoambrosini)
- #2577 Add ColorPicker feedback on selection (@quentinguidee)
- #2719 Add title section to settingsdialog (@marcoambrosini)
- #2718 Add actions slot to dashboard widget item (@raimund-schluessler)
- #2571 Use large border-radius in AppNavigation (@quentinguidee)
- #2713 Use large border-radius in Action Button (@GretaD)
- #2704 Put the children of AppNavigationItem outside of the main item (@raimund-schluessler)
- #2552 Make emojis selectable by tab (@skjnldsv)
- #2668 Merge Dashboard components into repository (@raimund-schluessler)
- #2654 add handle keyboard focus for accessibility (@vanpertsch)
- #2629 small cleanup of small modal size (@szaimen)
🐛 Fixed bugs
- #2878 Fix single action validation (@raimund-schluessler)
- #2877 Bring back AppNavigationToggle tooltip (@raimund-schluessler)
- #2895 Fix issues with Multiselect component (@nickvergessen)
- #2882 Fix box shadow colour of "tertiary-on-primary" button (@danxuliu)
- #2871 Add a button style for being used on primary like in the header (@nickvergessen)
- #2865 Make captions real headings for improved a11y (@nickvergessen)
- #2855 Fix invalid setting section IDs (@nickvergessen)
- #2695 Change Prev/next links to buttons (@vanpertsch)
- #2845 Add headline to sidebar sections to improve landmarks (@nickvergessen)
- #2846 Fix HTML validation of AppNavigationToggle (@nickvergessen)
- #2840 Fix invalid tabindex and role (@nickvergessen)
- #2841 Remove invalid test-attr (@nickvergessen)
- #2833 Fix vue material design icons HTML validation (@nickvergessen)
- #1946 Properly align appnavigationtoggle (@marcoambrosini)
- #2738 Move close button within modal boundaries (@marcoambrosini)
- #2576 Increase padding of ColorPicker (@quentinguidee)
- #2638 Fix lifecycle hook name in Avatar (@raimund-schluessler)
- #2628 Fix styleguide serve (@raimund-schluessler)
v5.3.1 (2022-04-08)
Fixed bugs
- Fix button disable state and reactivity #2622 (skjnldsv)
- Fix border radius for small progress bar #2618 (raimund-schluessler)
- Revert "Use large corner radius for the Popover component" #2611 (JuliaKirschenheuter)
- fix positioning of content text #2601 (szaimen)
- Fix EmptyContent svg size #2592 (skjnldsv)
- Fix visual issue of the settings tab in the documentation #2573 (quentinguidee)
- Don't give normal and large modals a fixed height #2610 (szaimen)
- Cleanup tooltip and popover CSS #2602 (raimund-schluessler)
- Ensure l10n check uses right node and npm version #2596 (raimund-schluessler)
- Action button vue class #2586 (CarlSchwan)
- Replace deprecated String.prototype.substr() #2579 (CommanderRoot)
- Only show actions if actions given for breadcrumbs #2559 (raimund-schluessler)
v5.3.0 (2022-03-31)
Fixed bugs
- Fix tertiary no background button color #2589 (marcoambrosini)
- Fix tertiary buttons hover feedback #2583 (marcoambrosini)
- Fix the ProgressBar display in the documentation #2564 (quentinguidee)
Closed pull requests
- Add tertiary buttons with background and make them the default #2585 (marcoambrosini)
- Update variables.css #2574 (skjnldsv)
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)
Enhancements
- Use large corner radius for the Popover component #2566 (quentinguidee)
- Inherit attrs and forward listeners in the emojipicker's popover #2563 (marcoambrosini)
- Add aria-description to AppNavigationItem #2548 (JuliaKirschenheuter)
Fixed bugs
- Fix secondary button with old style as temporary solution #2562 (nickvergessen)
- Pass in a boolean instead of a string in the 'wide' prop #2556 (marcoambrosini)
v5.1.1 (2022-03-16)
Fixed bugs
- Fix error spam of icon only buttons part2 #2547 (nickvergessen)
- Fix error spam from buttons #2540 (nickvergessen)
- 🐛
\#2529
: fix missing firstAction #2532 (vinicius73)
v5.1.0 (2022-02-28)
Enhancements
- Add button native type prop on <Button> #2516 (tcitworld)
- increase the small modal width #2496 (szaimen)
- Allow Breadcrumbs "to" prop to be an object #2491 (tcitworld)
Fixed bugs
- Change appearance of the slot "icon" at AppNavigationItem #2506 (JuliaKirschenheuter)
- Fix shrinking of last breadcrumb for narrow width #2492 (raimund-schluessler)
Closed pull requests
- fix: imports from emoji-mart-vue-fast #2521 (max-nextcloud)
v5.0.0 (2022-02-10)
Enhancements
- Implement showing global crumb actions #2444 (raimund-schluessler)
- Add option to always show actions #2419 (marcoambrosini)
- Move crumb Actions into hover background area #2416 (raimund-schluessler)
- Allow custom action menu icon for breadcrumb #2414 (raimund-schluessler)
- Use MD icon for hidden crumbs action button icons #2413 (raimund-schluessler)
- Adjust breadcrumb appearance #2411 (raimund-schluessler)
- Automatically use Nextcloud translated months, days and years #2397 (skjnldsv)
Fixed bugs
- AppNavigationItem.vue: updating of this.$slots #2483 (JuliaKirschenheuter)
- Fix md icon position for Actions with title #2435 (raimund-schluessler)
- Fix dragging onto hidden crumbs #2412 (raimund-schluessler)
Closed pull requests
- Limit avatar request sizes to 64 and 512 pixel #2486 (nickvergessen)
- Add aria label to the ActionInput component #2472 (JuliaKirschenheuter)
- Add variable for crumb class name #2450 (raimund-schluessler)
- Show menu title for single Action #2436 (raimund-schluessler)
- Set sidebar tab content height to be 100 percent #2431 (kiranparajuli589)
- Free closeOnSelect #2391 (jotoeri)
v4.3.0 (2021-12-01)
Fixed bugs
Closed pull requests
- Reduce size of status icons in Avatar component #2323 (CarlSchwan)
- Free closeOnSelect #2391 (jotoeri))
v4.2.0 (2021-09-28)
Enhancements
- Use material design icon for AppSidebar star #2265 (raimund-schluessler)
- Bump vue-material-design-icons from 4.12.1 to 4.13.0 #2269
- Allow material design icons for appnavigationitem #2276 (raimund-schluessler)
- Unify linkify usage, move to linkify-string #2281 (raimund-schluessler)
- Unify linkify usage, move to linkify-string #2281 (raimund-schluessler)## Fixed bugs
- Add outlined counter #2287 (marcoambrosini)
Fixed bugs
- Set material design icon size to 20 #2268 (raimund-schluessler)
- Fix missing icon #2297 (Pytal)
v4.1.1 (2021-09-16)
Enhancements
- Use material design icon for appsidebar close #2212 (raimund-schluessler)
- Use material design icon for settings icon #2213 (raimund-schluessler)
- Bump @nextcloud/calendar-js from 1.1.1 to 2.0.0 #2204
Fixed bugs
- Do not duplicate character in Highlight directive, only highlight first match occurence #2226 (raimund-schluessler)
- Disable actions when the only action is disabeld #2227 (raimund-schluessler)
- Make timestamp of unread msg not bold #2228 (raimund-schluessler)
- Fix empty user bubble #2241 (raimund-schluessler)
- Stop filtering Actions in $slots #2254 (skjnldsv)
- Don't rely on Vue.prototype.t and properly extract all strings #2231 (raimund-schluessler)
v4.1.0 (2021-08-23)
Enhancements
- Set default slideshowdelay to 5000 ms #2122 (szaimen)
- Optionally make the DatetimePicker timezone-aware #2100 (ChristophWurst)
- Fix videoplayer controls in viewer #2099 (szaimen)
- Add timezone picker #2095 (ChristophWurst)
Fixed bugs
- Check that userId is defined before querying #2159 (raimund-schluessler)
Closed pull requests
- Use new named slot syntax #2160 (raimund-schluessler)
- Add a hint about the tooltip directive #2151 (nickvergessen)
- Fix typo on registering the directive #2150 (nickvergessen)
- Simplify release process #2085 (skjnldsv)
v4.0.3 (2021-07-05)
Enhancements
- Fix ActionCaption layout #2043 (marcoambrosini)
Fixed bugs
Closed pull requests
- v4.0.2 #2041 (marcoambrosini)
v4.0.2 (2021-06-16)
Fixed bugs
- Safely check the global appName and handle its inexistence #2028 (ChristophWurst)
- Fix settings navigation layout #2033 (marcoambrosini)
v4.0.1 (2021-06-14)
Fixed bugs
Closed pull requests
- Fix settings navigation layout #2033 (marcoambrosini)
- Set AppNavigation examples' width to 300px #2030 (korelstar)
v4.0.0 (2021-06-04)
Breaking
- Remove deprecated legacy avatar user status #1945 (skjnldsv)
- Fix vue material icons #1816 (skjnldsv)
- Resizable columns #1759 (brueckner)
- Bump @nextcloud/browserslist-config from 1.0.0 to 2.1.0 #1786 (dependabot)
Enhancements
- Add CheckboxRadio component #1875 (skjnldsv)
- Add disabled state to RichContenteditable and clean not-working v-model #1894 (skjnldsv)
- Add loading state to CheckboxRadio #1889 (skjnldsv)
- Add proper opening/opened/closing/closed events & fix events docs #1914 (skjnldsv)
- Add slot for third line in listitem component #1888 (ma12-co)
- Allow material design icon in breadcrumb #1938 (raimund-schluessler)
- Allow material design icons in AppSidebarTab #1939 (raimund-schluessler)
- Create ActionCaption component #1739 (ma12-co)
- Create ListItem component #616 (ma12-co)
- Create ListItem component #616 (ma12-co)
- Fix alignment of md icons in single action #1886 (raimund-schluessler)
- Implement switch mode to CheckboxRadioSwitch #1890 (skjnldsv)
- Improve documentation sections #1883 (skjnldsv)
- Make avatar menu focusable with keyboard #1854 (PVince81)
- Replace AppNavigationCounter with CounterBubble #1895 (PVince81)
- Update appnavigationcaption #1863 (ma12-co)
- Wrap icon span in icon slot for ActionButton #1930 (raimund-schluessler)
Fixed bugs
- Add id prop to ListItemIcon to prevent v-binding to the Avatar #1833 (skjnldsv)
- Allow to append datepicker to body #1880 (raimund-schluessler)
- Check slots on updated hook #2015 (ma12-co)
- Correctly align md icon in ActionRouter component #1927 (raimund-schluessler)
- Fix Actions css #1834 (jotoeri)
- Fix appnavigationitem layout #1897 (ma12-co)
- Fix counter margin #1912 (ma12-co)
- Fix datepicker overflow when week numbers are shown #1917 (raimund-schluessler)
- Fix first and last action input padding #1967 (raimund-schluessler)
- Fix first-action icon class not showing when Actions icon-slot is def… #1879 (nickvergessen)
- Fix flex order of AppNavigationCaption #2024 (skjnldsv)
- Fix ListItemIcon listeners #1870 (skjnldsv)
- Fix md icon size in ActionInput #1966 (raimund-schluessler)
- Fix user bubble when username contains a space #1948 (artonge)
- Prevent overflow of action-link in Firefox #1934 (raimund-schluessler)
- Remove AppNavigationItem flex order for AppNavigationCaption #1911 (skjnldsv)
- Use ActionButton for AppNavigationToggle #1844 (raimund-schluessler)
v3.9.0 (2021-04-07)
Enhancements
Fixed bugs
- Make sure to pass all props and attributes to single-action Actions #1809 (skjnldsv)
- Ensure that crumbs to hide have correct class #1807 (raimund-schluessler)
- Fix compact sidebar subtitle not visible #1767 (raimund-schluessler)
Closed pull requests
v3.8.0 (2021-03-26)
Added
- Actions now forward the focus and blur events on trigger - #1757 (Vincent Petry)
Changed
- Updated translations - #1755 #1758 #1782 (transifex-integration[bot])
- Bump @babel/core from 7.13.8 to 7.13.10 - #1748 (dependabot[bot])
- Bump @babel/preset-env from 7.13.9 to 7.13.12 - #1747 #1778 (dependabot[bot])
- Bump css-loader from 5.1.1 to 5.2.0 - #1764 #1785 (dependabot[bot])
- Bump cypress from 6.6.0 to 6.8.0 - #1765 (dependabot[bot])
- Bump elliptic from 6.5.3 to 6.5.4 - #1747 (dependabot[bot])
- Bump string-length from 4.0.1 to 4.0.2 - #1766 (dependabot[bot])
- Bump v-tooltip from 2.1.2 to 2.1.3 - #1773 (dependabot[bot])
- Bump vue-styleguidist from 4.35.0 to 4.36.1 - #1772 (dependabot[bot])
Fixed
- Fix actions dropdown focus timing - #1761 (Vincent Petry)
- Update AppNavigationCounter styles - #1769 (ma12-co)
- Fix settings css - #1770 (jotoeri)
- Allow last crumb to shrink if all crumbs collapsed - #1771 (raimund-schluessler)
- Fix multiselect listitemicon docs - #1787 (skjnldsv)
v3.7.2 (2021-03-10)
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
- Bump debounce from 1.2.0 to 1.2.1 - #1754 (dependabot[bot])
- Bump stylelint from 13.11.0 to 13.12.0 - #1743 (dependabot[bot])
v3.7.0 (2021-03-03)
Added
- Allow to inject preloaded user statuses - #1433 (nickvergessen)
- Add a container property to popup components - #1734 (Vincent Petry)
Changed
- Bump vue-eslint-parser from 7.5.0 to 7.6.0 - #1737 (dependabot[bot])
- Bump pug from 3.0.0 to 3.0.2 - #1736 (dependabot[bot])
- Bump pug-code-gen from 3.0.1 to 3.0.2 - #1735 (dependabot[bot])
- Bump css-loader from 5.0.2 to 5.1.1 - #1731 (dependabot[bot])
- Bump cypress from 6.5.0 to 6.6.0 - #1730 (dependabot[bot])
- Bump @babel/preset-env from 7.13.8 to 7.13.9 - #1732 (dependabot[bot])
- Bump core-js from 3.9.0 to 3.9.1 - #1729 (dependabot[bot])
- Bump @babel/preset-env from 7.13.5 to 7.13.8 - #1728 (dependabot[bot])
- Bump @babel/core from 7.13.1 to 7.13.8 - #1727 (dependabot[bot])
v3.6.0 (2021-02-25)
Added
- Add disabled state to actions - #1724 (ma12-co)
- Add support for material design icons - #1714 (ma12-co)
Changed
- Bump @babel/core from 7.12.17 to 7.13.1 - #1721 (dependabot[bot])
- Bump @babel/preset-env from 7.12.17 to 7.13.5 - #1725 (dependabot[bot])
- Bump babel-loader-exclude-node-modules-except from 1.0.3 to 1.1.2 - #1702 (dependabot[bot])
- Bump core-js from 3.8.3 to 3.9.0 - #1717 (dependabot[bot])
- Bump cypress from 5.6.0 to 6.5.0 - #1712 (dependabot[bot])
- Bump eslint-plugin-promise from 4.2.1 to 4.3.1 - #1704 (dependabot[bot])
- Bump stylelint from 13.9.0 to 13.11.0 - #1719 (dependabot[bot])
- Bump vue2-datepicker from 3.8.2 to 3.9.0 - #1699 (dependabot[bot])
- Bump vue-eslint-parser from 7.4.1 to 7.5.0 - #1711 (dependabot[bot])
Fixed
- Use data of parent component in InputConfirmCanel subcomponent - #1697 (christianlupus)
v3.5.5 (2021-02-24)
Added
- Improve settings dialog layout #1708 (ma12-co)
- Make settings navigation list scrollable #1684 (ma12-co)
Fixed
- Make sure we can check the classList on the node #1723 (skjnldsv)
- Fix settings navigation layout #1713 (ma12-co)
- Update action hover feedback #1692 (ma12-co)
v3.5.4 (2021-01-27)
Fixed
- Revert workaround for popper glitch, fix regression - #1685 (Vincent Petry)
Added
- Translate '/l10n/messages.pot' in 'zh_HK' - #1682 (transifex-integration[bot])
Changed
- Bump cypress-visual-regression from 1.5.5 to 1.5.6 - #1620 (dependabot[bot])
- Bump webpack-cli from 4.3.1 to 4.4.0 - #1672 (dependabot[bot])
- Bump stylelint from 13.8.0 to 13.9.0 - #1673 (dependabot[bot])
- Bump vue-eslint-parser from 7.3.0 to 7.4.1 - #1676 (dependabot[bot])
- Bump vue-styleguidist from 4.34.2 to 4.35.0 - #1686 (dependabot[bot])
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
- Increase max width of action button - #1677 (Vincent Petry)
v3.5.1 (2021-01-20)
Fixed
- Fix longtext appearance for avatar popover menu - #1675 (Vincent Petry)
- Make the popover menu more easily addressable - #1674 (Vincent Petry)
v3.5.0 (2021-01-20)
Changed
- Avatar component now uses the popover component - #831 (ma12-co) (Vincent Petry)
- Bump core-js from 3.8.2 to 3.8.3 - #1671 (dependabot[bot])
v3.4.0 (2021-01-18)
Added
- Add multiselect type to ActionInput - #1250 (korelstar)
- Add link support to richcontenteditor and fix various issues - #1669 (John Molakvoæ)
- Allow ActionInput type=email - #1667 (tcitworld)
- Allow ActionInput type=color - #1662 (ChristophWurst)
Changed
- Bump axios from 0.21.0 to 0.21.1 - #1655 (dependabot[bot])
- Bump core-js from 3.8.1 to 3.8.2 - #1654 (dependabot[bot])
- Bump fontsource-roboto from 3.1.5 to 4.0.0 - #1648 (Julius Härtl)
- Bump @nextcloud/axios from 1.5.0 to 1.6.0 - #1657 (violoncello.ch)
- Bump sass-loader from 10.1.0 to 10.1.1 - #1663 (dependabot[bot])
- Bump v-tooltip from 2.0.3 to 2.1.0 - #1651 (violoncello.ch)
- Bump v-tooltip from 2.1.0 to 2.1.1 - #1653 (dependabot[bot])
- Bump v-tooltip from 2.1.1 to 2.1.2 - #1656 (dependabot[bot])
- Bump vue-color from 2.8.0 to 2.8.1 - #1649 (dependabot[bot])
- Bump vue-loader from 15.9.5 to 15.9.6 - #1642 (dependabot[bot])
- Bump webpack-cli from 4.2.0 to 4.3.0 - #1650 (dependabot[bot])
- Bump webpack-cli from 4.3.0 to 4.3.1 - #1652 (dependabot[bot])
- Bump webpack from 4.44.2 to 4.45.0 - #1661 (dependabot[bot])
- Bump webpack from 4.45.0 to 4.46.0 - #1664 (dependabot[bot])
- Bump webpack-merge from 5.7.0 to 5.7.2 - #1641 (dependabot[bot])
- Bump webpack-merge from 5.7.2 to 5.7.3 - #1646 (dependabot[bot])
- Translate '/l10n/messages.pot' in 'zh_TW' - #1659 (Julius Härtl)
- Translate '/l10n/messages.pot' in 'sv' - #1658 (Julius Härtl)
- Translate '/l10n/messages.pot' in 'eo' - #1644 (Julius Härtl)
- Translate '/l10n/messages.pot' in 'de' - #1643 (Julius Härtl)
Fixed
v3.3.2 (2020-12-16)
Changed
- Translate '/l10n/messages.pot' in 'nl' - #1621 (Julius Härtl)
- Translate '/l10n/messages.pot' in 'es' - #1630 (Julius Härtl)
Fixed
- Fix avatar menu click handler - #1639 (PVince81)
- Fix export of AppNavigationNewItem - #1638 (John Molakvoæ)
Version bumps
- Bump @babel/core from 7.12.9 to 7.12.10 - #1626 (dependabot[bot])
- Bump @babel/preset-env from 7.12.7 to 7.12.11 - #1627 #1640 (dependabot[bot])
- Bump core-js from 3.8.0 to 3.8.1 - #1623 (dependabot[bot])
- Bump fontsource-roboto from 3.0.3 to 3.1.5 - #1628 (dependabot[bot])
- Bump ini from 1.3.5 to 1.3.7 - #1631 (dependabot[bot])
- Bump vue2-datepicker from 3.8.1 to 3.8.2 - #1624 (dependabot[bot])
- Bump vue-color from 2.7.1 to 2.8.0 - #1635 (dependabot[bot])
- Bump vue-eslint-parser from 7.1.1 to 7.3.0 - #1619 #1636 (Julius Härtl)
- Bump vue-styleguidist from 4.34.1 to 4.34.2 - #1622 (dependabot[bot])
- Bump @vue/test-utils from 1.1.1 to 1.1.2 - #1637 (dependabot[bot])
- Bump webpack-merge from 5.4.0 to 5.7.0 - #1625 #1632 #1634 (dependabot[bot])
v3.3.1 (2020-12-02)
Fixed
- Quickfix for action button and material design icon - #1614 (Vincent Petry)
Changed
- Translate '/l10n/messages.pot' in 'fr' - #1606
Version bumps
- Bump vue-styleguidist from 4.34.0 to 4.34.1 - #1615 (dependabot[bot])
- Bump babel-loader from 8.2.1 to 8.2.2 - #1612 (dependabot[bot])
v3.3.0 (2020-11-26)
Added
- Add ListItemIcon component - #1578 (PVince81)
- Richcontenteditable: bind event listeners - #1592 (ma12-co)
- Add notes about styleguide command in README - #1596 (PVince81)
- AppNavigationItem improved editing mode and AppNavigationNewItem component - #1277 (JonathanTreffler)
Fixed
- Remove sidebar actions slot max height - #1566 (ma12-co)
- Fix contenteditable state at first load - #1584 (ma12-co)
- Fix rich-contenteditor default value init and small code cleanup - #1570 (skjnldsv)
- Fix action button text for long translations - #1576 (GretaD)
- Fix default multiselect height - #1579 (skjnldsv)
- Aria-expanded must be a false string, not absent - #1599 (PVince81)
- Set navigation role and aria label on app navigation - #1585 (PVince81)
- Remove semantics of h6 in user bubble - #1586 (PVince81)
- Fix labelledby in tab section - #1583 (PVince81)
- Do not check l10n comments - #1597 (skjnldsv)
- Disable avatar menu click event when menu disabled - #1587 (PVince81)
- Improve testability + small code changes of AppSideBarTabs - #1515 (LiquidITGuy)
- Proxy avatar to fixed image in the documentation - #1580 (skjnldsv)
- Fix sizing of modal container and app settings dialog - #1573 (PVince81)
Changed
- Translate '/l10n/messages.pot' in 'da' - #1575 (juliushaertl)
Version bumps
- Bump @babel/core from 7.12.3 to 7.12.9- #1594 #1602 (dependabot[bot])
- Bump babel-loader from 8.1.0 to 8.2.1 - #1565 (juliushaertl)
- Bump @babel/preset-env from 7.12.1 to 7.12.7 - #1595 (dependabot[bot])
- Bump core-js from 3.7.0 to 3.8.0 - #1608 (violoncello.ch)
- Bump cypress from 5.5.0 to 5.6.0 - #1562 (violoncello.ch)
- Bump cypress-visual-regression from 1.5.2 to 1.5.5 - #1588 (dependabot[bot])
- Bump eslint-plugin-standard from 4.0.2 to 4.1.0 - #1564 (violoncello.ch)
- Bump @nextcloud/dialogs from 3.0.0 to 3.1.1 - #1563 #1571 (violoncello.ch)
- Bump sass-loader from 10.0.5 to 10.1.0 - #1568 (violoncello.ch)
- Bump stylelint from 13.7.2 to 13.8.0 - #1577 (violoncello.ch)
- Bump vue2-datepicker from 3.7.0 to 3.8.1 - #1589 #1609 (PVince81)
- Bump vue-styleguidist from 4.33.6 to 4.33.7 - #1572 #1574 #1593 #1607 (dependabot[bot])
- Bump webpack-merge from 5.3.0 to 5.4.0 - #1569 (juliushaertl)
v3.2.0 (2020-11-09)
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)
Added
v0.13.1 (2020-11-06)
Fixed
- Add ability to choose popovermenu alignment in avatar component #1554
v3.1.2 (2020-11-02)
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)
Fixed
v3.1.1 (2020-10-27)
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)
Fixed
- Do not show letter if we have an icon and keep image ratio #1501 (skjnldsv)
- Allow an "extra" slot for the AppNavigationItem ##1493 (ChristophWurst)
- Fix avatar caching for non-user rendering #1491 (skjnldsv)
v3.0.0 (2020-10-20)
Fixed
v2.8.1 (2020-10-19)
Fixed
v2.8.0 (2020-10-19)
Added
- Add submit, multiline and maxlength support #1465 (skjnldsv)
- Cache hasAvatar info in sessionStorage to avoid flicker #1457 (PVince81)
- Adds information to README.md file how to use vue-devtools #1446 (StCyr)
- Add RichContenteditable component #1433 (skjnldsv)
- Snapshot test for usernameToColor function #1346 (juliushaertl)
- Add SettingsInputText compontents #650 (GretaD)
Changed
- Translations updates
Fixed
- Fix multiLine prop #1490 (skjnldsv)
- Fix autocomplete popup size and shadow #1481 (skjnldsv)
- Make mention inlined and ellipsised #1475 (skjnldsv)
- Fix npm run build by removing obsolete command #1456 (PVince81)
- Cleanup avatar fetching methods #1489 (skjnldsv)
- Fix padding of sidebar without secondary actions #1362 (raimund-schluessler)
v2.7.0 (2020-10-08)
Added
v2.6.9 (2020-10-07)
Added
Fixed
- Fix modal freeze #1432 (st3iny)
- Allow spaces in the name of a AppSidebarTab #1431 (juliushaertl)
v2.6.8 (2020-10-02)
Fixed
- Only use the icon on the avatar when there is one #1423 (nickvergessen)
v2.6.7 (2020-10-02)
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)
Fixed
- Listen to user status events to update the status on avatars #1405 (nickvergessen)
v2.6.5 (2020-09-11)
Fixed
- Allow to set popover container #1389 (Thanks to raimund-schluessler)
- Fix ActionInput label height #1361 (Thanks to tcitworld)
- Fix status on different active/hover states #1399
- Fix custom avatar handling in user bubble #1392
v2.6.4 (2020-09-03)
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)
Fixed
v2.6.2 (2020-09-01)
Fixed
- Disable spell checking for cypress #1363 (raimund-schluessler)
Added
- Cover more cases in AppSidebare visual test #1357 (raimund-schluessler)
- Remove unwanted files leftovers #1356 (skjnldsv)
- Feature/cypress visual regression #1355 (skjnldsv)
- Translate '/l10n/messages.pot' in 'is' #1354 (transifex-integration[bot])
v2.6.1 (2020-08-27)
Fixed bugs:
- Allow to toggle linkification by prop #1337 (raimund-schluessler)
- Fix sidebar layout in compact mode #1338 (raimund-schluessler)
- Update status icons #1341
- Do not fetch user-status if user prop does not represent a user #1348
- Allow to choose boundariesElement for actions popover #1351
v2.6.0 (2020-08-21)
Implemented enhancements:
- Allow to specify a custom action instead of the star #1310 (raimund-schluessler)
- Allow to toggle editable title by click #1288 (raimund-schluessler)
- Feature/641/use popover component for actions #832 (ma12-co)
Fixed bugs:
- Add
background-repeat:no-repeat
to icons #1330 (dk1a) - Fix tabs & lint #1303 (skjnldsv)
- Do not display offline
and invisible
as a status #1312 (georgehrke)
Older releases
See the Github Releases page for older changelog entries.