@ioai/lerobot-studio 1.3.1 → 1.3.3
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 +13 -0
- package/dist-lib/{DockviewLayout-C8FCn77e.js → DockviewLayout-Db1gK0Go.js} +655 -655
- package/dist-lib/lerobot-studio.css +8320 -2
- package/dist-lib/lerobot.es.js +3362 -2731
- package/dist-lib/{react-window-DqEyepq_.js → react-window-CNIimuLk.js} +46 -1
- package/package.json +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add episode trim in Edit and apply it on export. Same-version v3.0 export copies shared videos by default and can physically drop unused segments when requested. Raise the library entry raw bundle budget to cover the trim controls in the viewer.
|
|
8
|
+
- Override transitive `js-yaml` 3.15.2 / 4.3.2 and `hono` 4.13.7 to clear `npm audit` (GHSA-2883-xcg3-v3hh and the hono 4.13.5+ security fixes). These packages are not runtime app dependencies.
|
|
9
|
+
|
|
10
|
+
## 1.3.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Ensure embedded host token binding survives the full Vite CSS asset: bind `:root` / `.dark` tokens onto `.lerobot-root` with a string pass after Lightning CSS scoping (Rule visitors fail to deserialize on the packaged stylesheet).
|
|
15
|
+
|
|
3
16
|
## 1.3.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|