Skip to content

Commit

Permalink
3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Aug 25, 2023
1 parent b33d2b0 commit 5c0e3c5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5c0e3c5

Please sign in to comment.