Added
- [286](https://github.com/plotly/dash/pull/286) Asset files & index customization.
- [294](https://github.com/plotly/dash/pull/294) Raise an error if there is no layout present when the server is run.
- [renderer55](https://github.com/plotly/dash-renderer/pull/55) Add `_dash-error` class to the "Error loading layout" and "Error loading dependencies" messages.
Fixed
- Attempting to render a `Boolean` value to the page no longer crashes the app.
- [renderer57](https://github.com/plotly/dash-renderer/issues/57) If a callback references an `id` which does not exist in the DOM tree at the time it is executed, throw a more informative front-end exception.
- [renderer54](https://github.com/plotly/dash-renderer/pull/54) Previously, if a component called `updateProps` with multiple properties, Dash would fire the callback multiple times (once for each property). Now the callback only fires once.