Skip to content

Commit

Permalink
chore(release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Jun 8, 2021
1 parent 33f7a98 commit 9880ddf
Show file tree
Hide file tree
Showing 8 changed files with 220 additions and 6 deletions.
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,78 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/HSF/phoenix/compare/v1.7.0...v2.0.0) (2021-06-08)


### Bug Fixes

* **app:** add correct LHCb event data file ([4e0799a](https://github.com/HSF/phoenix/commit/4e0799af834b2b348afbaeb9abd42d434ed9f7a3))
* **app:** automatically load the new LHCb data file ([7b778ba](https://github.com/HSF/phoenix/commit/7b778ba4784bfecd045dba3933d350774e5e3f0a))
* **app:** fix fullscreen test ([be477a0](https://github.com/HSF/phoenix/commit/be477a0d0dc1f44a3e0ea68a92b5d0c642cd617a))
* **app:** remove redundant CSS and classes ([d2b7d34](https://github.com/HSF/phoenix/commit/d2b7d34f01e7fd7df18f1ab5acaf56ccf49610fc))
* **app:** show overlays in SS mode ([364e643](https://github.com/HSF/phoenix/commit/364e6434ced3bfab11a435428693cb8149bbd89b))
* **app:** use node v14 because of @angular/animations@12 ([627edc9](https://github.com/HSF/phoenix/commit/627edc9a6f684826d2fd73a95c9964218c9d55f4))
* **event-display:** add energy cut, refactor ([000ab78](https://github.com/HSF/phoenix/commit/000ab78534b3d56cb4416358c2345c34d849254d))
* **event-display:** attempt to improve robustness of tracks ([689da29](https://github.com/HSF/phoenix/commit/689da2983c1751fc96709c781704625dab388ed3))
* **event-display:** better debugging info and prettier ([df9ce07](https://github.com/HSF/phoenix/commit/df9ce07837be2a37885bcf8f2c4061f44922b617))
* **event-display:** fix [#289](https://github.com/HSF/phoenix/issues/289) cluster rendering ([1a01248](https://github.com/HSF/phoenix/commit/1a01248cb0940e63273ee89c6317d9acda870759))
* **event-display:** fix collision animation ([3e5d80d](https://github.com/HSF/phoenix/commit/3e5d80da441996aa5f905382125ff37b69ff02a3))
* **event-display:** fix eta calculation for JiveXML ([6dbd797](https://github.com/HSF/phoenix/commit/6dbd797c865a87a3fa9736861bd2a1fe4ff258fd))
* **event-display:** fix phoenix menu node types ([1af6ae2](https://github.com/HSF/phoenix/commit/1af6ae26964fb3a780a074378c5202ee6c9fe0a4))
* **event-display:** fix too many params for hits ([8b994a7](https://github.com/HSF/phoenix/commit/8b994a7014db6c72973ded26db4e8bd7e664298f))
* **event-display:** fixes and improvements for track import from JiveXML ([c92d65f](https://github.com/HSF/phoenix/commit/c92d65f9cfc5dc788f42be71b98cea05e2174561))
* **event-display:** persist cuts when collection is toggled ([1dd0431](https://github.com/HSF/phoenix/commit/1dd0431b996d596789f5ab501477a189e327901e))
* **event-display:** properly display the PlanarCalorimeters ([f41920b](https://github.com/HSF/phoenix/commit/f41920b7cb3b88113b02309f2c72463f25d0978f))
* **event-display:** random colors for collections and fix color by vertex ([303187a](https://github.com/HSF/phoenix/commit/303187a9ccdd6ea30478ebb567da4c53fa88af3b))
* **event-display:** rk-helper should use CoordinateHelper ([6085f50](https://github.com/HSF/phoenix/commit/6085f50a52a8c1fa252833b2c868b2bc5dce227d))
* **event-display:** use line animation for line hit ([df425ee](https://github.com/HSF/phoenix/commit/df425eeb3d3d6e2c2c9490fd1d6b399f7ea31f99))
* fix misc errors and improve styles ([124a272](https://github.com/HSF/phoenix/commit/124a272fdb2ae75ee5883abdbfb5a2cfb2ef9251))


### Features

* **app:** ability to toggle background in overlay view ([aeee757](https://github.com/HSF/phoenix/commit/aeee757adfe25491b866d82758b7e5464ad8c88a))
* **app:** add embed in sharable link constructor ([8a0c0b1](https://github.com/HSF/phoenix/commit/8a0c0b1b423e7c7b8dd6935a266d6158a8fc5125))
* **app:** add experiment link to embed menu ([1bc14f9](https://github.com/HSF/phoenix/commit/1bc14f94edfa87bb6c752bc009ed790b54f3cf5e))
* **app:** add load progress based on number of loaded items ([20ef288](https://github.com/HSF/phoenix/commit/20ef288ee3ade9f1c6535e225c992993b62f6b01))
* **app:** add loading progress to all experiments ([b557cfb](https://github.com/HSF/phoenix/commit/b557cfb42710eeccc8182f9d2c4c6e45ecc25eb9))
* **app:** add more options to embed menu ([575d29a](https://github.com/HSF/phoenix/commit/575d29ad1becbfaa4ce96371cc2bc77ffda3e474))
* **app:** allow content in UI menu and display items in a straight row ([e3d83ea](https://github.com/HSF/phoenix/commit/e3d83ea7e3e7bf43e850e837b61770788747acdb))
* **app:** create embed menu component ([5fe6685](https://github.com/HSF/phoenix/commit/5fe66859c5546dfdcd063097b7a5aaa3fd3acad5))
* **app:** get experiment link dynamically and add tests for embed menu ([cc9590d](https://github.com/HSF/phoenix/commit/cc9590dd2f8d0482ed781603e12780cbfe8c2640))
* **app:** improve background colors ([110ca01](https://github.com/HSF/phoenix/commit/110ca0133e86937b57c959edcfd9bee5b11e3479))
* **app:** improve background colors ([2c97f5c](https://github.com/HSF/phoenix/commit/2c97f5cc4f0d9e2933010350f02570b98a7d1f51))
* **app:** make animation presets configurable ([bd5f161](https://github.com/HSF/phoenix/commit/bd5f1617ab2a9f2b169089e3c57862b264fec984))
* **app:** setup for preset scene animations ([6e919e1](https://github.com/HSF/phoenix/commit/6e919e1b7f735ff15e83997d7b5a7b8ca94db441))
* **app:** upgrade Angular version ([f31e66a](https://github.com/HSF/phoenix/commit/f31e66a959e43383e4cdf629d4251bcb8eefde4f))
* **event-display:** add a sample animation preset ([e07725a](https://github.com/HSF/phoenix/commit/e07725a08c79e214a5f11cf902872f74e25a32fa))
* **event-display:** add color by vertex options ([d2e0547](https://github.com/HSF/phoenix/commit/d2e05475e87b08934a4a5b3c40de9956d7d58afe))
* **event-display:** add color options to tracks collections ([90aea3c](https://github.com/HSF/phoenix/commit/90aea3cec7d080e976299602bf0f113ba6dcba1b))
* **event-display:** add docs for color options class ([6cd5d53](https://github.com/HSF/phoenix/commit/6cd5d5346189f6d19a22b371bbd9b34804607af9))
* **event-display:** add embed option to URL ([cb68283](https://github.com/HSF/phoenix/commit/cb68283a50d34184a5ff80a4776d38aa6a595851))
* **event-display:** add function to animate scene ([a411631](https://github.com/HSF/phoenix/commit/a4116311228465c27df7fa0d706e0aa09c40c36b))
* **event-display:** add momentum color options UI ([f1d2cef](https://github.com/HSF/phoenix/commit/f1d2cefae0ad0f07c4a84acbdf0d28c3b6f3932c))
* **event-display:** add types for Phoenix menu configs ([68f3d45](https://github.com/HSF/phoenix/commit/68f3d456b711579553ecd83d6ef6876bf707c8cd))
* **event-display:** code improvement for momentum sliders ([1a17e99](https://github.com/HSF/phoenix/commit/1a17e99de30fae75bb0a35ba15a584786f3020f6))
* **event-display:** complete types for phoenix menu node ([cc04d5a](https://github.com/HSF/phoenix/commit/cc04d5aca11258b5f8ff23ae7b5863f21f7eddd9))
* **event-display:** improve preset animation ([2371f75](https://github.com/HSF/phoenix/commit/2371f75ed224bd26ffbfb88a299daf7c5ce16543))
* update all packages ([7d2eb64](https://github.com/HSF/phoenix/commit/7d2eb6422375801de66642d7d8be3b26551af551))
* **event-display:** create coloring manager and color tracks by properties ([c446567](https://github.com/HSF/phoenix/commit/c4465674ef2dc745473e9d2c402eacda29d343fb))
* **event-display:** divide collection config options into child nodes ([2e52c22](https://github.com/HSF/phoenix/commit/2e52c22f84e748b310262c12c41678d5de55915b))
* **event-display:** highly optimize and generalize color by options ([595d9e5](https://github.com/HSF/phoenix/commit/595d9e5297d753db972801e59c4221748a1105f2))
* **event-display:** implement color by momentum ([9222e04](https://github.com/HSF/phoenix/commit/9222e04c295ac674f015d43bde2ae2a90ccbf61d))
* **event-display:** implement embed menu ([872f708](https://github.com/HSF/phoenix/commit/872f7085aabdaa952f0cffb5bab82e7a021582fb))
* **event-display:** improve color manager code ([3839578](https://github.com/HSF/phoenix/commit/38395787549dbdfe6028a194efb09f34f41ee611))
* **event-display:** only show selected color by options ([3041166](https://github.com/HSF/phoenix/commit/3041166ccc64609501d867471277687b17383b97))
* **event-display:** type changes for phoenix menu ([9a79692](https://github.com/HSF/phoenix/commit/9a79692d56298e1b6713521026b9f64349e722aa))
* **event-display:** use child node for collection's color options ([8559830](https://github.com/HSF/phoenix/commit/8559830f4ad2d6463dfc463fa19d2d6265c42dc6))
* **event-display:** use class for color options in UI ([4acca1a](https://github.com/HSF/phoenix/commit/4acca1a801c9650b96518654e79488c5637da503))
* **event-dosplay:** improve processing of PlanarCaloCells in Phoenix loader ([5a8fe9f](https://github.com/HSF/phoenix/commit/5a8fe9f3f431611760f56806900c132ad3e36b03))





# [1.9.0](https://github.com/HSF/phoenix/compare/v1.7.0...v1.9.0) (2021-05-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.0",
"version": "2.0.0",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
58 changes: 58 additions & 0 deletions packages/phoenix-event-display/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,64 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/HSF/phoenix/compare/v1.7.0...v2.0.0) (2021-06-08)


### Bug Fixes

* **event-display:** add energy cut, refactor ([000ab78](https://github.com/HSF/phoenix/commit/000ab78534b3d56cb4416358c2345c34d849254d))
* **event-display:** attempt to improve robustness of tracks ([689da29](https://github.com/HSF/phoenix/commit/689da2983c1751fc96709c781704625dab388ed3))
* **event-display:** better debugging info and prettier ([df9ce07](https://github.com/HSF/phoenix/commit/df9ce07837be2a37885bcf8f2c4061f44922b617))
* **event-display:** fix [#289](https://github.com/HSF/phoenix/issues/289) cluster rendering ([1a01248](https://github.com/HSF/phoenix/commit/1a01248cb0940e63273ee89c6317d9acda870759))
* **event-display:** fix collision animation ([3e5d80d](https://github.com/HSF/phoenix/commit/3e5d80da441996aa5f905382125ff37b69ff02a3))
* **event-display:** fix eta calculation for JiveXML ([6dbd797](https://github.com/HSF/phoenix/commit/6dbd797c865a87a3fa9736861bd2a1fe4ff258fd))
* **event-display:** fix phoenix menu node types ([1af6ae2](https://github.com/HSF/phoenix/commit/1af6ae26964fb3a780a074378c5202ee6c9fe0a4))
* **event-display:** fix too many params for hits ([8b994a7](https://github.com/HSF/phoenix/commit/8b994a7014db6c72973ded26db4e8bd7e664298f))
* **event-display:** fixes and improvements for track import from JiveXML ([c92d65f](https://github.com/HSF/phoenix/commit/c92d65f9cfc5dc788f42be71b98cea05e2174561))
* **event-display:** persist cuts when collection is toggled ([1dd0431](https://github.com/HSF/phoenix/commit/1dd0431b996d596789f5ab501477a189e327901e))
* **event-display:** properly display the PlanarCalorimeters ([f41920b](https://github.com/HSF/phoenix/commit/f41920b7cb3b88113b02309f2c72463f25d0978f))
* **event-display:** random colors for collections and fix color by vertex ([303187a](https://github.com/HSF/phoenix/commit/303187a9ccdd6ea30478ebb567da4c53fa88af3b))
* **event-display:** use line animation for line hit ([df425ee](https://github.com/HSF/phoenix/commit/df425eeb3d3d6e2c2c9490fd1d6b399f7ea31f99))
* fix misc errors and improve styles ([124a272](https://github.com/HSF/phoenix/commit/124a272fdb2ae75ee5883abdbfb5a2cfb2ef9251))
* **event-display:** rk-helper should use CoordinateHelper ([6085f50](https://github.com/HSF/phoenix/commit/6085f50a52a8c1fa252833b2c868b2bc5dce227d))


### Features

* **app:** add embed in sharable link constructor ([8a0c0b1](https://github.com/HSF/phoenix/commit/8a0c0b1b423e7c7b8dd6935a266d6158a8fc5125))
* **app:** add embed menu with a URL option for embed ([56c6eff](https://github.com/HSF/phoenix/commit/56c6eff388fef027cfbe9e9b0ff0ea4513689808))
* **app:** add load progress based on number of loaded items ([20ef288](https://github.com/HSF/phoenix/commit/20ef288ee3ade9f1c6535e225c992993b62f6b01))
* **app:** improve background colors ([2c97f5c](https://github.com/HSF/phoenix/commit/2c97f5cc4f0d9e2933010350f02570b98a7d1f51))
* **app:** setup for preset scene animations ([6e919e1](https://github.com/HSF/phoenix/commit/6e919e1b7f735ff15e83997d7b5a7b8ca94db441))
* **event-display:** add a sample animation preset ([e07725a](https://github.com/HSF/phoenix/commit/e07725a08c79e214a5f11cf902872f74e25a32fa))
* **event-display:** add color by vertex options ([d2e0547](https://github.com/HSF/phoenix/commit/d2e05475e87b08934a4a5b3c40de9956d7d58afe))
* **event-display:** add color options to tracks collections ([90aea3c](https://github.com/HSF/phoenix/commit/90aea3cec7d080e976299602bf0f113ba6dcba1b))
* **event-display:** add docs for color options class ([6cd5d53](https://github.com/HSF/phoenix/commit/6cd5d5346189f6d19a22b371bbd9b34804607af9))
* **event-display:** add embed option to URL ([cb68283](https://github.com/HSF/phoenix/commit/cb68283a50d34184a5ff80a4776d38aa6a595851))
* **event-display:** add function to animate scene ([a411631](https://github.com/HSF/phoenix/commit/a4116311228465c27df7fa0d706e0aa09c40c36b))
* **event-display:** add momentum color options UI ([f1d2cef](https://github.com/HSF/phoenix/commit/f1d2cefae0ad0f07c4a84acbdf0d28c3b6f3932c))
* **event-display:** add types for Phoenix menu configs ([68f3d45](https://github.com/HSF/phoenix/commit/68f3d456b711579553ecd83d6ef6876bf707c8cd))
* **event-display:** code improvement for momentum sliders ([1a17e99](https://github.com/HSF/phoenix/commit/1a17e99de30fae75bb0a35ba15a584786f3020f6))
* **event-display:** color options for event data objects ([9908cc9](https://github.com/HSF/phoenix/commit/9908cc904742d1f1eceb750ffda531f5802ed2fa))
* **event-display:** complete types for phoenix menu node ([cc04d5a](https://github.com/HSF/phoenix/commit/cc04d5aca11258b5f8ff23ae7b5863f21f7eddd9))
* **event-display:** divide collection config options into child nodes ([2e52c22](https://github.com/HSF/phoenix/commit/2e52c22f84e748b310262c12c41678d5de55915b))
* **event-display:** highly optimize and generalize color by options ([595d9e5](https://github.com/HSF/phoenix/commit/595d9e5297d753db972801e59c4221748a1105f2))
* **event-display:** implement color by momentum ([9222e04](https://github.com/HSF/phoenix/commit/9222e04c295ac674f015d43bde2ae2a90ccbf61d))
* **event-display:** implement embed menu ([872f708](https://github.com/HSF/phoenix/commit/872f7085aabdaa952f0cffb5bab82e7a021582fb))
* **event-display:** improve preset animation ([2371f75](https://github.com/HSF/phoenix/commit/2371f75ed224bd26ffbfb88a299daf7c5ce16543))
* update all packages ([7d2eb64](https://github.com/HSF/phoenix/commit/7d2eb6422375801de66642d7d8be3b26551af551))
* **event-display:** create coloring manager and color tracks by properties ([c446567](https://github.com/HSF/phoenix/commit/c4465674ef2dc745473e9d2c402eacda29d343fb))
* **event-display:** improve color manager code ([3839578](https://github.com/HSF/phoenix/commit/38395787549dbdfe6028a194efb09f34f41ee611))
* **event-display:** only show selected color by options ([3041166](https://github.com/HSF/phoenix/commit/3041166ccc64609501d867471277687b17383b97))
* **event-display:** type changes for phoenix menu ([9a79692](https://github.com/HSF/phoenix/commit/9a79692d56298e1b6713521026b9f64349e722aa))
* **event-display:** use child node for collection's color options ([8559830](https://github.com/HSF/phoenix/commit/8559830f4ad2d6463dfc463fa19d2d6265c42dc6))
* **event-display:** use class for color options in UI ([4acca1a](https://github.com/HSF/phoenix/commit/4acca1a801c9650b96518654e79488c5637da503))
* **event-dosplay:** improve processing of PlanarCaloCells in Phoenix loader ([5a8fe9f](https://github.com/HSF/phoenix/commit/5a8fe9f3f431611760f56806900c132ad3e36b03))





# [1.9.0](https://github.com/HSF/phoenix/compare/v1.7.0...v1.9.0) (2021-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/phoenix-event-display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix-event-display",
"version": "1.9.0",
"version": "2.0.0",
"description": "API for web-based experiment independent event display.",
"main": "dist/index",
"types": "dist/index",
Expand Down
Loading

0 comments on commit 9880ddf

Please sign in to comment.