Skip to content

Tags: pascalorg/editor

Tags

v0.9.1

Toggle v0.9.1's commit message
release: @pascal-app/core@0.9.1 @pascal-app/viewer@0.9.1 @pascal-app/…

…editor@0.9.1 @pascal-app/mcp@0.3.1 @pascal-app/ifc-converter@0.1.1

v0.9.0

Toggle v0.9.0's commit message
chore(release): build core before ifc-converter in CI (workspace dep …

…needs dist/)

v0.8.0

Toggle v0.8.0's commit message
release: @pascal-app/core@0.8.0 @pascal-app/viewer@0.8.0 @pascal-app/…

…editor@0.8.0 @pascal-app/mcp@0.2.0

v0.7.0

Toggle v0.7.0's commit message
release: v0.7.0

v0.5.0

Toggle v0.5.0's commit message
release: @pascal-app/core@0.5.0 @pascal-app/viewer@0.5.0

v0.4.0

Toggle v0.4.0's commit message
v0.4.0 — 2D/3D decoupling, UX parity, crash fixes

- Introduce useLiveTransforms store in @pascal-app/core for 2D/3D decoupling
- Floorplan panel no longer depends on Three.js — reads ephemeral drag state from shared store
- Enables future standalone 2D mode and bidirectional split-view editing

- 2D stair rendering with tread lines and direction arrows
- Item footprint rendering in floorplan with rotated bounding boxes
- Selection highlight system (indigo tint on selected meshes)
- Delete tool: D key shortcut, red material hover, floating trash cursor badge
- Furnish mode (F key) and Zone mode (Z key) in action bar
- Upload + delete for guides/scans in view toggles
- Stair/stair-segment support in floating action menu
- Box-select now works with stair nodes
- Slider precision adapts to modifier key step size

- Fix three-mesh-bvh crash from materialIndex overflow (Sentry EDITOR-M/B, 7600 events)
- Camera controls null guards (Sentry EDITOR-G, 42 events)
- Pointer lock feature detection for in-app browsers (Sentry EDITOR-6, 145 events)
- Suppress THREE.Clock deprecation warning from R3F 9.x
- Fix stair elevations syncing with floor slabs
- Release scene singletons on Editor unmount
- Wall-side item bounding box offset fix

- Editor layout redesign v2 with 3D box select
- Infinity dragging slider via PointerLock API
- Stair system, scene graph utilities, read-only mode
- Comprehensive monorepo sync (75 files)

v0.3.3

Toggle v0.3.3's commit message
fix: resolve type errors in export-system for tsc --build

- Cast scene.clone() to Scene for GLTFExporter compatibility
- Cast DataView.buffer to ArrayBuffer for STL Blob construction
- Add THREE import for Object3D type in traverse callback

v0.3.2

Toggle v0.3.2's commit message
release: @pascal-app/core@0.3.2 @pascal-app/viewer@0.3.2