- output custom elements as a single bundle (
dist-custom-elements-bundle
) - bump dependencies
- container input style
border
andborder-radius
exposed
- missing exposed
background
andfont-family
for the color input
more
property and the option to display a native picker have been removed
input
field to enter custom color
- es5 has been dropped with v2, update
unpkg
reference
- show focus state
- IE11, Edge 16-18 and Safari 10 not supported
- move color converter to
@deckdeckgo/utils
Rollup: Unresolved Import Could not resolve './components' from ./node_modules/@deckdeckgo/color/dist/collection/index.js at error
- bump for npmjs publishing
- allow container to be access via
part
(#811)
- add color "white" and remove "purple"
- display the color's name description (can be optionally be set as hidden)
- update Stencil for Gatsby build
- add a new style variable
--deckgo-overflow
- update dependencies
To infinity and beyond 🚀
- update Stencil v1.10
- apply custom color and highlight
- loader under
dist
(to follow other deckdeckgo components convention)
- refactor component to exposes the interfaces and
DEFAULT_PALETTE
- double bindings (like in studio)
- highlight custom color (#488)
- on external
colorRgb
orcolorHex
changes, render component again - update most recent libs
- color container
overflow
set tovisible
- when comparing rgb color to display the selection, ignore white space
- add a new property
color-rgb
in case you rather like to highlight a rgb color rather than an hex one
- improvements for mobile
@deckdeckgo/inline-editor
- initial version