diff --git a/CHANGELOG.md b/CHANGELOG.md index 1828169a..5cc7f1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ## dbt 0.19.0 (Release TBD) +- Add select/deselect option in DAG view dropups. ([docs#98](https://github.com/fishtown-analytics/dbt-docs/issues/98)) - Fixed issue where sources with tags were not showing up in graph viz ([docs#93](https://github.com/fishtown-analytics/dbt-docs/issues/93)) Contributors: +- [@Mr-Nobody99](https://github.com/Mr-Nobody99) ([docs#138](https://github.com/fishtown-analytics/dbt-docs/pull/138)) - [@jplynch77](https://github.com/jplynch77) ([docs#139](https://github.com/fishtown-analytics/dbt-docs/pull/139)) ## dbt 0.18.1 (Unreleased) diff --git a/src/app/components/graph/graph-launcher.html b/src/app/components/graph/graph-launcher.html index 5a3b991a..92c6d99f 100644 --- a/src/app/components/graph/graph-launcher.html +++ b/src/app/components/graph/graph-launcher.html @@ -115,6 +115,12 @@