Minor Changes
-
#397
15a44bb
Thanks @askoufis! - Replacefast-glob
dependency withtinyglobby
, removing 6 transitive dependenciesBREAKING CHANGE:
While
tinyglobby
aims to mimicfast-glob
's behaviour, not all behavior is guaranteed to be the same. ThetypescriptFiles
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 saveCSS authored inside
style
tags with ajsx
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>