app-tutorial
app-tutorial copied to clipboard
chore(deps): Bump @nextcloud/vue from 7.4.0 to 8.23.1
Bumps @nextcloud/vue from 7.4.0 to 8.23.1.
Release notes
Sourced from @โnextcloud/vue's releases.
8.23.1
v8.23.1 (2025-02-13)
๐ Fixed bugs
v8.23.0
v8.23.0 (2025-02-13)
๐ Notes
The individual import path of components, composables, directives, and functions was changed. The type of import is (e.g.
components) is now lowercase and thedistwill be omitted. For example to import theNcButtoncomponent the path has changed:// Old import import NcButton from '@nextcloud/vue/dist/Components/NcButton.js' // New way to import import NcButton from '@nextcloud/vue/components/NcButton'The old import paths are still valid, but deprecated and will be removed in version 9.
#defaultslot for leading icon is now deprecated in componentsNcInputField,NcTextField,NcPasswordField. Use#iconslot instead.
NcActionRadiois now expecting String|Number inv-modeldirective (to compare with passedvalue) instead of Boolean. Consider it for migration.Some boolean props have been deprecated in favor of alternatives with default value
false. This allows to use shorthand notation on the template, as a prop with a default value offalsewill be set totrueif it is set (without any value) in the template, similar to native HTML boolean attributes. Following components have been adjusted:
Component Deprecated prop New alternative NcModalenableSwipedisableSwipeNcAppContentallowSwipeNavigationdisabledSwipe๐ Enhancements
- feat: Allow to import without
dist#6385 (susnux)- feat: Use boolean props with default value false #6452 (susnux)
- feat(Nc*Field): add
#iconslot for forward compatibility with v9,#defaultslot is deprecated #6399 (ShGKme)- fix(NcActionRadio): change
modelValueto behave like NcCheckboxRadioSwitch #6264 #6470 (Antreesy)๐ Fixed bugs
- fix(NcAction*): Fix RTL support for component #6507 (Antreesy)
- fix(NcActions): Remove on
mousemovelistener for auto focus elements #6475 (susnux)- fix(NcActionCheckbox): Fix padding in RTL mode #6354 (falghamdi125)
- fix(NcAppNavigation + NcUserBubble + NcRichContenteditable): RTL support #6455 (DorraJaouad)
- fix(NcAvatar): title not shown when component used without menu #6297 (Koc)
- fix(NcAvatar): user status and interactivity toggle button Bidi support #6407 (DorraJaouad)
... (truncated)
Changelog
Sourced from @โnextcloud/vue's changelog.
v8.23.1 (2025-02-13)
๐ Fixed bugs
v8.23.0 (2025-02-13)
๐ Notes
The individual import path of components, composables, directives, and functions was changed. The type of import is (e.g.
components) is now lowercase and thedistwill be omitted. For example to import theNcButtoncomponent the path has changed:// Old import import NcButton from '@nextcloud/vue/dist/Components/NcButton.js' // New way to import import NcButton from '@nextcloud/vue/components/NcButton'The old import paths are still valid, but deprecated and will be removed in version 9.
#defaultslot for leading icon is now deprecated in componentsNcInputField,NcTextField,NcPasswordField. Use#iconslot instead.
NcActionRadiois now expecting String|Number inv-modeldirective (to compare with passedvalue) instead of Boolean. Consider it for migration.Some boolean props have been deprecated in favor of alternatives with default value
false. This allows to use shorthand notation on the template, as a prop with a default value offalsewill be set totrueif it is set (without any value) in the template, similar to native HTML boolean attributes. Following components have been adjusted:
Component Deprecated prop New alternative NcModalenableSwipedisableSwipeNcAppContentallowSwipeNavigationdisabledSwipe๐ Enhancements
- feat: Allow to import without
dist#6385 (susnux)- feat: Use boolean props with default value false #6452 (susnux)
- feat(Nc*Field): add
#iconslot for forward compatibility with v9,#defaultslot is deprecated #6399 (ShGKme)- fix(NcActionRadio): change
modelValueto behave like NcCheckboxRadioSwitch #6264 #6470 (Antreesy)๐ Fixed bugs
- fix(NcAction*): Fix RTL support for component #6507 (Antreesy)
- fix(NcActions): Remove on
mousemovelistener for auto focus elements #6475 (susnux)- fix(NcActionCheckbox): Fix padding in RTL mode #6354 (falghamdi125)
- fix(NcAppNavigation + NcUserBubble + NcRichContenteditable): RTL support #6455 (DorraJaouad)
- fix(NcAvatar): title not shown when component used without menu #6297 (Koc)
- fix(NcAvatar): user status and interactivity toggle button Bidi support #6407 (DorraJaouad)
- fix(NcColorPicker): close popover on submit event #6336 (Antreesy)
... (truncated)
Commits
c974da9Merge pull request #6522 from nextcloud-libraries/chore/v8.23.1f401be5chore: prepare v8.23.1 released88abe8Merge pull request #6521 from nextcloud-libraries/backport/6517/master36228debuild: Adjust l10n plugin for new library versionc630730Merge pull request #6505 from nextcloud-libraries/chore/v8.23.06075391chore: prepare v8.23.0 release44eb9a9Merge pull request #6507 from nextcloud-libraries/fix/noid/stylelint0696745Merge pull request #6470 from nextcloud-libraries/fix/6264/action-radio-vmodel6c15905Merge pull request #6512 from nextcloud-libraries/fix/NcPopover--blurry-on-scale654f398Merge pull request #6372 from nextcloud-libraries/fix/NcRichContenteditable--...- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)