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

Commit 664ce3e

Browse files
Upgrading version to 1.2.6
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)
1 parent a7af47d commit 664ce3e

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
*v1.2.6* (2010-07-13)
2+
* overhauled eCSStender::isSupported() so it can accept
3+
- assignment of support info into the cache and
4+
- 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)
5+
* added some new methods:
6+
- eCSStender::getCSSValue()
7+
- eCSStender::addClass()
8+
- eCSStender::removeClass()
9+
- eCSStender::hasClass()
10+
- eCSStender::toggleClass()
11+
- eCSStender::makeUniqueClass()
12+
* adjusted eCSStender::isSupported() to make use of getCSSValue()
13+
* fixed window.status issue
14+
* minor typo fixes
15+
* tests for some the new/revised functionality
16+
117
*v1.2.5.4* (2010-07-07)
218
* fixed bug in gatherProperties() that caused it not to ignore colons in property values
319

0 commit comments

Comments
 (0)