Skip to content

Commit

Permalink
chore(main): release 6.24.0 (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Sep 4, 2024
1 parent 7d8dff0 commit 26142d3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [6.24.0](https://github.com/gravity-ui/uikit/compare/v6.23.1...v6.24.0) (2024-09-02)


### Features

* **Divider:** render content inside ([#1701](https://github.com/gravity-ui/uikit/issues/1701)) ([4d28d89](https://github.com/gravity-ui/uikit/commit/4d28d89082ee800c49864aeb46588d5ef4d9710a))
* **Pagination:** add size prop ([#1759](https://github.com/gravity-ui/uikit/issues/1759)) ([12e5597](https://github.com/gravity-ui/uikit/commit/12e559762a25d8c515d0f0b524c40af9914b941a))
* **Popup:** add aria-modal prop ([#1827](https://github.com/gravity-ui/uikit/issues/1827)) ([7d8dff0](https://github.com/gravity-ui/uikit/commit/7d8dff0251533f74ccf76c2d6be585a66681cff3))
* **TextInput, TextArea:** add `readOnly` property ([#1747](https://github.com/gravity-ui/uikit/issues/1747)) ([1c95f75](https://github.com/gravity-ui/uikit/commit/1c95f75c12288c0b866b816045eef901bb5ad34b))


### Bug Fixes

* **Select:** close popup when click on select button (Safari) ([#1828](https://github.com/gravity-ui/uikit/issues/1828)) ([3f5adc5](https://github.com/gravity-ui/uikit/commit/3f5adc5b5584f9417f29b51e0170d86fc75a12b0))
* **Select:** correctly set active item in listbox ([#1829](https://github.com/gravity-ui/uikit/issues/1829)) ([ee2d040](https://github.com/gravity-ui/uikit/commit/ee2d040c5c0653f1854e6a74f4d9277394dc3c3f))
* **Select:** pass disabled prop to renderControl, don't change state if disabled ([#1766](https://github.com/gravity-ui/uikit/issues/1766)) ([24bbb05](https://github.com/gravity-ui/uikit/commit/24bbb052faef9ce4ead5e1c4eb2f6f53bfa011a5))
* **useListFilter:** fixed bug with initial items array change ([#1751](https://github.com/gravity-ui/uikit/issues/1751)) ([b9d2671](https://github.com/gravity-ui/uikit/commit/b9d2671f61ffa342d0d29c09d67f88e2870c6dc1))
* **useList:** support activeItemId in initialState prop ([#1824](https://github.com/gravity-ui/uikit/issues/1824)) ([aa308d8](https://github.com/gravity-ui/uikit/commit/aa308d8eb2a2c381cfd1f635b20e265f2963baad))

## [6.23.1](https://github.com/gravity-ui/uikit/compare/v6.23.0...v6.23.1) (2024-08-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.23.1",
"version": "6.24.0",
"description": "Gravity UI base styling and components",
"keywords": [
"component",
Expand Down

0 comments on commit 26142d3

Please sign in to comment.