@vue-dnd-kit/core 0.0.22 → 0.0.23-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,8 @@
1
1
  # Vue Drag & Drop Library - Core Package
2
2
 
3
+ [![Beta](https://img.shields.io/badge/status-beta-yellow.svg)](https://github.com/zizigy/vue-dnd-kit)
4
+ > ⚠️ **Warning**: This project is in active development (beta). The API may change between minor versions. Not recommended for production use until version 1.0.0.
5
+
3
6
  <p align="center">
4
7
  <a href="https://zizigy.github.io/vue-dnd-hooks/">
5
8
  <img src="https://raw.githubusercontent.com/ZiZiGY/vue-dnd-hooks/master/public/logo.svg" width="400" alt="Vue Drag & Drop Logo">
@@ -20,6 +23,16 @@
20
23
  Inspired by the popular <a href="https://dndkit.com/" target="_blank">React DnD Kit</a> library, adapted for Vue.js
21
24
  </p>
22
25
 
26
+ ## Project Status
27
+
28
+ This project is in active development. We're working toward a stable API, but until version 1.0.0, there may be breaking changes.
29
+
30
+ Roadmap:
31
+ - [x] Basic drag & drop functionality
32
+ - [x] Complete documentation
33
+ - [ ] Tests
34
+ - [ ] Stable API (version 1.0.0)
35
+
23
36
  ## Features
24
37
 
25
38
  ### Core Capabilities
@@ -29,14 +42,12 @@
29
42
  - Intuitive hooks-based approach
30
43
  - Clean and declarative syntax
31
44
  - Minimal boilerplate code
32
-
33
45
  - 🎨 **Full Customization**
34
46
 
35
47
  - Custom drag overlays
36
48
  - Flexible styling system
37
49
  - Animation support
38
50
  - Custom drag handles
39
-
40
51
  - 📱 **Advanced Input Support**
41
52
 
42
53
  - Touch devices support
@@ -51,7 +62,6 @@
51
62
  - Minimal re-renders
52
63
  - Efficient DOM updates
53
64
  - Memory leak prevention
54
-
55
65
  - 🔄 **Smart Auto-scrolling**
56
66
 
57
67
  - Smooth scroll animations
@@ -67,7 +77,6 @@
67
77
  - Type inference
68
78
  - IDE autocompletion
69
79
  - Type-safe events
70
-
71
80
  - 📐 **Layout Features**
72
81
 
73
82
  - Grid system support
@@ -83,14 +92,12 @@
83
92
  - Zone filtering
84
93
  - Nested groups
85
94
  - Dynamic group validation
86
-
87
95
  - 📊 **Rich Events System**
88
96
 
89
97
  - Comprehensive lifecycle events
90
98
  - Custom event handlers
91
99
  - Drag state tracking
92
100
  - Position coordinates
93
-
94
101
  - 🛡️ **Built-in Utilities**
95
102
 
96
103
  - Geometry calculations
@@ -193,7 +200,7 @@ pnpm install @vue-dnd-kit/core
193
200
  </style>
194
201
  ```
195
202
 
196
- ### Droppable.vue
203
+ ### Droppable.vue
197
204
 
198
205
  <sup>🧩 components/Droppable.vue</sup>
199
206
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-dnd-kit/core",
3
- "version": "0.0.22",
3
+ "version": "0.0.23-beta",
4
4
  "description": "Core functionality for Vue DnD Kit - a lightweight Vue 3 library for building performant and accessible drag and drop interfaces",
5
5
  "author": "ZiZIGY",
6
6
  "license": "MIT",