Bumps @nextcloud/vue from 9.9.0 to 9.11.0.
Release notes
Sourced from @nextcloud/vue's releases.
v9.11.0
Full Changelog
🚀 Enhancements
🐛 Fixed bugs
- fix(NcActionInput): display arrow icon for submit #8884 (odzhychko)
- fix(NcActions) Listen on afterHide instead of non-existing afterClosed. #8870 (rotdrop)
- fix(NcSelect): align the multiple variant width with the single one #8893 (skjnldsv)
- fix(NcAppNavigationItem): backwards tabbing action selection #8821 ([GVodyanov)
v9.10.0
Full Changelog
🚀 Enhancements
🐛 Fixed bugs
- fix(actions): top-align icons with multi-line action labels #8730 (jancborchardt)
- fix(NcAppNavigationToggle): Use more common left panel toggle icon #8746 (kra-mo)
- fix(NcAppNavigationItem): close mobile navigation on router-link click #8732 (jancborchardt)
- fix(NcDateTimePicker): use translated words in dates formatted with a format string #8644 (odzhychko)
- fix(NcAppNavigationItem): tabbing on editable items #8212 (GVodyanov)
- fix: generating avatar with unusual display name #8792 (madbob)
- fix(NcDateTimePicker): handle text input for default formatting #8657 (odzhychko)
- fix(NcAppNavigation, NcAppSidebar): More graceful animations #8691 (kra-mo)
- fix(NcDateTimePicker): avoid rerendering picker on locale change #8836 (odzhychko)
- fix(useFormatDateTime): properly handle invalid dates #8852 (susnux)
- fix(NcProgressBar): properly assign attributes #8851 (susnux)
- fix(NcSelect): truncate long selected labels without overflowing the input #8829 (Koc)
- fix(NcCheckboxRadioSwitch): expose switch type with role=switch #8747 (skjnldsv)
Other Changes
- chore: make prerelease script reusable, ignore bots #8731 (Antreesy)
- test(NcDateTimePicker): shrink number of locales for the snapshot test case #8825 (odzhychko)
Changelog
Sourced from @nextcloud/vue's changelog.
Full Changelog
🚀 Enhancements
🐛 Fixed bugs
- fix(NcActionInput): display arrow icon for submit #8884 (odzhychko)
- fix(NcActions) Listen on afterHide instead of non-existing afterClosed. #8870 (rotdrop)
- fix(NcSelect): align the multiple variant width with the single one #8893 (skjnldsv)
- fix(NcAppNavigationItem): backwards tabbing action selection #8821 ([GVodyanov)
Full Changelog
🚀 Enhancements
🐛 Fixed bugs
- fix(actions): top-align icons with multi-line action labels #8730 (jancborchardt)
- fix(NcAppNavigationToggle): Use more common left panel toggle icon #8746 (kra-mo)
- fix(NcAppNavigationItem): close mobile navigation on router-link click #8732 (jancborchardt)
- fix(NcDateTimePicker): use translated words in dates formatted with a format string #8644 (odzhychko)
- fix(NcAppNavigationItem): tabbing on editable items #8212 (GVodyanov)
- fix: generating avatar with unusual display name #8792 (madbob)
- fix(NcDateTimePicker): handle text input for default formatting #8657 (odzhychko)
- fix(NcAppNavigation, NcAppSidebar): More graceful animations #8691 (kra-mo)
- fix(NcDateTimePicker): avoid rerendering picker on locale change #8836 (odzhychko)
- fix(useFormatDateTime): properly handle invalid dates #8852 (susnux)
- fix(NcProgressBar): properly assign attributes #8851 (susnux)
- fix(NcSelect): truncate long selected labels without overflowing the input #8829 (Koc)
- fix(NcCheckboxRadioSwitch): expose switch type with role=switch #8747 (skjnldsv)
Other Changes
- chore: make prerelease script reusable, ignore bots #8731 (Antreesy)
- test(NcDateTimePicker): shrink number of locales for the snapshot test case #8825 (odzhychko)
Commits
0771c4e Merge pull request #8895 from nextcloud-libraries/chore/v9-11
5ad44d6 fix: changelox syntax
009ab49 Merge pull request #8821 from nextcloud-libraries/fix/backwards-tabbing-navig...
93b6e3c chore: prepare v9.11.0
8209959 Merge pull request #8893 from nextcloud-libraries/fix/ncselect-multiple-width
2f9cff0 Merge pull request #8787 from nextcloud-libraries/feat/ncselect-helper-text
9f187b7 fix: css variable usage
8055bce fix(NcSelect): align the multiple variant width with the single one
f9bb060 Merge pull request #8892 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
42f321c Merge pull request #8891 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
- Additional commits viewable in compare view
Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @nextcloud/vue from 9.9.0 to 9.11.0.
Release notes
Sourced from @nextcloud/vue's releases.
Changelog
Sourced from @nextcloud/vue's changelog.
Commits
0771c4eMerge pull request #8895 from nextcloud-libraries/chore/v9-115ad44d6fix: changelox syntax009ab49Merge pull request #8821 from nextcloud-libraries/fix/backwards-tabbing-navig...93b6e3cchore: prepare v9.11.08209959Merge pull request #8893 from nextcloud-libraries/fix/ncselect-multiple-width2f9cff0Merge pull request #8787 from nextcloud-libraries/feat/ncselect-helper-text9f187b7fix: css variable usage8055bcefix(NcSelect): align the multiple variant width with the single onef9bb060Merge pull request #8892 from nextcloud-libraries/dependabot/npm_and_yarn/esl...42f321cMerge pull request #8891 from nextcloud-libraries/dependabot/npm_and_yarn/typ...Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)