Skip to content

Commit

Permalink
update voyager to v0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Feb 6, 2025
1 parent cb55d95 commit 2f1e5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/voyager
Submodule voyager updated 48 files
+1 −0 libs/ff-scene/source/assets/WebDAVProvider.ts
+1 −1 libs/ff-ui/source/Popup.ts
+5 −1 libs/ff-ui/source/TextEdit.ts
+1 −5 libs/ff-ui/source/styles/_styles.scss
+94 −105 package-lock.json
+9 −9 package.json
+2 −1 source/client/applications/ExplorerApplication.ts
+3 −2 source/client/components/CVARManager.ts
+7 −4 source/client/components/CVAnnotationView.ts
+3 −3 source/client/components/CVAssetManager.ts
+2 −2 source/client/components/CVAssetReader.ts
+3 −2 source/client/components/CVAudioManager.ts
+13 −6 source/client/components/CVDocument.ts
+6 −4 source/client/components/CVEnvironment.ts
+4 −4 source/client/components/CVLightTool.ts
+59 −24 source/client/components/CVModel2.ts
+1 −1 source/client/components/CVRenderTool.ts
+3 −3 source/client/components/CVSliceTool.ts
+2 −2 source/client/components/CVTapeTool.ts
+2 −2 source/client/components/CVViewTool.ts
+87 −21 source/client/io/ModelReader.ts
+14 −1 source/client/models/Derivative.ts
+1 −1 source/client/schema/json/document.schema.json
+0 −1 source/client/templates/default.svx.json
+3 −2 source/client/ui/explorer/ARCode.ts
+3 −2 source/client/ui/explorer/AnnotationOverlay.ts
+1 −1 source/client/ui/explorer/ChromeView.ts
+3 −2 source/client/ui/explorer/HelpMain.ts
+3 −2 source/client/ui/explorer/LanguageMenu.ts
+4 −2 source/client/ui/explorer/MainMenu.ts
+1 −1 source/client/ui/explorer/ReaderView.ts
+3 −2 source/client/ui/explorer/ShareMenu.ts
+3 −2 source/client/ui/explorer/SplashScreen.ts
+2 −4 source/client/ui/explorer/styles.scss
+71 −0 source/client/ui/properties/PropertyBase.ts
+9 −32 source/client/ui/properties/PropertyBoolean.ts
+11 −17 source/client/ui/properties/PropertyColor.ts
+15 −25 source/client/ui/properties/PropertyEvent.ts
+10 −23 source/client/ui/properties/PropertyNumber.ts
+15 −21 source/client/ui/properties/PropertyOptions.ts
+6 −16 source/client/ui/properties/PropertySlider.ts
+6 −4 source/client/ui/properties/PropertyString.ts
+1 −1 source/client/ui/story/AnnotationsTaskView.ts
+8 −0 source/client/ui/story/ArticleEditor.ts
+4 −18 source/client/ui/story/ArticlesTaskView.ts
+16 −0 source/client/ui/story/CollectionPanel.ts
+19 −15 source/client/ui/story/PropertyView.ts
+14 −2 source/client/ui/story/styles.scss

0 comments on commit 2f1e5d3

Please sign in to comment.