NEWS.md
closeOnClick parameter that, when TRUE, will cause the colour selection panel to close immediately after choosing a colour (#34)colourInput() now works with all R colour names, including names that have aliases such as “gray” vs “grey” (#25)MAJOR NEW FEATURES
colourInput() now supports an alpha channel, to allow selecting semi-transparent colours, using the allowTransparent boolean parameter. Note that this is a BREAKING CHANGE because previously allowTransparent=TRUE resulted in a checkbox, and now it displays the alpha opacity selector.colourInput() can be specified either using a colour name (“blue”), HEX codes (“#0000FF”), RGB codes (“rgb(0, 0, 255)”), or HSL codes (“hsl(240, 100, 50)”)BREAKING CHANGES
allowTransparent=TRUE has been modified, as mentioned abovetransparentText parameter from colourInput() has been removedBUG FIXES
plotHelper() gadget+addin that makes it easy to pick colours in a plot and see in real time the updated plot as you choose new colours (#1)colourPicker() (left/right arrows to navigate the colours, 1-9 to select a colour, spacebar to add a colour…)colourInput() (#4 - thanks @ddiez)runExample() function to run the example shiny app