Skip to content

Commit 2fdf3d6

Browse files
authored
Merge pull request #278 from os2display/release/2.2.0
Release 2.2.0
2 parents 4f1acc0 + 5c1f49d commit 2fdf3d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+17822
-15659
lines changed

.eslintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"plugin:prettier/recommended"
88
],
99
"ignorePatterns": ["*.yml"],
10+
"globals": {
11+
"window": true,
12+
"localStorage": true,
13+
"document": true
14+
},
1015
"parser": "babel-eslint",
1116
"parserOptions": {
1217
"sourceType": "module",

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
docker network create frontend
3131
docker compose run --rm node yarn install
32-
docker compose run --rm node yarn check-coding-standards
32+
docker compose run --rm node yarn check-coding-standards-actions
3333
3434
playwright-tests:
3535
name: Playwright
@@ -55,7 +55,7 @@ jobs:
5555
docker compose run --rm playwright npx playwright test --retries 3
5656
5757
58-
- uses: actions/upload-artifact@v3
58+
- uses: actions/upload-artifact@v4
5959
if: always()
6060
with:
6161
name: playwright-report

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8+
## [2.2.0] - 2025-03-17
9+
10+
- [#273](https://github.com/os2display/display-admin-client/pull/273)
11+
- Fixed calendar api feed source config endpoint.
12+
- [#272](https://github.com/os2display/display-admin-client/pull/272)
13+
- Fixed feed source selector.
14+
- [#264](https://github.com/os2display/display-admin-client/pull/264)
15+
- Added checkbox options component for use in calendar modifiers.
16+
- Fixed multiselect when more than one feed source of the given type is installed.
17+
- Fixed github action to fail on warnings.
18+
- [#268](https://github.com/os2display/display-admin-client/pull/268)
19+
- Added feed source UI.
20+
821
## [2.1.1] - 2024-10-23
922

1023
- [#266](https://github.com/os2display/display-admin-client/pull/266)
@@ -20,8 +33,6 @@ All notable changes to this project will be documented in this file.
2033
- Add validation checking if template is selected on slide before save
2134
- [#260](https://github.com/os2display/display-admin-client/pull/260)
2235
- Bug in multiselect, fixed by removing duplicates by key both `@id`and `id`
23-
- [#265](https://github.com/os2display/display-admin-client/pull/265)
24-
- Bug in multiselect, fixed by removing duplicates by key both `@id`and `id`
2536
- [#259](https://github.com/os2display/display-admin-client/pull/259)
2637
- Add saving of playlists/groups with screen (as opposed to _after_)
2738
- Clean up `screen-manager.jsx`

0 commit comments

Comments
 (0)