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

chore(main): release 6.19.0 #1650

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [6.19.0](https://github.com/gravity-ui/uikit/compare/v6.18.0...v6.19.0) (2024-06-20)


### Features

* **link_underline:** add link underline ([#1648](https://github.com/gravity-ui/uikit/issues/1648)) ([496ca55](https://github.com/gravity-ui/uikit/commit/496ca55d10d9c37202fa87f7c1d9210ff45c5f81))
* **Select:** add filter prop ([#1669](https://github.com/gravity-ui/uikit/issues/1669)) ([98750c6](https://github.com/gravity-ui/uikit/commit/98750c64674abdea031da2fb08761e38bb640505))
* support form reset for inputs ([#1660](https://github.com/gravity-ui/uikit/issues/1660)) ([38fe431](https://github.com/gravity-ui/uikit/commit/38fe43155e7f55d9190ac2bcd405612dec598d5e))


### Bug Fixes

* **Dialog:** render error popup inside the dialog ([#1657](https://github.com/gravity-ui/uikit/issues/1657)) ([edf6473](https://github.com/gravity-ui/uikit/commit/edf647324b84ed75757f14b997976838ad9529a0))
* **select:** connect combobox to listbox ([#1665](https://github.com/gravity-ui/uikit/issues/1665)) ([c61fe11](https://github.com/gravity-ui/uikit/commit/c61fe114c404f1a55db0b8eba02b0a2c48b5e0cb))
* **Select:** fix double scroll in sheet on mobile ([#1672](https://github.com/gravity-ui/uikit/issues/1672)) ([164a1f2](https://github.com/gravity-ui/uikit/commit/164a1f2a0935b771102eaa425435bf3b3d2fd456))
* **Select:** id property ([#1604](https://github.com/gravity-ui/uikit/issues/1604)) ([db15851](https://github.com/gravity-ui/uikit/commit/db1585165abf8a8992b10315b538c8f8be87cb25))
* **Sheet:** fix resizing depending on the size of the window ([#1671](https://github.com/gravity-ui/uikit/issues/1671)) ([9352c99](https://github.com/gravity-ui/uikit/commit/9352c997d5ce3f0e7087f80bbf41e58a95cb5aab))
* **Sheet:** start touch event detection ([#1668](https://github.com/gravity-ui/uikit/issues/1668)) ([b655fec](https://github.com/gravity-ui/uikit/commit/b655fec69628bf53e01dfec63cb8463131e746e8))

## [6.18.0](https://github.com/gravity-ui/uikit/compare/v6.17.0...v6.18.0) (2024-06-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/uikit",
"version": "6.18.0",
"version": "6.19.0",
"description": "Gravity UI base styling and components",
"license": "MIT",
"engines": {
Expand Down
Loading