Skip to content

Commit 56fb00a

Browse files
committed
Merge remote-tracking branch 'origin/dev' into sgratzl/modes_in_nav
2 parents 2e60f0c + 608d08e commit 56fb00a

File tree

9 files changed

+37
-2
lines changed

9 files changed

+37
-2
lines changed

content/covidcast/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ app_mode: overview
66
order: 1
77
modeTitle: Map Overview
88
icon: solid/map
9+
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
910
---

content/covidcast/export.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ layout: covidcast_app
66
app_mode: export
77
order: 6
88
icon: solid/download
9+
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
910
---
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: v1.12.0
3+
date: 2020-12-23
4+
---
5+
6+
This release introduces the new National COVID Survey Dashboard showing aggregated survey results. In addition, the overall style of COVIDCast has been adapted to the new website.
7+
8+
#### New Features
9+
10+
- [#600](https://github.com/cmu-delphi/www-covidcast/pull/600) National COVID Survey Dashboard
11+
- [#688](https://github.com/cmu-delphi/www-covidcast/pull/688) (re: [#536](https://github.com/cmu-delphi/www-covidcast/issues/536)) Default ratio cases/deaths
12+
- [#616](https://github.com/cmu-delphi/www-covidcast/pull/616), [#678](https://github.com/cmu-delphi/www-covidcast/pull/678) UIKit Adaptations
13+
- [#692](https://github.com/cmu-delphi/www-covidcast/pull/692), [#671](https://github.com/cmu-delphi/www-covidcast/pull/671) (re: [#651](https://github.com/cmu-delphi/www-covidcast/issues/651)) Simplify URL parameters
14+
- [#677](https://github.com/cmu-delphi/www-covidcast/pull/677) (re: [#632](https://github.com/cmu-delphi/www-covidcast/issues/632)) Compute mega counties (`Rest of ...`) population on the fly
15+
- [#658](https://github.com/cmu-delphi/www-covidcast/pull/658) (re: [#485](https://github.com/cmu-delphi/www-covidcast/issues/485), [#639](https://github.com/cmu-delphi/www-covidcast/issues/639)) Additional export options
16+
17+
#### Improvements
18+
19+
- [#689](https://github.com/cmu-delphi/www-covidcast/pull/689) (re: [#687](https://github.com/cmu-delphi/www-covidcast/issues/687)) Change date shortcuts
20+
- [#676](https://github.com/cmu-delphi/www-covidcast/pull/676) Improve Map Selection UX
21+
- [#659](https://github.com/cmu-delphi/www-covidcast/pull/659) (re: [#656](https://github.com/cmu-delphi/www-covidcast/issues/656)) Shrink card header font size, adjust spacing.
22+
23+
#### Bug-fixes
24+
25+
- [#690](https://github.com/cmu-delphi/www-covidcast/pull/690) (re: [#686](https://github.com/cmu-delphi/www-covidcast/issues/686)) Add special case for old safari
26+
- [#674](https://github.com/cmu-delphi/www-covidcast/pull/674) Refactor: use vega resize method
27+
- [#666](https://github.com/cmu-delphi/www-covidcast/pull/666) (re: [#664](https://github.com/cmu-delphi/www-covidcast/issues/664), [#665](https://github.com/cmu-delphi/www-covidcast/issues/665)) Add HRR Population data and fix Orlando bug

content/covidcast/single.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ layout: covidcast_app
66
app_mode: single
77
order: 4
88
icon: location-solid
9+
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
910
---

content/covidcast/survey-results.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ layout: covidcast_app
77
app_mode: survey-results
88
order: 5
99
icon: solid/poll
10+
heroImage: /images/landing-page/hero-images/covidcast_survey.jpg
1011
---

content/covidcast/timelapse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: COVIDCast Timelapse
33
linkTitle: Timelapse
4+
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
45
layout: covidcast_app
56
app_mode: timelapse
67
order: 2
78
icon: solid/clock
9+
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
810
---

content/covidcast/top10.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: COVIDCast Top 10
33
linkTitle: Top 10
4+
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
45
layout: covidcast_app
56
app_mode: top10
67
order: 3
78
icon: solid/list
9+
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
810
---

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "www-main",
3-
"version": "0.1.0",
3+
"version": "1.12.0",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.1",

0 commit comments

Comments
 (0)