Bowtie Versions Save

:bowtie: Create a dashboard with python!

v0.5.1

6 years ago

Added

  • Expose root View attributes as App attributes (#175). You can access columns and rows from the App instance like pre v0.5.
  • Added column and row gap which inserts space between rows and columns. Accessible through column_gap and row_gap on View and App instances.
  • Added Gitter chat (#179)
  • Many documentation improvements.
  • Drop Python 3.4 support following pandas lead.

v0.5.0

6 years ago

Added

  • Create multiple views to create subpages (#158)
  • Cache is now backed by session storage (#160)
  • Link component for switching views without a page reload

Breaking

  • Renamed Layout class to App

v0.4.2

6 years ago

Added

  • Programmatic control of sliders (#155)
  • Add message popups and better testing of components (#153)

v0.4.1

6 years ago

Added

  • Upload widget
  • Dockerfile for building apps

Fixed

  • Refactored the data Plotly sends on selection to stop crashes, may break some apps

v0.4.0

6 years ago

Added

  • Markdown widget (#135)

Breaking

  • description parameter in Layout removed in favor of Markdown widget

v0.3.3

6 years ago

Added

  • new textbox feature to update text (#128)

Fixed

  • fixed issue preventing controllers from added to layout (#128)
  • updated Layout docstring (#125)

v0.3.2

7 years ago

Added

  • Support changing socket.io path for nginx (#118)
  • Pager: to request communication from the client (#122)

Fixed

  • Nouislider
  • Random walk example
  • pydocstyle suggestions

v0.3.1

7 years ago

Fixed

  • isinstance calls use correct arguments

v0.3.0

7 years ago

Added

  • New more flexible and powerful layout API.
  • Now using CSS Grid instead of Flexbox.
  • Sidebar is now optional.
  • Control widgets can be placed anywhere.

Breaking

  • add_visual is now simply add
  • add_controller is now add_sidebar
  • DropDown is renamed to Dropdown

v0.2.4

7 years ago

Added

  • add cache feature (#98)