github seek-oss/playroom v0.42.0

11 days ago

Minor Changes

  • #397 15a44bb Thanks @askoufis! - Replace fast-glob dependency with tinyglobby, removing 6 transitive dependencies

    BREAKING CHANGE:

    While tinyglobby aims to mimic fast-glob's behaviour, not all behavior is guaranteed to be the same. The typescriptFiles property in your playroom config is the only property that is affected by this change. Please ensure any custom globs are functioning as expected.

  • #392 dc14423 Thanks @askoufis! - Enable embedded CSS formatting on save

    CSS authored inside style tags with a jsx attribute will now be formatted as CSS. This takes advantage of prettier's embedded language formatting capabilities.

    For example:

    <style jsx>
      {`
        .foo {
          color: red;
        }
      `}
    </style>

Don't miss a new playroom release

NewReleases is sending notifications on new releases.