File tree Expand file tree Collapse file tree 6 files changed +41
-6
lines changed Expand file tree Collapse file tree 6 files changed +41
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.5.0] ( https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected] ...@pansy/[email protected] ) (2024-03-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** hooks:** export useDrag、useDrop ([ 9dba7a4] ( https://github.com/pansyjs/react-hooks/commit/9dba7a48b9256b5dc82130567c89383060b57211 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.4.0] ( https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected] ...@pansy/[email protected] ) (2024-01-24)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pansy/react-hooks" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 2.5 .0" ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"types" : " es/index.d.ts" ,
26
26
"@pansy/use-deep-compare-effect" : " 1.3.3" ,
27
27
"@pansy/use-deep-compare-layout-effect" : " 1.1.2" ,
28
28
"@pansy/use-document-visibility" : " 0.3.4" ,
29
+ "@pansy/use-drag" : " 1.1.0" ,
30
+ "@pansy/use-drop" : " 1.1.0" ,
29
31
"@pansy/use-event-listener" : " 0.3.4" ,
30
32
"@pansy/use-event-target" : " 0.2.8" ,
31
33
"@pansy/use-external" : " 0.1.6" ,
61
63
"@pansy/use-update-effect" : " 0.2.6" ,
62
64
"@pansy/use-update-layout-effect" : " 0.2.13" ,
63
65
"@pansy/use-watermark" : " 0.3.4" ,
64
- "@pansy/use-web-socket" : " 0.2.3" ,
65
- "@pansy/use-drag" : " 1.0.0" ,
66
- "@pansy/use-drop" : " 1.0.0"
66
+ "@pansy/use-web-socket" : " 0.2.3"
67
67
},
68
68
"publishConfig" : {
69
69
"registry" : " https://registry.npmjs.org" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # 1.1.0 (2024-03-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * 添加useDrag和useDrop ([ #141 ] ( https://github.com/pansyjs/react-hooks/issues/141 ) ) ([ d73836c] ( https://github.com/pansyjs/react-hooks/commit/d73836cfd2afe28a73d61825957ec71e61ba0d54 ) )
12
+ * ** hooks:** export useDrag、useDrop ([ 9dba7a4] ( https://github.com/pansyjs/react-hooks/commit/9dba7a48b9256b5dc82130567c89383060b57211 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pansy/use-drag" ,
3
3
"description" : " useDrag 允许一个 DOM 节点被拖拽,需要配合 useDrop 使用。" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.1 .0" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
7
7
"types" : " es/index.d.ts" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # 1.1.0 (2024-03-12)
7
+
8
+
9
+ ### Features
10
+
11
+ * 添加useDrag和useDrop ([ #141 ] ( https://github.com/pansyjs/react-hooks/issues/141 ) ) ([ d73836c] ( https://github.com/pansyjs/react-hooks/commit/d73836cfd2afe28a73d61825957ec71e61ba0d54 ) )
12
+ * ** hooks:** export useDrag、useDrop ([ 9dba7a4] ( https://github.com/pansyjs/react-hooks/commit/9dba7a48b9256b5dc82130567c89383060b57211 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pansy/use-drop" ,
3
3
"description" : " useDrop 可以单独使用来接收文件、文字和网址的拖拽。" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.1 .0" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
7
7
"types" : " es/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments