Skip to content

Commit

Permalink
chore(main): release 6.16.0 (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored May 27, 2024
1 parent e35ce8b commit 6c28246
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.16.0](https://github.com/gravity-ui/uikit/compare/v6.15.0...v6.16.0) (2024-05-24)


### Features

* **Text, Flex, Box:** typed html attributes ([#1583](https://github.com/gravity-ui/uikit/issues/1583)) ([3345489](https://github.com/gravity-ui/uikit/commit/33454890d7c2bcc422aa77dba7072193c61ba8b7))


### Bug Fixes

* **Button:** do not shrink button when there is only one icon ([#1577](https://github.com/gravity-ui/uikit/issues/1577)) ([98fd95f](https://github.com/gravity-ui/uikit/commit/98fd95f8f1ef9c7148883f978bcae7ec41398f14))
* **Flex,ListItemView:** return ref drilling by React.forwardRef ([#1612](https://github.com/gravity-ui/uikit/issues/1612)) ([9b8f4f8](https://github.com/gravity-ui/uikit/commit/9b8f4f897bfe1919f165029ea7865654f808367f))
* **Link:** change href property type description ([#1574](https://github.com/gravity-ui/uikit/issues/1574)) ([#1593](https://github.com/gravity-ui/uikit/issues/1593)) ([0aec983](https://github.com/gravity-ui/uikit/commit/0aec98306d8534e7e48c1bf050b17dfa7e0ac500))
* **Text:** fix custom html tag inheritance ([#1584](https://github.com/gravity-ui/uikit/issues/1584)) ([fcd2ff3](https://github.com/gravity-ui/uikit/commit/fcd2ff33a7875c84a76fdab757a474d42f900b3e))
* **Tooltip:** use more reasonable animation delay ([#1586](https://github.com/gravity-ui/uikit/issues/1586)) ([fe14706](https://github.com/gravity-ui/uikit/commit/fe147066d128749650ca71ad6ccee3d831cc6ad6))

## [6.15.0](https://github.com/gravity-ui/uikit/compare/v6.14.1...v6.15.0) (2024-05-08)


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

0 comments on commit 6c28246

Please sign in to comment.