Skip to content

Commit afe41a9

Browse files
chore: version packages (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f6bf9c commit afe41a9

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/floorplan-2d-readonly-lock.md

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

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/editor/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pascal-app/editor
22

3+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- 1f6bf9c: Respect the scene `readOnly` flag in the 2D floor plan. When the scene is
8+
read-only (e.g. version-preview mode, `isVersionPreview`), the registry action
9+
menu is hidden and the interactive edit handles (move / resize / vertex
10+
/ midpoint / edge / rotate) are stripped from the overlay pass, while selection
11+
(hit-lines), labels, and dimensions still render. This mirrors the existing 3D
12+
`noEditing` gating so a locked plan is fully view-only in both views.
13+
314
## 0.9.3
415

516
### Patch Changes

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pascal-app/editor",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Pascal building editor component",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)