0.3.0
Changes
-
Added tooltips to buttons, this will be inferred from the action/entity but can be overridden or disabled using the
tooltipoption (closes #17) -
Added a
base_configoption, you can now specify a base config that will be deep-merged with each buttons config. Buttons can override the base config (closes #5) -
Added the ability to embed
paper-buttons-rowinside other enitity-rows (docs) -
base_styleandbase_state_stylesare now deprecated as their functionality has been replaced bybase_config. They will be removed in 0.4.0
# example (deprecated)
base_style:
button:
border-radius: 10px
font-size: 16px
# should become
base_config:
style:
button:
border-radius: 10px
font-size: 16px