forked from mattfarina/farbtastic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG-1
28 lines (18 loc) · 783 Bytes
/
CHANGELOG-1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Changelog
---------
### unreleased
* Fixed issues with default color value
* $.ColorUtilities object isolated from Farbtastic core and can be reused in
other projects - frost-nzcr4
* Refactoring: jslint, event namespace - frost-nzcr4
### 1.3u (unofficial) - 2010/2/17
* Updated style to use anonymous function wrapper per http://docs.jquery.com/Plugins/Authoring#Custom_Alias.
* Now it uses the `.offset()` method available as of jQuery 1.2.x.
* Works with JavaScript aggregators and compressors.
### 1.2 - 2007/01/08
* Fixed bug with linking multiple fields with the same value.
### 1.1 - 2006/10/27
* Work around for the transparent PNGs in Internet Explorer.
* Better mouse handling code to accomodate CSS-based layouts better.
### 1.0 - 2006/07/14
* Initial release.