Fixed - [407](https://github.com/plotly/dash/pull/407) Missing favicon package_data from setup.py
0.28.0
Added - [406](https://github.com/plotly/dash/pull/406) Default favicon for dash apps. - Bust the cache of the assets favicon.
Fixed - [403](https://github.com/plotly/dash/pull/403) Remove the first and last blank lines from the HTML index string.
0.27.0
Added - [369](https://github.com/plotly/dash/pull/369), [renderer77](https://github.com/plotly/dash-renderer/pull/77) Allow serving dev bundles from the components suite, enable with `app.run_server(dev_tools_serve_dev_bundles=True)`
Fixed - [350](https://github.com/plotly/dash/pull/350) Use HTML5 syntax for the meta tag
0.26.6
Fixed - [387](https://github.com/plotly/dash/pull/387) Add `Cache-Control` headers to files served by `Dash.serve_component_suites`, and time modified query string to collected components suites resources. - [394](https://github.com/plotly/dash/pull/394) Add `InvalidResourceError` error and a Flask error handler so unregistered paths in `serve_component_suites` return a 404 instead of 500.
0.26.5
Fixed - [374](https://github.com/plotly/dash/pull/374) Fix `get_asset_url` with a different `assets_url_path`.
0.26.4
Fixed - Set `url_base_pathname` to `None` in `Dash.__init__`. Fix [364](https://github.com/plotly/dash/issues/364)