Skip to content
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

chore(webapps): use angularjs from xlts.dev #1842

Merged
merged 7 commits into from
Apr 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
SQUASH ME: adjust initial community edition version
  • Loading branch information
tasso94 authored Apr 20, 2022
commit 35e6ca09c4219bf02b5e88720bc09d6a6e65440a
2 changes: 1 addition & 1 deletion webapps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe.only('Cockpit Dashboard Spec', function() {

#### AngularJS libraries from XLTS.dev

Since December 31, 2021, AngularJS is no longer officially supported by the original maintainers (Google). We replaced the official AngularJS libraries with the ones from [XLTS.dev](https://XLTS.dev) to ensure that our used libraries stay secure and supported. We include the AngularJS libraries from XLTS.dev in our Community Edition releases from 7.17.0 on.
Since December 31, 2021, AngularJS is no longer officially supported by the original maintainers (Google). We replaced the official AngularJS libraries with the ones from [XLTS.dev](https://XLTS.dev) to ensure that our used libraries stay secure and supported. We include the AngularJS libraries from XLTS.dev in our Community Edition releases from 7.18.0-alpha1 on.

**Heads-up:** If you build the Webapps from our source code, the build includes the no longer maintained AngularJS libraries unless you have access to the XLTS.dev registry and configure it with the help of environment variables.

Expand Down