Skip to content

Commit c22e130

Browse files
committed
chore: add changelog for 0.0.14
1 parent aea501e commit c22e130

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.14] - 2025-11-12
9+
10+
### Fixed
11+
12+
- **SvelteFlow Event Handler**: Updated node deletion handler from deprecated `onnodesdelete` to `ondelete` for proper SvelteFlow compatibility
13+
- **Drag and Drop Positioning**: Fixed node drop positioning to correctly account for zoom and pan transformations using `screenToFlowPosition` API
14+
15+
### Added
16+
17+
- **FlowDropZone Component**: New component to handle drag and drop events with proper coordinate transformation within SvelteFlow context
18+
819
## [0.0.13] - 2025-11-11
920

1021
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@d34dman/flowdrop",
33
"license": "MIT",
44
"private": false,
5-
"version": "0.0.13",
5+
"version": "0.0.14",
66
"scripts": {
77
"dev": "vite dev",
88
"build": "vite build && npm run prepack",

0 commit comments

Comments
 (0)