Added
- [687](https://github.com/plotly/dash/pull/687), [renderer#100](https://github.com/plotly/dash-renderer/pull/100) Dev Tools support. A new UI in the application that automatically display JavaScript & Python error messages, validates your component's properties, and displays a graph of your callback's dependencies. Only enabled in debug mode. Turn this on and off with two new config flags in `app.run_server`:
- `dev_tools_props_check` - turn on/off property validation.
- `dev_tools_ui` - turn on/off the UI.
Fixed
- [renderer148](https://github.com/plotly/dash-renderer/issues/148) Fix regression for `children=0` case.