diff --git a/RELEASING/release-notes-1-0/README.md b/RELEASING/release-notes-1-0/README.md
index 61b2844f525..1ce27ae2aad 100644
--- a/RELEASING/release-notes-1-0/README.md
+++ b/RELEASING/release-notes-1-0/README.md
@@ -25,6 +25,8 @@ Superset 1.0 is a ***huge milestone*** for Apache Superset. This release holds a
- [**New Features**](#new-features)
- [**Stability and Bugfixes**](#stability-and-bugfixes)
+Some of the new features in this release are disabled by default. Each has a feature flag in `config.py` and some require configuration of additional back-end dependencies, such as Celery. See [this table](https://superset.apache.org/docs/version-one#start-using-superset-10) for a list of features and their associated flags and dependencies.
+
# User Experience
We have taken the Superset user experience to the next level with a much simpler, more intuitive UI.
@@ -34,7 +36,7 @@ Lists of Charts and Dashboards can be shown in a new format using a **thumbnail
Visualization controls have been updated to create a more consistent and modernized interface. Refactoring includes updates to the content/labeling/ordering of these controls as well as updating their styling and simplifying their interactions and layout. This will line us up for features like drag-and-drop controls, and dynamically populated control inputs in future releases.
-
+
Users also now have the ability to create and name a new dataset or update an existing dataset when moving from **SQL Lab** to **Explore**. When going back to SQL Lab, the underlying query for the dataset will be shown, allowing users to easily make changes and update their dataset when moving between SQL Lab and Explore.
@@ -47,11 +49,11 @@ Superset 1.0 makes it easier for developers to build, deploy, and maintain Super
The **REST API** continues to see improvement as well, with new endpoints and improvements to existing endpoints. More details [here](https://superset.apache.org/docs/rest-api).
-
+
The Swagger interface can be used to explore and try out these changes.
-
+
See related PR highlights [here](#developer-experience-1).
@@ -63,25 +65,25 @@ See related PR highlights [here](#performance-1).
# New Features
Superset 1.0 includes a slew of new features and other enhancements. **New visualization plugin architecture** will make it easier to build, test, style and configure custom visualizations for Superset. **Dynamic viz plugin** imports will allow Superset to load data viz plugins, allowing developers to more easily use or share their custom plugins and **load custom plugins on-demand** from anywhere on the web. Superset has also adopted [**Apache ECharts**](https://echarts.apache.org/en/index.html) as the core library for new visualizations.
-
+
Along with the **Echarts integration**, we are also introducing a better set of annotation features. **Formula annotation**, which allows users to plot any mathematical function on the chart; **Interval and Event annotations**, which allow users to add context to the trend in Time-Series; and **Line annotation**, which use a predefined chart as the source of annotation.
-
+
A redesigned home screen provides a **personalized landing page** that the user sees when they log into Superset, improving discoverability. It shows items relevant to the user (Charts, Dashboards, Saved Queries, etc) and serves as a hub to discover content and access recent items quickly.
-
+
Charts on dashboards have been updated to concisely show which **filters** are in scope, have been applied, or are in error. Context around filter changes has been increased by highlighting scoped charts when a filter is selected and increasing visibility of charts with incompatible filters applied.
-
+
**Alerts and reporting** have received a robust backend and UI overhaul.
-
+
-
+
See related PR highlights [here](#new-features-1).
diff --git a/RELEASING/release-notes-1-0/media/alerts_reports_2.jpg b/RELEASING/release-notes-1-0/media/alerts_reports_2.jpg
deleted file mode 100644
index 2ea7fbb0c12..00000000000
Binary files a/RELEASING/release-notes-1-0/media/alerts_reports_2.jpg and /dev/null differ
diff --git a/RELEASING/release-notes-1-0/media/alerts_reports_2.png b/RELEASING/release-notes-1-0/media/alerts_reports_2.png
new file mode 100644
index 00000000000..4488773ae43
Binary files /dev/null and b/RELEASING/release-notes-1-0/media/alerts_reports_2.png differ
diff --git a/RELEASING/release-notes-1-0/media/alerts_reports_3.jpg b/RELEASING/release-notes-1-0/media/alerts_reports_3.jpg
deleted file mode 100644
index b98e206bec2..00000000000
Binary files a/RELEASING/release-notes-1-0/media/alerts_reports_3.jpg and /dev/null differ
diff --git a/RELEASING/release-notes-1-0/media/alerts_reports_3.png b/RELEASING/release-notes-1-0/media/alerts_reports_3.png
new file mode 100644
index 00000000000..066d5dbee9f
Binary files /dev/null and b/RELEASING/release-notes-1-0/media/alerts_reports_3.png differ
diff --git a/RELEASING/release-notes-1-0/media/annotations.jpg b/RELEASING/release-notes-1-0/media/annotations.jpg
deleted file mode 100644
index 7c374dae46a..00000000000
Binary files a/RELEASING/release-notes-1-0/media/annotations.jpg and /dev/null differ
diff --git a/RELEASING/release-notes-1-0/media/annotations.png b/RELEASING/release-notes-1-0/media/annotations.png
new file mode 100644
index 00000000000..5d9795a51db
Binary files /dev/null and b/RELEASING/release-notes-1-0/media/annotations.png differ
diff --git a/RELEASING/release-notes-1-0/media/dashboard_card_view.jpg b/RELEASING/release-notes-1-0/media/dashboard_card_view.jpg
index 5b32c67b38b..33b757c69a1 100644
Binary files a/RELEASING/release-notes-1-0/media/dashboard_card_view.jpg and b/RELEASING/release-notes-1-0/media/dashboard_card_view.jpg differ
diff --git a/RELEASING/release-notes-1-0/media/echarts_timeseries_prophet.jpg b/RELEASING/release-notes-1-0/media/echarts_timeseries_prophet.jpg
deleted file mode 100644
index 5b4fddd551a..00000000000
Binary files a/RELEASING/release-notes-1-0/media/echarts_timeseries_prophet.jpg and /dev/null differ
diff --git a/RELEASING/release-notes-1-0/media/echarts_timeseries_prophet.png b/RELEASING/release-notes-1-0/media/echarts_timeseries_prophet.png
new file mode 100644
index 00000000000..c61199c6f83
Binary files /dev/null and b/RELEASING/release-notes-1-0/media/echarts_timeseries_prophet.png differ
diff --git a/RELEASING/release-notes-1-0/media/explore_ui.jpg b/RELEASING/release-notes-1-0/media/explore_ui.jpg
deleted file mode 100644
index 8097337278a..00000000000
Binary files a/RELEASING/release-notes-1-0/media/explore_ui.jpg and /dev/null differ
diff --git a/RELEASING/release-notes-1-0/media/explore_ui.png b/RELEASING/release-notes-1-0/media/explore_ui.png
new file mode 100644
index 00000000000..c108f68264c
Binary files /dev/null and b/RELEASING/release-notes-1-0/media/explore_ui.png differ
diff --git a/RELEASING/release-notes-1-0/media/filter_status.jpg b/RELEASING/release-notes-1-0/media/filter_status.jpg
deleted file mode 100644
index 0e86594cd74..00000000000
Binary files a/RELEASING/release-notes-1-0/media/filter_status.jpg and /dev/null differ
diff --git a/RELEASING/release-notes-1-0/media/filter_status.png b/RELEASING/release-notes-1-0/media/filter_status.png
new file mode 100644
index 00000000000..7b3b2e8a15d
Binary files /dev/null and b/RELEASING/release-notes-1-0/media/filter_status.png differ
diff --git a/RELEASING/release-notes-1-0/media/home_screen.jpg b/RELEASING/release-notes-1-0/media/home_screen.jpg
deleted file mode 100644
index 118298f6db7..00000000000
Binary files a/RELEASING/release-notes-1-0/media/home_screen.jpg and /dev/null differ
diff --git a/RELEASING/release-notes-1-0/media/home_screen.png b/RELEASING/release-notes-1-0/media/home_screen.png
new file mode 100644
index 00000000000..fbdd0a77f2f
Binary files /dev/null and b/RELEASING/release-notes-1-0/media/home_screen.png differ
diff --git a/RELEASING/release-notes-1-0/media/rest_api.jpg b/RELEASING/release-notes-1-0/media/rest_api.jpg
deleted file mode 100644
index db4c73031f0..00000000000
Binary files a/RELEASING/release-notes-1-0/media/rest_api.jpg and /dev/null differ
diff --git a/RELEASING/release-notes-1-0/media/rest_api.png b/RELEASING/release-notes-1-0/media/rest_api.png
new file mode 100644
index 00000000000..81e0ae37849
Binary files /dev/null and b/RELEASING/release-notes-1-0/media/rest_api.png differ
diff --git a/RELEASING/release-notes-1-0/media/rest_api_swagger.jpg b/RELEASING/release-notes-1-0/media/rest_api_swagger.jpg
deleted file mode 100644
index 5b01feaffd5..00000000000
Binary files a/RELEASING/release-notes-1-0/media/rest_api_swagger.jpg and /dev/null differ
diff --git a/RELEASING/release-notes-1-0/media/rest_api_swagger.png b/RELEASING/release-notes-1-0/media/rest_api_swagger.png
new file mode 100644
index 00000000000..18cee38f2c6
Binary files /dev/null and b/RELEASING/release-notes-1-0/media/rest_api_swagger.png differ