@ioai/lerobot-studio 1.2.1 → 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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## 1.2.1
4
11
 
5
12
  ### Patch Changes