-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 4.0.1 #2061
Merged
Release 4.0.1 #2061
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Migrations: fix player software migration for empty modifiedDt xibosignage/xibo#3095 * Migrations: fix player software migration for empty modifiedDt xibosignage/xibo#3095 * Migrations: Fix potential migration issues xibosignage/xibo#3095 --------- Co-authored-by: Dan Garner <[email protected]>
* Video/Local Video: improve validation messages for 0 duration. * Widgets: common properties should validation duration is greater than 0 when no validators are present. fixes xibosignage/xibo#3098
- fix type field xibosignage/xibo#3103 - fix token generation xibosignage/xibo#3104
- fix token generation xibosignage/xibo#3104
* Tooltip control help text updated relates to xibosignageltd/xibo-private#453 * Context menu needs to update Layer Control relates to xibosignageltd/xibo-private#462 * Debounce editor preference calls relates to xibosignageltd/xibo-private#463 * Toast notification in editor improvements relates to xibosignageltd/xibo-private#464 * Save default values for elements that come from Editor variables relates to xibosignageltd/xibo-private#465
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Dashboard widget: fix token generation xibosignage/xibo#3104 * Embedded: fix problem downloading widgets with library references xibosignage/xibo#3105 * Chore: Add GetResource to XMDS test * Widgets that use `let` or `const` and dangling `,` xibosignage/xibo#3106
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.0 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Updates `@cypress/request` from 2.88.10 to 3.0.0 - [Release notes](https://github.com/cypress-io/request/releases) - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md) - [Commits](cypress-io/request@v2.88.10...v3.0.0) Updates `cypress` from 10.7.0 to 13.1.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v10.7.0...v13.1.0) --- updated-dependencies: - dependency-name: "@cypress/request" dependency-type: indirect - dependency-name: cypress dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Migration: fix menu board migration. xibosignage/xibo#3101 * Upgrade: digital clock turns analog. xibosignage/xibo#3109 * Upgrade: empty/mission options not handled properly on upgrade. * Maintenance: fix PHP8 errors. xibosignage/xibo#3110 * Maintenance: fix dynamic playlist update. xibosignage/xibo#3111
* Tooltip control help text updated relates to xibosignageltd/xibo-private#453 * Context menu needs to update Layer Control relates to xibosignageltd/xibo-private#462 * Debounce editor preference calls relates to xibosignageltd/xibo-private#463 * Toast notification in editor improvements relates to xibosignageltd/xibo-private#464 * Save default values for elements that come from Editor variables relates to xibosignageltd/xibo-private#465 * Reload Data only after element save fix relates to xibosignageltd/xibo-private#465 * Layout Editor Viewer: Default text isn't the same as preview relates to xibosignage/xibo#3117 * Layout Editor: Options tooltip in front of Publish button relates to xibosignage/xibo#3113 * Playlist Editor: Delete button on Rich Text input deletes selected widget relates to xibosignage/xibo#3115
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils) and [handlebars-loader](https://github.com/pcardune/handlebars-loader). These dependencies need to be updated together. Updates `loader-utils` from 2.0.2 to 2.0.4 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](webpack/loader-utils@v2.0.2...v2.0.4) Updates `loader-utils` from 1.4.0 to 2.0.4 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](webpack/loader-utils@v2.0.2...v2.0.4) Updates `handlebars-loader` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/pcardune/handlebars-loader/releases) - [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md) - [Commits](pcardune/handlebars-loader@v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: loader-utils dependency-type: indirect - dependency-name: handlebars-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update Swagger API version to 4.0 * Folder : Handle attempt at deleting a Folder set a home Folder for a user xibosignage/xibo#3083 * Display : Handle attempt at deleting a Display set as a Lead Display for a Sync Group. Add lead display id filter to sync group page. xibosignage/xibo#3100 * Schedule : Fix Display notify on Layout change when scheduled with user created day part. xibosignage/xibo#3089 * Library Upload : Check if provided playlist is editable. * Schedule : Fix grid issue.
Feature flags shouldn't disable getting a list of those things (only ones you have sharing for). * Unable to edit text widget: xibosignage/xibo#3118 * Sync groups: should be able to view sync groups (shared with you) in filters, etc, without viewing the sync group page.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.