You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [3DStreet Editor 0.4.7](https://github.com/3DStreet/3dstreet-editor/releases/tag/0.4.7) - 21 Feb 2024
8
+
* New feature: Open community scene browser when loading blank scene. The rest are bug fixes and refactoring.
9
+
* CSS refactoring and storybook init, [first half of CSS improvement epic](https://github.com/3DStreet/3dstreet-editor/issues/314)
10
+
* Usability improvements: fix incorrect bounding box for some objects, fix critical boolean widget bug, remove various console errors, fix NaN in number widget error
11
+
*[Save / load usability improvements](https://github.com/3DStreet/3dstreet-editor/issues/364): fix various bugs relating to thumbnail, title and scene graph saving resulting in unexpected behavior in open modal
12
+
* Start refactoring to for Editor to call 3DStreet core methods from STREET global
13
+
* Pin 3DStreet core library to specific version (starting with 0.4.6) to prevent breaking changes on production while introducing new core features
14
+
15
+
## [3DStreet Core 0.4.6](https://github.com/3DStreet/3dstreet/releases/tag/0.4.6) - 5 Feb 2024
8
16
* This is a bug fix and maintenance release.
9
17
* Fix issues with scene loading and changing component attributes dynamically
10
18
* Fix issue with selecting tram and foodtruck elements
11
19
* Fix hash marks texture in divider segment
12
20
* support for new fire ladder truck model
13
21
* various mapbox demo updates (but not ready for production use yet)
## [3DStreet Core 0.4.5](https://github.com/3DStreet/3dstreet/releases/tag/0.4.5) - 8 Dec 2023
16
24
* Mostly hotfixes and bugfixes to [0.4.4](#3dstreet-core-044) such as fixing error saving scenes caused by default value of component properties not found; fixing display name of streets and segments by changing colon to bullet, therefore preventing interpretation of strings intended for display to user as being interpreted as attribute:value pairs.
17
25
* Add animations for people on bicycles and some scooters
18
26
* Fix logo size for on overlay
@@ -21,7 +29,7 @@ sidebar_position: 1
21
29
* Notify methods in global STREET object
22
30
* save grouped assets in the attribute of street-assets element
## [3DStreet Core 0.4.4](https://github.com/3DStreet/3dstreet/releases/tag/0.4.4) - 30 Nov 2023
25
33
* Completion of big [creator usability epic](https://github.com/3DStreet/3dstreet/issues/358)
26
34
* Significant visual improvements to environment (sky and lighting)
27
35
* Now choose from 8 different environment presets, each with a unique sky with matching lighting conditions impacting shadows, reflections and color tone: 'day', 'night', 'color', 'sunny-morning', 'cloudy-afternoon', 'sunny-afternoon', 'sunny-noon', 'foggy', 'cloudy'. Choose 'color' to specify your own background color.
@@ -31,7 +39,7 @@ sidebar_position: 1
31
39
* major refactor of creating 3d segments from json source: grounds underneath street segments and underneath buildings or lots, accurate x position and box widths instead of arcane x scale, using nicer display names for segments to make browsing in scene graph easier, fix elevation support
32
40
* randomize item placement, more, accurate rail widths (standard gauge and sf cablecar gauge)
0 commit comments