We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d260d0d commit 12dadc1Copy full SHA for 12dadc1
CHANGELOG.md
@@ -1,7 +1,9 @@
1
-## 0.26.6 - 2018-09-18
+## 0.26.6 - 2018-09-19
2
## Fixed
3
-- Added `Cache-Control` headers to files served by `Dash.serve_components_suites`. [#387](https://github.com/plotly/dash/pull/387)
+- Added `Cache-Control` headers to files served by `Dash.serve_component_suites`. [#387](https://github.com/plotly/dash/pull/387)
4
- Added time modified query string to collected components suites resources.
5
+- Added `InvalidResourceError`. [#393](https://github.com/plotly/dash/pull/393)
6
+- Added a flask errorhandler to catch `InvalidResourceError` from `serve_component_suites` and return a 404.
7
8
## 0.26.5 - 2018-09-10
9
0 commit comments