Dash and Dash-Renderer
Added
- #1343 Add
title
parameter to set the
document title. This is the recommended alternative to setting app.title or overriding
the index HTML. - #1315 Add
update_title
parameter to set or disable the "Updating...." document title during updates. Closes #856 and #732