# Colourpicker 1.1.0 (2020-08-19)
- `colourInput()` now works with all R colour names, including names
that have aliases such as "gray" vs "grey" (#25)
- add support for bookmarking (restoring state) (#33)
- added "closeOnClick" parameter that, when `TRUE`, will cause the
colour selection panel to close immediately after choosing a colour
(#34)
- Fix issue where transparent colours no longer showed the background
as transparent (#40)
- Fix the colour picker addin and Plot Colour Helper addin that were
broken due to web security issues
- Use {shinydisconnect} for demo app
A colour picker that can be used as an input in Shiny apps or
Rmarkdown documents. The colour picker supports alpha opacity, custom
colour palettes, and many more options. A Plot Colour Helper tool is
available as an RStudio Addin, which helps you pick colours to use in
your plots. A more generic Colour Picker RStudio Addin is also
provided to let you select colours to use in your R code.