You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
## Added
3
3
- Added support for serving dev bundles from the components suite, enable with `app.run_server(dev_tools_serve_dev_bundles=True)`[#369](https://github.com/plotly/dash/pull/369)
4
4
5
+
## Fixed
6
+
- Use HTML5 syntax for the meta tag [#350](https://github.com/plotly/dash/pull/350)
7
+
5
8
## 0.26.6 - 2018-09-19
6
9
## Fixed
7
10
- Added `Cache-Control` headers to files served by `Dash.serve_component_suites`. [#387](https://github.com/plotly/dash/pull/387)
0 commit comments