East Desire
East Desire
Thanks @kristianmandrup for your detailed suggestions. Tried to publish 2.2.1 with lowercase username in package.json, but still getting "404 Not found" when running npm install on that package. I'll probably...
What I actually needed to do was to remove GitHub's `publishConfig` configuration from package.json. I didn't know GitHub and npmjs are two separate registries. Thanks for the explanation of the...
> As part of this packaging I was wondering if it would be possible to add an option to prevent jscolor from automatically mounting on data-jscolor elements? That way we...
@brendon, yes, it does make sense. I currently can't devote much time looking into this completely new area for me. Honestly, I have never used jscolor in other environments than...
Thanks @brendon. Please see the [devel branch](https://github.com/EastDesire/jscolor/tree/devel) and let me know if it helped. I'm kinda guessing here to a certain extend, which isn't ideal, but we might get it...
Good stuff @brendon, thanks for testing. It's now released in [jscolor-2.4.0](https://github.com/EastDesire/jscolor/releases/tag/2.4.0). In terms of detaching the picker, I would like to introduce something like .uninstall() or .destroy(), but it's not...
Thanks @brendon for your ideas. I would rather keep using the original element. As far as I remember from my trials on replacing the input element, it had some unpleasant...