From 3e3f3302feb967054b0ea82ef553f28f95f3f74d Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 30 Aug 2019 11:51:42 +1000 Subject: [PATCH] Update info.md --- info.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/info.md b/info.md index ebb2760..aed1afe 100644 --- a/info.md +++ b/info.md @@ -1,9 +1,17 @@ - - - +{% if installed and version_installed.replace("v", "").replace(".","") | int <= 20 %} +## Breaking changes after v0.2.0 +* Removed depreciated `icon_color` attribute. +* Resource must now be defined using `type: module` instead of `js` +{% endif %} +## Images + + + + ## Features * Create icon, text, or icon-text buttons. * Add css styling to each button. * Call custom service when the button is clicked. * Create multiple rows of buttons. +* Supports styling on/off state for entities. \ No newline at end of file