Changelog:
- New: More positioning controls with
position
. Any combination oftop
,left
,bottom
,right
andstart
,end
,middle
are possible. Example:top-start
. - New: Entire utils module get's exposed into
Pickr.utils
. - Change: Remove padStart from
es5
bundle. Need's to be manually polyfilled. - Fix: Add missing
opacity
attribute totoRGBA
.