Skip to content

Commit

Permalink
chore(packages): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Nov 10, 2023
1 parent a8aa435 commit cb3dbae
Show file tree
Hide file tree
Showing 20 changed files with 105 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-points-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-buttons-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pens-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-berries-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-taxis-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-clouds-grab.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/background/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactflow/background

## 11.3.5

### Patch Changes

- Updated dependencies [[`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54), [`746fa4a0`](https://github.com/xyflow/xyflow/commit/746fa4a0739719402bdc32bcbf18b577bb75cb1b), [`291db12f`](https://github.com/xyflow/xyflow/commit/291db12fb1b7e72765fbf8a724f3853b1ff682fe), [`e1d3d594`](https://github.com/xyflow/xyflow/commit/e1d3d59479cef7e55c4759fd05c7b1d5eb58d070), [`ddc40528`](https://github.com/xyflow/xyflow/commit/ddc40528dd90d3de677f773b6670dc57a2c8520b), [`e4c25caf`](https://github.com/xyflow/xyflow/commit/e4c25caf7b699c1a50c3c8a9ffee59e00f0804cc)]:
- @reactflow/core@11.10.0

## 11.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/background/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactflow/background",
"version": "11.3.4",
"version": "11.3.5",
"description": "Background component with different variants for React Flow",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/controls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactflow/controls

## 11.2.5

### Patch Changes

- Updated dependencies [[`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54), [`746fa4a0`](https://github.com/xyflow/xyflow/commit/746fa4a0739719402bdc32bcbf18b577bb75cb1b), [`291db12f`](https://github.com/xyflow/xyflow/commit/291db12fb1b7e72765fbf8a724f3853b1ff682fe), [`e1d3d594`](https://github.com/xyflow/xyflow/commit/e1d3d59479cef7e55c4759fd05c7b1d5eb58d070), [`ddc40528`](https://github.com/xyflow/xyflow/commit/ddc40528dd90d3de677f773b6670dc57a2c8520b), [`e4c25caf`](https://github.com/xyflow/xyflow/commit/e4c25caf7b699c1a50c3c8a9ffee59e00f0804cc)]:
- @reactflow/core@11.10.0

## 11.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactflow/controls",
"version": "11.2.4",
"version": "11.2.5",
"description": "Component to control the viewport of a React Flow instance",
"keywords": [
"react",
Expand Down
28 changes: 28 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @reactflow/core

## 11.10.0

### Upcoming v12

We want to make the migration for v12 as smooth as possible. That's why we added deprecation warnings for the following util functions:

#### Deprecations / Renamings

* `useReactFlow.project` => `useReactFlow.screenToFlowPosition` (changes: no need to subtract react flow bounds anymore)
* `getRectOfNodes` => `getNodesBounds` (changes: none)
* `getTransformForBounds` => `getViewportForBounds` (changes: returns `{ x: number, y: number, zoom: number }` instead of `[number, number, number]`)

##### New features

* added `useReactFlow.flowToScreenPosition`

### Minor Changes

- [#3597](https://github.com/xyflow/xyflow/pull/3597) [`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54) Thanks - chore(utils): add renamed functions and deprecations, add `useReactFlow.flowToScreenPosition`

### Patch Changes

- [#3586](https://github.com/xyflow/xyflow/pull/3586) [`746fa4a0`](https://github.com/xyflow/xyflow/commit/746fa4a0739719402bdc32bcbf18b577bb75cb1b) Thanks [@Nick-Lucas](https://github.com/Nick-Lucas)! - fix(intersection-helpers): use nodeRect instead of nodeOrRect
- [#3584](https://github.com/xyflow/xyflow/pull/3584) [`291db12f`](https://github.com/xyflow/xyflow/commit/291db12fb1b7e72765fbf8a724f3853b1ff682fe) - fix(panOnScroll): respect zoomActivationKeyPressed when hovering a node
- [#3593](https://github.com/xyflow/xyflow/pull/3593) [`e1d3d594`](https://github.com/xyflow/xyflow/commit/e1d3d59479cef7e55c4759fd05c7b1d5eb58d070) Thanks [@juspy](https://github.com/juspy)! - fix(useOnSelectionChange): multiple handlers
- [#3595](https://github.com/xyflow/xyflow/pull/3595) [`ddc40528`](https://github.com/xyflow/xyflow/commit/ddc40528dd90d3de677f773b6670dc57a2c8520b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - refactor(pan-activation): allow panning by scroll when pan activation key is pressed
- [#3596](https://github.com/xyflow/xyflow/pull/3596) [`e4c25caf`](https://github.com/xyflow/xyflow/commit/e4c25caf7b699c1a50c3c8a9ffee59e00f0804cc) - refactor(handles): snap to handle center when above handle

## 11.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactflow/core",
"version": "11.9.4",
"version": "11.10.0",
"description": "Core components and util functions of React Flow.",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/minimap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactflow/minimap

## 11.7.5

### Patch Changes

- Updated dependencies [[`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54), [`746fa4a0`](https://github.com/xyflow/xyflow/commit/746fa4a0739719402bdc32bcbf18b577bb75cb1b), [`291db12f`](https://github.com/xyflow/xyflow/commit/291db12fb1b7e72765fbf8a724f3853b1ff682fe), [`e1d3d594`](https://github.com/xyflow/xyflow/commit/e1d3d59479cef7e55c4759fd05c7b1d5eb58d070), [`ddc40528`](https://github.com/xyflow/xyflow/commit/ddc40528dd90d3de677f773b6670dc57a2c8520b), [`e4c25caf`](https://github.com/xyflow/xyflow/commit/e4c25caf7b699c1a50c3c8a9ffee59e00f0804cc)]:
- @reactflow/core@11.10.0

## 11.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/minimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactflow/minimap",
"version": "11.7.4",
"version": "11.7.5",
"description": "Minimap component for React Flow.",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-resizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactflow/node-resizer

## 2.2.5

### Patch Changes

- Updated dependencies [[`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54), [`746fa4a0`](https://github.com/xyflow/xyflow/commit/746fa4a0739719402bdc32bcbf18b577bb75cb1b), [`291db12f`](https://github.com/xyflow/xyflow/commit/291db12fb1b7e72765fbf8a724f3853b1ff682fe), [`e1d3d594`](https://github.com/xyflow/xyflow/commit/e1d3d59479cef7e55c4759fd05c7b1d5eb58d070), [`ddc40528`](https://github.com/xyflow/xyflow/commit/ddc40528dd90d3de677f773b6670dc57a2c8520b), [`e4c25caf`](https://github.com/xyflow/xyflow/commit/e4c25caf7b699c1a50c3c8a9ffee59e00f0804cc)]:
- @reactflow/core@11.10.0

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-resizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactflow/node-resizer",
"version": "2.2.4",
"version": "2.2.5",
"description": "A helper component for resizing nodes.",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-toolbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactflow/node-toolbar

## 1.3.5

### Patch Changes

- Updated dependencies [[`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54), [`746fa4a0`](https://github.com/xyflow/xyflow/commit/746fa4a0739719402bdc32bcbf18b577bb75cb1b), [`291db12f`](https://github.com/xyflow/xyflow/commit/291db12fb1b7e72765fbf8a724f3853b1ff682fe), [`e1d3d594`](https://github.com/xyflow/xyflow/commit/e1d3d59479cef7e55c4759fd05c7b1d5eb58d070), [`ddc40528`](https://github.com/xyflow/xyflow/commit/ddc40528dd90d3de677f773b6670dc57a2c8520b), [`e4c25caf`](https://github.com/xyflow/xyflow/commit/e4c25caf7b699c1a50c3c8a9ffee59e00f0804cc)]:
- @reactflow/core@11.10.0

## 1.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactflow/node-toolbar",
"version": "1.3.4",
"version": "1.3.5",
"description": "A toolbar component for React Flow that can be attached to a node.",
"keywords": [
"react",
Expand Down
35 changes: 35 additions & 0 deletions packages/reactflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# reactflow

## 11.10.0

### Upcoming v12

We want to make the migration for v12 as smooth as possible. That's why we added deprecation warnings for the following util functions:

#### Deprecations / Renamings

* `useReactFlow.project` => `useReactFlow.screenToFlowPosition` (changes: no need to subtract react flow bounds anymore)
* `getRectOfNodes` => `getNodesBounds` (changes: none)
* `getTransformForBounds` => `getViewportForBounds` (changes: returns `{ x: number, y: number, zoom: number }` instead of `[number, number, number]`)

##### New features

* added `useReactFlow.flowToScreenPosition`

### Minor Changes

- [#3597](https://github.com/xyflow/xyflow/pull/3597) [`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54) Thanks - chore(utils): add renamed functions and deprecations, add `useReactFlow.flowToScreenPosition`

### Patch Changes

- [#3586](https://github.com/xyflow/xyflow/pull/3586) [`746fa4a0`](https://github.com/xyflow/xyflow/commit/746fa4a0739719402bdc32bcbf18b577bb75cb1b) Thanks [@Nick-Lucas](https://github.com/Nick-Lucas)! - fix(intersection-helpers): use nodeRect instead of nodeOrRect
- [#3584](https://github.com/xyflow/xyflow/pull/3584) [`291db12f`](https://github.com/xyflow/xyflow/commit/291db12fb1b7e72765fbf8a724f3853b1ff682fe) - fix(panOnScroll): respect zoomActivationKeyPressed when hovering a node
- [#3593](https://github.com/xyflow/xyflow/pull/3593) [`e1d3d594`](https://github.com/xyflow/xyflow/commit/e1d3d59479cef7e55c4759fd05c7b1d5eb58d070) Thanks [@juspy](https://github.com/juspy)! - fix(useOnSelectionChange): multiple handlers
- [#3595](https://github.com/xyflow/xyflow/pull/3595) [`ddc40528`](https://github.com/xyflow/xyflow/commit/ddc40528dd90d3de677f773b6670dc57a2c8520b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - refactor(pan-activation): allow panning by scroll when pan activation key is pressed
- [#3596](https://github.com/xyflow/xyflow/pull/3596) [`e4c25caf`](https://github.com/xyflow/xyflow/commit/e4c25caf7b699c1a50c3c8a9ffee59e00f0804cc) - refactor(handles): snap to handle center when above handle
- Updated dependencies [[`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54), [`746fa4a0`](https://github.com/xyflow/xyflow/commit/746fa4a0739719402bdc32bcbf18b577bb75cb1b), [`291db12f`](https://github.com/xyflow/xyflow/commit/291db12fb1b7e72765fbf8a724f3853b1ff682fe), [`e1d3d594`](https://github.com/xyflow/xyflow/commit/e1d3d59479cef7e55c4759fd05c7b1d5eb58d070), [`ddc40528`](https://github.com/xyflow/xyflow/commit/ddc40528dd90d3de677f773b6670dc57a2c8520b), [`e4c25caf`](https://github.com/xyflow/xyflow/commit/e4c25caf7b699c1a50c3c8a9ffee59e00f0804cc)]:
- @reactflow/core@11.10.0
- @reactflow/background@11.3.5
- @reactflow/controls@11.2.5
- @reactflow/minimap@11.7.5
- @reactflow/node-resizer@2.2.5
- @reactflow/node-toolbar@1.3.5

## 11.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reactflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactflow",
"version": "11.9.4",
"version": "11.10.0",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",
Expand Down

0 comments on commit cb3dbae

Please sign in to comment.