Skip to content

Commit 186a742

Browse files
authored
Merge pull request #213 from cmu-delphi/main
chore: sync main ->dev
2 parents ca6b599 + ecdea01 commit 186a742

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: v1.12.3
3+
date: 2021-01-12
4+
---
5+
6+
#### Signal Changes
7+
8+
- Add "Vaccine Acceptance" signal to map and survey dashboard
9+
10+
#### New Features
11+
12+
- [#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
13+
- [#712](https://github.com/cmu-delphi/www-covidcast/pull/712) Improve map style
14+
15+
#### Bug-fixes
16+
17+
- [#713](https://github.com/cmu-delphi/www-covidcast/pull/713) fix trend color for decreasing trends

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies:
3232
- r-isoband
3333
- r-ggrepel
3434
- r-plotly
35+
- r-usmap
3536
- pandoc
3637
- fiona
3738
- geopandas

package-lock.json

Lines changed: 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "www-main",
3-
"version": "1.12.2",
3+
"version": "1.12.3",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.1",
77
"highlight.js": "^10.5.0",
88
"katex": "^0.12.0",
99
"uikit": "^3.6.5",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.2/www-covidcast-1.12.2.tgz"
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.3/www-covidcast-1.12.3.tgz"
1111
},
1212
"devDependencies": {
1313
"hugo-bin": "^0.67.1",

themes/delphi/layouts/_default/covidcast_app.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{{ define "styles" }}
2-
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "vendor.*\\.css$")| relURL }}" />
32
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "styles.*\\.css$")| relURL }}" />
43
{{ end }}
54
{{ define "scripts" }}
6-
<script src="{{ (partial "covidcast/find-file.html" "vendor.*\\.js$") | relURL }}"></script>
75
<script src="{{ (partial "covidcast/find-file.html" "styles.*\\.js$")| relURL }}"></script>
86
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
97
{{ end }}

0 commit comments

Comments
 (0)