# Changelog
<!--
	Placeholder for the next version (add instead of version-number-headline below):
	## __WORK IN PROGRESS__
-->
## 0.0.10 (2021-04-14)
* Updated to ThreeJS 127
* Improved documentation layout
* Replaced JS minifier "uglify" with ES6 aware "terser"

## 0.0.9 (2021-03-19)
* Fixed bug where animations bound to boolean states were not initialized properly when model was loaded
* Colored axis in editor-panel
* Fixed multiple false error messages upon first model setup
* Removed unneeded things (https://github.com/ioBroker/ioBroker.repositories/pull/1157#issuecomment-802623631)

## 0.0.8 (2021-03-04)
* Bump three from 0.125.2 to 0.126.0

## 0.0.7 (2021-02-21)
* Fixed lighting behaviour (switchable lights)

## 0.0.6 (2021-02-19)
* Added 3d-axis in edit-mode to ease model positioning

## 0.0.5 (2021-02-18)
* Updated ThreeJS from r121 to r125
* Improved dependency management

## 0.0.4 (2021-02-09)
* Added clickable-object behaviour
* Improved switchable lights
* ESLint added
* Multiple improvements & bugfixes
* Reworked logging
* Documentation updated

## 0.0.3 (2021-02-03)
* Removed docs from NPM
* Added loading-animation for model
* Multiple Bugfixes

## 0.0.2 (2021-02-02)
* Reordered some menues in VIS editor
* Extended documentation
* Improved animation system
* Multiple Bugfixes

## 0.0.1 (2021-02-01)
* Initial (beta) release
* Created documentation