Skip to content

Commit 92144b4

Browse files
chore: version packages
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b38be1 commit 92144b4

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/polite-garlics-warn.md

Lines changed: 0 additions & 5 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pascal-app/editor
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- 6b38be1: Add the `crossOrigin="anonymous"` attribute to the `<image>` SVG tag used to load the floor plan guide image in the **2D** editor. This ensures we get **CORS** headers back from the server. While they aren't required to display the image in the 2D editor, they _are_ required in the **3D** editor, where the image is loaded as a texture. If we don't make a CORS request in 2D and we load the image there first, the response is cached in the browser without the necessary headers. Then, when the 3D editor loads the same URL for the texture, it gets the cached response back without the necessary headers and blows up with a CORS error.
8+
39
## 0.9.1
410

511
### 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.1",
3+
"version": "0.9.2",
44
"description": "Pascal building editor component",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)