v0.5.1
pascalorg/editorv0.5.1Apr 14, 2026by open-pascal
AI Summary
Focuses on stability fixes, thumbnails, and cut-out controls for slabs and ceilings.
Key Highlights
- Cut-out controls for slabs and ceilings
- Improved thumbnails and reduced editor rerenders
- Fixed viewer post-processing recovery after duplicate mutations
- Guarded null selected item during placement
New Features
- Cut-out button in floating action menu for slabs and ceilings
- Thumbnail improvements
- Stair and fence updates
- Viewer post-processing recovery
- Null selected item guard during item tool placement
Full Release Notes
## Highlights - add cut-out controls for slabs and ceilings (#224) - improve thumbnails and reduce editor rerenders (#225) - fix viewer post-processing recovery after duplicate scene mutations (#228) - guard null selected item during item tool placement (#229) ## Published packages - `@pascal-app/core@0.5.1` - `@pascal-app/viewer@0.5.1` - `@pascal-app/editor@0.5.1` ## What's Changed * feat(editor): add cut-out button to floating action menu for slabs and ceilings by @open-pascal in https://github.com/pascalorg/editor/pull/224 * feat: improve thumbnails and reduce editor rerenders by @open-pascal in https://github.com/pascalorg/editor/pull/225 * Feat/stairs fence update by @sudhir9297 in https://github.com/pascalorg/editor/pull/226 * fix: recover viewer post-processing after duplicate scene mutations by @open-pascal in https://github.com/pascalorg/editor/pull/228 * fix: guard null selected item during item tool placement by @open-pascal in https://github.com/pascalorg/editor/pull/229 ## New Contributors * @sudhir9297 made their first contribution in https://github.com/pascalorg/editor/pull/226 **Full Changelog**: https://github.com/pascalorg/editor/compare/v0.5.0...v0.5.1