github seek-oss/playroom v1.4.0

2 hours ago

Minor Changes

  • #476 639b1da Thanks @mihkeleidast! - deps: Bundle playroom application and CLI as JavaScript instead of TypeScript, improving performance and reducing dependency count

  • #507 2934360 Thanks @yceballost! - Add defaultEditorPosition config option

    Sets 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 19365b6 Thanks @askoufis! - utils: Improve ESM compatibility

  • #500 c6108a0 Thanks @askoufis! - Duplicate: Prefer the current title from app state when building the duplicate URL

    Avoids using a stale title from the URL while the debounced URL update is still pending.

  • #506 5e5cb87 Thanks @askoufis! - Remove read-pkg-up dependency

  • #498 514e3b0 Thanks @SEEKilian! - Inspect: Change keyboard shortcut to Cmd/Ctrl+Shift+E

    Avoids conflicting with the browser's native Inspect Element shortcut

  • #494 1b28372 Thanks @askoufis! - Restrict typescript dependency range to ^5.0.0 || ^6.0.0

    TypeScript v7 does not have a compatible API with v5 and v6.
    The dependency now accurately reflects the supported versions of TypeScript.

  • #506 5e5cb87 Thanks @askoufis! - Update dependencies:

    • @zumer/snapdom: ^1.9.14 -> ^3.0.0
    • command-line-args: ^5.2.1 -> ^6.0.2
    • command-line-usage: ^6.1.3 -> ^7.0.4
    • find-up: ^5.0.0 -> ^8.0.0
    • @capsizecss/metrics: ^3.5.0 -> ^4.3.0
    • babel-loader: ^9.1.0 -> ^10.1.1
    • css-loader: ^6.7.2 -> ^7.1.5
    • webpack-merge: ^5.8.0 -> ^6.0.1
  • #495 9509f85 Thanks @tiplutom! - webpack: Fix stylesheet bundling errors on Windows

  • #490 97caa42 Thanks @pete-seeker! - Editor: Ensure undo doesn't restore previously opened playroom

    Fixes an issue where using cmd-z in the editor would undo to a previously opened playroom.

  • #502 3931376 Thanks @michaeltaranto! - editor: Update Prettier to v3

Don't miss a new playroom release

NewReleases is sending notifications on new releases.