HexagonJS
Color Picker Changelog
2.0.0
hx.ColorPickerextendsEventEmitter
Removed
Removed the color picker module as it was complex and very few people used it. There are plenty of more suitable alternative libraries for colour pickers available.
1.20.0
hx.ColorPickerextendsEventEmitter
Deprecated
#484
The colour picker has been deprecated and will be removed in a later release.
Please use a suitable third-party colour picker if you still require this module.
1.19.0
hx.ColorPickerextendsEventEmitter
Deprecated
#484
The colour picker has been deprecated and will be removed in a later release.
Please use a suitable third-party colour picker if you still require this module.
1.18.1
hx.ColorPickerextendsEventEmitter
Deprecated
#484
The colour picker has been deprecated and will be removed in a later release.
Please use a suitable third-party colour picker if you still require this module.
1.17.1
hx.ColorPickerextendsEventEmitter
Deprecated
#484
The colour picker has been deprecated and will be removed in a later release.
Please use a suitable third-party colour picker if you still require this module.
1.17.0
hx.ColorPickerextendsEventEmitter
Deprecated
#484
The colour picker has been deprecated and will be removed in a later release.
Please use a suitable third-party colour picker if you still require this module.
1.0.0
hx.colorPickerSelection
Added
Fluid api version of ColorPicker
0.15.2
hx.ColorPickeroptionsObject
options
disabledBoolean
Added
Added the ability to disable a color picker in the options
hx.ColorPicker
disabledColorPicker
Added
Added the ability to disable/enable a color picker
hx.ColorPicker
disabledBoolean
Added
Added the ability to get the disabled state of a color picker
0.14.0
hx.ColorPicker
Removed
Use hx.ColorPicker(selector, options) instead.
hx.ColorPicker
currentColorColor
Removed
Use the value() method
hx.ColorPicker
showInputsBoolean
Removed
Use options.showInputs instead
0.13.0
hx.ColorPickerextendsEventEmitter
Updated
Moved the showInputs and currentColor to be accessible as options.showInputs and value()
The value can now also be set with the value(color) method.
hx.ColorPicker
Deprecated
Use hx.ColorPicker(selector, options) instead.
hx.ColorPicker
Added
hx.ColorPicker
currentColorColor
Deprecated
Use the value() method
hx.ColorPicker
showInputsBoolean
Deprecated
Use options.showInputs instead
hx.ColorPicker
valueColorPicker
Added
Sets the value of a color picker
hx.ColorPicker
valueString
Added
Gets the value of a color picker
hx.ColorPicker
dropdown.showstart
Added
Pipe the dropdown events through so they can be listened to directly.
hx.ColorPicker
dropdown.showend
Added
Pipe the dropdown events through so they can be listened to directly.
hx.ColorPicker
dropdown.hidestart
Added
Pipe the dropdown events through so they can be listened to directly.
hx.ColorPicker
dropdown.hideend
Added
Pipe the dropdown events through so they can be listened to directly.
hx.ColorPicker
dropdown.changeBoolean
Added
Pipe the dropdown events through so they can be listened to directly.