Skip to content

Commit 519e5a1

Browse files
authored
Merge pull request #75 from journeyapps-labs/changeset-release/main
Version Packages
2 parents 8cefb78 + 2d6542b commit 519e5a1

File tree

5 files changed

+24
-17
lines changed

5 files changed

+24
-17
lines changed

.changeset/polish-dnd-demo.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

modules/module-editor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @journeyapps-labs/reactor-mod-editor
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aab22fb]
8+
- @journeyapps-labs/reactor-mod@5.2.0
9+
310
## 2.1.0
411

512
### Minor Changes

modules/module-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps-labs/reactor-mod-editor",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

modules/module-reactor/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @journeyapps-labs/reactor-mod
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- aab22fb: Improve between-zone drag and drop UX and add a dedicated playground demo for it.
8+
- Added drag target highlighting for `useDroppableBetweenZone` using DnD theme hover colors.
9+
- Added shared gap configuration fields for between-zone hooks/widgets:
10+
- `gap_standard`
11+
- `gap_hint`
12+
- `gap_expand`
13+
- Added automatic hiding of the two drop zones around the currently dragged child.
14+
- Added support for rendering an end-of-list between-zone drop target.
15+
- Added `useDraggingElement` to centralize drag source element tracking.
16+
- Added a new `Drag + Drop` playground panel with vertical and horizontal demos and reorder reset.
17+
318
## 5.1.0
419

520
### Minor Changes

modules/module-reactor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps-labs/reactor-mod",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

0 commit comments

Comments
 (0)