@@ -4,6 +4,66 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.0.0] - 2024-04-09
8
+
9
+ - [ #240 ] ( https://github.com/os2display/display-admin-client/pull/240 )
10
+ - Remove caching of requests from redux toolkit api.
11
+ - [ #239 ] ( https://github.com/os2display/display-admin-client/pull/239 )
12
+ - Updated api integration following route change to v2.
13
+ - [ #238 ] ( https://github.com/os2display/display-admin-client/pull/238 )
14
+ - Fixed screen layout overlapping issue.
15
+ - [ #237 ] ( https://github.com/os2display/display-admin-client/pull/237 )
16
+ - Fixed isCampaign check for playlist relation puts.
17
+ - Removed redux/api.js since it was unused.
18
+ - Removed js generated version of typescript api since it was unused.
19
+ - Added skip to queries that rely on an argument to avoid undefined queries.
20
+ - [ #236 ] ( https://github.com/os2display/display-admin-client/pull/236 )
21
+ - Add help text to activation code form.
22
+ - Fixed warnings raised when compiling.
23
+ - [ #234 ] ( https://github.com/os2display/display-admin-client/pull/234 )
24
+ - Cleaned up code flow in playlist saving.
25
+ - Changed to chaining relations puts.
26
+ - [ #235 ] ( https://github.com/os2display/display-admin-client/pull/235 )
27
+ - Added roles to users list.
28
+ - [ #233 ] ( https://github.com/os2display/display-admin-client/pull/233 )
29
+ - Fixed issue when clicking media archive element when media archive is not in multiple mode.
30
+ - [ #232 ] ( https://github.com/os2display/display-admin-client/pull/232 )
31
+ - Fixed time zone issue in playlist schedules.
32
+ - [ #231 ] ( https://github.com/os2display/display-admin-client/pull/231 )
33
+ - Fixed post body of activation POST request.
34
+ - [ #230 ] ( https://github.com/os2display/display-admin-client/pull/230 )
35
+ - Fixed roles in access-config.json itk-dev infrastructure template.
36
+ - [ #229 ] ( https://github.com/os2display/display-admin-client/pull/229 )
37
+ - Fixed post body of activation POST request.
38
+ - [ #228 ] ( https://github.com/os2display/display-admin-client/pull/228 )
39
+ - Changed login page to only get oidc urls when a login button has been clicked.
40
+ - [ #227 ] ( https://github.com/os2display/display-admin-client/pull/227 )
41
+ - Changed how theme is loaded following change to API
42
+ - Added fetch all to avoid removing slides when saving playlist and all slides have not been fetched.
43
+ - [ #220 ] ( https://github.com/os2display/display-admin-client/pull/220 )
44
+ - Adds CRUD flows for external users and activation codes.
45
+ - Added login and activation flow for external users.
46
+ - [ #217 ] ( https://github.com/os2display/display-admin-client/pull/217 )
47
+ - Move tenant dropdown to sidebar.
48
+ - [ #215 ] ( https://github.com/os2display/display-admin-client/pull/215 )
49
+ - Fixed OIDC login buttons.
50
+ - [ #213 ] ( https://github.com/os2display/display-admin-client/pull/213 )
51
+ - Added focus trap, to trap the keyboard focus in our modals.
52
+ - Added user list, create and edit.
53
+ - [ #212 ] ( https://github.com/os2display/display-admin-client/pull/212 )
54
+ - Updated color of login background.
55
+ - [ #211 ] ( https://github.com/os2display/display-admin-client/pull/211 )
56
+ - Updated login page.
57
+ - Cleaned up translations.
58
+ - Fixed some WCAG2.1 issues.
59
+ - Added os2display logo.
60
+ - [ #225 ] ( https://github.com/os2display/display-admin-client/pull/225 )
61
+ - Fixed caching issues when adding/removing playlists from slide.
62
+ - [ #223 ] ( https://github.com/os2display/display-admin-client/pull/223 )
63
+ - Updated to API Platform 3
64
+ - [ #222 ] ( https://github.com/os2display/display-admin-client/pull/222 )
65
+ - Fixed redux build.
66
+
7
67
## [ 1.5.0] - 2023-10-26
8
68
9
69
- [ #221 ] ( https://github.com/os2display/display-admin-client/pull/221 )
@@ -14,164 +74,164 @@ All notable changes to this project will be documented in this file.
14
74
## [ 1.4.0] - 2023-09-14
15
75
16
76
- [ #210 ] ( https://github.com/os2display/display-admin-client/pull/210 )
17
- Use thumbnails for media list if they are set
77
+ - Use thumbnails for media list if they are set.
18
78
19
79
## [ 1.3.3] - 2023-07-11
20
80
21
81
- [ #208 ] ( https://github.com/os2display/display-admin-client/pull/208 )
22
- Fix version not set in release.json
82
+ - Fix version not set in release.json
23
83
24
84
## [ 1.3.2] - 2023-07-11
25
85
26
86
- [ #207 ] ( https://github.com/os2display/display-admin-client/pull/207 )
27
- Fix incorrect values in auto build release.json in images
87
+ - Fix incorrect values in auto build release.json in images
28
88
29
89
## [ 1.3.1] - 2023-07-11
30
90
31
91
- [ #206 ] ( https://github.com/os2display/display-admin-client/pull/206 )
32
- Added example_release.json file
92
+ - Added example_release.json file
33
93
34
94
## [ 1.3.0] - 2023-07-11
35
95
36
96
- [ #205 ] ( https://github.com/os2display/display-admin-client/pull/205 )
37
- Setup separate image builds for itkdev and os2display
97
+ - Setup separate image builds for itkdev and os2display
38
98
- [ #204 ] ( https://github.com/os2display/display-admin-client/pull/204 )
39
- Change docker image name from ` os2display/os2display-admin-client `
40
- to ` os2display/display-admin-client ` to match image name and
99
+ - Change docker image name from ` os2display/os2display-admin-client `
100
+ to ` os2display/display-admin-client ` to match image name and
41
101
repository name
42
102
- [ #200 ] ( https://github.com/os2display/display-admin-client/pull/200 )
43
- Update docker build to publish to "os2display" org on docker hub.
44
- Update github workflow to latest actions.
45
- Add github workflow to build and create release.
46
- Change ` example_config.json ` to use relative paths.
103
+ - Update docker build to publish to "os2display" org on docker hub.
104
+ - Update github workflow to latest actions.
105
+ - Add github workflow to build and create release.
106
+ - Change ` example_config.json ` to use relative paths.
47
107
- [ #202 ] ( https://github.com/os2display/display-admin-client/pull/202 )
48
- Remove zeroes when pagination button is not visible.
49
- Save campaign before redirect.
108
+ - Remove zeroes when pagination button is not visible.
109
+ - Save campaign before redirect.
50
110
- [ #201 ] ( https://github.com/os2display/display-admin-client/pull/201 )
51
- Updated poster and feed selection.
111
+ - Updated poster and feed selection.
52
112
53
113
## [ 1.2.7] - 2023-05-25
54
114
55
115
- [ #197 ] ( https://github.com/os2display/display-admin-client/pull/197 )
56
- Add pagination to tables below multiselect dropdowns.
116
+ - Add pagination to tables below multiselect dropdowns.
57
117
- [ #196 ] ( https://github.com/os2display/display-admin-client/pull/196 )
58
- Changed to handling rrule dates as UTC.
118
+ - Changed to handling rrule dates as UTC.
59
119
- [ #194 ] ( https://github.com/os2display/display-admin-client/pull/195 )
60
- Fix button margin on mobile view.
120
+ - Fix button margin on mobile view.
61
121
- [ #193 ] ( https://github.com/os2display/display-admin-client/pull/194 )
62
- Prevent screen-manager.js from redirecting before everything is saved.
122
+ - Prevent screen-manager.js from redirecting before everything is saved.
63
123
- [ #192 ] ( https://github.com/os2display/display-admin-client/pull/193 )
64
- Readd and fix cypress tests.
65
- -
124
+ - Re-added and fixed cypress tests.
125
+
66
126
## [ 1.2.6] - 2023-05-11
67
127
68
128
- [ #197 ] ( https://github.com/os2display/display-admin-client/pull/197 )
69
- Add pagination to tables below multiselect dropdowns.
129
+ - Add pagination to tables below multiselect dropdowns.
70
130
71
131
## [ 1.2.5] - 2023-03-24
72
132
73
133
- [ #191 ] ( https://github.com/os2display/display-admin-client/pull/191 )
74
- Fixed theme logo loading in slide preview.
75
- Fixed error messages in slide manager.
134
+ - Fixed theme logo loading in slide preview.
135
+ - Fixed error messages in slide manager.
76
136
77
137
## [ 1.2.4] - 2023-03-24
78
138
79
139
- [ #190 ] ( https://github.com/os2display/display-admin-client/pull/190 )
80
- Changed config loader to avoid competing promises.
140
+ - Changed config loader to avoid competing promises.
81
141
- [ #189 ] ( https://github.com/os2display/display-admin-client/pull/189 )
82
- Fixed issue where playlist showed a maximum of 10 selected slides.
142
+ - Fixed issue where playlist showed a maximum of 10 selected slides.
83
143
84
144
## [ 1.2.3] - 2023-03-07
85
145
86
146
- [ #188 ] ( https://github.com/os2display/display-admin-client/pull/188 )
87
- Fixed template sorting.
88
- Removed option to change template after creation
147
+ - Fixed template sorting.
148
+ - Removed option to change template after creation
89
149
- [ #187 ] ( https://github.com/os2display/display-admin-client/pull/187 )
90
- Added license.
150
+ - Added license.
91
151
- [ #185 ] ( https://github.com/os2display/display-admin-client/pull/185 )
92
- Changed rich text defaultValue to avoid update loops.
93
- Cleaned up rich text toolbar options.
152
+ - Changed rich text defaultValue to avoid update loops.
153
+ - Cleaned up rich text toolbar options.
94
154
- [ #183 ] ( https://github.com/os2display/display-admin-client/pull/183 )
95
- Adds information about max file sizes.
155
+ - Adds information about max file sizes.
96
156
97
157
## [ 1.2.2] - 2023-02-08
98
158
99
159
- [ #184 ] ( https://github.com/os2display/display-admin-client/pull/184 )
100
- Fix logo upload, and change image uploader to use hook selected
160
+ - Fix logo upload, and change image uploader to use hook selected
101
161
- [ #182 ] ( https://github.com/os2display/display-admin-client/pull/182 )
102
- Make cypress tests run 3 times in GA, and set defaultCommandTimeout to 10000
162
+ - Make cypress tests run 3 times in GA, and set defaultCommandTimeout to 10000
103
163
- [ #181 ] ( https://github.com/os2display/display-admin-client/pull/181 )
104
- Disable selected menu link
164
+ - Disable selected menu link
105
165
- [ #180 ] ( https://github.com/os2display/display-admin-client/pull/180 )
106
- Make it possible to delete media from slide
166
+ - Make it possible to delete media from slide
107
167
- [ #179 ] ( https://github.com/os2display/display-admin-client/pull/179 )
108
- Simplify info modal, remove pagination
168
+ - Simplify info modal, remove pagination
109
169
110
170
## [ 1.2.1] - 2023-01-13
111
171
112
172
- [ #178 ] ( https://github.com/os2display/display-admin-client/pull/178 )
113
- add 8080 to port to make cypresstests run
173
+ - Added 8080 to port to make cypresstests run
114
174
- [ #177 ] ( https://github.com/os2display/display-admin-client/pull/177 )
115
- css in name to cssstyles
175
+ - Css in name to cssstyles
116
176
- [ #176 ] ( https://github.com/os2display/display-admin-client/pull/176 )
117
- css -> cssstyles in all places but not the request body
177
+ - Css -> cssstyles in all places but not the request body
118
178
- [ #175 ] ( https://github.com/os2display/display-admin-client/pull/175 )
119
- update proptypes
120
- rename cssstyles to css
121
- give resolution a default value
179
+ - Update proptypes
180
+ - Rename cssstyles to css
181
+ - Give resolution a default value
122
182
123
183
## [ 1.2.0] - 2023-01-05
124
184
125
185
- [ #174 ] ( https://github.com/os2display/display-admin-client/pull/174 )
126
- Added changelog.
127
- Added github action to enforce that PRs should always include an update of the changelog.
186
+ - Added changelog.
187
+ - Added github action to enforce that PRs should always include an update of the changelog.
128
188
- [ #172 ] ( https://github.com/os2display/display-admin-client/pull/172 )
129
- Fixed search issue for screens.
189
+ - Fixed search issue for screens.
130
190
- [ #171 ] ( https://github.com/os2display/display-admin-client/pull/171 )
131
- Moved to page 1 after deletions.
191
+ - Moved to page 1 after deletions.
132
192
- [ #170 ] ( https://github.com/os2display/display-admin-client/pull/170 )
133
- Fixed media library issue.
134
- The css was not displayed in the theme page (create/edit).
135
- Shared playlists in gantt are not clickable/do not redirect.
193
+ - Fixed media library issue.
194
+ - The css was not displayed in the theme page (create/edit).
195
+ - Shared playlists in gantt are not clickable/do not redirect.
136
196
- [ #169 ] ( https://github.com/os2display/display-admin-client/pull/169 )
137
- Updated docker setup to match new itkdev base setup
197
+ - Updated docker setup to match new itkdev base setup
138
198
- [ #168 ] ( https://github.com/os2display/display-admin-client/pull/168 )
139
- Fixed wrong link.
199
+ - Fixed wrong link.
140
200
- [ #167 ] ( https://github.com/os2display/display-admin-client/pull/167 )
141
- Updated grid generator from 1.0.6 -> 1.0.8.
201
+ - Updated grid generator from 1.0.6 -> 1.0.8.
142
202
143
203
## [ 1.1.0] - 2022-10-06
144
204
145
205
- [ #166 ] ( https://github.com/os2display/display-admin-client/pull/166 )
146
- Updated react to 18.
206
+ - Updated react to 18.
147
207
- [ #164 ] ( https://github.com/os2display/display-admin-client/pull/164 )
148
- Removed 0 in calendar view screen.
208
+ - Removed 0 in calendar view screen.
149
209
150
210
## [ 1.0.3] - 2022-09-05
151
211
152
212
- [ #163 ] ( https://github.com/os2display/display-admin-client/pull/163 )
153
- Moved gantt chart to edit pages.
213
+ - Moved gantt chart to edit pages.
154
214
- [ #162 ] ( https://github.com/os2display/display-admin-client/pull/162 )
155
- Added dropdown for resolution/orientation on screen.
156
- Removed screen width/height.
215
+ - Added dropdown for resolution/orientation on screen.
216
+ - Removed screen width/height.
157
217
- [ #161 ] ( https://github.com/os2display/display-admin-client/pull/161 )
158
- Changed default duration from 10 to 15 s.
218
+ - Changed default duration from 10 to 15 s.
159
219
- [ #159 ] ( https://github.com/os2display/display-admin-client/pull/159 )
160
- Refactored theme-manager (as the other elements have that as well, slide-manager e.g.).
161
- Added logo to theme form.
162
- Save theme logo.
220
+ - Refactored theme-manager (as the other elements have that as well, slide-manager e.g.).
221
+ - Added logo to theme form.
222
+ - Save theme logo.
163
223
164
224
## [ 1.0.2] - 2022-06-02
165
225
166
226
- [ #158 ] ( https://github.com/os2display/display-admin-client/pull/158 )
167
- Added slide class to remote component.
227
+ - Added slide class to remote component.
168
228
169
229
## [ 1.0.1] - 2022-06-01
170
230
171
231
- [ #157 ] ( https://github.com/os2display/display-admin-client/pull/157 )
172
- Changed class names to lower case.
232
+ - Changed class names to lower case.
173
233
- [ #156 ] ( https://github.com/os2display/display-admin-client/pull/156 )
174
- Added check to station selector.
234
+ - Added check to station selector.
175
235
176
236
## [ 1.0.0] - 2022-05-18
177
237
0 commit comments