Releases: nextcloud-libraries/nextcloud-vue
Releases · nextcloud-libraries/nextcloud-vue
v7.8.1
🐛 Fixed bugs
- feat(NcRichText): Support icon class for smart picker integrations #3882 (nickvergessen)
- Fix navigate handler call #3878 (raimund-schluessler)
- Fix select styles #3854 (Pytal)
Closed pull requests
- 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
Closed pull requests
- Merge
@nextcloud/vue-richtext
into@nextcloud/vue
#3841 (raimund-schluessler)
v7.7.2
🐛 Fixed bugs
- 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)
Closed pull requests
v7.7.1
🐛 Fixed bugs
Closed pull requests
- Unify datetimepicker opacity in NcActionInput #3814 (raimund-schluessler)
- Adjust
NcDatetimePicker
styling #3813 (raimund-schluessler) - Use
NcTextField
forNcActionInput
#3784 (raimund-schluessler)
v7.7.0
v7.7.0 (2023-02-22)
🚀 Enhancements
- 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)
🐛 Fixed bugs
- 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)
Closed pull requests
- 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
🚀 Enhancements
🐛 Fixed bugs
- 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)
Closed pull requests
- 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
v7.6.0 (2023-02-15)
🚀 Enhancements
🐛 Fixed bugs
- 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)
Closed pull requests
- 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
v7.4.0
v7.4.0 (2023-01-11)
🚀 Enhancements
- 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)
🐛 Fixed bugs
- 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)
Closed pull requests
v7.4.0-beta.1
Fixed v7.4.0-beta.0