Skip to content

Commit d77e263

Browse files
chore(release): 4.2.0-dev.1 [skip ci]
## [4.2.0-dev.1](v4.1.3-dev.1...v4.2.0-dev.1) (2025-08-27) ### Features * Allow *_action to be a template string returning an object ([#945](#945)) ([b235a04](b235a04)), closes [#850](#850) [#611](#611) [#543](#543) [#425](#425) * Support nested templates on nested button cards ([#942](#942)) ([795d3d6](795d3d6)), closes [#544](#544) [#620](#620) [#880](#880) [#879](#879) [#730](#730) ### Bug Fixes * Fix camera live stream refresh and support aspect ratio & fit mode ([#944](#944)) ([bd9fa97](bd9fa97)), closes [#913](#913) * input_button entity to default to input_button.press for tap_action ([#949](#949)) ([f8e19fd](f8e19fd)), closes [#531](#531) [#572](#572) * Update button-card error display ([#958](#958)) ([921b6eb](921b6eb)) ### Documentation * Update card_mod example configuration in README.md ([#953](#953)) ([89dacd6](89dacd6)), closes [#817](#817) * Update installation instructions ([#943](#943)) ([c4c0be8](c4c0be8)), closes [#912](#912)
1 parent 55f6086 commit d77e263

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [4.2.0-dev.1](https://github.com/custom-cards/button-card/compare/v4.1.3-dev.1...v4.2.0-dev.1) (2025-08-27)
2+
3+
### Features
4+
5+
* Allow *_action to be a template string returning an object ([#945](https://github.com/custom-cards/button-card/issues/945)) ([b235a04](https://github.com/custom-cards/button-card/commit/b235a04bebe551585b6d4ab445be58483147bc7b)), closes [#850](https://github.com/custom-cards/button-card/issues/850) [#611](https://github.com/custom-cards/button-card/issues/611) [#543](https://github.com/custom-cards/button-card/issues/543) [#425](https://github.com/custom-cards/button-card/issues/425)
6+
* Support nested templates on nested button cards ([#942](https://github.com/custom-cards/button-card/issues/942)) ([795d3d6](https://github.com/custom-cards/button-card/commit/795d3d644d624d3b4d2d51a34d3fcc6e340c754c)), closes [#544](https://github.com/custom-cards/button-card/issues/544) [#620](https://github.com/custom-cards/button-card/issues/620) [#880](https://github.com/custom-cards/button-card/issues/880) [#879](https://github.com/custom-cards/button-card/issues/879) [#730](https://github.com/custom-cards/button-card/issues/730)
7+
8+
### Bug Fixes
9+
10+
* Fix camera live stream refresh and support aspect ratio & fit mode ([#944](https://github.com/custom-cards/button-card/issues/944)) ([bd9fa97](https://github.com/custom-cards/button-card/commit/bd9fa97665851ba93709a44398d076a2a805ee00)), closes [#913](https://github.com/custom-cards/button-card/issues/913)
11+
* input_button entity to default to input_button.press for tap_action ([#949](https://github.com/custom-cards/button-card/issues/949)) ([f8e19fd](https://github.com/custom-cards/button-card/commit/f8e19fdfbce89ab9d6daab36fe8dcf48708a8b6f)), closes [#531](https://github.com/custom-cards/button-card/issues/531) [#572](https://github.com/custom-cards/button-card/issues/572)
12+
* Update button-card error display ([#958](https://github.com/custom-cards/button-card/issues/958)) ([921b6eb](https://github.com/custom-cards/button-card/commit/921b6eb2ebd523ba3cc8f325537b1b5107aaddf1))
13+
14+
### Documentation
15+
16+
* Update card_mod example configuration in README.md ([#953](https://github.com/custom-cards/button-card/issues/953)) ([89dacd6](https://github.com/custom-cards/button-card/commit/89dacd6d6c138a52347d435a78a5a2909d2fa136)), closes [#817](https://github.com/custom-cards/button-card/issues/817)
17+
* Update installation instructions ([#943](https://github.com/custom-cards/button-card/issues/943)) ([c4c0be8](https://github.com/custom-cards/button-card/commit/c4c0be821b75f92d759c6e87f0cf97eede3675e3)), closes [#912](https://github.com/custom-cards/button-card/issues/912)
18+
119
### [4.1.3-dev.1](https://github.com/custom-cards/button-card/compare/v4.1.2...v4.1.3-dev.1) (2025-08-15)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "button-card",
3-
"version": "4.1.3-dev.1",
3+
"version": "4.2.0-dev.1",
44
"description": "Button card for lovelace",
55
"main": "dist/button-card.js",
66
"scripts": {

0 commit comments

Comments
 (0)