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 e71dec2 commit b269880
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/spotty-balloons-ring.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.6

### Patch Changes

- Updated dependencies [[`e71dec26`](https://github.com/xyflow/xyflow/commit/e71dec263c8a8296d0a890c2fc7d0a5aac94f9e5)]:
- @reactflow/core@11.10.1

## 11.3.5

### 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.5",
"version": "11.3.6",
"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.6

### Patch Changes

- Updated dependencies [[`e71dec26`](https://github.com/xyflow/xyflow/commit/e71dec263c8a8296d0a890c2fc7d0a5aac94f9e5)]:
- @reactflow/core@11.10.1

## 11.2.5

### 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.5",
"version": "11.2.6",
"description": "Component to control the viewport of a React Flow instance",
"keywords": [
"react",
Expand Down
18 changes: 12 additions & 6 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
# @reactflow/core

## 11.10.1

### Patch Changes

- [#3605](https://github.com/xyflow/xyflow/pull/3605) [`e71dec26`](https://github.com/xyflow/xyflow/commit/e71dec263c8a8296d0a890c2fc7d0a5aac94f9e5) - fix(react-flow-instance): add screenToFlow and flowToScreen types

## 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:
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]`)
- `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`
- 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`
- [#3597](https://github.com/xyflow/xyflow/pull/3597) [`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54) - chore(utils): add renamed functions and deprecations, add `useReactFlow.flowToScreenPosition`

### 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.10.0",
"version": "11.10.1",
"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.6

### Patch Changes

- Updated dependencies [[`e71dec26`](https://github.com/xyflow/xyflow/commit/e71dec263c8a8296d0a890c2fc7d0a5aac94f9e5)]:
- @reactflow/core@11.10.1

## 11.7.5

### 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.5",
"version": "11.7.6",
"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.6

### Patch Changes

- Updated dependencies [[`e71dec26`](https://github.com/xyflow/xyflow/commit/e71dec263c8a8296d0a890c2fc7d0a5aac94f9e5)]:
- @reactflow/core@11.10.1

## 2.2.5

### 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.5",
"version": "2.2.6",
"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.6

### Patch Changes

- Updated dependencies [[`e71dec26`](https://github.com/xyflow/xyflow/commit/e71dec263c8a8296d0a890c2fc7d0a5aac94f9e5)]:
- @reactflow/core@11.10.1

## 1.3.5

### 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.5",
"version": "1.3.6",
"description": "A toolbar component for React Flow that can be attached to a node.",
"keywords": [
"react",
Expand Down
25 changes: 19 additions & 6 deletions packages/reactflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,37 @@
# reactflow

## 11.10.1

### Patch Changes

- [#3605](https://github.com/xyflow/xyflow/pull/3605) [`e71dec26`](https://github.com/xyflow/xyflow/commit/e71dec263c8a8296d0a890c2fc7d0a5aac94f9e5) - fix(react-flow-instance): add screenToFlow and flowToScreen types
- Updated dependencies [[`e71dec26`](https://github.com/xyflow/xyflow/commit/e71dec263c8a8296d0a890c2fc7d0a5aac94f9e5)]:
- @reactflow/core@11.10.1
- @reactflow/background@11.3.6
- @reactflow/controls@11.2.6
- @reactflow/minimap@11.7.6
- @reactflow/node-resizer@2.2.6
- @reactflow/node-toolbar@1.3.6

## 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:
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]`)
- `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`
- 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`
- [#3597](https://github.com/xyflow/xyflow/pull/3597) [`a114c75b`](https://github.com/xyflow/xyflow/commit/a114c75b79d1d7bd24937318119a824879fe0b54) - chore(utils): add renamed functions and deprecations, add `useReactFlow.flowToScreenPosition`

### 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.10.0",
"version": "11.10.1",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",
Expand Down

0 comments on commit b269880

Please sign in to comment.