- Breaking api changes, now returns a rgba object instead of array.
- updated external libraries
- update for V10.
- fix issue when user doesn't have permissions to view settings.
- add parameter that allows for changing the order of the color settings button.
- add colorSettingsInitialized hook for modules with names starting with characters before c.
- add change event, thanks again @mouse0270
- implement dom event for html inputs, thanks @mouse0270
- hotfix.
- lib-wrapper update #16
- update html2canvas to latest.
- Make it more clear if color picker is active.
- Add spanish translation.
- Add pt-BR.
- Push compatible core version.
- Add optional translation support.
- Added stub method of including library.
- Made error notification optional.
- Added compatibility for using libwrapper if found.
- Added one-time popup that asks the user if they want to enable colorsettings if it is installed but not enabled (when running as included library).
- Deprecated the use of
id="permanent"
in favor ofdata-permanent
- Add the option to change the background color of a html element to it's pickers color
- Add button type color picker
- Fix misspell causing download break
- Fix canvas not being removed after color picker use.
- Even hotter fix
- Hotfix
- Added hook to html picker.
- Fix error when library was not installed as module.
- Make eye dropper capable of reading from the canvas.
- Fix alpha not working on html elements
- Fix module not loading on the forge.
- Made it that when included into another module instead of being installed as module, it only runs if the main colorpicker module isn't installed.
- Fix html picker closing when the input in it get's focused.
- Fix html picker sometimes not updating color value of input field.
- fixed mistake that caused html pickers to not get the color value of input.
- Added info popup that alpha isn't supported with eye dropper.
- Fixed bug with html color picker textbox parsing.
- Documentation.
- Some code cleanup
- Added color picker to use in forms.
- Fixed settings not being reset to default when button pressed.
- Fixed issue when one setting name was the same as the beginning of another setting name.
Will fix tidyUI styling issues later, it's 4am and I'm tired
- Forgot to remove some logs.
- Added eye dropper tool
- Fixed bug with opening settings while a color picker is already open not resetting opened color pickers.
- Made color picker closable by clicking button again.
- Turned library into a module so it doesn't have to be integrated into every module.
- Fixed gigantic color picker when hint text exists.
- Old integrated method still works but is deprecated.
- Added hint
Hopefully I have everything now.
- Added onChange callback
- Minified vanilla-picker library
- Added scope
- Initial release