Diary-SPO / core

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

build(deps): bump @vkontakte/vkui from 6.0.2 to 6.2.2 in /apps/web #269

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps @vkontakte/vkui from 6.0.2 to 6.2.2.

Release notes

Sourced from @​vkontakte/vkui's releases.

v6.2.2

Исправления

  • PanelHeaderContext: если контекст был изначально скрыт, наблюдалась блинкуюущая менюшка (#7193)
  • Popover:
    • при trigger={['focus', 'click', 'hover']} событие onMouseLeave игнорировалось в случае, если триггером выступал focus или click, что приводило к путающему поведению (#7170)
    • при trigger="hover" и динамическом изменении контента в Popover, глючило состояние открытия/закрытия (#7199)
  • ModalPage: ломалась анимация открытия/закрытия (#7147)
  • Snackbar: в мобильной версии при placement="bottom-start"/placement="bottom"/placement="bottom-end" компонент всегда появлялся снизу-верх и закрывался через смахивание вниз, что приводило к тому, что вызывался pull-to-refresh и/или режим одного пальца. Чтобы избежать этих проблем, теперь компонент всегда будет появляться слева-направо и смахиваться в то же направление (#7135)
  • ChipsSelect: список опций не открывался по клику на иконку со стрелкой (#7167)
  • Search: на iOS запаздывала анимация кнопки Отмена (#7196)

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

Зависимости

v6.2.1

Исправления

  • CustomSelect:
    • не переносилась неразрывная строка (#7092)
    • наведение работало неверно (#7126)
    • вернули скролл к выбранному элементу при открытии выпадающего окна (#7131)
  • ChipsInput: не прокидывались disabled-состояния (#7098)
  • Popover: возвращён параметр customMiddlewares (#7134)
  • CustomScrollView: в v6.1.2 появилась дополнительная обёртка над children – в ней не хватало стилей для растягивания её на всю высоту (#7097)
  • Компоненты, наследующие Typography, использовали только системную тему (#7090)
  • Исправление ошибки TypeError: Uncaught TypeError: Cannot read properties of undefined (reading 'shown') (#7099)
  • ModalDismissButton: вернули hover и active состояния (#7082)
  • GridAvatar: исправили key для одинаковых ссылок в src (#7146)
  • Image: исправили некорретное поведение ImageBase.Overlay для вложенных интерактивных элементов (#7006)

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

  • Snackbar: исправили описание жестов для закрытия (#7120)

v6.2.0

Новые компоненты

DisplayTitle

Типографический компонент, который используется для крупных заголовков (#7003)

Flex

... (truncated)

Commits
  • 143d809 bump(@​vkontakte/vkui): from 6.2.1 to 6.2.2
  • 6b2f1dd chore(e2e): update screenshots (#7207)
  • bf6761f fix(ChipsSelect): add open select when focus to form field (#7167)
  • 70f0c0e fix(Search): fix ios button animation (#7196)
  • 8aaafaa fix(useFloatingWithInteractions): prevent mouse events when willBeHide is tru...
  • 36f05c9 fix(PanelHeaderContext): remove init animation (#7193)
  • 8b50d6c fix(Popover): fix multiple trigger behavior (#7170)
  • 2597a01 doc(DateRangeInput): remove wrapper (#7189)
  • 6f4083b docs(CustomSelect): fix token (#7197)
  • 36380e3 refactor(Snackbar): show snackbar always from bottom-start in mobile (#7135) ...
  • 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 2 months ago

Superseded by #276.