Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
Added changelog to farbtastic README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Farina authored and Matthew Farina committed Feb 10, 2010
1 parent ce9c9d9 commit 51f389d
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Expand Up @@ -70,4 +70,26 @@ The optional `callback` argument behaves exactly as for the jQuery method.
`.color`
Current color in hex representation.
`.hsl`
Current color in normalized HSL.
Current color in normalized HSL.

Changelog
---------

### 1.3 - 2010/xx/xx

* 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</h2>

* 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.

0 comments on commit 51f389d

Please sign in to comment.