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
17 changes: 17 additions & 0 deletions content/covidcast/release-log/headless/v1.12.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: v1.12.3
date: 2021-01-12
---

#### Signal Changes

- Add "Vaccine Acceptance" signal to map and survey dashboard

#### New Features

- [#709](https://github.com/cmu-delphi/www-covidcast/pull/709), [#710](https://github.com/cmu-delphi/www-covidcast/pull/710), [#708](https://github.com/cmu-delphi/www-covidcast/pull/708) Improve loading performance especially for the survey dashboard
- [#712](https://github.com/cmu-delphi/www-covidcast/pull/712) Improve map style

#### Bug-fixes

- [#713](https://github.com/cmu-delphi/www-covidcast/pull/713) fix trend color for decreasing trends
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- r-isoband
- r-ggrepel
- r-plotly
- r-usmap
- pandoc
- fiona
- geopandas
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "www-main",
"version": "1.12.2",
"version": "1.12.3",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"highlight.js": "^10.5.0",
"katex": "^0.12.0",
"uikit": "^3.6.5",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.2/www-covidcast-1.12.2.tgz"
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.3/www-covidcast-1.12.3.tgz"
},
"devDependencies": {
"hugo-bin": "^0.67.1",
Expand Down
2 changes: 0 additions & 2 deletions themes/delphi/layouts/_default/covidcast_app.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{{ define "styles" }}
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "vendor.*\\.css$")| relURL }}" />
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "styles.*\\.css$")| relURL }}" />
{{ end }}
{{ define "scripts" }}
<script src="{{ (partial "covidcast/find-file.html" "vendor.*\\.js$") | relURL }}"></script>
<script src="{{ (partial "covidcast/find-file.html" "styles.*\\.js$")| relURL }}"></script>
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
{{ end }}
Expand Down