diff --git a/.changeset/beige-tips-swim.md b/.changeset/beige-tips-swim.md deleted file mode 100644 index fe9333a0..00000000 --- a/.changeset/beige-tips-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Fixes a bug in the side panel exit animation that was causing the contents to vanish abruptly diff --git a/.changeset/itchy-bugs-brush.md b/.changeset/itchy-bugs-brush.md deleted file mode 100644 index 40b7a65a..00000000 --- a/.changeset/itchy-bugs-brush.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'playroom': minor ---- - -Improve frame filtering UX. - -- Allow users to select all checkboxes in a frame filter section, rather than automatically unselecting all checkboxes when all are selected. -- Rename the "Show all" button to "Clear" to reinforce the filtering pattern. diff --git a/.changeset/khaki-seahorses-fly.md b/.changeset/khaki-seahorses-fly.md deleted file mode 100644 index 9416b99f..00000000 --- a/.changeset/khaki-seahorses-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': minor ---- - -Use CSS gap and grid for layout spacing in Playroom UI. diff --git a/.changeset/stale-balloons-beam.md b/.changeset/stale-balloons-beam.md deleted file mode 100644 index 8b7215b2..00000000 --- a/.changeset/stale-balloons-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Exclude irrelevant files from published package diff --git a/.changeset/strange-zoos-compare.md b/.changeset/strange-zoos-compare.md deleted file mode 100644 index 5fa5bdf6..00000000 --- a/.changeset/strange-zoos-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Fix Playroom UI icon centering diff --git a/.changeset/swift-fans-decide.md b/.changeset/swift-fans-decide.md deleted file mode 100644 index c258a790..00000000 --- a/.changeset/swift-fans-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Remove `data-testid` attributes from UI elements diff --git a/CHANGELOG.md b/CHANGELOG.md index a66132d1..25888036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # playroom +## 0.38.0 + +### Minor Changes + +- 7df36e3: Improve frame filtering UX. + + - Allow users to select all checkboxes in a frame filter section, rather than automatically unselecting all checkboxes when all are selected. + - Rename the "Show all" button to "Clear" to reinforce the filtering pattern. + +- 384810e: Use CSS gap and grid for layout spacing in Playroom UI. + +### Patch Changes + +- a0724d2: Fixes a bug in the side panel exit animation that was causing the contents to vanish abruptly +- 934a017: Exclude irrelevant files from published package +- 92a0039: Fix Playroom UI icon centering +- 422a259: Remove `data-testid` attributes from UI elements + ## 0.37.1 ### Patch Changes diff --git a/package.json b/package.json index e9a2c5f7..a7ae6608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.37.1", + "version": "0.38.0", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",