Minor Changes
-
#476
639b1daThanks @mihkeleidast! - deps: Bundle playroom application and CLI as JavaScript instead of TypeScript, improving performance and reducing dependency count -
#507
2934360Thanks @yceballost! - AdddefaultEditorPositionconfig optionSets where the code editor sits on first load, matching the "Editor Position" menu:
// playroom.config.js module.exports = { defaultEditorPosition: 'left', // default is 'bottom' };
A position chosen from the menu is still remembered per user and takes precedence over this option.
Patch Changes
-
#499
19365b6Thanks @askoufis! -utils: Improve ESM compatibility -
#500
c6108a0Thanks @askoufis! - Duplicate: Prefer the current title from app state when building the duplicate URLAvoids using a stale title from the URL while the debounced URL update is still pending.
-
#506
5e5cb87Thanks @askoufis! - Removeread-pkg-updependency -
#498
514e3b0Thanks @SEEKilian! - Inspect: Change keyboard shortcut toCmd/Ctrl+Shift+EAvoids conflicting with the browser's native Inspect Element shortcut
-
#494
1b28372Thanks @askoufis! - Restricttypescriptdependency range to^5.0.0 || ^6.0.0TypeScript v7 does not have a compatible API with v5 and v6.
The dependency now accurately reflects the supported versions of TypeScript. -
#506
5e5cb87Thanks @askoufis! - Update dependencies:@zumer/snapdom:^1.9.14->^3.0.0command-line-args:^5.2.1->^6.0.2command-line-usage:^6.1.3->^7.0.4find-up:^5.0.0->^8.0.0@capsizecss/metrics:^3.5.0->^4.3.0babel-loader:^9.1.0->^10.1.1css-loader:^6.7.2->^7.1.5webpack-merge:^5.8.0->^6.0.1
-
#495
9509f85Thanks @tiplutom! - webpack: Fix stylesheet bundling errors on Windows -
#490
97caa42Thanks @pete-seeker! - Editor: Ensure undo doesn't restore previously opened playroomFixes an issue where using
cmd-zin the editor would undo to a previously opened playroom. -
#502
3931376Thanks @michaeltaranto! - editor: Update Prettier to v3