github seek-oss/playroom v0.35.0

latest releases: v0.39.1, v0.39.0, v0.38.1...
9 months ago

Minor Changes

  • ad60e01: Add support for specifying default subsets of themes and screen widths via the config.

    Example usage

    // playroom.config.js
    module.exports = {
      ...,
      defaultVisibleWidths: [
        // subset of widths to display on first load
      ],
      defaultVisibleThemes: [
        // subset of themes to display on first load
      ],
    }
  • f45dd04: Add ability to customise tab titles via a "Title" section in the settings panel.

Patch Changes

  • f491105: Fix bug in "Wrap selection in tag" command that caused the start cursor to occasionally be placed in the wrong postion.

Don't miss a new playroom release

NewReleases is sending notifications on new releases.