Skip to content

Commit

Permalink
📦 v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Jun 11, 2015
1 parent 6aeb5a9 commit 448cf80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.8.0

### Modified
- Removed margin-top on `sub-nav-list`
Expand All @@ -11,7 +11,7 @@

### Added
- Automatically remove margin-bottom on the last element in a panel
- `panel-no-border` and `panel-no-padding` classes for tables
- `panel-no-border` and `panel-no-padding` classes for panels
- Add `is-active` state for side navigation

## 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/js/calcite-web.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// └────────────┘
// define all public api methods (excluding patterns)
var calcite = {
version: 'v0.7.0',
version: 'v0.8.0',
click: click,
addEvent: addEvent,
removeEvent: removeEvent,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calcite-web",
"version": "0.7.0",
"version": "0.8.0",
"description": "SASS & CSS Framework for Esri websites",
"private": true,
"homepage": "https://github.com/esri/calcite-web",
Expand Down

0 comments on commit 448cf80

Please sign in to comment.