Skip to content

Commit c9b7ef8

Browse files
committed
build: release 0.84.0
1 parent f3bc1da commit c9b7ef8

File tree

21 files changed

+46
-20
lines changed

21 files changed

+46
-20
lines changed

.changeset/cool-guests-attend.md

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

packages/angular-board/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @plait/angular-board
22

3+
## 0.84.0
4+
35
## 0.83.1
46

57
## 0.83.0

packages/angular-board/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait/angular-board",
3-
"version": "0.83.1",
3+
"version": "0.84.0",
44
"peerDependencies": {
55
"@angular/common": "^19.2.2",
66
"@angular/core": "^19.2.2"

packages/angular-text/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# angular-text
22

3+
## 0.84.0
4+
35
## 0.83.1
46

57
## 0.83.0

packages/angular-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait/angular-text",
3-
"version": "0.83.1",
3+
"version": "0.84.0",
44
"peerDependencies": {
55
"@angular/common": "^19.2.2",
66
"@angular/core": "^19.2.2",

packages/common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @plait/common
22

3+
## 0.84.0
4+
5+
### Minor Changes
6+
7+
- [#1077](https://github.com/worktile/plait/pull/1077) [`f3bc1daeb5f077fd47ca1fca9eff9e1d860659c7`](https://github.com/worktile/plait/commit/f3bc1daeb5f077fd47ca1fca9eff9e1d860659c7) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - fix topic text can not show completely in different machines
8+
9+
1. add getElementSize to remeasure the width and height for text element and cache to `ELEMENT_TO_SIZE_MAP`.
10+
2. apply getElementSize to get the width and height for mind node topic text.
11+
3. handling the effect of mind node functions, such as editing topic, resizing mind node width and so on.
12+
313
## 0.83.1
414

515
## 0.83.0

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait/common",
3-
"version": "0.83.1",
3+
"version": "0.84.0",
44
"peerDependencies": {},
55
"dependencies": {
66
"tslib": "^2.3.0"

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# plait
22

3+
## 0.84.0
4+
35
## 0.83.1
46

57
## 0.83.0

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait/core",
3-
"version": "0.83.1",
3+
"version": "0.84.0",
44
"peerDependencies": {
55
"immer": "^10.0.3",
66
"is-hotkey": "^0.2.0",

packages/draw/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @plait/draw
22

3+
## 0.84.0
4+
35
## 0.83.1
46

57
### Patch Changes

0 commit comments

Comments
 (0)