Skip to content

Commit bbf38c9

Browse files
chore(release): 4.2.0 [skip ci]
# [4.2.0](v4.1.1...v4.2.0) (2024-05-12) ### Bug Fixes * Resolve collapse bug when only one pane is closed ([945f3f7](945f3f7)) ### Features * Add setResizePane method to splitUtils class ([2927dc4](2927dc4)) * Introduce callback props for pane open/close events ([6ee4088](6ee4088)) * Introduce callback props for pane open/close events ([12f06ea](12f06ea)) ### Performance Improvements * Improve performance by caching DOM elements ([6562f7d](6562f7d)) ### Reverts * Revert "feature: Introduce callback props for pane open/close events" ([426eee5](426eee5))
1 parent b8d2f8c commit bbf38c9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [4.2.0](https://github.com/AmanKrr/A-MultiLayout-Splitter/compare/v4.1.1...v4.2.0) (2024-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* Resolve collapse bug when only one pane is closed ([945f3f7](https://github.com/AmanKrr/A-MultiLayout-Splitter/commit/945f3f75f0e548cc27c0b3b9c616c62b8fbfdc33))
7+
8+
9+
### Features
10+
11+
* Add setResizePane method to splitUtils class ([2927dc4](https://github.com/AmanKrr/A-MultiLayout-Splitter/commit/2927dc47c7ae2359a5e6fe5012e01bc15df16ab2))
12+
* Introduce callback props for pane open/close events ([6ee4088](https://github.com/AmanKrr/A-MultiLayout-Splitter/commit/6ee40880e2e9f4ddb4e5c79b6ec21541eca77ccc))
13+
* Introduce callback props for pane open/close events ([12f06ea](https://github.com/AmanKrr/A-MultiLayout-Splitter/commit/12f06eab1b813f864ec6b6528dfe43ade62de5f1))
14+
15+
16+
### Performance Improvements
17+
18+
* Improve performance by caching DOM elements ([6562f7d](https://github.com/AmanKrr/A-MultiLayout-Splitter/commit/6562f7decf3bf86b8a1928f635a3166fda069a57))
19+
20+
21+
### Reverts
22+
23+
* Revert "feature: Introduce callback props for pane open/close events" ([426eee5](https://github.com/AmanKrr/A-MultiLayout-Splitter/commit/426eee551813a390d60717193a29453d580f21b6))
24+
125
## [4.1.2](https://github.com/AmanKrr/A-MultiLayout-Splitter/compare/v4.1.1...v4.1.2) (2024-05-12)
226

327

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": "dist/index.d.ts",
66
"author": "Aman Kumar",
77
"private": false,
8-
"version": "4.1.2",
8+
"version": "4.2.0",
99
"keywords": [
1010
"splitter",
1111
"react"

0 commit comments

Comments
 (0)