Skip to content

Commit 1c41fe6

Browse files
Version Packages
1 parent ca6b1e0 commit 1c41fe6

File tree

4 files changed

+31
-33
lines changed

4 files changed

+31
-33
lines changed

.changeset/fifty-turkeys-stand.md

-11
This file was deleted.

.changeset/ninety-books-itch.md

-21
This file was deleted.

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# playroom
22

3+
## 0.42.0
4+
5+
### Minor Changes
6+
7+
- [#397](https://github.com/seek-oss/playroom/pull/397) [`15a44bb`](https://github.com/seek-oss/playroom/commit/15a44bb679c113fda49732fcb47038137e641a97) Thanks [@askoufis](https://github.com/askoufis)! - Replace `fast-glob` dependency with [`tinyglobby`], removing 6 transitive dependencies
8+
9+
BREAKING CHANGE:
10+
11+
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.
12+
13+
[`tinyglobby`]: https://github.com/SuperchupuDev/tinyglobby
14+
15+
- [#392](https://github.com/seek-oss/playroom/pull/392) [`dc14423`](https://github.com/seek-oss/playroom/commit/dc14423c137a604fb38b76b5b518588af391a69c) Thanks [@askoufis](https://github.com/askoufis)! - Enable embedded CSS formatting on save
16+
17+
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].
18+
19+
For example:
20+
21+
```jsx
22+
<style jsx>
23+
{`
24+
.foo {
25+
color: red;
26+
}
27+
`}
28+
</style>
29+
```
30+
31+
[prettier's embedded language formatting capabilities]: https://prettier.io/docs/options#embedded-language-formatting
32+
333
## 0.41.0
434

535
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playroom",
3-
"version": "0.41.0",
3+
"version": "0.42.0",
44
"description": "Design with code, powered by your own component library",
55
"main": "utils/index.js",
66
"types": "utils/index.d.ts",

0 commit comments

Comments
 (0)