Update: version 1.16 has been released since this was posted.
Dash 1.0.1 is a regression patch based on community feedback.
Changelogs
Highlights
- removed
dash.testingstrong dependencies of testing relevant packages, so you need to do explicitlypip install dash[testing]to set up the testing environment. - added
--headlessmode for browser testing, supporting both chrome and firefox. You can dopytest --headless -k tcidto enable it. dash-tableis now packaged correctly in regards to peer dependencies.