Skip to content

Commit c51215e

Browse files
authored
Merge pull request #268 from cmu-delphi/sgratzl/covidcast
feat: update covidcast
2 parents b42d474 + f3da318 commit c51215e

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

content/covidcast/release-log/headless/v2.0.0.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
title: v2.0.0
3-
date: 2021-03-05
3+
date: 2021-03-19
44
---
55

66
### Signal Changes
77

8-
- Replaced "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated.
9-
8+
- Replace "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated.
9+
- Change "People Wearing Masks" signal to its latest revision
10+
- Add "COVID Symptom Searches on Google" signal to map and COVIDcast 2.0
11+
- Change survey result signals to their latest revisions with the option to explore old revisions
1012

1113
### New Features
1214

package-lock.json

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"highlight.js": "^10.6.0",
88
"katex": "^0.12.0",
99
"uikit": "^3.6.17",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast#aa2251480a008cc47db281e0ec17c5b7454ec66a"
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.0.0/www-covidcast-2.0.0.tgz"
1111
},
1212
"devDependencies": {
1313
"bestzip": "^2.1.7",

themes/delphi/layouts/_default/covidcast_app.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "styles.*\\.css$")| relURL }}" />
33
{{ end }}
44
{{ define "scripts" }}
5-
<script src="{{ (partial "covidcast/find-file.html" "styles.*\\.js$")| relURL }}"></script>
65
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
76
{{ end }}
87
{{ define "breadcrumb" }}<!-- no breadcrumb -->{{ end }}

0 commit comments

Comments
 (0)