Closed enricodeleo closed 7 years ago
The hex and hex8 options could lead to some confusion (and limitation) because they wasn't reflecting the original toHex and toHex8 methods.
hex
hex8
Now they behave like they are supposed to for TinyColor, and other two formats hexString and hex8String have been introduced.
hexString
hex8String
Thank you @ruhley for this incredibly fast merge! :)
It is very easy with a top notch pull request :+1:
The
hex
andhex8
options could lead to some confusion (and limitation) because they wasn't reflecting the original toHex and toHex8 methods.Now they behave like they are supposed to for TinyColor, and other two formats
hexString
andhex8String
have been introduced.