Skip to content

Commit

Permalink
## 2.0.7
Browse files Browse the repository at this point in the history
Minor version by [@jscastro76](https://github.com/jscastro76), some enhancements and bugs.

#### ✨ Enhancements

- [**#54**](#54) vue and threebox,map not defined.
- [**#63**](#63) `CSS2DObject` is not disposing properly.
- Update example [15-performance.html](https://github.com/jscastro76/threebox/blob/master/examples/15-performance.html) to avoid dupplicated calls when dragging the count GUI control.

#### 🪲 Bug fixes

- [**#61**](#61) .userData not refreshed properly on obj.duplicate.
- [**#62**](#62) Memory Leak on tb.remove(). Tested
- [**#64**](#64) Cache instance of a loaded model is disposed when the world children is.
  • Loading branch information
jscastro76 committed Oct 28, 2020
1 parent c6a434a commit 210a0b6
Show file tree
Hide file tree
Showing 16 changed files with 375 additions and 366 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 2.0.7

Minor version by [@jscastro76](https://github.com/jscastro76), some enhancements and bugs.

#### :sparkles: Enhancements

- [**#54**](https://github.com/jscastro76/threebox/issues/54) vue and threebox,map not defined.
- [**#63**](https://github.com/jscastro76/threebox/issues/63) `CSS2DObject` is not disposing properly.
- Update example [15-performance.html](https://github.com/jscastro76/threebox/blob/master/examples/15-performance.html) to avoid dupplicated calls when dragging the count GUI control.

#### :beetle: Bug fixes

- [**#61**](https://github.com/jscastro76/threebox/issues/61) .userData not refreshed properly on obj.duplicate.
- [**#62**](https://github.com/jscastro76/threebox/issues/62) Memory Leak on tb.remove(). Tested
- [**#64**](https://github.com/jscastro76/threebox/issues/64) Cache instance of a loaded model is disposed when the world children is.

<br>

- - -


## 2.0.6

Minor version by [@jscastro76](https://github.com/jscastro76), some enhancements and bugs.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ v.0.3.0
MIT License
Copyright (c) 2017 Peter Liu

v.2.0.1 - v.2.0.6
v.2.0.1 - v.2.0.7
MIT License
Copyright (c) 2020 Jesus Serrano

Expand Down
3 changes: 2 additions & 1 deletion ThreeboxSolution.njsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<StartWebBrowser>True</StartWebBrowser>
<LaunchUrl>/examples/01-basic.html</LaunchUrl>
<LaunchUrl>/examples/15-performance.html</LaunchUrl>
<SaveNodeJsSettingsInProjectFile>True</SaveNodeJsSettingsInProjectFile>
<NodejsPort>8080</NodejsPort>
</PropertyGroup>
Expand Down Expand Up @@ -64,6 +64,7 @@
<Content Include="examples\images\logistics.png" />
<Content Include="examples\images\mercator.png" />
<Content Include="examples\images\object3D.png" />
<Content Include="examples\images\performance.png" />
<Content Include="examples\images\raycaster.png" />
<Content Include="examples\images\statue-of-liberty.png" />
<Content Include="examples\images\stylechange.png" />
Expand Down
Loading

0 comments on commit 210a0b6

Please sign in to comment.