pi-studio 0.5.57 → 0.5.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/client/studio-client.js +573 -7
- package/client/studio.css +552 -1
- package/index.ts +139 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@ All notable changes to `pi-studio` are documented here.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.5.59] — 2026-04-27
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- Added an opt-in refreshed Studio layout, available via the footer UI switch or `?uiRefresh=1`, while keeping the classic layout as the default.
|
|
11
|
+
- Added refreshed layout support for editor-only Studio mode.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- Tuned refreshed pane headers, toolbar grouping, focus controls, dropdown labels, queue steering sizing, and preview export styling.
|
|
15
|
+
|
|
16
|
+
## [0.5.58] — 2026-04-24
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
- Rendered Markdown/editor previews now add small copy controls to code/fenced-content blocks so block contents can be copied directly from the preview.
|
|
20
|
+
- The local comments rail now includes a **Delete all** action for clearing all comments attached to the current document or draft without removing inline `[an: ...]` annotations from the editor text.
|
|
21
|
+
|
|
7
22
|
## [0.5.57] — 2026-04-20
|
|
8
23
|
|
|
9
24
|
### Changed
|