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 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
617# [ 2.4.0] ( https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected] ...@pansy/[email protected] ) (2024-01-24) 718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @pansy/react-hooks" ,
3- "version" : " 2.4 .0" ,
3+ "version" : " 2.5 .0" ,
44 "main" : " lib/index.js" ,
55 "module" : " es/index.js" ,
66 "types" : " es/index.d.ts" ,
2626 "@pansy/use-deep-compare-effect" : " 1.3.3" ,
2727 "@pansy/use-deep-compare-layout-effect" : " 1.1.2" ,
2828 "@pansy/use-document-visibility" : " 0.3.4" ,
29+ "@pansy/use-drag" : " 1.1.0" ,
30+ "@pansy/use-drop" : " 1.1.0" ,
2931 "@pansy/use-event-listener" : " 0.3.4" ,
3032 "@pansy/use-event-target" : " 0.2.8" ,
3133 "@pansy/use-external" : " 0.1.6" ,
6163 "@pansy/use-update-effect" : " 0.2.6" ,
6264 "@pansy/use-update-layout-effect" : " 0.2.13" ,
6365 "@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"
6767 },
6868 "publishConfig" : {
6969 "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 11{
22 "name" : " @pansy/use-drag" ,
33 "description" : " useDrag 允许一个 DOM 节点被拖拽,需要配合 useDrop 使用。" ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
77 "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 11{
22 "name" : " @pansy/use-drop" ,
33 "description" : " useDrop 可以单独使用来接收文件、文字和网址的拖拽。" ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
77 "types" : " es/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments