forked from nextcloud-libraries/nextcloud-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Ionos dev v8.23.1 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Kostiantyn Miakshyn <[email protected]>
100% translated source file: 'l10n/messages.pot' on 'ru'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot' on 'uk'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot' on 'sr'.
…fix/6246/async-load-remark-gfm
Signed-off-by: Maksim Sukharev <[email protected]>
…translations_ef429a9836fb49eeb7494eb2c87d1dac Updates for project Nextcloud vue library
Bumps [@fontsource/roboto](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto) from 5.1.0 to 5.1.1. - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/roboto) --- updated-dependencies: - dependency-name: "@fontsource/roboto" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/npm_and_yarn/fontsource/roboto-5.1.1 chore(deps-dev): Bump @fontsource/roboto from 5.1.0 to 5.1.1
100% translated source file: 'l10n/messages.pot' on 'ko'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot' on 'ga'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot' on 'fr'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac Updates for project Nextcloud vue library
Signed-off-by: Grigorii K. Shartsev <[email protected]>
`after-show` was triggered before the end of init, including focusing on the elements using `focus-trap`. This broke `focus-trap` auto return focus when `NcPopover` content focused an element on `after-show`, making it the element to return focus to. Same for `after-hide`. Signed-off-by: Grigorii K. Shartsev <[email protected]>
100% translated source file: 'l10n/messages.pot' on 'pl'.
100% translated source file: 'l10n/messages.pot' on 'pl'.
100% translated source file: 'l10n/messages.pot' on 'pl'.
…translations_ef429a9836fb49eeb7494eb2c87d1dac Updates for project Nextcloud vue library
100% translated source file: 'l10n/messages.pot' on 'zh_HK'.
100% translated source file: 'l10n/messages.pot' on 'sv'.
100% translated source file: 'l10n/messages.pot' on 'sv'.
100% translated source file: 'l10n/messages.pot' on 'sv'.
100% translated source file: 'l10n/messages.pot' on 'sv'.
This reverts commit 49ce673. Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
…fix/6259/revert-async-gfm revert: import remark-gfm library in NcRichText as module, not async
…refactor/boolean-props-1 refactor: Use boolean props with default value false
…fix/NcEmojiPicker--return-focus fix(NcPopover): emit `after-show` after `focus-trap` init to correctly return focus when content set focus initially (e.g. `NcEmojiPicker`)
…fix/modal-mask fix(NcModal): Enforce opaque backdrop if needed
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Bumps [@nextcloud/vite-config](https://github.com/nextcloud/nextcloud-vite-config) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/nextcloud/nextcloud-vite-config/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/blob/v1.5.2/CHANGELOG.md) - [Commits](nextcloud-libraries/nextcloud-vite-config@v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: "@nextcloud/vite-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md) - [Commits](nextcloud-libraries/nextcloud-l10n@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/npm_and_yarn/nextcloud/vite-config-1.5.2
…dependabot/npm_and_yarn/nextcloud/l10n-3.2.0
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1. - [Commits](indutny/elliptic@v6.6.0...v6.6.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/npm_and_yarn/elliptic-6.6.1
…fix/NcRichContenteditable--remove-linkify fix(NcRichContenteditable): remove value linkify
…fix/NcPopover--blurry-on-scale fix(NcPopover): blurry content on scaled page in Chromium
…fix/6264/action-radio-vmodel fix(NcActionRadio): follow-up fixes, promote migration to v-model
…fix/noid/stylelint fix(NcAction*): complete BiDi support
Signed-off-by: Maksim Sukharev <[email protected]>
…chore/v8.23.0 chore: prepare v8.23.0 release
Signed-off-by: Ferdinand Thiessen <[email protected]>
…backport/6517/master [master] chore(deps): Bump @nextcloud/l10n from 3.1.0 to 3.2.0
Signed-off-by: Maksim Sukharev <[email protected]>
…chore/v8.23.1 chore: prepare v8.23.1 release
Update to v8.23.1
Signed-off-by: Kai Henseler <[email protected]>
printminion-co
approved these changes
Apr 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.