Skip to content

Commit

Permalink
chore(main): release 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot committed Apr 8, 2024
1 parent 7157c70 commit e5334ee
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [6.10.0](https://github.com/gravity-ui/uikit/compare/v6.9.0...v6.10.0) (2024-04-08)


### Features

* **Select:** add selected elements counter on multiple selection ([#1368](https://github.com/gravity-ui/uikit/issues/1368)) ([9f6aa9c](https://github.com/gravity-ui/uikit/commit/9f6aa9cadd3821f3aa8501f705a5980171d1d98c))
* **Text:** add variant inherit ([#1492](https://github.com/gravity-ui/uikit/issues/1492)) ([7157c70](https://github.com/gravity-ui/uikit/commit/7157c70a9817470db6a8643a6c9c7f713361b8f5))


### Bug Fixes

* **Label:** correctly work with keyboard ([#1485](https://github.com/gravity-ui/uikit/issues/1485)) ([1e5380f](https://github.com/gravity-ui/uikit/commit/1e5380f4300f2c872fa6c55b6bdd3d8435d38499))
* **List:** fix `Home` & `End` keys handle ([#1491](https://github.com/gravity-ui/uikit/issues/1491)) ([77156ff](https://github.com/gravity-ui/uikit/commit/77156ffacb5860551cc255c5f10b4c3bd69a11a0))
* **List:** fix `SimpleContainer` dimensions handle ([#1479](https://github.com/gravity-ui/uikit/issues/1479)) ([68243be](https://github.com/gravity-ui/uikit/commit/68243be3827b9e6aa9ebed7d45b49609d7f7500f))
* **withTableSettings:** renderClone for dnd ([#1463](https://github.com/gravity-ui/uikit/issues/1463)) ([76409f4](https://github.com/gravity-ui/uikit/commit/76409f4c382bf9a73a9619cde84f11d77e78f3d7))

## [6.9.0](https://github.com/gravity-ui/uikit/compare/v6.8.0...v6.9.0) (2024-04-03)


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.9.0",
"version": "6.10.0",
"description": "Gravity UI base styling and components",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e5334ee

Please sign in to comment.