Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schoinh committed Nov 5, 2021
1 parent 2e1ca9d commit 8a17806
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ 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.2.0](https://github.com/allen-cell-animated/simularium-viewer/compare/v3.1.0...v3.2.0)

- Feature/error levels [`#223`](https://github.com/allen-cell-animated/simularium-viewer/pull/223)
- add a nightly build script [`#221`](https://github.com/allen-cell-animated/simularium-viewer/pull/221)
- fix issue with color varying across same agent [`#222`](https://github.com/allen-cell-animated/simularium-viewer/pull/222)
- change error handeling interface [`0f435bb`](https://github.com/allen-cell-animated/simularium-viewer/commit/0f435bb506863c407b00ab4b90abb7f67c97f044)
- change front end error interface slightly [`ba273b4`](https://github.com/allen-cell-animated/simularium-viewer/commit/ba273b40ede288113dfddf89f58e26f485a769e1)
- add comments about internal errors verses FrontEndErrors [`c7f9c91`](https://github.com/allen-cell-animated/simularium-viewer/commit/c7f9c918a6733710efa9443ed47a35538d6b286a)

#### [v3.1.0](https://github.com/allen-cell-animated/simularium-viewer/compare/v3.0.4...v3.1.0)

> 29 October 2021
- load PDB by ID and mmCIF files [`#215`](https://github.com/allen-cell-animated/simularium-viewer/pull/215)
- Fix/parent color [`#213`](https://github.com/allen-cell-animated/simularium-viewer/pull/213)
- add unmodified to displaydata [`#216`](https://github.com/allen-cell-animated/simularium-viewer/pull/216)
Expand Down Expand Up @@ -524,11 +535,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- changed to left click [`#22`](https://github.com/allen-cell-animated/simularium-viewer/pull/22)
- Update ci.yml [`83281f9`](https://github.com/allen-cell-animated/simularium-viewer/commit/83281f966512a561883dc76202d855919bed7f7d)

#### [v1.2.7](https://github.com/allen-cell-animated/simularium-viewer/compare/v1.2.6...v1.2.7)

> 31 July 2020
#### [v1.2.6](https://github.com/allen-cell-animated/simularium-viewer/compare/v1.2.3...v1.2.6)
#### [v1.2.7](https://github.com/allen-cell-animated/simularium-viewer/compare/v1.2.3...v1.2.7)

> 31 July 2020
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "3.2.0",
"description": "An npm package to view simulations.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 8a17806

Please sign in to comment.