Bump @nextcloud/vue from 7.0.0-beta.3 to 7.0.1
Bumps @nextcloud/vue from 7.0.0-beta.3 to 7.0.1.
Release notes
Sourced from @nextcloud/vue's releases.
v7.0.1
v7.0.1 (2022-10-14)
:bug: Fixed bugs
- use
@nextcloud/focus-trapinstead of focus-trap #3347 (vinicius73):rocket: Enhancements
v7.0.0
:boom: Breaking changes
- 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
- Properties and slot names of NcEmptyContent changed. Also, everything outside a slot is ignored now
- Inside NcActions, only Vue components are considered as children
Migration guide
- 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
:rocket: Enhancements
- 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)
:bug: Fixed bugs
... (truncated)
Changelog
Sourced from @nextcloud/vue's changelog.
v7.0.1 (2022-10-14)
:bug: Fixed bugs
- use
@nextcloud/focus-trapinstead of focus-trap #3347 (vinicius73):rocket: Enhancements
v7.0.0 - 2022-10-12
:boom: Breaking changes
- 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
- Properties and slot names of NcEmptyContent changed. Also, everything outside a slot is ignored now
- Inside NcActions, only Vue components are considered as children
Migration guide
- 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
:rocket: Enhancements
- 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)
... (truncated)
Commits
6e4546dMerge pull request #3364 from nextcloud/release/7.0.10783d99Update CHANGELOG.mdd34b0c8Update CHANGELOG.mdf7a95c57.0.11e8f74aMerge pull request #3348 from nextcloud/fix/deep-warninge44924eUpdate@nextcloud/stylelint-configto 2.3.0 to allow:deeppseudo-class25ddef4Merge pull request #3357 from nextcloud/translations_l10n-messages-pot--maste...95e4beeMerge pull request #3362 from nextcloud/dependabot/npm_and_yarn/vue-template-...f8f392dBump vue-template-compiler from 2.7.12 to 2.7.137e3800dMerge pull request #3347 from nextcloud/feature/add-nc-focus-trap- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
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 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)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
@dependabot rebase
/compile /
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
Superseded by #1027.