Skip to content

Commit 03c20a7

Browse files
authored
Version Packages (#463)
1 parent 12dc5ba commit 03c20a7

7 files changed

Lines changed: 24 additions & 35 deletions

File tree

.changeset/empty-beans-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-mirrors-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-monkeys-film.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/little-bears-smile.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/twelve-humans-ask.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# playroom
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#461](https://github.com/seek-oss/playroom/pull/461) [`67c2517`](https://github.com/seek-oss/playroom/commit/67c25170b7673844642df04cb496b13dcbba76c6) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Design polish, refinements and fixes to internal system components.
8+
9+
- [#464](https://github.com/seek-oss/playroom/pull/464) [`12dc5ba`](https://github.com/seek-oss/playroom/commit/12dc5ba923f6030fd6df2a6beb0e6c5f0202a892) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Ensure `ref` and `inert` usage is React 18 compatible
10+
11+
- [#461](https://github.com/seek-oss/playroom/pull/461) [`67c2517`](https://github.com/seek-oss/playroom/commit/67c25170b7673844642df04cb496b13dcbba76c6) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Introduce scroll afforance for frames area
12+
13+
Add subtle gradient to edges of frames container to indicate scrollability when the number of frames exceeds the window width
14+
15+
- [#461](https://github.com/seek-oss/playroom/pull/461) [`67c2517`](https://github.com/seek-oss/playroom/commit/67c25170b7673844642df04cb496b13dcbba76c6) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Allow selection of frame error
16+
17+
Enables a user to select and copy the text from a frame error message.
18+
19+
- [#462](https://github.com/seek-oss/playroom/pull/462) [`65f7793`](https://github.com/seek-oss/playroom/commit/65f779344e6cc38fcfc64a2fa56f304476a75dda) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Only hide share actions from header without code
20+
21+
The header actions in the top right are now available on page load.
22+
This enables the selection of frames and/or themes before any code is added to the editor.
23+
24+
The share and preview actions are still hidden and revealed when code is entered into the editor.
25+
326
## 1.0.2
427

528
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playroom",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Design with code, powered by your own component library",
55
"bin": {
66
"playroom": "bin/cli.cjs"

0 commit comments

Comments
 (0)