From 6603aa2c40a8c47a7d29a2d63691feb12270240d Mon Sep 17 00:00:00 2001 From: xeolabs Date: Mon, 15 Jun 2020 16:00:22 +0200 Subject: [PATCH] Changelog updates --- CHANGE_LOG.md | 71 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 60 insertions(+), 11 deletions(-) diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index ff2d878ef5..e07ee5ed08 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -2,29 +2,78 @@ Find releases on npm: [@xeokit/xeokit-sdk](https://www.npmjs.com/package/@xeokit/xeokit-sdk) -## 1.3.0 +# 1.3.4 + +June 15, 2020 + +* BCFViewpointsPlugin + * Fix clipping planes and realWorldOffset [#339](https://github.com/xeokit/xeokit-sdk/pull/339), [````6b2d070````](https://github.com/xeokit/xeokit-sdk/commit/6b2d070d0a07638e02cea2fe9ed0d22d9e18e6b4) ([**@amoki**](https://github.com/Amoki)) + * Save & load object colors and opacities [#328](https://github.com/xeokit/xeokit-sdk/issues/328), [#345](https://github.com/xeokit/xeokit-sdk/pull/345) [````0dd5efd````](https://github.com/xeokit/xeokit-sdk/commit/0dd5efdf5487fa81e289e2329996b9f3bcff2108) ([**@amoki**](https://github.com/Amoki)) +* CameraControl + * Fix wrong entity on doublePick. [#333](https://github.com/xeokit/xeokit-sdk/issues/333), [````f1d5761````](https://github.com/xeokit/xeokit-sdk/commit/f1d576120c98d26f866b1d346d4b47bf6f669a16) ([**@xeolabs**](https://github.com/xeolabs)) + * Fix overly-sensitive touch rotation and dolly. [#313](https://github.com/xeokit/xeokit-sdk/issues/313), [````b98ddbb````](https://github.com/xeokit/xeokit-sdk/commit/b98ddbbfb25d2729f9aece6ebc5810bd8229bd43) ([**@xeolabs**](https://github.com/xeolabs)) + * Fix memory leak. [````5436074````](https://github.com/xeokit/xeokit-sdk/commit/5436074174fba36d7f90964f003a1528d182b510) ([**@xeolabs**](https://github.com/xeolabs)) +* ContextMenu + * Dynamic item titles [#338](https://github.com/xeokit/xeokit-sdk/issues/338), [````8576910````](https://github.com/xeokit/xeokit-sdk/commit/85769100d722f8f63d83b1dd5dc9330457a34834) ([**@xeolabs**](https://github.com/xeolabs)) +* Scene + * Add Scene#opacityObjects [#343](https://github.com/xeokit/xeokit-sdk/issues/343), [````37dc831````](https://github.com/xeokit/xeokit-sdk/commit/37dc831696d63824ef0f77ebc2673a69aff683c6) ([**@xeolabs**](https://github.com/xeolabs)) + +# 1.3.3 + +June 8, 2020 + +* ContextMenu + * Ignore clicks on disabled items. [#331](https://github.com/xeokit/xeokit-sdk/issues/331), [````20e857f````](https://github.com/xeokit/xeokit-sdk/commit/20e857fa54d868c63c4d1cd1a33a0c573522e7a9) ([**@xeolabs**](https://github.com/xeolabs)) + * Added ContextMenu#shown. [````4f719ef````](https://github.com/xeokit/xeokit-sdk/commit/4f719efd0e87e08c97b849729be6f191ed5f55ce) ([**@xeolabs**](https://github.com/xeolabs)) +* CameraControl + * Don't consume keyboard events on canvas. [#337](https://github.com/xeokit/xeokit-sdk/issues/337), [````6c9c831````](https://github.com/xeokit/xeokit-sdk/commit/6c9c831955cd488679ba80ad8aa02d036849a850) ([**@xeolabs**](https://github.com/xeolabs)) + * Don't fire "hover" events while mouse down. [#335](https://github.com/xeokit/xeokit-sdk/issues/335), [````5986a29````](https://github.com/xeokit/xeokit-sdk/commit/5986a2954a12685d2810bbffadc27f1b324a0b1d) ([**@xeolabs**](https://github.com/xeolabs)) + * Only fire "picked" on left click. [#336](https://github.com/xeokit/xeokit-sdk/issues/336), [````4e6b103````](https://github.com/xeokit/xeokit-sdk/commit/4e6b103eb063215dc0aeda8bb01eb64cb34ac2d5) ([**@xeolabs**](https://github.com/xeolabs)) +* BCFViewpointsPlugin + * Fix clipping planes with yUp models and add option to reverse planes. [#323](https://github.com/xeokit/xeokit-sdk/pull/323) ([**@amoki**](https://github.com/Amoki)) + +# 1.3.2 + +June 8, 2020 + +* NavCubePlugin + * Ignore right-click. [````91badf2````](https://github.com/xeokit/xeokit-sdk/commit/91badf2092027f00987990ecc3fbcd765aa1a77f) ([**@xeolabs**](https://github.com/xeolabs)) + +# 1.3.1 + +June 8, 2020 + +* MetaModel + * Add creation/version/authoring properties. [````6c154c7````](https://github.com/xeokit/xeokit-sdk/commit/42ebe1f5cbd6b7bb2ed3b59bcec98d7ab32e8c27) ([**@xeolabs**](https://github.com/xeolabs)) + +# 1.3.0 June 5, 2020 -* [Fix alpha blending for X-Ray](https://github.com/xeokit/xeokit-sdk/issues/318) - [145ca17](https://github.com/xeokit/xeokit-sdk/commit/145ca17d1839a4ba464c650e3647f305caf90816) -* [Fix missing objects in large .XKT models](https://github.com/xeokit/xeokit-sdk/issues/315) - [1b42a8](https://github.com/xeokit/xeokit-sdk/commit/1b424a8ababff35fe5202993eea33a3cc3667847) -* [Add PerformanceModel#entityList](https://github.com/xeokit/xeokit-sdk/issues/320) - [184443d](https://github.com/xeokit/xeokit-sdk/commit/184443d3bb062e7659be7dc2af9e15c275b66da3) -* [Fix CameraFlightAnimation](https://github.com/xeokit/xeokit-sdk/issues/317) - make it stop running animations when destroyed - [42ebe1f](https://github.com/xeokit/xeokit-sdk/commit/42ebe1f5cbd6b7bb2ed3b59bcec98d7ab32e8c27) -* Enhance CameraControl; add dollyMinSpeed and dollyProximityThreshold - [baea53e](https://github.com/xeokit/xeokit-sdk/commit/baea53e382e67c3aa70a8ae9596738fd0c17727b) +* Fix alpha blending for X-Ray. [#318](https://github.com/xeokit/xeokit-sdk/issues/318), [````145ca17````](https://github.com/xeokit/xeokit-sdk/commit/145ca17d1839a4ba464c650e3647f305caf90816) ([**@xeolabs**](https://github.com/xeolabs)) +* Fix missing objects in large .XKT models. [#315](https://github.com/xeokit/xeokit-sdk/issues/315), [````1b42a8````](https://github.com/xeokit/xeokit-sdk/commit/1b424a8ababff35fe5202993eea33a3cc3667847) ([**@lasselaakkonen**](https://github.com/lasselaakkonen)), ([**@xeolabs**](https://github.com/xeolabs)) +* Add PerformanceModel#entityList. [#320](https://github.com/xeokit/xeokit-sdk/issues/320), [````184443d````](https://github.com/xeokit/xeokit-sdk/commit/184443d3bb062e7659be7dc2af9e15c275b66da3) ([**@xeolabs**](https://github.com/xeolabs)) +* Fix CameraFlightAnimation; make it stop running animations when destroyed. [#317](https://github.com/xeokit/xeokit-sdk/issues/317), [````42ebe1f````](https://github.com/xeokit/xeokit-sdk/commit/42ebe1f5cbd6b7bb2ed3b59bcec98d7ab32e8c27) ([**@xeolabs**](https://github.com/xeolabs)) +* Enhance CameraControl; add dollyMinSpeed and dollyProximityThreshold. [````baea53e````](https://github.com/xeokit/xeokit-sdk/commit/baea53e382e67c3aa70a8ae9596738fd0c17727b) ([**@xeolabs**](https://github.com/xeolabs)) -## 1.2.1 +# 1.2.1 May 29, 2020 -* [Fix initializing BatchingLayer.colorsBuf](https://github.com/xeokit/xeokit-sdk/pull/314) - [0f60018](https://github.com/xeokit/xeokit-sdk/commit/0f600180abe6fbc01a9b98bd7b89f919df2192ed) +* PerformanceModel + * Fix initializing BatchingLayer.colorsBuf. [#314](https://github.com/xeokit/xeokit-sdk/pull/314), [````0f60018````](https://github.com/xeokit/xeokit-sdk/commit/0f600180abe6fbc01a9b98bd7b89f919df2192ed) ([**@xeolabs**](https://github.com/xeolabs)) -## 1.1.0 +# 1.1.0 May 25, 2020 -* [Fix IFCObjectDefaults: types with no props not falling back on "DEFAULT"](https://github.com/xeokit/xeokit-sdk/issues/276) - [b3e6ce3](https://github.com/xeokit/xeokit-sdk/commit/b3e6ce370f347ab9a355a7400ce70990a9f7b1af) -* [CameraControl Dolly Rate proportional to Target Distance](https://github.com/xeokit/xeokit-sdk/issues/311) - [0fe3c46](https://github.com/xeokit/xeokit-sdk/commit/0fe3c4679e370b6071ae2f2a3c1f8f7e6632981d) +* IFCObjectDefaults + * Fix types with no props not falling back on "DEFAULT". [#276](https://github.com/xeokit/xeokit-sdk/issues/276), [````b3e6ce3````](https://github.com/xeokit/xeokit-sdk/commit/b3e6ce370f347ab9a355a7400ce70990a9f7b1af) ([**@xeolabs**](https://github.com/xeolabs)) +* CameraControl + * Dolly rate proportional to target distance. [#311](https://github.com/xeokit/xeokit-sdk/issues/311), [````0fe3c46````](https://github.com/xeokit/xeokit-sdk/commit/0fe3c4679e370b6071ae2f2a3c1f8f7e6632981d) ([**@xeolabs**](https://github.com/xeolabs)) + +