All notable changes to this project will be documented in this file.
v7.12.6 (2023-09-26)
- fix(NcEmojiPicker): Set type to
native
for selected emoji by @mejo- in #4579
v7.12.5 (2023-09-16)
- feat(NcRichContenteditable) - add different output appearance in examples by @Antreesy in #4505
- perf(NcEmojiPicker): decrease mounting time and memory by moving large constants initialization and storing out from instance's reactive data by @ShGKme in #4493
- fix(NcRichText): don't strip
<tag>
-like content when parsing markdown #4486 (Antreesy) - fix(NcRichContenteditable): make the default placeholder short #4408 (ShGKme)
v7.12.4 (2023-08-25)
- [stable7] fix(NcRichText) - don't populate a first newline to properly parse blockqoute tags by @Antreesy in #4471
v7.12.3 (2023-08-24)
- [stable7] try to fix header size on mobile by @szaimen in #4421
- [stable7] fix(NcListItem): remove empty wrapper for additional elements from DOM if not needed by @Antreesy in #4446
- [stable7] Prevent accessible name conflicts on action menu by @Pytal in #4450
- [stable7] fix(NcBreadcrumbs): adjust component for vue filepicker by @raimund-schluessler in #4452
- [stable7] fix: Rename name to title by @Pytal in #4455
- [stable7] fix(NcListItem): don't force blur action menu on tab by @Antreesy in #4459
- [stable7] fix(NcRichText): keep newlines in rendered Markdown by @Antreesy in #4462
v7.12.2 (2023-08-11)
- [stable7] NcRichContenteditable: fix IME support on Mac OSX by @ShGKme in #4322
- Set double outline to buttons in focus state by @JuliaKirschenheuter in #4319
- [stable7] fix(NcSettingsSelectGroup): Fix
this.getValueObject is not a function
by @susnux in #4331 - [stable7] fix(NcListItem) - define a single place for NcActions to render by @backportbot-nextcloud in #4363
- [stable7] enh(emoji-picker): allow unselecting set emoji by @max-nextcloud in #4383
v7.12.1 (2023-07-11)
- [stable7] fix(NcProviderList): Add padding around provider list #4202
- [stable7] fix(NcSelect): Hide clear and deselect when disabled #4216
- [stable7] fix(NcSelect): Styles on state change #4215
- [stable7] adjust border-radius of ncpopover #4240
- [stable7] fix progress-bar on chromium browsers #4239
- [stable7] fix(NcActionInput): Show trailing button even for empty input #4253
- [stable7] NcDatetimePicker: Make sure all l10n strings are extracted #4273
- [stable7] fix(NcModal): fix focus-trap fallback #4270 (skjnldsv)
- [stable7] Input Fields and RichContenteditable: add focus and select methods #4278
- [stable7] Add links to documentation for other versions #4279 (susnux)
- [stable7]
NcActionLink
- provide download attributes for single action button inNcAction
#42934293 - [stable7] Remove doubling proxied event handlers in
NcRichContenteditable
#4295 - [stable7] Fix/remove margin below message in widget item #4297 (JuliaKirschenheuter)
- [stable7] fix: NcIconSvgWrapper size #4313
v7.12.0 (2023-06-08)
- make navigation-collapsible always visible #4161 (szaimen)
- enh(NcActions): Navigation link actions #4160 (Pytal)
- Export dist a11y activation util #4167 (Pytal)
- feat: Add slot for description of
NcEmptyContent
#4170 (susnux)
- Fix alignment of nav contents #4148 (pulsejet)
- fix toggle overlapping other stuff #4149 (szaimen)
- Use
display: flex
in app-content-list on mobile as well #4192 (mejo-)
v7.11.6 (2023-05-16)
v7.11.5 (2023-05-15)
- fix(NcAppSidebarTabs): Fix rendering tabs with CSS icon in OCA.Files.Sidebar #4112 (ShGKme)
- fix(NcAppNavigationItem): Left panel dropdown improvement #4105 (Jerome-Herbinet)
- fix(NcSettingsSection): Add target blank and no ref info #4100 (Rello)
- fix: Use the color-primary-element* variables in components #4098 (szaimon)
v7.11.4 (2023-05-12)
- 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)
- 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)
v7.11.3 (2023-05-08)
- fix(NcAppSidebarTabs): Revert major UI change (moved to version 8.0.x) #4044 (skjnldsv)
- fix(NcRichContenteditable): Fix avatar overlayed with empty space whe… #4043 (nickvergessen)
v7.11.2 (2023-05-05)
- 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)
- fix(NcRichContenteditable): Also quote ids containing a slash #4031 (nickvergessen)
v7.11.0 (2023-05-03)
- feat(NcRichContenteditable): Allow to pass in an icon URL #3984 (nickvergessen)
- Properly style timezone select in NcDatetimePicker #4014 (raimund-schluessler)
- fix(NcAvatar): Use correct prop to track "open" aka. "shown" state #4009 (nickvergessen)
- feat(NcRichContenteditable): Support iconUrl on mention bubbles #4007 (nickvergessen)
- NcAppSidebarTabs: fix activating the tab being added #4004 (ShGKme)
- Disable wrap on overflow #3996 (Pytal)
- Adjust breadcrumb CSS to new html structure #4026 (raimund-schluessler)
- Add aria-hidden attr to the whole navigation depending on a sidebar state #4016 (JuliaKirschenheuter)
- Allow to override showTrailingButton from an NcAction #4010 (artonge)
- Use NcSelect in NcAppSidebar example #4003 (raimund-schluessler)
- Improve breadcrumbs accessibility #3990 (raimund-schluessler)
- Update CHANGELOG for 7.10.0 #3986 (Pytal)
v7.10.0 (2023-04-18)
- 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)
- Fix inverted validate label check in NcInputField #3980 (raimund-schluessler)
- fix(NcHeaderMenu): fix unnecessary filter invert #3974 (skjnldsv)
- Don't overwrite router-link href in NcBreadcrumb #3973 (raimund-schluessler)
- Split Bootstrap version reference in Tooltip .scss #3979 (danxuliu)
- Remove unused tooltip directive #3967 (raimund-schluessler)
- Add placeholder for heading inside of app content #3957 (JuliaKirschenheuter)
- Fix native open in a new tab in components with a custom router link #3954 (ShGKme)
v7.9.0 (2023-04-04)
- Add additionalTrapElements prop to settingsDialog #3947 (hamza221)
- enh(NcDatetimePicker): convert lang computed value to prop #3941 (st3iny)
- Add
aria-hidden
to icons of different components #3931 (JuliaKirschenheuter) - Add accessible search field to emoji picker #3900 (Pytal)
- 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)
- fix(NcRichContenteditable): Completely stop event propagation for keyup events #3937 (nickvergessen)
- fix(NcRichText): Match IP addresses as links #3935 (nickvergessen)
- fix(NcRichText): Fix NcRichText style #3932 (julien-nc)
v7.8.4 (2023-03-24)
- 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)
- 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)
- Fix missing NcVNodes import in NcListItem #3907 (julien-nc)
- Fix doubling attrs in
NcPopover
and improve docs #3876 (ShGKme)
- Add missing trailing comma #3898 (raimund-schluessler)
v7.8.1 (2023-03-15)
- feat(NcRichText): Support icon class for smart picker integrations #3882 (nickvergessen)
- Fix navigate handler call #3878 (raimund-schluessler)
- Fix select styles #3854 (Pytal)
- Call the link picker "smart picker" and translate more strings #3888 (julien-nc)
- Adjust excludeClickOutsideClasses type definition #3863 (raimund-schluessler)
- Remove unused parseUrl parameter #3862 (raimund-schluessler)
- Make NcLink non-functional #3861 (raimund-schluessler)
- Use single quotes in SCSS code #3860 (raimund-schluessler)
- Remove superfluous input close icon template #3859 (raimund-schluessler)
- Translate strings in
NcRich\*
components #3858 (raimund-schluessler) - Don't use deprecated v-deep #3857 (raimund-schluessler)
- Remove empty beforeDestroy block in
NcReferencePicker
#3856 (raimund-schluessler) - Add emits event sections for
NcRichText\*
components #3855 (raimund-schluessler) - Only transform necessary packages for jest #3849 (raimund-schluessler)
- Migrate from
router-link
'stag
prop tov-slot
#3775 (raimund-schluessler)
v7.8.0 (2023-03-02)
- Merge
@nextcloud/vue-richtext
into@nextcloud/vue
#3841 (raimund-schluessler)
v7.7.2 (2023-02-28)
- Fix circular dependency with
@nextcloud/vue-richtext
#3834 (julien-nc) - Fix
NcRichContenteditable
placeholder position #3832 (raimund-schluessler) - Don't fail if
NcButton
default slot contains not only text #3827 (raimund-schluessler) - Adjust
NcDateTimePickerNative
icon position #3826 (raimund-schluessler)
- Only hide search input in
NcSelect
if disabled and an element was selected #3833 (susnux) - Make
NcSelect
dropdown options rounded #3818 (Pytal) - Make
NcVNodes
component non-functional #3816 (raimund-schluessler) - Fix high contrast mode optimization #3756 (susnux)
v7.7.1 (2023-02-24)
- Unify datetimepicker opacity in NcActionInput #3814 (raimund-schluessler)
- Adjust
NcDatetimePicker
styling #3813 (raimund-schluessler) - Use
NcTextField
forNcActionInput
#3784 (raimund-schluessler)
v7.7.0 (2023-02-22)
- Allow to add class to native datepicker input #3806 (raimund-schluessler)
- NcAppNavigation - change toggle icon for opened sidebar #3800 (Antreesy)
- Use
NcSelect
forNcTimezonePicker
#3781 (raimund-schluessler) - Allow using v-show for
NcModal
, fix modal-wrapper transition #3769 (raimund-schluessler) - Add link picker in RichContentEditable with tribute #3708 (julien-nc)
- fix(NcSelect): Do not squash selected items with
no-wrap
set #3811 (susnux) - Allow value of type array for NcActionInput #3804 (raimund-schluessler)
- Fix prop type check for NcPopover setReturnFocus #3803 (raimund-schluessler)
- Show round corners for scrolling NcActions #3797 (raimund-schluessler)
- Make datetimepicker full width in NcActionInput #3796 (raimund-schluessler)
- Fix clipped background color for NcDatetimePicker #3794 (raimund-schluessler)
- Use
NcSelect
forNcActionInput
type multiselect #3760 (raimund-schluessler)
- Add missing trailing comma #3805 (raimund-schluessler)
- Use
NcTextField
forNcActionInput
#3784 (raimund-schluessler) NcSelect
: Selected options should not overflow the container #3759 (susnux)
v7.6.1 (2023-02-20)
- Fix hover for ActionInput datepicker native #3786 (raimund-schluessler)
- Fix focused select border color with top placement #3782 (Pytal)
- Fix NcButton router-link #3777 (raimund-schluessler)
- Fix nativeOn is only valid on components error, make rootElement computed #3771 (raimund-schluessler)
- Don't regard 1024px width viewport as mobile #3768 (mejo-)
- NcPopover: Fix
setReturnFocus
property #3761 (susnux) - fix: Add a webpackrule to resolve module js files in
node\_modules
#3754 (susnux)
- Show NcDateTimePickerNative in NcPickers section #3787 (raimund-schluessler)
- Add examples for more ActionInput types #3785 (raimund-schluessler)
- Migrate from deprecated
title
toname
prop in docs #3776 (raimund-schluessler) - Use component with :is #3774 (raimund-schluessler)
- Adjust emits option #3773 (raimund-schluessler)
- Add node-polyfill-webpack-plugin #3752 (GretaD)
v7.6.0 (2023-02-15)
- Fix tag search #3747 (Pytal)
- Fix throw when header menu contains no tabbable nodes #3733 (Pytal)
- Fix hidden select #3732 (Pytal)
- fix(package): export more components to main package #3729 (juliushaertl)
- Fix
NcButton
cursor style #3728 (raimund-schluessler) - Use proper default actions aria label in
NcListItem
#3714 (raimund-schluessler) - Fix dashboard padding with half-empty content view #3712 (nickvergessen)
- Fix setting trailingButtonLabel for PasswordField #3710 (raimund-schluessler)
- Fix NcAppNavigationItem hasUtils computed #3709 (raimund-schluessler)
- fix(ncselect): Fix styling if a custom theme is applied #3707 (susnux)
- Fix: update transition styles for NcButton #3697 (Antreesy)
- Fix keyboard navigation of modal slides #3690 (Pytal)
- Add aria-labels to colorpicker buttons #3680 (raimund-schluessler)
- Remove outdated and unused menu-align attributes #3749 (raimund-schluessler)
- Allow custom target names for the link target #3745 (susnux)
- Remove last usage of ´--color-primary-element-lighter` #3742 (susnux)
- Allow inline actions for appnavigationitem #3741 (marcoambrosini)
- Add missing space in NcMultiselect ternary expression #3739 (raimund-schluessler)
- Move NcButton to render function #3726 (raimund-schluessler)
- Simplify the render function of NcBreadcrumbs #3725 (raimund-schluessler)
- No background for
tertiary-no-background
NcActions
#3724 (raimund-schluessler) - Add missing trailing comma #3718 (raimund-schluessler)
- Add aria-labels to example buttons in docs #3713 (raimund-schluessler)
- Adjust style of NcSelect to match other input elements #3701 (susnux)
- Small cleanup of the NcActions docs #3700 (raimund-schluessler)
- chore(l10n): update l10n readme #3686 (skjnldsv)
- Replace custom toolip with native one on Avatar component #3678 (JuliaKirschenheuter)
v7.5.0 (2023-01-19)
- Set placement of select dropdown #3656 (Pytal)
- Breadcrumb: add exact prop and fix style #3654 (skjnldsv)
v7.4.0 (2023-01-11)
- Add NcIconSvgWrapper to public API #3630 (Pytal)
- feat(AppNavigationItem): Add href support #3612 (skjnldsv)
- Add
NcSavingIndicatorIcon
#3575 (susnux) - feat(AppNavigationItem): Allow native title attribute control #3617 (skjnldsv)
- Do not add aria-label when avatar is not interactive #3618 (Pytal)
- Fix action input styles #3614 (Pytal)
- fix(ProgressBar): Fix progress rounded corners #3613 (skjnldsv)
- fix(NcAppNavigationItem): Make sure that icon-collapse styles take precendense over NcButton styles #3608 (juliushaertl)
- Fix appNavigationItem collapse labels #3598 (skjnldsv)
- Adjust border thickness of NcRichContenteditable #3637 (Chartman123)
- Create
aria-label
for icon link #3597 (JuliaKirschenheuter)
v7.3.0 (2022-12-23)
- Add title prop to components for native tooltips #3569 (JuliaKirschenheuter)
- Allow accessible labels for NcActionInput #3517 (Pytal)
- Fix CheckboxHeight #3584 (jotoeri)
- Add more space for unread counter so its aligned with action menu #3572 (GretaD)
v7.2.0 (2022-12-09)
- 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)
- 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)
- Fix multiselect checkmark and plus icon #3513 (skjnldsv)
- Make gap in NcAppNavigation consistent in nested lists #3506 (juliushaertl)
- Fix value type for DateTimePickerNative #3491 (skjnldsv)
- Define global focus trap #3478 (skjnldsv)
- fix the size of the popper element #3445 (szaimen)
- fix sidebar scrolling for small displays #3444 (szaimen)
- Fix dark themed color picker and use button component #3411 (Pytal)
- Fix password_policy fallback handling #3408 (nickvergessen)
- Fix missing half-empty dashboard empty content view #3407 (nickvergessen)
- Fix DateTimePicker example and translation #3405 (skjnldsv)
- Fix outdated variables #3367 (jancborchardt)
- Comment placeholder wording fix #3454 (Jerome-Herbinet)
- Expand color picker width only when using advanced fields #3410 (Pytal)
- Fix empty content height in NcDashboardWidget in N in N in N #3372 (CarlSchwan)
v7.0.1 (2022-10-14)
- use @nextcloud/focus-trap instead of focus-trap #3347 (vinicius73)
v7.0.0 - 2022-10-12
- 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
- Please do careful testing of your user interface, especially in regards to the following components and scroll behaviour:
- Properties and slot names of NcEmptyContent changed. Also, everything outside a slot is ignored now
- Inside NcActions, only Vue components are considered as children
- 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
- Add advanced fields to color picker #3324 (@Pytal)
- Enables ESM Modules #3283 (@vinicius73)
- Add styleguide example for non-user avatar #3270 (ChristophWurst)
- Live refresh image and displayname based avatar on update #3266 (Pytal)
- Forward the autofocus attribute to input field component #3245 (kesselb)
- Allow 'search' as type prop for NcTextField #3190 (artonge)
- Add gap between nav entry #3235 (CarlSchwan)
- Fix for border-radius being too large for 3-line entries like in Mail #3136 (jancborchardt)
- Add related resources panel component #3081 (Pytal)
- Add a native datetime picker #3063 (JuliaKirschenheuter)
- Always show NcAppSettingsDialog title #3074 (raimund-schluessler)
- Also use menuOpen state in NcAppNavigationItem #3350 (@st3iny)
- Update cypress base snapshots after changes to server #3352 (@raimund-schluessler)
- Fix app content growing too wide #3329 (@st3iny)
- Fix SCSS to CSS variable assignment #3261 (@susnux)
- Fix non-user avatar on complex background #3272 (ChristophWurst)
- Fix initials color of new non-user avatars #3271 (ChristophWurst)
- Mark resource button styles as important to fix styles in some contexts #3259 (Pytal)
- Make app navigation settings pixel perfect-ish #3256 (ChristophWurst)
- Move the close button to the end of the content #3230 (marcoambrosini)
- Fix NcEmptyContent used inside NcModal #3253 (nickvergessen)
- Add proper margin to the counter #3250 (marcoambrosini)
- Fix avatar border color #3244 (nickvergessen)
- Fix single action detection #3212 (st3iny)
- Fix loading avatar status #3204 (CarlSchwan)
- Fix overwriting placeholder property in NcDatetimePicker #3202 (Chartman123)
- Fix scrolling in styleguide #3200 (marcoambrosini)
- Right-align nav item utils #3178 (ChristophWurst)
- Fix active and focus frame #3201 (CarlSchwan)
- Fix app navigation backdrop blur #3189 (ChristophWurst)
- AppNavigationItem actions visibility #3165 (raimund-schluessler)
- Spacing in app navigation and make the setting pill style #3158 (juliushaertl)
- Actions positioning #3157 (juliushaertl)
- .active state of app list items #3147 (ChristophWurst)
- Allow opting out of automatic NcModal remounting #3219 (Pytal)
- Fix multiselect background color spilling outside the component #3252 (ChristophWurst)
- Update design of related resources panel #3236 (Pytal)
- Fix a word puzzle in NcDashboardWidget component #3225 (CarlSchwan)
- Fix NcAppNavigationItem, pass correct boundaries-element NcActions #3197 (eneiluj)
- Limit max width of the settings #3192 (CarlSchwan)
- Fix the NcPopoverMenu component #3191 (CarlSchwan)
- fix comments border-radius #3175 (szaimen)
- [PoC] Use github source css for styleguide #3139 (skjnldsv)
- Use dark themed avatar on dark theme #3119 (CarlSchwan)
- Use events provided by floating-vue #3149 (raimund-schluessler)
- #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)
- #2980 Bump @nextcloud/eslint-config from 8.0.0 to 8.1.2 (@dependabot[bot])
#2911 Use render function in Actions component (@raimund-schluessler)No more breaking after #3006 in beta.2- #2929 Bump vue from 2.6.14 to 2.7.8 (@raimund-schluessler)
- #2923 Enforce setting section ids (@nickvergessen)
- #3058 Add Nc prefix to all components (raimund-schluessler)
- #3106 Fix emptyContent once more (jotoeri)
- #3090 Fix EmptyContent Reactivity (jotoeri)
- #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)
- #2911 Use render function in Actions component (@raimund-schluessler)
- #2998 Import tooltip directive only locally (@raimund-schluessler)
- #2983 Simplify webpack configuration (@raimund-schluessler)
- #2973 Allow to filter the available tags (@nickvergessen)
- #2868 Create TextField component (@marcoambrosini)
- #2856 Fix ListItem css & add compact mode (@jotoeri)
- #3060 Allow to render x items outside an Actions menu (skjnldsv)
- #3040 Allow ListItem components to link to external links (tcitworld)
- #3082 Allow more than text on EmptyContent description (jotoeri)
- #3078 Add ref to NcInputField in NcTextField (raimund-schluessler)
- #3056 📰 Update AppNavigationItem design (marcoambrosini)
- #3055 ListItem Design update (marcoambrosini)
- #3100 Improve multiselect (CarlSchwan)
- #3057 🥛 Make app navigation semi-transparent (GretaD)
- #3070 Make unread counter primary colour (GretaD)
- #3142 Make the app content list 300px min (ChristophWurst)
- #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)
- #2533 [MultiSelect] pass the #noResult slot to the underlying component (@eneiluj)
- #2999 Also export tooltip options (@raimund-schluessler)
- #2997 Fix regressions from floating-vue migration (@raimund-schluessler)
- #2991 Fix Actions styling in Breadcrumbs (@raimund-schluessler)
- #2984 Fix button import in modal example (@raimund-schluessler)
- #2981 Add aria-label to single action button (@raimund-schluessler)
- #2911 Use render function in Actions component (@raimund-schluessler)
- #2961 Fix focusing last action with page-down (@raimund-schluessler)
- #2946 Make sure modal ids are unique (@nickvergessen)
- #2883 Do not treat an avatar as a button if there is no menu (@danxuliu)
- #2929 Bump vue from 2.6.14 to 2.7.8 (@raimund-schluessler)
- #2938 Revert "Bump vue-styleguidist from 4.48.0 to 4.50.0" (@raimund-schluessler)
- #2912 Fix missing icon in actions custom icon slot (@raimund-schluessler)
- #2856 Fix ListItem css & add compact mode (@jotoeri)
- #2894 Add more explicit title to the sidebar close button (@juliushaertl)
- #3017 Fix icon-class, re-add default-icon support for Actions (@raimund-schluessler)
- #3006 Fix single button action icon attribute (@PVince81)
- #3059 Fix breadcrumbs dropdown icon alignment (raimund-schluessler)
- #3046 Add missing trailing comma (raimund-schluessler)
- #3035 Correctly overwrite app-settings modal style (raimund-schluessler)
- #3034 Implement empty content icon slot in DashboardWidget (raimund-schluessler)
- #3031 Fix reference to closed menu in "aria-controls" (danxuliu)
- #3030 Don't return focus after close-after-click (raimund-schluessler)
- #3023 Dismis focus trap when component gets destroyed (juliushaertl)
- #3022 Allow click outside for Popover focus trap (raimund-schluessler)
- #3021 Disable focus-trap for Popover by default (raimund-schluessler)
- #3020 Fix issues with focus trap on modal (juliushaertl)
- #3037
aria-expanded
was fixed for Multiselect.vue (JuliaKirschenheuter) - #3077 Make input field button style take precedence (raimund-schluessler)
- #3076 Fix NcAppNavigationItem docs (raimund-schluessler)
- #3075 Fix listitem tabbed navigation (marcoambrosini)
- #3074 Always show NcAppSettingsDialog title (raimund-schluessler)
- #3071 Fix link in docs to NcCounterBubble (raimund-schluessler)
- #3069 Only set target and rel attributes when href != '#' (tcitworld)
- #3065 Fix margin for Modal inline actions (skjnldsv)
- #2970 Fix InputField focus state (marcoambrosini)
- #3066 Fix Modal closing (skjnldsv)
- #3111 Ensure proper actions menu styling (raimund-schluessler)
- #3019 Add note about pre-releases to the readme (juliushaertl)
- #3089 Fix EmptyContent comments example in docs (Pytal)
- #3072 Remove debug log statement (st3iny)
- #3113 Add aria-modal to Modal dialog (PVince81)
- #3080 Fix contrast of next/prev modal buttons (Pytal)
- #3141 Simplify exports (Pytal)
- #3140 Improve text fields (CarlSchwan)
- #3137 Remove unused #counter template from ListItem docs (raimund-schluessler)
- #3135 Polish password field component (CarlSchwan)
- #3132 Add slot for dot indicator in NcListItem.vue (JuliaKirschenheuter)
- #3130 Add missing tab in NcModal CSS (raimund-schluessler)
- #3122 Use correct Nc components prefix everywhere (raimund-schluessler)
- #3112 Update variables.css from nextcloud server (vinicius73)
v5.3.1 (2022-04-08)
- 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)
- Fix tertiary no background button color #2589 (marcoambrosini)
- Fix tertiary buttons hover feedback #2583 (marcoambrosini)
- Fix the ProgressBar display in the documentation #2564 (quentinguidee)
- 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)
- 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)
- 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)
- 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)
- 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)
- Change appearance of the slot "icon" at AppNavigationItem #2506 (JuliaKirschenheuter)
- Fix shrinking of last breadcrumb for narrow width #2492 (raimund-schluessler)
- fix: imports from emoji-mart-vue-fast #2521 (max-nextcloud)
v5.0.0 (2022-02-10)
- 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)
- 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)
- 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)
- Reduce size of status icons in Avatar component #2323 (CarlSchwan)
- Free closeOnSelect #2391 (jotoeri))
v4.2.0 (2021-09-28)
- 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)
- Set material design icon size to 20 #2268 (raimund-schluessler)
- Fix missing icon #2297 (Pytal)
v4.1.1 (2021-09-16)
- 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
- 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)
- 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)
- Check that userId is defined before querying #2159 (raimund-schluessler)
- 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)
- Fix ActionCaption layout #2043 (marcoambrosini)
- v4.0.2 #2041 (marcoambrosini)
v4.0.2 (2021-06-16)
- Safely check the global appName and handle its inexistence #2028 (ChristophWurst)
- Fix settings navigation layout #2033 (marcoambrosini)
v4.0.1 (2021-06-14)
- Fix settings navigation layout #2033 (marcoambrosini)
- Set AppNavigation examples' width to 300px #2030 (korelstar)
v4.0.0 (2021-06-04)
- 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)
- 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)
- 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)
- 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)
v3.8.0 (2021-03-26)
- Actions now forward the focus and blur events on trigger - #1757 (Vincent Petry)
- 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])
- 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)
- 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)
- 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)
- Allow to inject preloaded user statuses - #1433 (nickvergessen)
- Add a container property to popup components - #1734 (Vincent Petry)
- 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)
- Add disabled state to actions - #1724 (ma12-co)
- Add support for material design icons - #1714 (ma12-co)
- 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])
- Use data of parent component in InputConfirmCanel subcomponent - #1697 (christianlupus)
v3.5.5 (2021-02-24)
- Improve settings dialog layout #1708 (ma12-co)
- Make settings navigation list scrollable #1684 (ma12-co)
- 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)
- Revert workaround for popper glitch, fix regression - #1685 (Vincent Petry)
- Translate '/l10n/messages.pot' in 'zh_HK' - #1682 (transifex-integration[bot])
- 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)
- Replace linkify-urls with linkifyjs to fix Safari incompatibility issues - #1678 (Vincent Petry)
v3.5.2 (2021-01-22)
- Increase max width of action button - #1677 (Vincent Petry)
v3.5.1 (2021-01-20)
- 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)
- 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)
- 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)
- 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)
v3.3.2 (2020-12-16)
- Translate '/l10n/messages.pot' in 'nl' - #1621 (Julius Härtl)
- Translate '/l10n/messages.pot' in 'es' - #1630 (Julius Härtl)
- Fix avatar menu click handler - #1639 (PVince81)
- Fix export of AppNavigationNewItem - #1638 (John Molakvoæ)
- 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.2.0 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)
- Quickfix for action button and material design icon - #1614 (Vincent Petry)
- Translate '/l10n/messages.pot' in 'fr' - #1606
- 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)
- 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)
- 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)
- Translate '/l10n/messages.pot' in 'da' - #1575 (juliushaertl)
- 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)
- 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)
- 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)
v0.13.1 (2020-11-06)
- Add ability to choose popovermenu alignment in avatar component #1554
v3.1.2 (2020-11-02)
- 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
- 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)
v3.1.1 (2020-10-27)
- 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)
- 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)
v2.8.1 (2020-10-19)
v2.8.0 (2020-10-19)
- 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)
- Translations updates
- 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)
v2.6.9 (2020-10-07)
- Fix modal freeze #1432 (st3iny)
- Allow spaces in the name of a AppSidebarTab #1431 (juliushaertl)
v2.6.8 (2020-10-02)
- Only use the icon on the avatar when there is one #1423 (nickvergessen)
v2.6.7 (2020-10-02)
- 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)
- Listen to user status events to update the status on avatars #1405 (nickvergessen)
v2.6.5 (2020-09-11)
- 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)
- 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)
v2.6.2 (2020-09-01)
- Disable spell checking for cypress #1363 (raimund-schluessler)
- 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)
- 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)
- 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)
- 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)
See the Github Releases page for older changelog entries.