Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Feb 10, 2018
1 parent 6d84e15 commit be87d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# CHANGELOG

## 0.8.0 / ???
## 0.8.0 / 2018-02-10

### Added

* Cache behaves like dict, e.g. `cache['data'] = [1, 2, 3]`
* Improved widget handling, now use a dict to store components instead of parsing code.
Makes it possible to subscribe to events with expressions for the component.
* Cache behaves like dict, e.g. `cache['data'] = [1, 2, 3]`.
* Support Ant theme to customize all Ant components, added in the `App` class.
* Vertical option for slider. (#204)
* Document run command.
* Document exceptions.

Expand Down
2 changes: 1 addition & 1 deletion bowtie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Interactive Dashboard Toolkit."""

__version__ = '0.8.0-dev'
__version__ = '0.8.0'

from bowtie._app import App, View
from bowtie._command import command
Expand Down

0 comments on commit be87d00

Please sign in to comment.