Skip to content
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 #4947

Merged
merged 131 commits into from
Dec 18, 2023

Commits on Nov 23, 2023

  1. feat(NcInputField): add optional pill form appearance to the component

    Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
    Antreesy committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5943b7d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Translate l10n/messages.pot in uk

    100% translated source file: 'l10n/messages.pot'
    on 'uk'.
    transifex-integration[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7ebc0fc View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge pull request #4876 from nextcloud-libraries/fix/7850/add-input-…

    …pill-form
    
    feat(NcInputField): add optional pill form appearance to the component
    marcoambrosini authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dcbfec1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4879 from nextcloud-libraries/translations_ef429a…

    …9836fb49eeb7494eb2c87d1dac
    
    Updates for project Nextcloud vue library
    susnux authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d4bcd4c View commit details
    Browse the repository at this point in the history
  3. fix(NcCheckboxRadioSwitch): visually hidden input position

    Otherwise it is not actually positioned on the label and moved away in scrollable container.
    It also may scroll the container on click.
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8269af2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4882 from nextcloud-libraries/fix/checkbox-radio-…

    …switch--hidden-input-position
    
    fix(NcCheckboxRadioSwitch): visually hidden input position
    Pytal authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8c16c4b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix(NcDialog): Add slighly more padding on the bottom and fix example…

    … button order
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5b44909 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4881 from nextcloud-libraries/fix/ncdialog-example

    fix(NcDialog): Add slighly more padding on the bottom and fix example button order
    susnux authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    415f697 View commit details
    Browse the repository at this point in the history
  3. fix(docs): Remove internal components from styleguide

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ac099f7 View commit details
    Browse the repository at this point in the history
  4. fix(NcAppNavigationItem): Add slot documentation

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f27c85a View commit details
    Browse the repository at this point in the history
  5. fix(NcAppNavigationCaption): Make color main-text for accessibility

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c2763e2 View commit details
    Browse the repository at this point in the history
  6. chore(lint): use valid JSDoc for literal type union

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3ac2dd5 View commit details
    Browse the repository at this point in the history
  7. fix(NcActions): typo in aria-haspopup

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    10cbecc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4883 from nextcloud-libraries/fix/nc-app-navigati…

    …on-docs
    
    docs(NcAppNavigation): Add docs for slots and remove private components from styleguide
    Pytal authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d1dc8bc View commit details
    Browse the repository at this point in the history
  9. fix(NcAppNavigation): replace v-tooltip with native title

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    66392b2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4888 from nextcloud-libraries/fix/nc-app-navigati…

    …on--remove-v-tooltip
    
    fix(NcAppNavigation): replace custom `v-tooltip` with native `title`
    Pytal authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d9d3e74 View commit details
    Browse the repository at this point in the history
  11. fix(NcColorPicker): correct aria-label

    `aria-label` should be set directly on the element being labelled.
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    79e6885 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4885 from nextcloud-libraries/fix/app-navigation-…

    …caption-color
    
    fix(NcAppNavigationCaption): Make color `main-text` for accessibility
    susnux authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ea6ba30 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. chore(assets): Update styling from server

    Signed-off-by: GitHub <noreply@github.com>
    nextcloud-command authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a8295fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4889 from nextcloud-libraries/fix/nc-color-picker…

    …--correct-aria-label
    
    fix(NcColorPicker): correct aria-label
    susnux authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    40a84dc View commit details
    Browse the repository at this point in the history
  3. Translate l10n/messages.pot in it

    100% translated source file: 'l10n/messages.pot'
    on 'it'.
    transifex-integration[bot] authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4cfe8dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4891 from nextcloud-libraries/automated/noid/serv…

    …er-styling-update
    
    Automated styling update from server
    ShGKme authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    26eec37 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4895 from nextcloud-libraries/translations_ef429a…

    …9836fb49eeb7494eb2c87d1dac
    
    Updates for project Nextcloud vue library
    ShGKme authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1008221 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4887 from nextcloud-libraries/fix/nc-actions--typ…

    …o-in-aria-haspopup
    
    fix(NcActions): typo in aria-haspopup
    susnux authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    dae6dd9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4886 from nextcloud-libraries/chore/lint

    chore(lint): use valid JSDoc for literal type union
    susnux authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    81641b3 View commit details
    Browse the repository at this point in the history
  8. fix(NcDialog): Increase specificity for modal-content selector

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bb54cd2 View commit details
    Browse the repository at this point in the history
  9. chore: Prepare new release 8.3.0

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bea531b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4898 from nextcloud-libraries/chore/prepare-release

    chore: Prepare new release 8.3.0
    susnux authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    eee1bb8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4897 from nextcloud-libraries/fix/modal-styles

    fix(NcDialog): Increase specificity for modal-content selector
    ShGKme authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5cc6c04 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. enh: Add a full labelled color palette to be used as the default for …

    …the color picker
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8d1b3ff View commit details
    Browse the repository at this point in the history
  2. enh(NcCheckboxRadioSwitch): Allow to set aria-label - useful if no …

    …text is shown
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    85bb472 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4903 from nextcloud-libraries/enh/allow-aria-labe…

    …l-on-checkbox
    
    enh(NcCheckboxRadioSwitch): Allow to set `aria-label`
    Pytal authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8a2c612 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. enh(NcRichContenteditable): Add optional visual label for content edi…

    …table
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    9dcd33b View commit details
    Browse the repository at this point in the history
  2. fix(tests): Adjust tests for new wrapper element of contenteditable

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    9c8bb46 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore(deps-dev): Bump @nextcloud/webpack-vue-config

    Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from `c554803` to `0401371`.
    - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases)
    - [Commits](nextcloud-libraries/webpack-vue-config@c554803...0401371)
    
    ---
    updated-dependencies:
    - dependency-name: "@nextcloud/webpack-vue-config"
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    61f75b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4908 from nextcloud-libraries/dependabot/npm_and_…

    …yarn/nextcloud/webpack-vue-config-0401371
    
    chore(deps-dev): Bump @nextcloud/webpack-vue-config from `c554803` to `0401371`
    ShGKme authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    144f404 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4907 from nextcloud-libraries/enh/add-visual-labe…

    …l-for-contenteditable
    
    enh(NcRichContenteditable): Add optional visual label for content editable
    susnux authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b01bcef View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. enh(NcBreadcrumbs): Allow setting aria-label on nav

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b141cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e8408e View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump @vueuse/core from 10.6.1 to 10.7.0

    Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 10.6.1 to 10.7.0.
    - [Release notes](https://github.com/vueuse/vueuse/releases)
    - [Commits](https://github.com/vueuse/vueuse/commits/v10.7.0/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@vueuse/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8793b1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5734f8d View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump @vueuse/components from 10.6.1 to 10.7.0

    Bumps [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components) from 10.6.1 to 10.7.0.
    - [Release notes](https://github.com/vueuse/vueuse/releases)
    - [Commits](https://github.com/vueuse/vueuse/commits/v10.7.0/packages/components)
    
    ---
    updated-dependencies:
    - dependency-name: "@vueuse/components"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4db7174 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4915 from nextcloud-libraries/dependabot/npm_and_…

    …yarn/vueuse/components-10.7.0
    dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dcf6299 View commit details
    Browse the repository at this point in the history
  7. Make modal mask dark if some icons are shown outside

    Signed-off-by: Simon L <szaimen@e.mail.de>
    szaimen committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5bf6426 View commit details
    Browse the repository at this point in the history
  8. feat(useIsMobile): add small mobile breakpoint

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    caec415 View commit details
    Browse the repository at this point in the history
  9. perf(useIsMobile): use passive listener

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    efb5bb4 View commit details
    Browse the repository at this point in the history
  10. chore(deps-dev): Bump vite from 4.5.0 to 4.5.1

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    048942e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb8a36d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. chore(deps-dev): Bump cypress from 13.6.0 to 13.6.1

    Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.0 to 13.6.1.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
    - [Commits](cypress-io/cypress@v13.6.0...v13.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: cypress
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e8344b2 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump @types/jest from 29.5.10 to 29.5.11

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.10 to 29.5.11.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4b969d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1973c89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64a723f View commit details
    Browse the repository at this point in the history
  5. Prevent NcBreadcrumb from automatically inheriting attributes

    Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
    JuliaKirschenheuter committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7e7cd68 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4918 from nextcloud-libraries/fix/41895-fix-bread…

    …crumb-navigation
    
    Prevent NcBreadcrumb from automatically inheriting attributes
    JuliaKirschenheuter authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8008811 View commit details
    Browse the repository at this point in the history
  7. fix(NcAvatar): Increase contrast of avatar status icon

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal authored and susnux committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2a0e505 View commit details
    Browse the repository at this point in the history
  8. fix(NcAutoCompleteResult): Increase contrast of user status icons

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal authored and susnux committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    77607b4 View commit details
    Browse the repository at this point in the history
  9. chore: Extract translations

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    aeadb60 View commit details
    Browse the repository at this point in the history
  10. fix: Adjust jest config to work with raw queries

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b93aeaa View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4912 from nextcloud-libraries/fix/a11y/avatar-sta…

    …tus-icons
    
    fix(NcAvatar): Increase contrast of avatar status icon
    susnux authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    86bfe29 View commit details
    Browse the repository at this point in the history
  12. Add target prop for NcListItem

    The component user should have full control over what tab
     they want the link to open in, if any.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    abeeef2 View commit details
    Browse the repository at this point in the history
  13. Translate l10n/messages.pot in de_DE

    100% translated source file: 'l10n/messages.pot'
    on 'de_DE'.
    transifex-integration[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    edf8ed4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c899f87 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4923 from nextcloud-libraries/respect-target-attr…

    …ibute-nclistitem
    
    Add target prop for NcListItem
    Fenn-CS authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b344e19 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #4925 from nextcloud-libraries/translations_ef429a…

    …9836fb49eeb7494eb2c87d1dac
    
    Updates for project Nextcloud vue library
    susnux authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    32c5a2c View commit details
    Browse the repository at this point in the history
  17. Translate l10n/messages.pot in cs_CZ

    100% translated source file: 'l10n/messages.pot'
    on 'cs_CZ'.
    transifex-integration[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2f79fcf View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4927 from nextcloud-libraries/translations_ef429a…

    …9836fb49eeb7494eb2c87d1dac
    
    Updates for project Nextcloud vue library
    ShGKme authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8b879ce View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. enh(NcDialog): Label dialog nav

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1be420f View commit details
    Browse the repository at this point in the history
  2. chore(assets): Update styling from server

    Signed-off-by: GitHub <noreply@github.com>
    nextcloud-command authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c6086c1 View commit details
    Browse the repository at this point in the history
  3. fix(utils/UserStatus): typo in "invisible" translation key

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b1c3934 View commit details
    Browse the repository at this point in the history
  4. adjust comment

    Signed-off-by: Simon L <szaimen@e.mail.de>
    szaimen committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c4e33d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebc1e52 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4931 from nextcloud-libraries/fix/user-status-tra…

    …nslation-typo
    
    fix(utils/UserStatus): typo in "invisible" translation key
    st3iny authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0bf2674 View commit details
    Browse the repository at this point in the history
  7. fix(NcAppNavigationSettings): remove incorrect aria-label

    This button has a label already from its text content.
    It should not have a different `aria-label`.
    "Open" action is covered by `aria-expanded`.
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7294a5b View commit details
    Browse the repository at this point in the history
  8. Translate l10n/messages.pot in ar

    100% translated source file: 'l10n/messages.pot'
    on 'ar'.
    transifex-integration[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cc1096d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4928 from nextcloud-libraries/enh/a11y/dialog-nav

    enh(NcDialog): Label dialog nav
    Pytal authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    42503f7 View commit details
    Browse the repository at this point in the history
  10. Translate l10n/messages.pot in de_DE

    100% translated source file: 'l10n/messages.pot'
    on 'de_DE'.
    transifex-integration[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e7aada8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4933 from nextcloud-libraries/translations_ef429a…

    …9836fb49eeb7494eb2c87d1dac
    
    Updates for project Nextcloud vue library
    ShGKme authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    09925ce View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4932 from nextcloud-libraries/fix/app-navigation-…

    …settings--correct-label
    
    fix(NcAppNavigationSettings): remove incorrect aria-label
    ShGKme authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6e6e490 View commit details
    Browse the repository at this point in the history
  13. Translate l10n/messages.pot in ar

    100% translated source file: 'l10n/messages.pot'
    on 'ar'.
    transifex-integration[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8178128 View commit details
    Browse the repository at this point in the history
  14. Translate l10n/messages.pot in de_DE

    100% translated source file: 'l10n/messages.pot'
    on 'de_DE'.
    transifex-integration[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1c9dc69 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e0222b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #4929 from nextcloud-libraries/automated/noid/serv…

    …er-styling-update
    
    Automated styling update from server
    ShGKme authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    efb3b9d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Translate l10n/messages.pot in gl

    100% translated source file: 'l10n/messages.pot'
    on 'gl'.
    transifex-integration[bot] authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f31c789 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4938 from nextcloud-libraries/translations_ef429a…

    …9836fb49eeb7494eb2c87d1dac
    
    Updates for project Nextcloud vue library
    ShGKme authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ca4664d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4902 from nextcloud-libraries/enh/full-labelled-c…

    …olors
    
    enh: Add a full labelled color palette to be used as the default for the color picker
    susnux authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7e67d12 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Translate l10n/messages.pot in gl

    100% translated source file: 'l10n/messages.pot'
    on 'gl'.
    transifex-integration[bot] authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a720aae View commit details
    Browse the repository at this point in the history
  2. Translate l10n/messages.pot in ar

    100% translated source file: 'l10n/messages.pot'
    on 'ar'.
    transifex-integration[bot] authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    287690e View commit details
    Browse the repository at this point in the history
  3. Translate l10n/messages.pot in ar

    100% translated source file: 'l10n/messages.pot'
    on 'ar'.
    transifex-integration[bot] authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    d6e6146 View commit details
    Browse the repository at this point in the history
  4. Translate l10n/messages.pot in ar

    100% translated source file: 'l10n/messages.pot'
    on 'ar'.
    transifex-integration[bot] authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f31e154 View commit details
    Browse the repository at this point in the history
  5. Translate l10n/messages.pot in ar

    100% translated source file: 'l10n/messages.pot'
    on 'ar'.
    transifex-integration[bot] authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f9dd403 View commit details
    Browse the repository at this point in the history
  6. Translate l10n/messages.pot in ar

    100% translated source file: 'l10n/messages.pot'
    on 'ar'.
    transifex-integration[bot] authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    c392df2 View commit details
    Browse the repository at this point in the history
  7. Translate l10n/messages.pot in ar

    100% translated source file: 'l10n/messages.pot'
    on 'ar'.
    transifex-integration[bot] authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    5f8140c View commit details
    Browse the repository at this point in the history
  8. Translate l10n/messages.pot in de_DE

    100% translated source file: 'l10n/messages.pot'
    on 'de_DE'.
    transifex-integration[bot] authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    4a88458 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4940 from nextcloud-libraries/translations_ef429a…

    …9836fb49eeb7494eb2c87d1dac
    
    Updates for project Nextcloud vue library
    ShGKme authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    7d14a73 View commit details
    Browse the repository at this point in the history
  10. Translate l10n/messages.pot in tr

    100% translated source file: 'l10n/messages.pot'
    on 'tr'.
    transifex-integration[bot] authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    34f9418 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4942 from nextcloud-libraries/translations_ef429a…

    …9836fb49eeb7494eb2c87d1dac
    
    Updates for project Nextcloud vue library
    ShGKme authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    9d0c6bf View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. chore(deps-dev): Bump @nextcloud/webpack-vue-config

    Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from `0401371` to `9f1f8c7`.
    - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases)
    - [Commits](nextcloud-libraries/webpack-vue-config@0401371...9f1f8c7)
    
    ---
    updated-dependencies:
    - dependency-name: "@nextcloud/webpack-vue-config"
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    11baa4b View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump ts-node from 10.9.1 to 10.9.2

    Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2.
    - [Release notes](https://github.com/TypeStrong/ts-node/releases)
    - [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
    - [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: ts-node
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    de4b30b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28fd9b9 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump node-polyfill-webpack-plugin from 2.0.1 to 3.0.0

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    078f9f3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4944 from nextcloud-libraries/dependabot/npm_and_…

    …yarn/nextcloud/webpack-vue-config-9f1f8c7
    
    chore(deps-dev): Bump @nextcloud/webpack-vue-config from `0401371` to `9f1f8c7`
    ShGKme authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d6a6cb7 View commit details
    Browse the repository at this point in the history
  6. fix(NcActions): provide aria-expanded="false" when menu is closed

    Example on [w3c patterns](https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/examples/menu-button-actions/) says
    "The aria-expanded attribute is removed when the menu is closed.".
    
    However there is an ongoing discussion about it.
    For example, PR 2829 on https://github.com/w3c/aria-practices/pull/.
    Or another example https://www.w3.org/WAI/ARIA/apg/patterns/accordion/examples/accordion/
    
    So actually it is recommended to add `aria-expanded="false"`, not remove the attribute.
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9408082 View commit details
    Browse the repository at this point in the history
  7. fix(NcAppSidebar): add focus trap on mobile

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    19415bc View commit details
    Browse the repository at this point in the history
  8. fix(NcAppSidebar): add navigation toggle to focus trap of sidebar

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    53ca29d View commit details
    Browse the repository at this point in the history
  9. enh(NcAppSidebar): on mobile view close sidebar by ESC

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    66d0264 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4909 from nextcloud-libraries/fix/sidebar-focus-t…

    …rap-on-mobile
    
    fix(NcAppSidebar): add focus trap on mobile
    ShGKme authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dd79bf8 View commit details
    Browse the repository at this point in the history
  11. Translate l10n/messages.pot in de

    100% translated source file: 'l10n/messages.pot'
    on 'de'.
    transifex-integration[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d0428e2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4948 from nextcloud-libraries/translations_ef429a…

    …9836fb49eeb7494eb2c87d1dac
    
    Updates for project Nextcloud vue library
    ShGKme authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5fe5b76 View commit details
    Browse the repository at this point in the history
  13. feat(NcRichContenteditable): put caret in the end when focus input

    Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
    Antreesy committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0dceb6b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4924 from nextcloud-libraries/feat/noid/set-caret…

    …-to-end
    
    feat(NcRichContenteditable): put caret in the end when focus input
    Antreesy authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    759d127 View commit details
    Browse the repository at this point in the history
  15. fix(package): specify exports for composables

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a39d681 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge pull request #4951 from nextcloud-libraries/fix/specify-exports…

    …-for-composables-in-package-json
    raimund-schluessler authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3651d5c View commit details
    Browse the repository at this point in the history
  2. refactor(NcAppSidebar): remove unneeded debug log

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    26f26fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4952 from nextcloud-libraries/refactor/nc-app-sid…

    …ebar--remove-debug-log
    
    refactor(NcAppSidebar): remove unneeded debug log
    raimund-schluessler authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    93c5a29 View commit details
    Browse the repository at this point in the history
  4. fix(NcAppSettingsDialog): respect showNavigation prop

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a0db712 View commit details
    Browse the repository at this point in the history
  5. test: add resizeWindowWidth util

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d54ff77 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4946 from nextcloud-libraries/fix/NcActions--prov…

    …ide-aria-expanded-false
    
    fix(NcActions): provide `aria-expanded="false"` when menu is closed instead of removing it
    ShGKme authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ebbe5c6 View commit details
    Browse the repository at this point in the history
  7. fix(NcActionX): Allow relative icon URL

    Most API returns relative icon URLs so we should also support them for NcActionXXX
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ed9451b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix(NcListItem): Ensure list item does not overflow wrapper due to wi…

    …dth 100% and padding
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2410c0b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Merge pull request #4956 from nextcloud-libraries/fix/list-item-overflow

    fix(NcListItem): Ensure list item does not overflow wrapper
    Pytal authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0209e02 View commit details
    Browse the repository at this point in the history
  2. fix(NcAppNavigation): Bring back hover state for active element

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9e4fc7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4955 from nextcloud-libraries/fix/allow-relative-…

    …icon-url
    
    fix(NcActionX): Allow relative icon URL
    Pytal authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4fff857 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4954 from nextcloud-libraries/fix/4941/NcAppSetti…

    …ngsDialog--respect-show-navigation-prop
    
    fix(NcAppSettingsDialog): respect showNavigation prop
    Pytal authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d0a4f5b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. enh(aria): changed check color to adhere to 3:1 ratio

    Signed-off-by: Eduardo Morales <emoral435@gmail.com>
    emoral435 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    938b6a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4960 from nextcloud-libraries/fix/app-nav-item-hover

    fix(NcAppNavigation): Bring back hover state for active element
    susnux authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    78f5179 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4958 from nextcloud-libraries/enh/make-contrast-c…

    …lear-ARIA-CHANGE
    
    enh(aria): changed check color to adhere to 3:1 ratio
    emoral435 authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3288f79 View commit details
    Browse the repository at this point in the history
  4. chore(ci): make Jest output colorful

    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c8f5ecb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4966 from nextcloud-libraries/chore/color-jest-on-ci

    chore(ci): make Jest output colorful
    raimund-schluessler authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4e048b4 View commit details
    Browse the repository at this point in the history
  6. Use logical style

    Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
    ahangarha committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9d122d0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4965 from ahangarha/use-logical-style-for-header-…

    …menu
    
    Use logical style for NcHeaderMenu
    susnux authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b9bb3fe View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    55b334d View commit details
    Browse the repository at this point in the history