Skip to content

Commit

Permalink
📦 v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Aug 3, 2015
1 parent 2af1165 commit aec39a1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
## 0.10.5
## 0.11.0

### Removed
- Calcite color icons are not a thing we're including. Removing the doc space for this.

### Added
- `.link-light-blue`
- Set `video` to 100% max width
- Document hero subnav.

### Fixed
- Style links inside of panels
- Pre and Post scoping properly
- Loader bar container div relative

### Modified
Expand All @@ -19,6 +14,15 @@
- Overflow-x scroll and no-wrap on third-nav
- Expanding nav and search pattern

## 0.10.5

### Added
- `.link-light-blue`

### Fixed
- Style links inside of panels
- Pre and Post scoping properly

## 0.10.4

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ That will give you everything including sass utilities. You will also need to co
To install Calcite Web with npm, type:

```
npm install --save-dev Esri/calcite-web#v0.10.3
npm install --save-dev Esri/calcite-web#v0.11.0
```

You must add the current version in order to get the `dist/` folder.
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.10.5',
version: 'v0.11.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.10.5",
"version": "0.11.0",
"description": "SASS & CSS Framework for Esri websites",
"private": true,
"homepage": "https://github.com/esri/calcite-web",
Expand Down

0 comments on commit aec39a1

Please sign in to comment.