Commit Graph

356 Commits

Author SHA1 Message Date
Jérôme Wiedemann 7f68bf16fe Update dependencies 2020-03-19 18:58:24 +01:00
Jérôme Wiedemann f1e8f59cf3 Bump to 3.2.3 2020-03-19 18:26:06 +01:00
Jérôme Wiedemann 9fb71cf319 Support for 0.107 2020-03-19 18:25:29 +01:00
Jérôme W 605e42ff39
Merge pull request #299 from custom-cards/dev
3.2.2
2020-03-17 14:26:10 +01:00
Jérôme Wiedemann 051466627d Bump version 3.2.2 2020-03-17 14:22:36 +01:00
Jérôme Wiedemann edb419718a default tap_action is toggle for supported entities only 2020-03-17 14:21:12 +01:00
Jérôme Wiedemann ce093dab6c Fix for lock disapearing in decluttering-card 2020-03-17 14:18:34 +01:00
Jérôme Wiedemann 1ff4a66705 Bump version 3.2.1 2020-03-16 14:16:54 +01:00
Jérôme Wiedemann c89e91d920 Fix tap while scrolling 2020-03-16 14:16:54 +01:00
Jérôme Wiedemann 600df15b21 Fix for vertical stack in card 2020-03-16 14:16:54 +01:00
Jérôme Wiedemann 696ad47e83 Bump version to 3.2.0 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann c25fe6d2a5 Support for templates in variables 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 84ac418d5c Add CSS injection through extra_styles 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 783bb8eb16 fix for undefined custom_fields 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 742412ae9b Update to latest custom-card-helper 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann ab55c9b57f Update to the latest ActionHandler from core 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 4044869fd0 Add hacs.json 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann d91993df16 Support for alternative state display 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 8d29f56434 Add support for live camera streams 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 435840f713 Attempt to fix #283 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 6945bc007e Bump 3.1.1 2020-01-07 01:52:02 +01:00
Jérôme Wiedemann 23fda4383c Attempt to fix IOS double clicks 2020-01-07 01:52:02 +01:00
Jérôme Wiedemann 94e53b7500 Fix variables documentation 2020-01-05 16:03:32 +01:00
Jérôme Wiedemann 5983dd8dc0 Bump 3.1.0 2020-01-05 15:53:47 +01:00
Jérôme Wiedemann 770e221c2b Support for variables in the templates 2020-01-05 15:53:47 +01:00
Jérôme Wiedemann 4efafe4ab6 Template support in custom_fields' cards config 2020-01-05 15:53:47 +01:00
Jérôme Wiedemann 3ae85080f7 Support for cast.home-assistant.io 2020-01-05 15:53:47 +01:00
Jérôme Wiedemann 235d025a50 Fix iPad OS double clicks 2020-01-05 15:53:47 +01:00
JRK 697c823290 Remove forgotten console log 2020-01-05 15:53:47 +01:00
Jérôme Wiedemann 6dc0573cf7 Update manual download link 2020-01-03 19:15:27 +01:00
Ian Richardson 73a3e1b86c
Update README.md 2019-11-04 09:59:57 -06:00
Jérôme Wiedemann 23fbdeaf61 Fix circleci config 2019-10-21 10:30:28 +02:00
Jérôme Wiedemann bbe19a0530 Bump version 3.0.0 2019-10-21 10:24:49 +02:00
Jérôme W b1fa112fbc Bunch of features (#231)
* Add support for any card in custom_fields

* Fix version script

* Drop support for custom_updater

* confirmation template support and per action confirmation

* Confirmation supports templates and exemptions

* Support for Safari 10

* Using createThing from cch

* Proper events handling for embedded cards

* Lock with exemptions and delay

* Fix locking documentation

* Fix default color documentation

* Updating templates documentation

* Support for different unlock clicks

* Update embedded card documentation
2019-10-21 10:24:49 +02:00
Jérôme Wiedemann 5ef600a6e0 Bump patch 2019-07-31 16:09:54 +02:00
Jérôme Wiedemann 0c6cd9aaae Fixes #210 2019-07-31 16:08:02 +02:00
Jérôme Wiedemann 2d1cab4b1d Fix for Beta IOS App 2019-07-29 20:17:11 +02:00
Jérôme W cac0ccc5be
2.0.3 (#208)
* Fixes #206, Fixes #195 (#207)

* Fixes #206

* Return original value if !value in _getTemplateOrValue

* Fixes #195 IOS 13 tap behaviour

* Bump patch version
2019-07-29 18:06:38 +02:00
Jérôme Wiedemann 62b648e504 Fix documentation 2019-07-28 15:13:07 +02:00
Jérôme W 67fe0de0c9
2.0.2 (#205)
* Fix when _evalTemplate receives a boolean

* Bump patch
2019-07-27 15:13:08 +02:00
Jérôme W 176ee81b86
2.0.1 (#204)
* Fix for 2.0.0 (#203)

* Fix when value in _getTemplateOrString is the number 0

* Fix for *_actions with objects in service_data

* Bump patch
2019-07-27 14:25:18 +02:00
Jérôme W a9f27a64a2
2.0.0 (#202)
* _template deprecation and custom fields support (#199)

* Update custom-card-helpers

* _template deprecated and custom_fields support

* Update dependencies

* Add npm audit fix to circleci

* Styles support templating

* *_action support templates

* Some linting

* Fixes #200

* Fixing template eval if input is a number

* State values support templating

* Documentation update

* Doc formating issue

* Bump major version
2019-07-26 21:27:18 +02:00
Jérôme W 9ef93a2a35
Merge pull request #186 from custom-cards/dev
1.11.1
2019-06-08 16:39:02 +02:00
Jérôme Wiedemann d5c63600f5 add info.md 2019-06-08 16:36:01 +02:00
Jérôme Wiedemann 670e835b7a Bump version 2019-06-08 16:26:48 +02:00
Jérôme W efcaf7a779 Support for HTML in name (#185) 2019-06-08 16:25:06 +02:00
Jérôme Wiedemann 1a213fac54 Bump version 2019-06-05 00:08:23 +02:00
Jérôme W 965523836f Support for timer entities (#183) 2019-06-05 00:08:23 +02:00
Jérôme W c382ba5d3b Only specific users can disable the lock (#182)
* Allow to unlock the button for specific users only

* Update documentation
2019-06-05 00:08:23 +02:00
Jérôme W f361324ac4 Fix some templates not updating on changes (#181) 2019-06-05 00:08:23 +02:00