Skip to content

Commit bf80f77

Browse files
committed
3.8.3
1 parent 17dc7d3 commit bf80f77

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +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.8.3](https://github.com/simularium/simularium-viewer/compare/v3.8.2...v3.8.3)
8+
9+
- Fix/null agent function [`#396`](https://github.com/simularium/simularium-viewer/pull/396)
10+
- spread null agent object when parsing frames [`#395`](https://github.com/simularium/simularium-viewer/pull/395)
11+
- send selected agent data to front end [`#392`](https://github.com/simularium/simularium-viewer/pull/392)
12+
713
#### [v3.8.2](https://github.com/simularium/simularium-viewer/compare/v3.8.1...v3.8.2)
814

15+
> 10 June 2024
16+
917
- Fix/remove simularium engine specific code [`#391`](https://github.com/simularium/simularium-viewer/pull/391)
1018

11-
#### [v3.8.1](https://github.com/simularium/simularium-viewer/compare/v3.7.4...v3.8.1)
19+
#### [v3.8.1](https://github.com/simularium/simularium-viewer/compare/v3.8.0...v3.8.1)
1220

1321
> 3 June 2024
1422
1523
- With octopus, we can assume frame per message [`#390`](https://github.com/simularium/simularium-viewer/pull/390)
1624
- update cache setting [`#388`](https://github.com/simularium/simularium-viewer/pull/388)
25+
26+
#### [v3.8.0](https://github.com/simularium/simularium-viewer/compare/v3.7.4...v3.8.0)
27+
28+
> 23 May 2024
29+
1730
- Fix/plotdata [`#386`](https://github.com/simularium/simularium-viewer/pull/386)
1831
- Feature/trim cache head [`#381`](https://github.com/simularium/simularium-viewer/pull/381)
1932

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.2",
3+
"version": "3.8.3",
44
"description": "An npm package to view simulations.",
55
"main": "es/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)