Skip to content

Commit 629031b

Browse files
committed
feat: add useSplitter
1 parent a6b6045 commit 629031b

File tree

8 files changed

+719
-4
lines changed

8 files changed

+719
-4
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
es
3-
lib
3+
lib
4+
src/components/tmp

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
# Changelog
44

5+
## 1.5.1
6+
7+
2025-11-18
8+
9+
### Features
10+
11+
- 🔥 Add `useSplitter` hook
12+
513
## 1.5.0
614

715
2025-11-17

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiny-codes/react-easy",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Simplify React and AntDesign development with practical components and hooks",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)