colymba / silverstripe-colorfield

SilverStripe Color picker and DBField field with attitude.
4 stars 10 forks source link

Silverstripe 4 upgrade #15

Open jelicanin opened 6 years ago

jelicanin commented 6 years ago

Hi @colymba I'm working on Silverstripe 4 upgrade of your module. Please check progress @ https://github.com/fractaslabs/silverstripe-colorfield

colymba commented 6 years ago

cool thanks! Do you think we could manage the jquery-minicolors dependency via composer, so we don't have to have our own vendor plugin. Would make dependency management much easier.

jelicanin commented 6 years ago

Yeah, why not

jelicanin commented 5 years ago

Hi @colymba after some testing and research this idea about jquery-minicolors dependency via composer I founded it is a tricky job to do.

So, for now we can use third party lib embedded in module until silverstripe/vendor-plugin allows us to expose another vendor module's resources from your own module.