Skip to content

Commit

Permalink
Added Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Mar 14, 2015
1 parent ceb72b2 commit c9e4c50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,8 @@
# Changelog

## v1.7.0
**March 14, 2015**

* **Change** `data-eq-state` now contains all states that have applied, not just the current state.
* **Change** `eq` mixin now selects using the end attribute selector `[data-eq-state$="#{$state}"]`. [Does not change IE compatibility](http://www.quirksmode.org/css/selectors/#link3)
* **New** `eq-contains` mixin for targeting when a state is available at any size. Selected using the space contained attribute selector `[data-eq-state~="#{$state}"]`.

0 comments on commit c9e4c50

Please sign in to comment.