Skip to content

Dash v1.14.0

Compare
Choose a tag to compare
@Marc-Andre-Rivet Marc-Andre-Rivet released this 28 Jul 16:08
· 4455 commits to dev since this release

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

Dash-Core-Components

Dash-Table

Added

  • #808Fix a regression introduced with #787 making it impossible to open markdown links in the current tab.
    • Adds a new markdown_options property that supports:
      • link_target nested prop with values _blank, _parent, _self, _top or an arbitrary string (default: _blank)