Skip to content

Commit d6916c5

Browse files
committed
2321: Fixed merge
2 parents e67dd9d + 7e794a0 commit d6916c5

30 files changed

+17542
-15530
lines changed

.docker/vhost.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ server {
77
proxy_set_header X-Forwarded-For $remote_addr;
88
proxy_set_header Host $http_host;
99
proxy_pass http://node:3000;
10+
11+
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
12+
add_header Pragma "no-cache";
13+
add_header Expires "0";
1014
}
1115

1216
location /admin/ws {

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,24 @@ All notable changes to this project will be documented in this file.
77

88
- [#264](https://github.com/os2display/display-admin-client/pull/264)
99
- Added checkbox options component for use in calendar modifiers.
10+
- [#268](https://github.com/os2display/display-admin-client/pull/268)
11+
- Added feed source UI.
12+
13+
## [2.1.1] - 2024-10-23
14+
15+
- [#266](https://github.com/os2display/display-admin-client/pull/266)
16+
- Fixed search from local storage.
17+
- [#265](https://github.com/os2display/display-admin-client/pull/265)
18+
- Add no-cache directive
19+
- [#263](https://github.com/os2display/display-admin-client/pull/263)
20+
- Added prefix to local storage keys.
21+
- [#262](https://github.com/os2display/display-admin-client/pull/262)
22+
- Add multi select styling for `invalid` state
23+
- Add possibility of sending error via props to multiselect component
24+
- Add validation checking if layout is selected on screen before save
25+
- Add validation checking if template is selected on slide before save
1026
- [#260](https://github.com/os2display/display-admin-client/pull/260)
11-
- Bug in multiselect, fixed by removing duplicates by key both `@id`and `id`
27+
- Bug in multiselect, fixed by removing duplicates by key both `@id`and `id`
1228
- [#259](https://github.com/os2display/display-admin-client/pull/259)
1329
- Add saving of playlists/groups with screen (as opposed to _after_)
1430
- Clean up `screen-manager.jsx`

0 commit comments

Comments
 (0)