v2.3.0
What's Changed
- Fix init when canvas size is changed during initialization by @Amoki in #798
- Fix JS imports by @tmarti in #809
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #810
- Typescript typings by @mlankamp in #826
- Describing events in components by @mlankamp in #828
- Additional typescript events by @mlankamp in #829
- Error in typings, the componentId is alway a string. by @mlankamp in #830
- Fixed minor issues in the typings by @mlankamp in #833
- Fix: component.id should be string by @mlankamp in #836
- Fixed some jsdoc comments by @mlankamp in #835
- Typed the possible cameraControl events by @mlankamp in #839
- Handle container offsets in distance & angle measurement by @Kurtil in #794
- Updated typings and added new types by @mlankamp in #841
- Performance textures by @xeolabs in #847
- Fixed CameraControl picking and made double click time frame configurable by @MathiasTribia in #855
- Fix XKT v10 transparency; texture loading hack; added example by @xeolabs in #860
- Rename PerformanceModel as VBOSceneModel #866 by @xeolabs in #867
- Compressed textures by @xeolabs in #871
- Handle bitmaps and lines in BCF viewpoints #327 by @xeolabs in #880
- Fix JS imports by adding the proper
.js
suffix to theimport
-ed files by @tmarti in #882 - Touch support for measurement plugins by @xeolabs in #889
- Precision mode for touch distance measurement #816 by @xeolabs in #890
- Babel es5 compilation by @TitouanGisle in #903
- Add gamma correction to colorTexture rendering mode by @xeolabs in #905
- Added ticks event for scene by @mlankamp in #911
New Contributors
- @mlankamp made their first contribution in #826
- @TitouanGisle made their first contribution in #903
Full Changelog: 2.2.2...v2.3.0