phoenix-ui-components 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +639 -0
- package/README.md +37 -0
- package/dist/README.md +37 -0
- package/dist/fesm2022/phoenix-ui-components.mjs +1650 -581
- package/dist/fesm2022/phoenix-ui-components.mjs.map +1 -1
- package/dist/index.d.ts +267 -100
- package/package.json +12 -8
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,639 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [4.1.0](https://github.com/HSF/phoenix/compare/v4.0.1...v4.1.0) (2026-09-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **app:** improvements to how collections are shown ([#972](https://github.com/HSF/phoenix/issues/972)) ([111adb2](https://github.com/HSF/phoenix/commit/111adb254187b0a654b0143735595b7016916001))
|
|
12
|
+
* **app:** make the shortcuts font match the phoenix menu etc ([8e823a1](https://github.com/HSF/phoenix/commit/8e823a1741d6002bd079a786ad2c421f5679b993))
|
|
13
|
+
* **app:** missing icons in import pop up ([814ea2d](https://github.com/HSF/phoenix/commit/814ea2dc015302f7776f05e4d838d691eb3f9581))
|
|
14
|
+
* **event-display:** sync eta-phi view with 3d view visibility and cuts ([#966](https://github.com/HSF/phoenix/issues/966)) ([38d262c](https://github.com/HSF/phoenix/commit/38d262c4416306379f797bdc67aa5c5177f0b801))
|
|
15
|
+
* require confirmation before replaying shared sessions, harden remote fetch ([#883](https://github.com/HSF/phoenix/issues/883)) ([1c60e19](https://github.com/HSF/phoenix/commit/1c60e19138e55f3176d03894d76c19cae9f19d4a))
|
|
16
|
+
* restrict masterclass track selection to track-type collections (closes [#923](https://github.com/HSF/phoenix/issues/923)) ([de82cc9](https://github.com/HSF/phoenix/commit/de82cc92fe2cc16c8a84e696f7c1efd5f2250fbc))
|
|
17
|
+
* **ui:** make the cut menu numbers fully visible ([0d69ced](https://github.com/HSF/phoenix/commit/0d69ced3b0a95201008283e18bc25ba84da52f9b))
|
|
18
|
+
* **ui:** prevent loader from replacing progress bar with error overlay ([0e9bb8b](https://github.com/HSF/phoenix/commit/0e9bb8bbaa6946a53cd905074b33a89a2174aad5))
|
|
19
|
+
* **ui:** reflect the stored select value in phoenix menu dropdowns ([3a391b0](https://github.com/HSF/phoenix/commit/3a391b0c4574893791c87f59f6dfef99950dadb1))
|
|
20
|
+
* **ui:** remove non-fatal error display from loader completely ([6517ed4](https://github.com/HSF/phoenix/commit/6517ed473ac9e0615c52a8dd05116ebc2bc753ed))
|
|
21
|
+
* **ui:** revert cdkDrag on phoenix menu to fix color picker bug ([84770ea](https://github.com/HSF/phoenix/commit/84770eabf1013f3e16fa3efb67b5baa2c6664aff))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* Add download preset animations with curtain loader ([4bea4fa](https://github.com/HSF/phoenix/commit/4bea4fae5bf300aa96f1d6ef674f48e83b67d1ff))
|
|
27
|
+
* add session recording and replay for event exploration (closes [#883](https://github.com/HSF/phoenix/issues/883)) ([d639946](https://github.com/HSF/phoenix/commit/d63994635ea3be1be65c9b93a362c1cf7465f92d))
|
|
28
|
+
* **app:** fix for [#950](https://github.com/HSF/phoenix/issues/950), allows setting of precise clipping angles ([38c92c5](https://github.com/HSF/phoenix/commit/38c92c5a3697577d26fcb1411528c103f7f3d2ef))
|
|
29
|
+
* **event-display,ui:** Add a loader for ATLAS ESD/AOD files ([#975](https://github.com/HSF/phoenix/issues/975)) ([9654fb6](https://github.com/HSF/phoenix/commit/9654fb6891dc273e77b1a396e9e708875ebf118d))
|
|
30
|
+
* **io-options-dialog:** wire NotificationService to surface IO errors as toasts ([e6fde5e](https://github.com/HSF/phoenix/commit/e6fde5e480f2b27dc76417c02576941fdfe62326))
|
|
31
|
+
* **notification-toast:** add NotificationToastComponent to display service notifications via MatSnackBar (WA1 Step 3) ([c44c050](https://github.com/HSF/phoenix/commit/c44c05070d3211b350e8c6b096955189f1b57cad))
|
|
32
|
+
* **ui:** add shortcuts dialog and enable independent drag ([d8e8803](https://github.com/HSF/phoenix/commit/d8e880382ebc38c63b6bdf859478a49744780971))
|
|
33
|
+
* **ui:** show collection options as a compact icon toolbar ([3e937cb](https://github.com/HSF/phoenix/commit/3e937cbcedfe8ed4f7981316a904f4dc706ee9ff))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## [4.0.1](https://github.com/HSF/phoenix/compare/v4.0.0...v4.0.1) (2026-06-06)
|
|
40
|
+
|
|
41
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
# [4.0.0](https://github.com/HSF/phoenix/compare/v3.0.5...v4.0.0) (2026-06-06)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* **accessibility:** add descriptive alt text ([8e16302](https://github.com/HSF/phoenix/commit/8e16302a891502e06a7049a8196fdbd75988da4e))
|
|
53
|
+
* add Angular 20 compatibility by upgrading dependencies and migrating to application builder ([a1bccdc](https://github.com/HSF/phoenix/commit/a1bccdc08533d666c2ef2a81ac399ed3b78cc8c8)), closes [#728](https://github.com/HSF/phoenix/issues/728)
|
|
54
|
+
* add missing ngOnDestroy cleanup in 4 UI components ([bb2278b](https://github.com/HSF/phoenix/commit/bb2278bbc30192b5b21ef45170aac4c7932d1dfe)), closes [#865](https://github.com/HSF/phoenix/issues/865)
|
|
55
|
+
* add unsubscribe mechanism to prevent callback memory leaks ([9c10385](https://github.com/HSF/phoenix/commit/9c10385cab5a7deec5e2e69e017a17ecfac15cf0))
|
|
56
|
+
* align screenshot mode button styling ([40bf07b](https://github.com/HSF/phoenix/commit/40bf07bc1d325db6ee8b10b765ce8ca06e479350))
|
|
57
|
+
* **app:** fixing tests ([9402d2f](https://github.com/HSF/phoenix/commit/9402d2fbb06f504fa23d2b8dd832cac205430057))
|
|
58
|
+
* apply lint formatting fixes ([183294c](https://github.com/HSF/phoenix/commit/183294c0aef4e3a6296aa452a24a195cbedf433f))
|
|
59
|
+
* clean up event listeners in OverlayComponent and SSModeComponent ([54ba286](https://github.com/HSF/phoenix/commit/54ba286ee3d8544c3ab15ac1896390bc467765c4)), closes [#762](https://github.com/HSF/phoenix/issues/762)
|
|
60
|
+
* convert makeRequest() to async/await with proper error propagation ([8b770da](https://github.com/HSF/phoenix/commit/8b770dae39bd153d47a5c99d4c6b400eb1b7c201)), closes [#847](https://github.com/HSF/phoenix/issues/847)
|
|
61
|
+
* **io-options-dialog:** add try/catch for JSON parse errors with user feedback ([#842](https://github.com/HSF/phoenix/issues/842)) ([d77601f](https://github.com/HSF/phoenix/commit/d77601fdab3c90430d949cf83d74c9d772b8a960))
|
|
62
|
+
* **make-picture:** remove outdated size check for tiled screenshots ([6d7a5f0](https://github.com/HSF/phoenix/commit/6d7a5f04eaad59866761437d27e0f6f873fbc438))
|
|
63
|
+
* **release:** add OIDC permissions, pin action versions, fix exports warnings ([44dd281](https://github.com/HSF/phoenix/commit/44dd281ca9e421266843a8604c8604b4f0a116aa)), closes [#851](https://github.com/HSF/phoenix/issues/851)
|
|
64
|
+
* remove checkSize and disabled logic as requested ([c9ee693](https://github.com/HSF/phoenix/commit/c9ee693eeefb9521b3dda192929514d360e934ba))
|
|
65
|
+
* replace hardcoded column exclusion list with configurable Input ([c693972](https://github.com/HSF/phoenix/commit/c6939727c9a80891f5d58fe1e31933bcf214d7fd))
|
|
66
|
+
* reset callbacks and state on view transitions ([0c12096](https://github.com/HSF/phoenix/commit/0c12096a59a88a20567cb12890f8a51cd7e1dae9))
|
|
67
|
+
* resolve duplicate AttributePipe and stabilize Angular 20 tests ([3646a9f](https://github.com/HSF/phoenix/commit/3646a9f4c69d098f01d8e9a79398088e1c90c539))
|
|
68
|
+
* stabilize Jest tests for Angular 20 compatibility ([3270baf](https://github.com/HSF/phoenix/commit/3270baf572dddc958aab2e56ef19d2e0376d7a32))
|
|
69
|
+
* **test:** make setup-jest ESLint-safe for Angular 20 ([504a131](https://github.com/HSF/phoenix/commit/504a13186f22787d1545b859a6ee9cf1d7dbf4c0))
|
|
70
|
+
* **ui:** clear cycle-events interval on component destroy ([8b650d5](https://github.com/HSF/phoenix/commit/8b650d5fb26a37b62b43b715f5e65921e7b66127))
|
|
71
|
+
* **ui:** handle FileReader errors in IO options dialog ([005e6d1](https://github.com/HSF/phoenix/commit/005e6d1c44e43a704000ca80e421e306746ce38d))
|
|
72
|
+
* use Angular build configs for deploy scripts to avoid outputPath override ([5d5a986](https://github.com/HSF/phoenix/commit/5d5a986fbfb98d1fba4879415fa0aa32dc3c6cff))
|
|
73
|
+
* use distinct icon for collections info panel ([7cbb895](https://github.com/HSF/phoenix/commit/7cbb89510696e50f9bc3c4f4d73c76fa701b63e4))
|
|
74
|
+
* use InstancedMesh for CaloCells to prevent WebGL crash ([#474](https://github.com/HSF/phoenix/issues/474)) Signed-off-by: rx18-eng <remopanda78@gmail.com> ([766d3ba](https://github.com/HSF/phoenix/commit/766d3ba8fbd7924cc0be0c70c7495d5a52d5e85e))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Features
|
|
78
|
+
|
|
79
|
+
* add eta-phi energy map panel ([012fb8d](https://github.com/HSF/phoenix/commit/012fb8d7a218aacc2d499d3ca4da06c7fd9e79ae))
|
|
80
|
+
* add event dataset browser with physics-aware filtering ([#861](https://github.com/HSF/phoenix/issues/861)) ([28a8995](https://github.com/HSF/phoenix/commit/28a8995a653579846efd50342952ff7e414d4a48))
|
|
81
|
+
* add masterclass panel and ATLAS masterclass landing page (closes [#835](https://github.com/HSF/phoenix/issues/835), closes [#915](https://github.com/HSF/phoenix/issues/915)) ([8a6784c](https://github.com/HSF/phoenix/commit/8a6784c649e1677bdb58cf12e750488f5fd2dfbb))
|
|
82
|
+
* add PHYSLITE ROOT file loader for ATLAS Open Data ([#823](https://github.com/HSF/phoenix/issues/823)) ([d9ff993](https://github.com/HSF/phoenix/commit/d9ff993fb74309cb28d87f8dd47b8d7d23615ce4))
|
|
83
|
+
* add track kinematics panel with config-driven columns ([846edca](https://github.com/HSF/phoenix/commit/846edcab55e0d88cd356c2c3568486d51de2b282))
|
|
84
|
+
* add URL deep linking with full view state sharing ([4124325](https://github.com/HSF/phoenix/commit/4124325e3fbdff737a5394802d1b0ca6469f75f9))
|
|
85
|
+
* make UI components configurable via UIMenuConfig ([#61](https://github.com/HSF/phoenix/issues/61)) ([09efeb8](https://github.com/HSF/phoenix/commit/09efeb8d6c4461eaeafc06176f5f070f6ce0355b))
|
|
86
|
+
* merge screenshot mode into make picture menu ([#540](https://github.com/HSF/phoenix/issues/540)) ([0edb178](https://github.com/HSF/phoenix/commit/0edb178f1285bba4ec555ced743a5ad4310d531c))
|
|
87
|
+
* **notification-service:** add NotificationService with 4 severity levels ([#886](https://github.com/HSF/phoenix/issues/886)) ([067155a](https://github.com/HSF/phoenix/commit/067155af4c8a7739f3d47e68273a379e194268d1))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Performance Improvements
|
|
91
|
+
|
|
92
|
+
* **phoenix-ng:** isolate animation loop outside NgZone ([b8e1f98](https://github.com/HSF/phoenix/commit/b8e1f9875e6faaf4748a0b34beba926cebf460af)), closes [HSF/phoenix#827](https://github.com/HSF/phoenix/issues/827)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## [3.0.6](https://github.com/HSF/phoenix/compare/v3.0.5...v3.0.6) (2026-05-28)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Bug Fixes
|
|
102
|
+
|
|
103
|
+
* **accessibility:** add descriptive alt text ([8e16302](https://github.com/HSF/phoenix/commit/8e16302a891502e06a7049a8196fdbd75988da4e))
|
|
104
|
+
* add Angular 20 compatibility by upgrading dependencies and migrating to application builder ([a1bccdc](https://github.com/HSF/phoenix/commit/a1bccdc08533d666c2ef2a81ac399ed3b78cc8c8)), closes [#728](https://github.com/HSF/phoenix/issues/728)
|
|
105
|
+
* add missing ngOnDestroy cleanup in 4 UI components ([bb2278b](https://github.com/HSF/phoenix/commit/bb2278bbc30192b5b21ef45170aac4c7932d1dfe)), closes [#865](https://github.com/HSF/phoenix/issues/865)
|
|
106
|
+
* add unsubscribe mechanism to prevent callback memory leaks ([9c10385](https://github.com/HSF/phoenix/commit/9c10385cab5a7deec5e2e69e017a17ecfac15cf0))
|
|
107
|
+
* align screenshot mode button styling ([40bf07b](https://github.com/HSF/phoenix/commit/40bf07bc1d325db6ee8b10b765ce8ca06e479350))
|
|
108
|
+
* **app:** fixing tests ([9402d2f](https://github.com/HSF/phoenix/commit/9402d2fbb06f504fa23d2b8dd832cac205430057))
|
|
109
|
+
* apply lint formatting fixes ([183294c](https://github.com/HSF/phoenix/commit/183294c0aef4e3a6296aa452a24a195cbedf433f))
|
|
110
|
+
* clean up event listeners in OverlayComponent and SSModeComponent ([54ba286](https://github.com/HSF/phoenix/commit/54ba286ee3d8544c3ab15ac1896390bc467765c4)), closes [#762](https://github.com/HSF/phoenix/issues/762)
|
|
111
|
+
* **io-options-dialog:** add try/catch for JSON parse errors with user feedback ([#842](https://github.com/HSF/phoenix/issues/842)) ([d77601f](https://github.com/HSF/phoenix/commit/d77601fdab3c90430d949cf83d74c9d772b8a960))
|
|
112
|
+
* **make-picture:** remove outdated size check for tiled screenshots ([6d7a5f0](https://github.com/HSF/phoenix/commit/6d7a5f04eaad59866761437d27e0f6f873fbc438))
|
|
113
|
+
* **release:** add OIDC permissions, pin action versions, fix exports warnings ([44dd281](https://github.com/HSF/phoenix/commit/44dd281ca9e421266843a8604c8604b4f0a116aa)), closes [#851](https://github.com/HSF/phoenix/issues/851)
|
|
114
|
+
* remove checkSize and disabled logic as requested ([c9ee693](https://github.com/HSF/phoenix/commit/c9ee693eeefb9521b3dda192929514d360e934ba))
|
|
115
|
+
* replace hardcoded column exclusion list with configurable Input ([c693972](https://github.com/HSF/phoenix/commit/c6939727c9a80891f5d58fe1e31933bcf214d7fd))
|
|
116
|
+
* reset callbacks and state on view transitions ([0c12096](https://github.com/HSF/phoenix/commit/0c12096a59a88a20567cb12890f8a51cd7e1dae9))
|
|
117
|
+
* resolve duplicate AttributePipe and stabilize Angular 20 tests ([3646a9f](https://github.com/HSF/phoenix/commit/3646a9f4c69d098f01d8e9a79398088e1c90c539))
|
|
118
|
+
* stabilize Jest tests for Angular 20 compatibility ([3270baf](https://github.com/HSF/phoenix/commit/3270baf572dddc958aab2e56ef19d2e0376d7a32))
|
|
119
|
+
* **test:** make setup-jest ESLint-safe for Angular 20 ([504a131](https://github.com/HSF/phoenix/commit/504a13186f22787d1545b859a6ee9cf1d7dbf4c0))
|
|
120
|
+
* **ui:** clear cycle-events interval on component destroy ([8b650d5](https://github.com/HSF/phoenix/commit/8b650d5fb26a37b62b43b715f5e65921e7b66127))
|
|
121
|
+
* **ui:** handle FileReader errors in IO options dialog ([005e6d1](https://github.com/HSF/phoenix/commit/005e6d1c44e43a704000ca80e421e306746ce38d))
|
|
122
|
+
* use Angular build configs for deploy scripts to avoid outputPath override ([5d5a986](https://github.com/HSF/phoenix/commit/5d5a986fbfb98d1fba4879415fa0aa32dc3c6cff))
|
|
123
|
+
* use distinct icon for collections info panel ([7cbb895](https://github.com/HSF/phoenix/commit/7cbb89510696e50f9bc3c4f4d73c76fa701b63e4))
|
|
124
|
+
* use InstancedMesh for CaloCells to prevent WebGL crash ([#474](https://github.com/HSF/phoenix/issues/474)) Signed-off-by: rx18-eng <remopanda78@gmail.com> ([766d3ba](https://github.com/HSF/phoenix/commit/766d3ba8fbd7924cc0be0c70c7495d5a52d5e85e))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
* add eta-phi energy map panel ([012fb8d](https://github.com/HSF/phoenix/commit/012fb8d7a218aacc2d499d3ca4da06c7fd9e79ae))
|
|
130
|
+
* add event dataset browser with physics-aware filtering ([#861](https://github.com/HSF/phoenix/issues/861)) ([28a8995](https://github.com/HSF/phoenix/commit/28a8995a653579846efd50342952ff7e414d4a48))
|
|
131
|
+
* add PHYSLITE ROOT file loader for ATLAS Open Data ([#823](https://github.com/HSF/phoenix/issues/823)) ([d9ff993](https://github.com/HSF/phoenix/commit/d9ff993fb74309cb28d87f8dd47b8d7d23615ce4))
|
|
132
|
+
* add URL deep linking with full view state sharing ([4124325](https://github.com/HSF/phoenix/commit/4124325e3fbdff737a5394802d1b0ca6469f75f9))
|
|
133
|
+
* make UI components configurable via UIMenuConfig ([#61](https://github.com/HSF/phoenix/issues/61)) ([09efeb8](https://github.com/HSF/phoenix/commit/09efeb8d6c4461eaeafc06176f5f070f6ce0355b))
|
|
134
|
+
* merge screenshot mode into make picture menu ([#540](https://github.com/HSF/phoenix/issues/540)) ([0edb178](https://github.com/HSF/phoenix/commit/0edb178f1285bba4ec555ced743a5ad4310d531c))
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## 3.0.4 (2024-11-29)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## [3.0.1](https://github.com/HSF/phoenix/compare/v2.17.0...v3.0.1) (2024-11-22)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
# 3.0.0 (2024-11-21)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
# 2.17.0 (2024-11-21)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
# 2.16.0 (2024-03-24)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## 2.15.1 (2024-03-22)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
# [2.15.0](https://github.com/HSF/phoenix/compare/v2.14.1...v2.15.0) (2024-03-21)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Reverts
|
|
194
|
+
|
|
195
|
+
* Revert "chore(release): v2.15.0" ([8f018e7](https://github.com/HSF/phoenix/commit/8f018e7c11284d3dfd4290f84e87949b8ac2e9d7))
|
|
196
|
+
* Revert "Set the initial value of sparsity to 2" ([0bc057e](https://github.com/HSF/phoenix/commit/0bc057ea0f356401ed23640c3b82ef53ca6be5ec))
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
## 2.14.1 (2023-05-14)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Bug Fixes
|
|
206
|
+
|
|
207
|
+
* configure git when trying to release ([fc4ae96](https://github.com/HSF/phoenix/commit/fc4ae96efdb5ce47db09c0e026fce4561a42ec24))
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
# [2.14.0](https://github.com/HSF/phoenix/compare/v2.13.0...v2.14.0) (2023-03-22)
|
|
214
|
+
|
|
215
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
# [2.13.0](https://github.com/HSF/phoenix/compare/v2.12.0...v2.13.0) (2023-03-02)
|
|
222
|
+
|
|
223
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
# [2.12.0](https://github.com/HSF/phoenix/compare/v2.11.4...v2.12.0) (2023-01-13)
|
|
230
|
+
|
|
231
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
232
|
+
|
|
233
|
+
## [2.11.4](https://github.com/HSF/phoenix/compare/v2.11.3...v2.11.4) (2022-10-27)
|
|
234
|
+
|
|
235
|
+
### Bug Fixes
|
|
236
|
+
|
|
237
|
+
- linting ([219913d](https://github.com/HSF/phoenix/commit/219913d7687e543c6a46e4e2b0894729e7a31931))
|
|
238
|
+
|
|
239
|
+
## [2.11.3](https://github.com/HSF/phoenix/compare/v2.11.2...v2.11.3) (2022-10-03)
|
|
240
|
+
|
|
241
|
+
### Bug Fixes
|
|
242
|
+
|
|
243
|
+
- **app:** Update entry point of ui library after angular migration. ([ff3b85f](https://github.com/HSF/phoenix/commit/ff3b85f4932d6f9bc1333f61a915328f1f5ab144))
|
|
244
|
+
|
|
245
|
+
## [2.11.2](https://github.com/HSF/phoenix/compare/v2.11.0...v2.11.2) (2022-10-03)
|
|
246
|
+
|
|
247
|
+
### Reverts
|
|
248
|
+
|
|
249
|
+
- Revert "Simple angular 14 fix" ([f40beac](https://github.com/HSF/phoenix/commit/f40beac4947bdff5bb2e7543756f057c31761f30))
|
|
250
|
+
- Revert "Revert to using symlinking for development flow" ([4695101](https://github.com/HSF/phoenix/commit/4695101d84fdaa38583ee3eab29b246b0bd0bafe))
|
|
251
|
+
- Revert "Improve scripts after removing phoenix-event-display from phoenix-ng 'paths'" ([24ecd77](https://github.com/HSF/phoenix/commit/24ecd773dd0a362f02b3bb924b637ae9cee8e7f8))
|
|
252
|
+
|
|
253
|
+
## [2.11.1](https://github.com/HSF/phoenix/compare/v2.11.0...v2.11.1) (2022-09-29)
|
|
254
|
+
|
|
255
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
256
|
+
|
|
257
|
+
# [2.11.0](https://github.com/HSF/phoenix/compare/v2.10.0...v2.11.0) (2022-09-13)
|
|
258
|
+
|
|
259
|
+
### Bug Fixes
|
|
260
|
+
|
|
261
|
+
- **app:** generic error handling ([09b048f](https://github.com/HSF/phoenix/commit/09b048f43ff7ea89b76849df3e7c99279d53210d))
|
|
262
|
+
|
|
263
|
+
### Features
|
|
264
|
+
|
|
265
|
+
- **app:** add global error handling ([e1b368f](https://github.com/HSF/phoenix/commit/e1b368f734ca7f731fd1dd775697fb68d43dd9da))
|
|
266
|
+
- **event-display:** load root geometry in io options correctly ([ff77aaa](https://github.com/HSF/phoenix/commit/ff77aaa0c938e83f9075072bd2f5d5a66def5e7d))
|
|
267
|
+
- **event-display:** use url inside of objects for loading jsroot geometries ([a54d302](https://github.com/HSF/phoenix/commit/a54d302e321cd064e62dc5e05136727e6a8dfd9b))
|
|
268
|
+
|
|
269
|
+
# [2.10.0](https://github.com/HSF/phoenix/compare/v2.9.0...v2.10.0) (2022-07-21)
|
|
270
|
+
|
|
271
|
+
### Features
|
|
272
|
+
|
|
273
|
+
- **app:** allow customization of options in experiment info component ([7c10787](https://github.com/HSF/phoenix/commit/7c1078733bca23ff29542b1c9b536af41faabeba))
|
|
274
|
+
- **app:** allow customization of options in experiment info component ([f56fa96](https://github.com/HSF/phoenix/commit/f56fa96d3eddee2aeea9def7b29a0bc82aa9c75d))
|
|
275
|
+
- **app:** reorganize range slider ([57d4ed1](https://github.com/HSF/phoenix/commit/57d4ed1115a258f1eaea14200e5557578b7e121f))
|
|
276
|
+
|
|
277
|
+
# [2.9.0](https://github.com/HSF/phoenix/compare/v2.8.0...v2.9.0) (2022-06-17)
|
|
278
|
+
|
|
279
|
+
### Bug Fixes
|
|
280
|
+
|
|
281
|
+
- **event-display:** fix clipping angle not being applied from menu config ([62bf178](https://github.com/HSF/phoenix/commit/62bf178263d0aa278c2570ad6a209da28c207c5b))
|
|
282
|
+
|
|
283
|
+
### Features
|
|
284
|
+
|
|
285
|
+
- **app:** add component to periodically cycle through events ([05ae1d6](https://github.com/HSF/phoenix/commit/05ae1d6db8892d4504d3f5532cb165b31663bcc8))
|
|
286
|
+
- update all packages ([9276ef9](https://github.com/HSF/phoenix/commit/9276ef92ce52e24f7492aabd51831c07ddef0673))
|
|
287
|
+
|
|
288
|
+
# [2.8.0](https://github.com/HSF/phoenix/compare/v2.7.0...v2.8.0) (2022-05-16)
|
|
289
|
+
|
|
290
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
291
|
+
|
|
292
|
+
# [2.7.0](https://github.com/HSF/phoenix/compare/v2.6.0...v2.7.0) (2022-04-05)
|
|
293
|
+
|
|
294
|
+
### Features
|
|
295
|
+
|
|
296
|
+
- **app:** add object clipping for upper and lower geometry ([1788560](https://github.com/HSF/phoenix/commit/1788560fb3f6a3e2e0862cd7ca12c31779a0c3da))
|
|
297
|
+
- **app:** add start clipping angle ([21877b6](https://github.com/HSF/phoenix/commit/21877b6276e2be488e305fb079becabb1936c5bf))
|
|
298
|
+
- **app:** add start clipping angle and opening angle for object clipping ([12b1754](https://github.com/HSF/phoenix/commit/12b1754161db803abdf74afcd4d75732f8905503))
|
|
299
|
+
- **app:** add start clipping angle and opening angle for object clipping ([a8336ae](https://github.com/HSF/phoenix/commit/a8336ae568613aa5cc1afc07bf0be5c157940ac2))
|
|
300
|
+
- **app:** add start clipping angle and opening angle for object clipping ([7673435](https://github.com/HSF/phoenix/commit/7673435057de21095faa658f618fd1f911238ada))
|
|
301
|
+
- **app:** add start clipping angle and opening angle for object clipping ([3255a65](https://github.com/HSF/phoenix/commit/3255a65a8aa04d6f1a58b7724a10032cdd071e7e))
|
|
302
|
+
|
|
303
|
+
# [2.6.0](https://github.com/HSF/phoenix/compare/v2.5.2...v2.6.0) (2022-02-28)
|
|
304
|
+
|
|
305
|
+
### Bug Fixes
|
|
306
|
+
|
|
307
|
+
- **app:** export file explorer component to fix build ([fb400da](https://github.com/HSF/phoenix/commit/fb400dab16f5de1d5538fd40da79ecda0262ec6b))
|
|
308
|
+
- **app:** fix file node only having one children ([6747cd0](https://github.com/HSF/phoenix/commit/6747cd0843b9fe480ca35a10668c60e191a9194f))
|
|
309
|
+
- **app:** fix folder icon fill ([8cfdc1d](https://github.com/HSF/phoenix/commit/8cfdc1df3ad18d6d32d301d9cf61e055c31c2c56))
|
|
310
|
+
- **app:** fix tabbing in svg file ([ee62b7c](https://github.com/HSF/phoenix/commit/ee62b7c9d7c42269a6b39cec4a8945eeb9a76ac1))
|
|
311
|
+
- **app:** fix types in templates ([545c956](https://github.com/HSF/phoenix/commit/545c95681093f25e7e9ea026c66fdfe91e25ec4f))
|
|
312
|
+
- **app:** use workaround for phoenix menu config types in templates ([9d109e5](https://github.com/HSF/phoenix/commit/9d109e5e26a863951f82a93a4c610a9fd19e90c5))
|
|
313
|
+
|
|
314
|
+
### Features
|
|
315
|
+
|
|
316
|
+
- update packages ([f2ed0a3](https://github.com/HSF/phoenix/commit/f2ed0a366520c597349403a8648d384d907da0f6))
|
|
317
|
+
- **app:** add event data explorer component ([abd5393](https://github.com/HSF/phoenix/commit/abd5393fec8b2f1cac53b52f42b200b844757092))
|
|
318
|
+
- **app:** add file and folder icons ([40c1c0c](https://github.com/HSF/phoenix/commit/40c1c0c7d3a7f7fbffbfb365269d1c911c4058e8))
|
|
319
|
+
- **app:** add file explorer component ([7e2ebf5](https://github.com/HSF/phoenix/commit/7e2ebf5a8a1772578c6e90f3b56c65baedc0a423))
|
|
320
|
+
- **app:** add icon for event data explorer ([ad2e667](https://github.com/HSF/phoenix/commit/ad2e667a247aff59c2b614dff1f7c8fc0cfaceaa))
|
|
321
|
+
- **app:** add ring loader component ([853faf1](https://github.com/HSF/phoenix/commit/853faf166a3c027b13209bb4c21b689c3a18d688))
|
|
322
|
+
- **app:** improve and simplify file explorer and event data explorer ([82572c6](https://github.com/HSF/phoenix/commit/82572c623ec1f322e75253c153a260929348840c))
|
|
323
|
+
- **app:** pass api url as input to event data explorer ([f28c8ba](https://github.com/HSF/phoenix/commit/f28c8bad7e7672e921c470d9399a3231219f2497))
|
|
324
|
+
- **app:** remove redundant file icon ([c01c450](https://github.com/HSF/phoenix/commit/c01c450c6e951bf02c127196d23dc7e47e4f7608))
|
|
325
|
+
- **app:** use cdk tree instead of material tree for simplicity ([87c1eee](https://github.com/HSF/phoenix/commit/87c1eeee9ec9f2f02a3fcc658dd9828e71791d7b))
|
|
326
|
+
- **app:** use filled icon to indicate unopened folder ([18d7517](https://github.com/HSF/phoenix/commit/18d75177e2f6180461f30d4c1818f254c9514f9c))
|
|
327
|
+
- **app:** working event data explorer ([7970da1](https://github.com/HSF/phoenix/commit/7970da1c5ccf954da8e9d7d46b5c77dc92001f1b))
|
|
328
|
+
- **app:** working file explorer ([0447853](https://github.com/HSF/phoenix/commit/04478536f35fc9deb95f4548143d81477596b9c0))
|
|
329
|
+
- **app:** working file tree using material tree ([4ce4964](https://github.com/HSF/phoenix/commit/4ce4964a4468b488b78b488026ddd80dffaf3867))
|
|
330
|
+
|
|
331
|
+
## [2.5.2](https://github.com/HSF/phoenix/compare/v2.6.0-alpha...v2.5.2) (2022-01-15)
|
|
332
|
+
|
|
333
|
+
### Bug Fixes
|
|
334
|
+
|
|
335
|
+
- **app:** use rp3e11's fork of ngx-slider ([660b053](https://github.com/HSF/phoenix/commit/660b053d4cf339fd4714e7b268ba60778dcaed00))
|
|
336
|
+
|
|
337
|
+
## [2.5.1](https://github.com/HSF/phoenix/compare/v2.5.0...v2.5.1) (2021-12-27)
|
|
338
|
+
|
|
339
|
+
### Bug Fixes
|
|
340
|
+
|
|
341
|
+
- **app:** fix entry files of phoenix-ui-components ([e41d36f](https://github.com/HSF/phoenix/commit/e41d36f2464fb079cc5f3fad849b31892a5d0e76))
|
|
342
|
+
|
|
343
|
+
# [2.5.0](https://github.com/HSF/phoenix/compare/v2.4.0...v2.5.0) (2021-12-20)
|
|
344
|
+
|
|
345
|
+
### Bug Fixes
|
|
346
|
+
|
|
347
|
+
- **app:** delegated filtering operation from ts onto html template along with moving the checkbox inline with "choose selection" dropdown ([f995a1a](https://github.com/HSF/phoenix/commit/f995a1a10d725da77f9d9ce6aa9b1e46b9390163))
|
|
348
|
+
- **app:** fix error in qrcode component ([7c9cd19](https://github.com/HSF/phoenix/commit/7c9cd19db61d4f2cd6aee214d8519dc6bb8179dd))
|
|
349
|
+
- **app:** make checkbox labels consistent ([84735f9](https://github.com/HSF/phoenix/commit/84735f9fa65c7d1fb29a13b4c235901c505fa6a6))
|
|
350
|
+
- **app:** removed the redundant "checkbox-wrapper" class and replaced "hide" class with d-none bootstrap class ([36f077c](https://github.com/HSF/phoenix/commit/36f077c375f304668401fbf4cab201e31804e01c))
|
|
351
|
+
- **app:** worked on the requested pr changes ([d7bbc08](https://github.com/HSF/phoenix/commit/d7bbc086a62087c45eb1f185232dafad25bfae73))
|
|
352
|
+
- **app:** worked upon final comments on pr ([17d81d3](https://github.com/HSF/phoenix/commit/17d81d3aed9dcfff29e3dae82ce2d3cd94d11cbb))
|
|
353
|
+
- **event-display:** lint fix ([9b6fe8f](https://github.com/HSF/phoenix/commit/9b6fe8f316ffbb88ed1caa66647f2e92887f28a6))
|
|
354
|
+
- **event-display:** moved inline styles onto scss ([2ca8174](https://github.com/HSF/phoenix/commit/2ca817491243482c9a45608fd9938b9b0d2355cd))
|
|
355
|
+
|
|
356
|
+
### Features
|
|
357
|
+
|
|
358
|
+
- **app:** fix imports after sass update ([2550f7d](https://github.com/HSF/phoenix/commit/2550f7d2c3a81bee1a9ca157a70068ea1cb843da))
|
|
359
|
+
- update packages ([26444f1](https://github.com/HSF/phoenix/commit/26444f15aba104f86357670f0e54e255dcf85123))
|
|
360
|
+
- **app:** add a checkbox to hide invisible objects in collections ([1a39c59](https://github.com/HSF/phoenix/commit/1a39c59295655b138f4b52098a16f2d8de971339))
|
|
361
|
+
- **app:** added a checkbox to hide invisible objects in collections ([aa75963](https://github.com/HSF/phoenix/commit/aa759630ca16d875fed9b2224df13839ab11fa2c))
|
|
362
|
+
- **app:** manually generate qrcode ([474bcc7](https://github.com/HSF/phoenix/commit/474bcc7fe4cede8fe2a02830a40dc2a0d4c3333a))
|
|
363
|
+
- **app:** QR code generation with ng-qrcode ([f35d146](https://github.com/HSF/phoenix/commit/f35d146ae766d9435985365df57e2bb9f5b343de))
|
|
364
|
+
- **event-display:** added sorting feature in collections table ([8666b3a](https://github.com/HSF/phoenix/commit/8666b3ab4e9735a2c3d301b3cc06e8819081033e))
|
|
365
|
+
|
|
366
|
+
# [2.4.0](https://github.com/HSF/phoenix/compare/v2.3.2...v2.4.0) (2021-10-28)
|
|
367
|
+
|
|
368
|
+
### Bug Fixes
|
|
369
|
+
|
|
370
|
+
- **app:** proper code format with yarn lint in Info Panel ([dbb0f16](https://github.com/HSF/phoenix/commit/dbb0f168de91f5d8d9302101e4f462cd6b802818))
|
|
371
|
+
- **app:** take version for phoenix-event-display ([17e5c11](https://github.com/HSF/phoenix/commit/17e5c11b84df554d3293741014d4a7d9c6de2499))
|
|
372
|
+
- **event-display:** handle AR and VR permission errors ([dfbc6a2](https://github.com/HSF/phoenix/commit/dfbc6a2e97236408bcaa808221ca837576a1b6c5))
|
|
373
|
+
|
|
374
|
+
### Features
|
|
375
|
+
|
|
376
|
+
- update all packages ([c0af497](https://github.com/HSF/phoenix/commit/c0af4975040881e6151cc2af36a2ea89da1938d8))
|
|
377
|
+
- **app:** Display Phoenix Version in Info Panel ([5cc08b4](https://github.com/HSF/phoenix/commit/5cc08b4e52cded24074df1681fc2369a93c529d0))
|
|
378
|
+
|
|
379
|
+
# [2.3.0](https://github.com/HSF/phoenix/compare/v2.2.0...v2.3.0) (2021-09-20)
|
|
380
|
+
|
|
381
|
+
### Bug Fixes
|
|
382
|
+
|
|
383
|
+
- **app:** fix homepage button active style ([bc7d375](https://github.com/HSF/phoenix/commit/bc7d3759e000f8baeb5ca527e06b7bc04593eb69))
|
|
384
|
+
|
|
385
|
+
### Features
|
|
386
|
+
|
|
387
|
+
- Upgrade all packages ([4698ea4](https://github.com/HSF/phoenix/commit/4698ea4ed623c579e0720fd9d2a0dbdb16985181))
|
|
388
|
+
- **app:** add class for blank button ([4df157b](https://github.com/HSF/phoenix/commit/4df157b90f656c4e270294d660efd9652b053779))
|
|
389
|
+
- **app:** handle collection columns symbols more optimally ([69c3d1e](https://github.com/HSF/phoenix/commit/69c3d1e35bf6ae0dc621a91c8ddaddada65bd1b4))
|
|
390
|
+
- **app:** keyboard a11y for io options dialog ([860be71](https://github.com/HSF/phoenix/commit/860be71f700c0469cf138f957c0a24c221078dae))
|
|
391
|
+
- **app:** make overlay and collections info keyboard accessible ([eb31a83](https://github.com/HSF/phoenix/commit/eb31a83bdce3ba322a187e041d1e30738072d08f))
|
|
392
|
+
- **app:** make Phoenix menu keyboard accessible ([ba7d66f](https://github.com/HSF/phoenix/commit/ba7d66ffd9a83ba58b3f06d8d8a8169d678646d8))
|
|
393
|
+
- **app:** make UI menu buttons keyboard accessible ([69473fd](https://github.com/HSF/phoenix/commit/69473fd461ec236f698ba3df0be0c919b29a3dd1))
|
|
394
|
+
- **app:** make UI menu keyboard accessible ([a18fa6f](https://github.com/HSF/phoenix/commit/a18fa6f28db98ec6ce6ee0c3310cc77b88a7b84c))
|
|
395
|
+
- **app:** make view options accessible through keyboard ([a50a0d1](https://github.com/HSF/phoenix/commit/a50a0d1614fe46f183299b3918aad525e3d7f29f))
|
|
396
|
+
- **app:** making clipping options keyboard accessible ([4d1bd95](https://github.com/HSF/phoenix/commit/4d1bd95f40c2c31fe99085c152ab0c9237ac2325))
|
|
397
|
+
- **app:** show cut objects in collections info panel ([318acc9](https://github.com/HSF/phoenix/commit/318acc9ab68707bb6d0db91f30fbd7c95002b586))
|
|
398
|
+
|
|
399
|
+
# [2.2.0](https://github.com/HSF/phoenix/compare/v2.1.0...v2.2.0) (2021-08-03)
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
- **app:** finalize AR toggle ([3f1d3f5](https://github.com/HSF/phoenix/commit/3f1d3f56d3d3c4a084707b97f7f083dde0d1a15f))
|
|
404
|
+
- **app:** make AR toggle buttons unavailable when not supported ([445c0e3](https://github.com/HSF/phoenix/commit/445c0e37be48eb3dc7bcb64b6ad857f8d4541bce))
|
|
405
|
+
- Fix linting issues and update code ([dc7d74a](https://github.com/HSF/phoenix/commit/dc7d74a9bedb86a27fdd8a5326108e20274eafbd))
|
|
406
|
+
|
|
407
|
+
### Features
|
|
408
|
+
|
|
409
|
+
- update all packages including Angular ([9a88331](https://github.com/HSF/phoenix/commit/9a883317c910e928ef9164b9f5495972426b0494))
|
|
410
|
+
- update packages except Angular ([26eff0e](https://github.com/HSF/phoenix/commit/26eff0ee71bbaed9afa484bfddeaa695044fc447))
|
|
411
|
+
- **app:** option to start AR with or without DOM overlay ([9a6c243](https://github.com/HSF/phoenix/commit/9a6c24311621eaed644da582876345cee04415b0))
|
|
412
|
+
|
|
413
|
+
# [2.1.0](https://github.com/HSF/phoenix/compare/v2.0.0...v2.1.0) (2021-06-28)
|
|
414
|
+
|
|
415
|
+
### Bug Fixes
|
|
416
|
+
|
|
417
|
+
- **app:** apply fixes after updating Angular using CLI ([b2316bf](https://github.com/HSF/phoenix/commit/b2316bfb4485cf3865fd8868f8ac3bde54b62ed9))
|
|
418
|
+
- **app:** clean packages not used in phoenix-ng ([037af62](https://github.com/HSF/phoenix/commit/037af62579394a72dc3ba7777055d6ada3d8908a))
|
|
419
|
+
- **app:** fix build of phoenix-ui-components ([8a3094d](https://github.com/HSF/phoenix/commit/8a3094d3cc16a95b397f7051e500c1e94af1677d))
|
|
420
|
+
- **app:** fix development serve build and update material ui styles ([dcf8010](https://github.com/HSF/phoenix/commit/dcf8010688179d2be0f6675a4683459958875776))
|
|
421
|
+
- **app:** fix node_modules path in angular config ([3525101](https://github.com/HSF/phoenix/commit/3525101149c6451093afb323cd29e0850f6e4f43))
|
|
422
|
+
- **app:** improve styles of phoenix menu ([ac0a0c4](https://github.com/HSF/phoenix/commit/ac0a0c46902fcaea7c6d6fc94ad788a0b93a778c))
|
|
423
|
+
- **app:** make config visible with scrollable phoenix menu ([ab42d98](https://github.com/HSF/phoenix/commit/ab42d98e3d949d54665987588b078aab4b20d52a))
|
|
424
|
+
|
|
425
|
+
### Features
|
|
426
|
+
|
|
427
|
+
- **app:** add toggle for AR ([a703bdd](https://github.com/HSF/phoenix/commit/a703bddcbfa5860239a905dc2c160f289a8e633c))
|
|
428
|
+
- **app:** allow scrolling for phoenix menu ([3068d42](https://github.com/HSF/phoenix/commit/3068d4202093f5dcb3e909d909fb2b45aae54be1))
|
|
429
|
+
- **event-display:** combine repeating code for VR and AR into XR ([50fc5f7](https://github.com/HSF/phoenix/commit/50fc5f77367a898e5a48a2e2f3ec6c67e92749e5))
|
|
430
|
+
- **event-display:** extend ARManager from XRManager ([ae76d4a](https://github.com/HSF/phoenix/commit/ae76d4a0b9a56de07b6dfa75198cc2614ba081db))
|
|
431
|
+
|
|
432
|
+
# [2.0.0](https://github.com/HSF/phoenix/compare/v1.7.0...v2.0.0) (2021-06-08)
|
|
433
|
+
|
|
434
|
+
### Bug Fixes
|
|
435
|
+
|
|
436
|
+
- **event-display:** fix collision animation ([3e5d80d](https://github.com/HSF/phoenix/commit/3e5d80da441996aa5f905382125ff37b69ff02a3))
|
|
437
|
+
- fix misc errors and improve styles ([124a272](https://github.com/HSF/phoenix/commit/124a272fdb2ae75ee5883abdbfb5a2cfb2ef9251))
|
|
438
|
+
- **app:** fix fullscreen test ([be477a0](https://github.com/HSF/phoenix/commit/be477a0d0dc1f44a3e0ea68a92b5d0c642cd617a))
|
|
439
|
+
- **app:** remove redundant CSS and classes ([d2b7d34](https://github.com/HSF/phoenix/commit/d2b7d34f01e7fd7df18f1ab5acaf56ccf49610fc))
|
|
440
|
+
- **app:** show overlays in SS mode ([364e643](https://github.com/HSF/phoenix/commit/364e6434ced3bfab11a435428693cb8149bbd89b))
|
|
441
|
+
|
|
442
|
+
### Features
|
|
443
|
+
|
|
444
|
+
- **app:** ability to toggle background in overlay view ([aeee757](https://github.com/HSF/phoenix/commit/aeee757adfe25491b866d82758b7e5464ad8c88a))
|
|
445
|
+
- **app:** add embed in sharable link constructor ([8a0c0b1](https://github.com/HSF/phoenix/commit/8a0c0b1b423e7c7b8dd6935a266d6158a8fc5125))
|
|
446
|
+
- **app:** add embed menu with a URL option for embed ([56c6eff](https://github.com/HSF/phoenix/commit/56c6eff388fef027cfbe9e9b0ff0ea4513689808))
|
|
447
|
+
- **app:** add experiment link to embed menu ([1bc14f9](https://github.com/HSF/phoenix/commit/1bc14f94edfa87bb6c752bc009ed790b54f3cf5e))
|
|
448
|
+
- **app:** add load progress based on number of loaded items ([20ef288](https://github.com/HSF/phoenix/commit/20ef288ee3ade9f1c6535e225c992993b62f6b01))
|
|
449
|
+
- **app:** add loading progress to all experiments ([b557cfb](https://github.com/HSF/phoenix/commit/b557cfb42710eeccc8182f9d2c4c6e45ecc25eb9))
|
|
450
|
+
- **app:** add more options to embed menu ([575d29a](https://github.com/HSF/phoenix/commit/575d29ad1becbfaa4ce96371cc2bc77ffda3e474))
|
|
451
|
+
- **app:** allow content in UI menu and display items in a straight row ([e3d83ea](https://github.com/HSF/phoenix/commit/e3d83ea7e3e7bf43e850e837b61770788747acdb))
|
|
452
|
+
- **app:** create embed menu component ([5fe6685](https://github.com/HSF/phoenix/commit/5fe66859c5546dfdcd063097b7a5aaa3fd3acad5))
|
|
453
|
+
- **app:** get experiment link dynamically and add tests for embed menu ([cc9590d](https://github.com/HSF/phoenix/commit/cc9590dd2f8d0482ed781603e12780cbfe8c2640))
|
|
454
|
+
- **app:** improve background colors ([110ca01](https://github.com/HSF/phoenix/commit/110ca0133e86937b57c959edcfd9bee5b11e3479))
|
|
455
|
+
- **app:** improve background colors ([2c97f5c](https://github.com/HSF/phoenix/commit/2c97f5cc4f0d9e2933010350f02570b98a7d1f51))
|
|
456
|
+
- **app:** make animation presets configurable ([bd5f161](https://github.com/HSF/phoenix/commit/bd5f1617ab2a9f2b169089e3c57862b264fec984))
|
|
457
|
+
- **app:** setup for preset scene animations ([6e919e1](https://github.com/HSF/phoenix/commit/6e919e1b7f735ff15e83997d7b5a7b8ca94db441))
|
|
458
|
+
- **app:** upgrade Angular version ([f31e66a](https://github.com/HSF/phoenix/commit/f31e66a959e43383e4cdf629d4251bcb8eefde4f))
|
|
459
|
+
- **event-display:** add a sample animation preset ([e07725a](https://github.com/HSF/phoenix/commit/e07725a08c79e214a5f11cf902872f74e25a32fa))
|
|
460
|
+
- **event-display:** add color options to tracks collections ([90aea3c](https://github.com/HSF/phoenix/commit/90aea3cec7d080e976299602bf0f113ba6dcba1b))
|
|
461
|
+
- **event-display:** color options for event data objects ([9908cc9](https://github.com/HSF/phoenix/commit/9908cc904742d1f1eceb750ffda531f5802ed2fa))
|
|
462
|
+
- **event-display:** implement embed menu ([872f708](https://github.com/HSF/phoenix/commit/872f7085aabdaa952f0cffb5bab82e7a021582fb))
|
|
463
|
+
- **event-display:** improve preset animation ([2371f75](https://github.com/HSF/phoenix/commit/2371f75ed224bd26ffbfb88a299daf7c5ce16543))
|
|
464
|
+
- **event-display:** only show selected color by options ([3041166](https://github.com/HSF/phoenix/commit/3041166ccc64609501d867471277687b17383b97))
|
|
465
|
+
|
|
466
|
+
# [1.9.0](https://github.com/HSF/phoenix/compare/v1.7.0...v1.9.0) (2021-05-16)
|
|
467
|
+
|
|
468
|
+
### Bug Fixes
|
|
469
|
+
|
|
470
|
+
- **app:** fix fullscreen test ([be477a0](https://github.com/HSF/phoenix/commit/be477a0d0dc1f44a3e0ea68a92b5d0c642cd617a))
|
|
471
|
+
- **app:** remove redundant CSS and classes ([d2b7d34](https://github.com/HSF/phoenix/commit/d2b7d34f01e7fd7df18f1ab5acaf56ccf49610fc))
|
|
472
|
+
- **app:** show overlays in SS mode ([364e643](https://github.com/HSF/phoenix/commit/364e6434ced3bfab11a435428693cb8149bbd89b))
|
|
473
|
+
|
|
474
|
+
### Features
|
|
475
|
+
|
|
476
|
+
- **app:** add embed in sharable link constructor ([8a0c0b1](https://github.com/HSF/phoenix/commit/8a0c0b1b423e7c7b8dd6935a266d6158a8fc5125))
|
|
477
|
+
- **app:** add embed menu with a URL option for embed ([56c6eff](https://github.com/HSF/phoenix/commit/56c6eff388fef027cfbe9e9b0ff0ea4513689808))
|
|
478
|
+
- **app:** add experiment link to embed menu ([1bc14f9](https://github.com/HSF/phoenix/commit/1bc14f94edfa87bb6c752bc009ed790b54f3cf5e))
|
|
479
|
+
- **app:** add load progress based on number of loaded items ([20ef288](https://github.com/HSF/phoenix/commit/20ef288ee3ade9f1c6535e225c992993b62f6b01))
|
|
480
|
+
- **app:** add loading progress to all experiments ([b557cfb](https://github.com/HSF/phoenix/commit/b557cfb42710eeccc8182f9d2c4c6e45ecc25eb9))
|
|
481
|
+
- **app:** add more options to embed menu ([575d29a](https://github.com/HSF/phoenix/commit/575d29ad1becbfaa4ce96371cc2bc77ffda3e474))
|
|
482
|
+
- **app:** allow content in UI menu and display items in a straight row ([e3d83ea](https://github.com/HSF/phoenix/commit/e3d83ea7e3e7bf43e850e837b61770788747acdb))
|
|
483
|
+
- **app:** create embed menu component ([5fe6685](https://github.com/HSF/phoenix/commit/5fe66859c5546dfdcd063097b7a5aaa3fd3acad5))
|
|
484
|
+
- **app:** get experiment link dynamically and add tests for embed menu ([cc9590d](https://github.com/HSF/phoenix/commit/cc9590dd2f8d0482ed781603e12780cbfe8c2640))
|
|
485
|
+
- **event-display:** add color options to tracks collections ([90aea3c](https://github.com/HSF/phoenix/commit/90aea3cec7d080e976299602bf0f113ba6dcba1b))
|
|
486
|
+
- **event-display:** color options for event data objects ([9908cc9](https://github.com/HSF/phoenix/commit/9908cc904742d1f1eceb750ffda531f5802ed2fa))
|
|
487
|
+
- **event-display:** implement embed menu ([872f708](https://github.com/HSF/phoenix/commit/872f7085aabdaa952f0cffb5bab82e7a021582fb))
|
|
488
|
+
- **event-display:** only show selected color by options ([3041166](https://github.com/HSF/phoenix/commit/3041166ccc64609501d867471277687b17383b97))
|
|
489
|
+
|
|
490
|
+
# [1.8.0](https://github.com/HSF/phoenix/compare/v1.7.0...v1.8.0) (2021-05-01)
|
|
491
|
+
|
|
492
|
+
### Bug Fixes
|
|
493
|
+
|
|
494
|
+
- **app:** remove redundant CSS and classes ([d2b7d34](https://github.com/HSF/phoenix/commit/d2b7d34f01e7fd7df18f1ab5acaf56ccf49610fc))
|
|
495
|
+
- **app:** show overlays in SS mode ([364e643](https://github.com/HSF/phoenix/commit/364e6434ced3bfab11a435428693cb8149bbd89b))
|
|
496
|
+
|
|
497
|
+
### Features
|
|
498
|
+
|
|
499
|
+
- **app:** add embed in sharable link constructor ([8a0c0b1](https://github.com/HSF/phoenix/commit/8a0c0b1b423e7c7b8dd6935a266d6158a8fc5125))
|
|
500
|
+
- **app:** add embed menu with a URL option for embed ([56c6eff](https://github.com/HSF/phoenix/commit/56c6eff388fef027cfbe9e9b0ff0ea4513689808))
|
|
501
|
+
- **app:** add experiment link to embed menu ([1bc14f9](https://github.com/HSF/phoenix/commit/1bc14f94edfa87bb6c752bc009ed790b54f3cf5e))
|
|
502
|
+
- **app:** add load progress based on number of loaded items ([20ef288](https://github.com/HSF/phoenix/commit/20ef288ee3ade9f1c6535e225c992993b62f6b01))
|
|
503
|
+
- **app:** add loading progress to all experiments ([b557cfb](https://github.com/HSF/phoenix/commit/b557cfb42710eeccc8182f9d2c4c6e45ecc25eb9))
|
|
504
|
+
- **app:** add more options to embed menu ([575d29a](https://github.com/HSF/phoenix/commit/575d29ad1becbfaa4ce96371cc2bc77ffda3e474))
|
|
505
|
+
- **app:** allow content in UI menu and display items in a straight row ([e3d83ea](https://github.com/HSF/phoenix/commit/e3d83ea7e3e7bf43e850e837b61770788747acdb))
|
|
506
|
+
- **app:** create embed menu component ([5fe6685](https://github.com/HSF/phoenix/commit/5fe66859c5546dfdcd063097b7a5aaa3fd3acad5))
|
|
507
|
+
- **app:** get experiment link dynamically and add tests for embed menu ([cc9590d](https://github.com/HSF/phoenix/commit/cc9590dd2f8d0482ed781603e12780cbfe8c2640))
|
|
508
|
+
- **event-display:** add color options to tracks collections ([90aea3c](https://github.com/HSF/phoenix/commit/90aea3cec7d080e976299602bf0f113ba6dcba1b))
|
|
509
|
+
- **event-display:** color options for event data objects ([9908cc9](https://github.com/HSF/phoenix/commit/9908cc904742d1f1eceb750ffda531f5802ed2fa))
|
|
510
|
+
- **event-display:** implement embed menu ([872f708](https://github.com/HSF/phoenix/commit/872f7085aabdaa952f0cffb5bab82e7a021582fb))
|
|
511
|
+
|
|
512
|
+
# [1.7.0](https://github.com/HSF/phoenix/compare/v1.6.1...v1.7.0) (2021-04-21)
|
|
513
|
+
|
|
514
|
+
### Features
|
|
515
|
+
|
|
516
|
+
- **app:** option for custom import handlers ([99b161e](https://github.com/HSF/phoenix/commit/99b161e76109fb2b99031a35ac72fbe31596f44b))
|
|
517
|
+
- **app:** support for importing with LHCb loader ([8c6bd89](https://github.com/HSF/phoenix/commit/8c6bd89bafcd3f4123365f36f36f49d83f4352d8))
|
|
518
|
+
|
|
519
|
+
## [1.6.1](https://github.com/HSF/phoenix/compare/v1.6.0...v1.6.1) (2021-04-19)
|
|
520
|
+
|
|
521
|
+
### Bug Fixes
|
|
522
|
+
|
|
523
|
+
- **app:** update three.js for phoenix-ui-components ([6f5af5e](https://github.com/HSF/phoenix/commit/6f5af5edd5450d7143bd94de00c2186bd3b8d87e))
|
|
524
|
+
- **event-display:** animation event with clipping because of maximum callstack reached ([e5d6639](https://github.com/HSF/phoenix/commit/e5d6639ca5698162160d4d64545916087dd5f066))
|
|
525
|
+
|
|
526
|
+
# [1.6.0](https://github.com/HSF/phoenix/compare/v1.5.0...v1.6.0) (2021-04-18)
|
|
527
|
+
|
|
528
|
+
### Bug Fixes
|
|
529
|
+
|
|
530
|
+
- **app:** consistent input styling and fix share icon ([2e3455d](https://github.com/HSF/phoenix/commit/2e3455dd58c2c6f6bd0018651073a52f46716de4))
|
|
531
|
+
- **app:** event selection should show current event ([a65d8ac](https://github.com/HSF/phoenix/commit/a65d8ac2feebf140181f20a81098b6174212ae32))
|
|
532
|
+
- **app:** revert added URL options and UI components package.json ([96f0649](https://github.com/HSF/phoenix/commit/96f06498b58a87e2fa035e94bb76b05f13aaaa75))
|
|
533
|
+
|
|
534
|
+
### Features
|
|
535
|
+
|
|
536
|
+
- **app:** bind clipping state with UI menu ([40bbba0](https://github.com/HSF/phoenix/commit/40bbba07311d6c23b59d5d5409d190c2721bc395))
|
|
537
|
+
- **app:** complete dialog for share link and embed ([50c2584](https://github.com/HSF/phoenix/commit/50c2584107d132e8f7161c28ce4d88479e30c4ed))
|
|
538
|
+
- **app:** create component for shareable link constructor ([181dfa8](https://github.com/HSF/phoenix/commit/181dfa8b0d05888f89a27f4640466f9b57c06568))
|
|
539
|
+
- **app:** don't show hits in collection info ([c550a41](https://github.com/HSF/phoenix/commit/c550a41860c97a223527ecc2da4e66fb644a0844))
|
|
540
|
+
- **app:** fix link creation and improve link constructor ([2cedfec](https://github.com/HSF/phoenix/commit/2cedfeceb99b2d105bd603b8290b15fcfe5cdf0e))
|
|
541
|
+
- **app:** setup link share form ([b10bb7a](https://github.com/HSF/phoenix/commit/b10bb7aa14e373191bea6508d723c79c42c3f2b3))
|
|
542
|
+
- **event-display:** add guidelines and simplify some coordinate transformations ([56f94f0](https://github.com/HSF/phoenix/commit/56f94f043b5bdf5e521c05e0bc058186c78270ad))
|
|
543
|
+
- **event-display:** create an active observable variable ([854e543](https://github.com/HSF/phoenix/commit/854e5439a1ebeba80940989a716338f1542984db))
|
|
544
|
+
- upgrade all packages except three.js ([8e2eff4](https://github.com/HSF/phoenix/commit/8e2eff4b58e02f19cefd3e02e7edf92a81474783))
|
|
545
|
+
- **event-display:** introduce new URL options and improve handling them ([f7cd6b4](https://github.com/HSF/phoenix/commit/f7cd6b4b6059db82900bc9a0245d8365a5917e8b))
|
|
546
|
+
|
|
547
|
+
# [1.5.0](https://github.com/HSF/phoenix/compare/v1.4.1...v1.5.0) (2021-03-24)
|
|
548
|
+
|
|
549
|
+
### Bug Fixes
|
|
550
|
+
|
|
551
|
+
- **event-display:** fix jsroot loading root file ([8cbcaa5](https://github.com/HSF/phoenix/commit/8cbcaa5d2e4ba89940d65d217e302e7500305641))
|
|
552
|
+
|
|
553
|
+
### Features
|
|
554
|
+
|
|
555
|
+
- **app:** ability to import ig archive in CMS ([9540af5](https://github.com/HSF/phoenix/commit/9540af5d08ab2867e6ef0496a1bd1e3215e91af7))
|
|
556
|
+
- **app:** add ability to import zip with both jivexml and json ([5d62da8](https://github.com/HSF/phoenix/commit/5d62da8aed3621adfff3f8a712e27ff6978efb22))
|
|
557
|
+
- **app:** allow loading compressed jivexml (multiple files) ([d4f3cc7](https://github.com/HSF/phoenix/commit/d4f3cc7a7a5f8e5f2f7e94ce0cc99165debd9952))
|
|
558
|
+
- **app:** allow loading compressed json event data (multiple files) ([360fb20](https://github.com/HSF/phoenix/commit/360fb20d75f793131cf22471cf6a2db959f5c1f0))
|
|
559
|
+
- **app:** dont process zip through json or jivexml import ([17b4e85](https://github.com/HSF/phoenix/commit/17b4e8587ac7743b9c556c73fa3a48862e9ad4ef))
|
|
560
|
+
- **app:** dynamically define supported event formats for io import ([1449cbe](https://github.com/HSF/phoenix/commit/1449cbedec631f4c0d69ad35129c64a949e493e4))
|
|
561
|
+
- **app:** make event data io options configurable ([989ac0e](https://github.com/HSF/phoenix/commit/989ac0ec0a50b9130fc01613735eb1f3c4b226e4))
|
|
562
|
+
- **event-display:** resize canvas with window resize ([5ea04f1](https://github.com/HSF/phoenix/commit/5ea04f174b5adbe54af0aa4663466c5b6291c0a2))
|
|
563
|
+
- **event-display:** update to use CDN for JSROOT ([2fa310f](https://github.com/HSF/phoenix/commit/2fa310fc0171bd19e0ec1b75322eba6b532e5bfe))
|
|
564
|
+
|
|
565
|
+
## [1.4.1](https://github.com/HSF/phoenix/compare/v1.4.0...v1.4.1) (2021-02-26)
|
|
566
|
+
|
|
567
|
+
**Note:** Version bump only for package phoenix-ui-components
|
|
568
|
+
|
|
569
|
+
# [1.4.0](https://github.com/HSF/phoenix/compare/v1.3.0...v1.4.0) (2021-02-16)
|
|
570
|
+
|
|
571
|
+
### Bug Fixes
|
|
572
|
+
|
|
573
|
+
- **event-display:** improve object selection from uuid and label input ([3475836](https://github.com/HSF/phoenix/commit/3475836eacca1485f6dddab8dc049bbb605a5e27))
|
|
574
|
+
|
|
575
|
+
### Features
|
|
576
|
+
|
|
577
|
+
- **app:** ability to add label ([cccd3ed](https://github.com/HSF/phoenix/commit/cccd3ed22583dd9061e09a1c8cf455ee60db7a22))
|
|
578
|
+
- **app:** add label icon and form ([a65a83e](https://github.com/HSF/phoenix/commit/a65a83ece414ae86e5ed66bbb1f97a97a0bd09e7))
|
|
579
|
+
- **event-display:** delete label on empty value and change add label icon ([3756330](https://github.com/HSF/phoenix/commit/3756330d06c459662a0e99d447e5984ebea87e27))
|
|
580
|
+
- **event-display:** set up add label to object functions ([db261a6](https://github.com/HSF/phoenix/commit/db261a6fe5b770f912bef080f1ceec6374a81d08))
|
|
581
|
+
- Update Angular and all packages to latest ([f4c2e31](https://github.com/HSF/phoenix/commit/f4c2e31207e890436a6387e2e34ef31e3d0c48a6))
|
|
582
|
+
|
|
583
|
+
# [1.3.0](https://github.com/HSF/phoenix/compare/v1.2.0...v1.3.0) (2021-01-16)
|
|
584
|
+
|
|
585
|
+
### Bug Fixes
|
|
586
|
+
|
|
587
|
+
- **app:** improve IO code ([a09be14](https://github.com/HSF/phoenix/commit/a09be1491f1357bd3c5925d6f6bba7d101dd6e94))
|
|
588
|
+
- **app:** make import words consistent ([08e771d](https://github.com/HSF/phoenix/commit/08e771d4bb76873ed6931f8aee485925c7f34889))
|
|
589
|
+
- **app:** minor test improvements ([8a0d5cf](https://github.com/HSF/phoenix/commit/8a0d5cf26ad06302ae7d6879863aad8dcd17e0ba))
|
|
590
|
+
- **app:** upgrade to ngx-slider ([6c9b928](https://github.com/HSF/phoenix/commit/6c9b9282fbb1832105dbbd1b54255b9f542ce859))
|
|
591
|
+
- **event-display:** code improvements ([f94c0e4](https://github.com/HSF/phoenix/commit/f94c0e40384ee95f22ba1a92938cf124a6d89a31))
|
|
592
|
+
- **event-display:** fix parsing of GLTF geometry ([dc5d489](https://github.com/HSF/phoenix/commit/dc5d489fd2b2730b9d235851c09baf86d88325d3))
|
|
593
|
+
|
|
594
|
+
### Features
|
|
595
|
+
|
|
596
|
+
- **app:** restyle IO options ([1542808](https://github.com/HSF/phoenix/commit/15428081d748d8e8f548c6d76ef46358d28c82be))
|
|
597
|
+
- **app:** support for importing ROOT geometry ([89adb25](https://github.com/HSF/phoenix/commit/89adb258182bf27a22748ddd14a3880de9a89af3))
|
|
598
|
+
|
|
599
|
+
# [1.2.0](https://github.com/HSF/phoenix/compare/v1.1.0...v1.2.0) (2020-12-06)
|
|
600
|
+
|
|
601
|
+
### Bug Fixes
|
|
602
|
+
|
|
603
|
+
- **app:** add missing icons to assets ([7256013](https://github.com/HSF/phoenix/commit/7256013e712f8d3fa62b7cbf54fb7bd42e25d725))
|
|
604
|
+
- **app:** fix tests ([fa110c2](https://github.com/HSF/phoenix/commit/fa110c2f839985d2eab9540cd6138c68596d27ff))
|
|
605
|
+
- **app:** make VR icon disabled not hidden ([8712753](https://github.com/HSF/phoenix/commit/87127539d62197d6414e76e9bb5a39512c422452))
|
|
606
|
+
- **app:** minor fixes for ss mode ([ac829ae](https://github.com/HSF/phoenix/commit/ac829ae1c70c780583d729ef6b871e4bf78a2b33))
|
|
607
|
+
- **app:** minor test fix ([73e2bf4](https://github.com/HSF/phoenix/commit/73e2bf437c4f72f962843a97e3a8d3abaaf2ca3a))
|
|
608
|
+
- **app:** revert phoenix-ui-components package.json ([640155b](https://github.com/HSF/phoenix/commit/640155b2c0b1164e7b2b5e1f033e61c846fee42d))
|
|
609
|
+
- **app:** use optional chaining for fullscreen in SS mode ([6234655](https://github.com/HSF/phoenix/commit/6234655c3a5030088991787e91ddb67d9201bcf8))
|
|
610
|
+
- **event-display:** stop animation loop on home ([c39ecd3](https://github.com/HSF/phoenix/commit/c39ecd3d57744e5ad117de6cd0aafc2c81b5c58d))
|
|
611
|
+
|
|
612
|
+
### Features
|
|
613
|
+
|
|
614
|
+
- **app:** add tests for screenshot mode toggle ([18f27c5](https://github.com/HSF/phoenix/commit/18f27c59457f1f149879bf300ccc25b57f949a0f))
|
|
615
|
+
- **app:** add toggle for screenshot mode ([22a1ec8](https://github.com/HSF/phoenix/commit/22a1ec8903ac80d72f564eca29e49d15cbd411ce))
|
|
616
|
+
- **app:** component for toggling antialiasing ([5545d80](https://github.com/HSF/phoenix/commit/5545d80ea67a4d803c8c7839accd76f06b2a2fe8))
|
|
617
|
+
- **app:** enter fullscreen in screenshot mode ([70f139f](https://github.com/HSF/phoenix/commit/70f139fd23f5430b95aeb4741ff03b040cd40358))
|
|
618
|
+
- **app:** hide overlays screenshot mode ([4fd0197](https://github.com/HSF/phoenix/commit/4fd0197a700240a1b40828b288e6bbb7d1b4d72f))
|
|
619
|
+
- **app:** make loader generic ([ff10477](https://github.com/HSF/phoenix/commit/ff10477b40fae8554813b283a644c6aeb421f88a))
|
|
620
|
+
- **app:** rename antialias toggle to performance and add icon ([5b3cbae](https://github.com/HSF/phoenix/commit/5b3cbae8171b5f2d0006de5991be0c32f97af4e4))
|
|
621
|
+
- **app:** set up performance mode with selection ([947f6bf](https://github.com/HSF/phoenix/commit/947f6bf2f4da25528de3ab3eeb44c579c084d9a6))
|
|
622
|
+
- **app:** use event display loader in Angular component ([25b2a9d](https://github.com/HSF/phoenix/commit/25b2a9df57b48b0b372358f5350648e3b1b7e846))
|
|
623
|
+
- **event-display:** handle loading better ([9474565](https://github.com/HSF/phoenix/commit/9474565a2bc9b3764cb0970df14ed79a1d943a03))
|
|
624
|
+
- **event-display:** use object to simplify configuration ([4b10452](https://github.com/HSF/phoenix/commit/4b10452a80aed8e67ddac5d550cc9fd15383bad3))
|
|
625
|
+
|
|
626
|
+
# [1.1.0](https://github.com/HSF/phoenix/compare/v1.0.2...v1.1.0) (2020-11-07)
|
|
627
|
+
|
|
628
|
+
### Bug Fixes
|
|
629
|
+
|
|
630
|
+
- **app:** fix attribute pipe ([0980379](https://github.com/HSF/phoenix/commit/09803798a1e5bef8a02e004a63a671d666d0a56a))
|
|
631
|
+
- **app:** fix tests ([f87c587](https://github.com/HSF/phoenix/commit/f87c5876f5a7a83ef3f0a1cb71ff345b492f4263))
|
|
632
|
+
- **app:** fix tests ([fd5c475](https://github.com/HSF/phoenix/commit/fd5c4757c575a7c7a3980bd9a12e010e325fa683))
|
|
633
|
+
- **app:** fix tests 2 and add assets to phoenix-ui ([3527eb4](https://github.com/HSF/phoenix/commit/3527eb4dd91f79a016f3557b6b8b976f52d30307))
|
|
634
|
+
- **app:** rename phoenix-ui to phoenix-ui-components ([bec982c](https://github.com/HSF/phoenix/commit/bec982c5b2361f8b5be99960d9239d6347a2ab86))
|
|
635
|
+
- **app:** style encapsulation for components ([e247c33](https://github.com/HSF/phoenix/commit/e247c3310a7be95c9d5b15492419dc54a6f11a89))
|
|
636
|
+
|
|
637
|
+
### Features
|
|
638
|
+
|
|
639
|
+
- **app:** theming support for phoenix-ui-components ([aebf6ed](https://github.com/HSF/phoenix/commit/aebf6ed707d8605ba51ad40fa9085925160e7ce7))
|