daattali / colourpicker

🎨 A colour picker tool for Shiny and for selecting colours in plots (in R)
https://daattali.com/shiny/colourInput/
Other
215 stars 28 forks source link

update to jquery 3.6.1 #54

Closed hedsnz closed 2 years ago

hedsnz commented 2 years ago

Closes https://github.com/daattali/colourpicker/issues/53.

Uses latest jQuery 3.6.1 maintenance release from https://github.com/jquery/jquery/releases.

The only testing I did was to call colourWidget("red", palette = "limited", allowedCols = c("yellow", "red", "#123ABC")) (the example from the documentation) and verify that it works as expected.

hedsnz commented 1 year ago

@daattali Do you mind if I make a new PR updating to v1.2.0, then submit to CRAN?

daattali commented 1 year ago

I actually wanted to try to tackle the few open issues. But sure I can submit the current version first