Skip to content

Commit 6440f60

Browse files
Version Packages
1 parent abc492f commit 6440f60

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

.changeset/smooth-houses-shine.md

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

CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#453](https://github.com/seek-oss/playroom/pull/453) [`abc492f`](https://github.com/seek-oss/playroom/commit/abc492f4c43fdc7a44eb6a129f0ec856cee6ebd9) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - This release features a major design overhaul, modernising the interface and introducing some exciting new features.
8+
Virtual file management now enables switching between multiple designs locally in the browser, while still supporting collaboration via shareable links.
9+
10+
Highlights of the new interface include:
11+
12+
- Designs autosave locally in the browser, using the title as a name
13+
- Return visits no longer restore the last code, instead listing locally saved designs as an option (or just start fresh)
14+
- Add "Open Playroom" option (with thumbnail previews) to make switching between designs easier
15+
- Add "New Playroom" option to quickly start fresh
16+
- Add "Duplicate" option to start a design variation
17+
- Improved affordance of editor actions, i.e. snippets, format, as well as cursor and selection actions.
18+
- Add "Show/Hide UI" option (with keyboard shortcut) to make focusing on design frames easier
19+
- Replace splash screen on Preview mode with dismissable header
20+
- Add "Edit" link to Preview mode header to make returning code easier
21+
- Add footer to Preview mode when embedding links
22+
- Improve affordance of syntax errors, including jump to line feature
23+
324
## 0.44.4
425

526
### 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": "0.44.4",
3+
"version": "1.0.0",
44
"description": "Design with code, powered by your own component library",
55
"bin": {
66
"playroom": "bin/cli.cjs"

0 commit comments

Comments
 (0)