Skip to content

Commit

Permalink
v0.3.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Apr 14, 2017
1 parent 9bcda7e commit fea3038
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## 0.3.0 / 2017-04-13

### 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

## 0.2.6 / 2017-03-27

### Added
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.3.0-dev'
__version__ = '0.3.0'

from bowtie._layout import Layout
from bowtie._command import command
2 changes: 1 addition & 1 deletion bowtie/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"less-loader": "^2.2.3",
"lodash.clonedeep": "^4.5.0",
"msgpack-lite": "^0.1.26",
"node-sass": "^4.5.0",
"node-sass": "^4.5.2",
"normalize.css": "^6.0.0",
"postcss-modules-values": "^1.2.2",
"react": "^15.4.2",
Expand Down

0 comments on commit fea3038

Please sign in to comment.