-
Notifications
You must be signed in to change notification settings - Fork 85
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
[next] chore(master): merge master
into next
#5124
Conversation
…n colors Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
If the type is set to number and a number is passed as value also emit a number instead of a string. Co-authored-by: Grigorii K. Shartsev <[email protected]> Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
…pport-numeric-value enh(NcInputField): Support numeric values - if numeric also emit numeric
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from `fa79b40` to `84bc123`. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Commits](nextcloud-libraries/webpack-vue-config@fa79b40...84bc123) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…yarn/nextcloud/webpack-vue-config-84bc123
Signed-off-by: Raimund Schlüßler <[email protected]>
…progress feat(NcProgressBar): add circular progress bar
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Raimund Schlüßler <[email protected]>
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
100% translated source file: 'l10n/messages.pot' on 'es'.
…9836fb49eeb7494eb2c87d1dac Updates for project Nextcloud vue library
Signed-off-by: julia.kirschenheuter <[email protected]>
…accessible-opacity Remove inaccessible opacity from SettingsSection
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
…ithub-markdown feat(`NcRichText`) add support of GFM (extended markdown)
Signed-off-by: Christopher Ng <[email protected]>
Signed-off-by: Christopher Ng <[email protected]>
chore(release): v8.5.0
100% translated source file: 'l10n/messages.pot' on 'cs_CZ'.
…9836fb49eeb7494eb2c87d1dac
100% translated source file: 'l10n/messages.pot' on 'tr'.
…9836fb49eeb7494eb2c87d1dac Updates for project Nextcloud vue library
5ae106a
to
3b391e9
Compare
Ah, I had a prepared backport at my laptop for you 🙈 |
// Vue 2.7 renders three non-breaking spaces here for some reason | ||
expect(item).have.text(' ' + testCases[index].output) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Vue 2.7 renders three non-breaking spaces here for some reason | |
expect(item).have.text(' ' + testCases[index].output) | |
expect(item).have.text(testCases[index].output) |
This test fails for me at least locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, should be contains
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, the test seems to run fine on CI, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to run fine, as we see it. But I believe, Grigorii's proposal should fit here better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also have this issue on master locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also have this issue on master locally.
Thanks for taking care of it on master
☑️ Resolves
master
intonext
.This was one hell of a backport 🙈 But I think I got everything working. And it also fixes the search box of
NcEmojiPicker
that currently does not work fornext
.After this is merged, I want an alpha release of
nextcloud/[email protected]
😉