Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #318

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Version Packages #318

merged 1 commit into from
Feb 13, 2024

Conversation

seek-oss-ci
Copy link
Contributor

@seek-oss-ci seek-oss-ci commented Feb 1, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

[email protected]

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.

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner February 1, 2024 00:00
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from 1fe8663 to c778b93 Compare February 11, 2024 22:19
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from c778b93 to 0c6b7d7 Compare February 13, 2024 03:47
@michaeltaranto michaeltaranto enabled auto-merge (squash) February 13, 2024 03:50
@michaeltaranto michaeltaranto merged commit d7ac88a into master Feb 13, 2024
6 checks passed
@michaeltaranto michaeltaranto deleted the changeset-release/master branch February 13, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants