Diary-SPO / core

Дневник СПО — обёртка над дневником Сетевого города для СПО Томской области
MIT License
5 stars 0 forks source link

build(deps): bump @vkontakte/vkui from 6.5.0 to 6.5.1 in /apps/web #309

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps @vkontakte/vkui from 6.5.0 to 6.5.1.

Release notes

Sourced from @​vkontakte/vkui's releases.

v6.5.1

Исправления

  • Group: поправлено автоматическое определение mode="card", когда mode не передан, а параметр адаптивности SizeX определяется как Regular. (#7345)
  • Tappable: при передаче Component="button" | "a" | "input" без onClick | href, компонент считался не кликабельным (#7390)
  • CustomSelect:
    • в скринридере NVDA не зачитывалось выбранное значение (#6974)
    • в Firefox при переходе по опциям вместо опции зачитывалось слово "секция" (#6974)
  • DateRangeInput/DateInput/CustomSelect: из типов убрано неиспользуемое свойство maxHeight (#7408)
  • Cell: добавляем полноценную поддержку disabled-свойства. Раньше оно использовалось для того, что сделать ячейки неинтерактивными - теперь это решается отсутствием пропа onClick. disabled - помечает ячейку как недоступную (она становится серой) (#7405)
  • View: после двойного жеста свайпбэка интерфейс переставал быть кликабельным (#7392)
  • Image: keepAspectRatio больше не требует явного задания ширины/высоты родителя (#7342)

Документация

  • CustomScrollView: исправлено отображение заголовка в примере (#7346)
  • ActionSheet: обновлен пример в режиме selectable в styleguide и storybook, чтобы показать правильное использование компонента (#7394)
  • ActionSheetItem: добавлен раздел по цифровой доступности с рекомендациями (#7394)
  • WriteBar: пример в storybook сделан более интерактивным (#7376)
  • FormItem: исправлен пример с валидацией почты (#7374)
  • Иконка копирования ссылки на тему на маленьких устройствах вылезала за пределы экрана (#7350)
  • ModalRoot: исправлен отступ между кнопками в модальной карточке (#7348)
Commits
  • b235f82 bump(@​vkontakte/vkui): from 6.5.0 to 6.5.1
  • 99aa649 fix: remove maxHeight props from DateRangeInput, DateInput and CustomSelect (...
  • 13258fe fix(CustomSelect): a11y allow NVDA to read selected option (#7235)
  • cdca250 feat(ImageBase): remove position: absolute & update docs example (#7342) (#7407)
  • 0973e40 doc(CustomScrollView): use iframe to show documentation (#7346)
  • ef2e89b fix(ActionSheet): add a11y documentation for ActionSheetItem (#7394)
  • 31e05aa fix(Cell): rework disabled prop (#7405)
  • d3b1e18 fix(FlexItem): edit flex prop description (#7406)
  • b965342 fix(View): edit isSwipeBackTarget predicate (#7392)
  • e1c5d25 fix(Clickable): more Components in checkClickable (#7390)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #325.