Skip to content

Latest commit

 

History

History
93 lines (52 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

93 lines (52 loc) · 1.79 KB

Changelog

2.3.3

  • Hotfix

2.3.2

  • Added hook to html picker.

2.3.1

  • Fix error when library was not installed as module.

2.3.0

  • Make eye dropper capable of reading from the canvas.
  • Fix alpha not working on html elements

2.2.7

  • Fix module not loading on the forge.

2.2.6

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

2.2.5

  • Fix html picker closing when the input in it get's focused.

2.2.4

  • Fix html picker sometimes not updating color value of input field.

2.2.3

  • fixed mistake that caused html pickers to not get the color value of input.

2.2.2

  • Added info popup that alpha isn't supported with eye dropper.
  • Fixed bug with html color picker textbox parsing.
  • Documentation.

2.2.1

  • Some code cleanup

2.2.0

  • 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

2.1.1

  • Forgot to remove some logs.

2.1.0

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

2.0.0

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

1.3.0

  • Added hint

Hopefully I have everything now.

1.2.0

  • Added onChange callback

1.1.1

1.1.0

  • Added scope

1.0.0

  • Initial release