@ioai/lerobot-studio 1.2.0 → 1.3.0
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 +16 -0
- package/dist-lib/{DockviewLayout-BDK9-nmD.js → DockviewLayout-CF0ewhDR.js} +3170 -3744
- package/dist-lib/{LeRobotDataLoader-CgLRJ0U1.js → LeRobotDataLoader-DXZRK9t2.js} +10 -10
- package/dist-lib/lerobot-studio.css +61 -12
- package/dist-lib/lerobot.d.ts +118 -0
- package/dist-lib/lerobot.es.js +3613 -2732
- package/dist-lib/{react-window-DufFyc3b.js → react-window-DqEyepq_.js} +1704 -1160
- package/dist-lib/{workerManager-CvezHmhd.js → workerManager-CQ6DPJcz.js} +186 -113
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Add public APIs for a custom welcome page: `LeRobotStudioProvider`, `LeRobotViewerContent`, `DatasetSourceSelector`, `SampleDatasetCard`, `Pagination`, `createDirectoryDataSource`, and `useDragAndDrop`. The npm package still does not include the standalone export dialog. Raise the library entry bundle budget to cover the extra welcome-page modules.
|
|
8
|
+
- Bump transitive `fast-uri` and `qs` to clear `npm audit`.
|
|
9
|
+
|
|
10
|
+
## 1.2.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Label subtasks from the playback timeline in Edit.
|
|
15
|
+
- Skip File System Access on insecure origins.
|
|
16
|
+
- Make v3.0 subtask export opt-in. Unlabeled episodes report `Episode #N has no subtask labels.`
|
|
17
|
+
- Fix the Docker image build: Vite no longer loads test-only parquet helpers that `.dockerignore` excludes.
|
|
18
|
+
|
|
3
19
|
## 1.2.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|