From 5c0e3c5fc7bcdb1812dabb497d10ba521a7277e4 Mon Sep 17 00:00:00 2001 From: meganrm Date: Fri, 25 Aug 2023 16:25:30 -0700 Subject: [PATCH] 3.6.2 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f25061a7..69cc183f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.6.2](https://github.com/simularium/simularium-viewer/compare/v3.6.1...v3.6.2) + +- delay webgl init until after component mounted [`#327`](https://github.com/simularium/simularium-viewer/pull/327) +- Bump tough-cookie from 4.1.2 to 4.1.3 [`#322`](https://github.com/simularium/simularium-viewer/pull/322) +- Bump word-wrap from 1.2.3 to 1.2.4 [`#323`](https://github.com/simularium/simularium-viewer/pull/323) +- bind setCameraType and this in controller [`#324`](https://github.com/simularium/simularium-viewer/pull/324) +- Catch error that occurs in race condition [`#321`](https://github.com/simularium/simularium-viewer/pull/321) +- Fix/ao with zoom [`#315`](https://github.com/simularium/simularium-viewer/pull/315) +- Fix `VisGeometry` constructor overwriting properties it initializes [`#319`](https://github.com/simularium/simularium-viewer/pull/319) +- Feature/orthographic camera [`#314`](https://github.com/simularium/simularium-viewer/pull/314) +- replace AO shader with one that seems more robust and has more tuneable parameters. blur pass still to-do [`b9915a4`](https://github.com/simularium/simularium-viewer/commit/b9915a467e26b37512f00b0ea2436c54f5eb8b89) +- integrate with blur pass and use only first ao pass for result [`42f34e1`](https://github.com/simularium/simularium-viewer/commit/42f34e1e40e5e1a4e4341755d8f6224df1efd60e) +- wip, tweaking with a ratio value [`cf633a8`](https://github.com/simularium/simularium-viewer/commit/cf633a8c5a6b414a6b93ec7c95be159638a49441) + #### [v3.6.1](https://github.com/simularium/simularium-viewer/compare/v3.6.0...v3.6.1) +> 1 June 2023 + - make all json message handlers into arrow functions [`#318`](https://github.com/simularium/simularium-viewer/pull/318) - Bug fix: Default to secureConnection = true if it not defined [`#316`](https://github.com/simularium/simularium-viewer/pull/316) - remove unused imports [`6160b83`](https://github.com/simularium/simularium-viewer/commit/6160b830f693a47a6a2b2752fd7d1eff849aa01a) diff --git a/package-lock.json b/package-lock.json index 10077669..ccb8dcbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aics/simularium-viewer", - "version": "3.6.1", + "version": "3.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aics/simularium-viewer", - "version": "3.6.1", + "version": "3.6.2", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-free": "^5.15.2", diff --git a/package.json b/package.json index e478a0ab..daadcbff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aics/simularium-viewer", - "version": "3.6.1", + "version": "3.6.2", "description": "An npm package to view simulations.", "main": "es/index.js", "module": "es/index.js",