Skip to content

Commit 50dc9fe

Browse files
chore(main): release 0.5.0 (#31)
1 parent 6b76507 commit 50dc9fe

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/gravity-ui/react-unipika/compare/v0.4.0...v0.5.0) (2025-12-03)
4+
5+
6+
### Features
7+
8+
* support custom scroll container ([#30](https://github.com/gravity-ui/react-unipika/issues/30)) ([27e0583](https://github.com/gravity-ui/react-unipika/commit/27e0583f4c971d1fb11fc72ccf8fdf6879063a65))
9+
10+
11+
### Bug Fixes
12+
13+
* recalc state if caseInsensitiveSearch changes ([#29](https://github.com/gravity-ui/react-unipika/issues/29)) ([d7fd3f3](https://github.com/gravity-ui/react-unipika/commit/d7fd3f3d35c30ee06014f92c06bc1fab7c970a7c))
14+
315
## [0.4.0](https://github.com/gravity-ui/react-unipika/compare/v0.3.0...v0.4.0) (2025-11-19)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/react-unipika",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "The library helps to create dialogs with forms by using registered field-types. Also it is possible to extend it with your own field-types.",
55
"repository": {
66
"type": "arc",

0 commit comments

Comments
 (0)