Skip to content

Commit 1de56fe

Browse files
committed
3.9.0
1 parent 725c733 commit 1de56fe

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,29 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v3.9.0](https://github.com/simularium/simularium-viewer/compare/v3.8.4...v3.9.0)
8+
9+
- Bounding box toggle in tweakpane [`#434`](https://github.com/simularium/simularium-viewer/pull/434)
10+
- testbed file organization [`#429`](https://github.com/simularium/simularium-viewer/pull/429)
11+
- fix test bed download button [`#427`](https://github.com/simularium/simularium-viewer/pull/427)
12+
- remove pauseOn property [`#425`](https://github.com/simularium/simularium-viewer/pull/425)
13+
- Caching: remove vis data workers [`#420`](https://github.com/simularium/simularium-viewer/pull/420)
14+
- Caching: refactor, memory improvements, trimming [`#411`](https://github.com/simularium/simularium-viewer/pull/411)
15+
- Bump webpack from 5.90.3 to 5.95.0 in /examples [`#418`](https://github.com/simularium/simularium-viewer/pull/418)
16+
- Bump cookie and express in /examples [`#421`](https://github.com/simularium/simularium-viewer/pull/421)
17+
- Bump webpack from 5.90.3 to 5.94.0 [`#408`](https://github.com/simularium/simularium-viewer/pull/408)
18+
- update dependencies: typescript, three, jest [`#416`](https://github.com/simularium/simularium-viewer/pull/416)
19+
- Bump express from 4.19.2 to 4.21.0 in /examples [`#414`](https://github.com/simularium/simularium-viewer/pull/414)
20+
- remove unused references to colorchange interface [`#410`](https://github.com/simularium/simularium-viewer/pull/410)
21+
- code cleanup: dragAndDrop and JSON caching code [`#409`](https://github.com/simularium/simularium-viewer/pull/409)
22+
- npm won't install anything until I bump ts-jest [`19fa8f6`](https://github.com/simularium/simularium-viewer/commit/19fa8f6ffdb2ad56fbcee70649098ef54ada4476)
23+
- more package wrangling to fix tests (where was lodash?!) [`efa53fc`](https://github.com/simularium/simularium-viewer/commit/efa53fcf64e770c38fb036b1d5561c62450c8284)
24+
- bump rimraf too, since it was complaining [`bce9f7e`](https://github.com/simularium/simularium-viewer/commit/bce9f7edc9762c10e9c321709d1751e871bf12e7)
25+
726
#### [v3.8.4](https://github.com/simularium/simularium-viewer/compare/v3.8.3...v3.8.4)
827

28+
> 22 August 2024
29+
930
- Feature/session colors [`#400`](https://github.com/simularium/simularium-viewer/pull/400)
1031
- export AgentData type properly from /types and / simularium [`#401`](https://github.com/simularium/simularium-viewer/pull/401)
1132
- Bump ws from 7.5.9 to 7.5.10 [`#399`](https://github.com/simularium/simularium-viewer/pull/399)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aics/simularium-viewer",
3-
"version": "3.8.4",
3+
"version": "3.9.0",
44
"description": "An npm package to view simulations.",
55
"main": "es/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)