Skip to content

Commit 084c781

Browse files
committed
chore: release v2.9.1
1 parent 911a19a commit 084c781

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.9.1](https://github.com/hemengke1997/use-antd-resizable-header/compare/v2.9.0...v2.9.1) (2023-12-26)
2+
3+
4+
### Bug Fixes
5+
6+
* `onHeaderCell` not working ([911a19a](https://github.com/hemengke1997/use-antd-resizable-header/commit/911a19a0444557c2f4a7804a947483cd093e9c22))
7+
* playground [#67](https://github.com/hemengke1997/use-antd-resizable-header/issues/67) type ([c40a022](https://github.com/hemengke1997/use-antd-resizable-header/commit/c40a02298384d2d26c25afa64088222a0520bbc7))
8+
9+
10+
### Performance Improvements
11+
12+
* minify code on build ([9187819](https://github.com/hemengke1997/use-antd-resizable-header/commit/918781968d9e6d73f2c938ea269ac2b550727ee4))
13+
* optimize tootipRender ([5680146](https://github.com/hemengke1997/use-antd-resizable-header/commit/5680146e2b312b9bf9a7c78a26db266f9cb7dd4b))
14+
15+
16+
117
# [2.9.0](https://github.com/hemengke1997/use-antd-resizable-header/compare/v2.8.15...v2.9.0) (2023-11-26)
218

319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-antd-resizable-header",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "antd resizable header column hook",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)