Skip to content

Commit 60550a5

Browse files
chore(release): publish [no ci]
1 parent 03e4f61 commit 60550a5

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [4.0.0](https://github.com/abelflopes/react-ck/compare/v3.96.0...v4.0.0) (2025-07-16)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* allow custom content in modal footer & dedicated actions slot
7+
* use children react node to render modal header
8+
9+
### Features
10+
11+
* add infinite scroll component ([f869ffd](https://github.com/abelflopes/react-ck/commit/f869ffd53557ae0a1e3a603d447806a316f92389))
12+
* add virtualised list component ([18b7e16](https://github.com/abelflopes/react-ck/commit/18b7e16c1b55f99f0ce882a49986ed53d64a8e5c))
13+
* allow custom content in modal footer & dedicated actions slot ([c623986](https://github.com/abelflopes/react-ck/commit/c6239867f890a5b0721174b5e4c578155b19d519))
14+
* **dropdown:** add dropdown button utility ([96217f1](https://github.com/abelflopes/react-ck/commit/96217f169c52cc5d36cfb5214aae18672640ef2f))
15+
* **react-ck:** global library package ([b817bb4](https://github.com/abelflopes/react-ck/commit/b817bb45dd0350fc8d3d69a73a23ec165f810eeb))
16+
17+
18+
### Bug Fixes
19+
20+
* button height variations ([0917a96](https://github.com/abelflopes/react-ck/commit/0917a9676c1bb73ce51d8ef32b515f15e06575bd))
21+
* **chip:** difference in height when rendering bordered vs filled ([1ac3860](https://github.com/abelflopes/react-ck/commit/1ac3860e1d64895e8a25ff1cb908323511f2c1be))
22+
* dropdown auto positioning ([972bdb5](https://github.com/abelflopes/react-ck/commit/972bdb5488ce46c846ace925d9521ff847159554))
23+
* layers breaking react contexts from parent app ([0bd4bb2](https://github.com/abelflopes/react-ck/commit/0bd4bb20e11a0352f5e6cb0822ba9f08f7146f94))
24+
25+
26+
### Code Refactoring
27+
28+
* use children react node to render modal header ([920c4d3](https://github.com/abelflopes/react-ck/commit/920c4d3cb2535262b5e92c57a33a716119b24a09))
29+
130
## [3.96.0](https://github.com/abelflopes/react-ck/compare/v3.95.0...v3.96.0) (2025-07-11)
231

332

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@abelflopes/react-ck",
33
"private": true,
4-
"version": "3.96.0",
4+
"version": "4.0.0",
55
"author": "Abel Lopes (@abelflopes)",
66
"description": "React Component Kit - React Components & Utils",
77
"homepage": "https://github.com/abelflopes/react-ck",

0 commit comments

Comments
 (0)