Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Upgrading version to 1.2.6
Browse files Browse the repository at this point in the history
100% of tests were passed in:
* Firefox 1.5 - 4.0 beta (Mac & WinXP)
* Safari 4-5 (Mac); Safari Touch (iOS4)
* Chrome (current, Mac & WinXP)
* IE 6-8 (WinXP)
* Opera 9.6-10.6 (Mac); Opera Mini 5 (iOS4)
* Shiira (current)
* Camino (current)
* Flock (current, Mac)
* SeaMonkey (current, Mac)
  • Loading branch information
aarongustafson committed Jul 13, 2010
1 parent a7af47d commit 664ce3e
Showing 3 changed files with 27 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
*v1.2.6* (2010-07-13)
* overhauled eCSStender::isSupported() so it can accept
- assignment of support info into the cache and
- accept a property as the second argument and a string value (or array of strings) as the third argument for property tests (so that you can offer alternatives like ['#000000','black'] or re-ordering for browsers that have alternate internal value storage schemes)
* added some new methods:
- eCSStender::getCSSValue()
- eCSStender::addClass()
- eCSStender::removeClass()
- eCSStender::hasClass()
- eCSStender::toggleClass()
- eCSStender::makeUniqueClass()
* adjusted eCSStender::isSupported() to make use of getCSSValue()
* fixed window.status issue
* minor typo fixes
* tests for some the new/revised functionality

*v1.2.5.4* (2010-07-07)
* fixed bug in gatherProperties() that caused it not to ignore colons in property values

Loading
Oops, something went wrong.

0 comments on commit 664ce3e

Please sign in to comment.