Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 5 additions & 3 deletions content/covidcast/release-log/headless/v2.0.0.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
title: v2.0.0
date: 2021-03-05
date: 2021-03-19
---

### Signal Changes

- Replaced "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated.

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

### New Features

Expand Down
13 changes: 10 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"highlight.js": "^10.6.0",
"katex": "^0.12.0",
"uikit": "^3.6.17",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast#aa2251480a008cc47db281e0ec17c5b7454ec66a"
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.0.0/www-covidcast-2.0.0.tgz"
},
"devDependencies": {
"bestzip": "^2.1.7",
Expand Down
1 change: 0 additions & 1 deletion themes/delphi/layouts/_default/covidcast_app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "styles.*\\.css$")| relURL }}" />
{{ end }}
{{ define "scripts" }}
<script src="{{ (partial "covidcast/find-file.html" "styles.*\\.js$")| relURL }}"></script>
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
{{ end }}
{{ define "breadcrumb" }}<!-- no breadcrumb -->{{ end }}
Expand Down