Skip to content

Commit e6db999

Browse files
chore(release): 1.5.0
1 parent 697a126 commit e6db999

2 files changed

Lines changed: 41 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,96 @@
1+
## [1.5.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.4.1...v1.5.0) (2025-02-28)
2+
3+
### Features
4+
5+
- **editors**: Add visual configuration editors for all cards with drag-and-drop interface ([00bb124](https://github.com/sergiocarracedo/sc-custom-cards/commit/00bb124))
6+
- **i18n**: Implement custom localization system supporting 7 languages (en, es, gl, fr, de, ca, eu) ([c34b865](https://github.com/sergiocarracedo/sc-custom-cards/commit/c34b865))
7+
- **area-card**: Simplify Area Card by deprecating preset types in favor of flexible summary system ([0c5285f](https://github.com/sergiocarracedo/sc-custom-cards/commit/0c5285f))
8+
- **ui**: Add confirmation dialogs before deleting items ([823cdc8](https://github.com/sergiocarracedo/sc-custom-cards/commit/823cdc8))
9+
- **testing**: Add comprehensive unit tests with >89% coverage (106/118 tests passing) ([17b26ad](https://github.com/sergiocarracedo/sc-custom-cards/commit/17b26ad))
10+
11+
### Bug Fixes
12+
13+
- Remove invalid entity selector area filter (not supported by Home Assistant) ([b175522](https://github.com/sergiocarracedo/sc-custom-cards/commit/b175522))
14+
- Add human-readable labels to action fields using computeLabel callbacks ([b974edb](https://github.com/sergiocarracedo/sc-custom-cards/commit/b974edb))
15+
- Correct button appearance attribute typo ([c830e1d](https://github.com/sergiocarracedo/sc-custom-cards/commit/c830e1d))
16+
17+
### Documentation
18+
19+
- Add TESTING.md with test suite documentation
20+
- Add Allium specification for complete domain modeling
21+
122
## [1.4.1](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.4.0...v1.4.1) (2025-10-11)
223

324
### Bug Fixes
425

5-
* ha-toolbar in HA 2025.10.0 that know uses Webawesome ([9759c6d](https://github.com/sergiocarracedo/sc-custom-cards/commit/9759c6d5b36a197a3183d617fc46cc6b7627467d))
26+
- ha-toolbar in HA 2025.10.0 that know uses Webawesome ([9759c6d](https://github.com/sergiocarracedo/sc-custom-cards/commit/9759c6d5b36a197a3183d617fc46cc6b7627467d))
627

728
## [1.4.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.3.0...v1.4.0) (2025-05-26)
829

930
### Features
1031

11-
* icon and bars actions ([83f59dc](https://github.com/sergiocarracedo/sc-custom-cards/commit/83f59dc71c328f73bc14408842723f59c3f6dc78))
32+
- icon and bars actions ([83f59dc](https://github.com/sergiocarracedo/sc-custom-cards/commit/83f59dc71c328f73bc14408842723f59c3f6dc78))
1233

1334
## [1.3.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.2.0...v1.3.0) (2025-05-18)
1435

1536
### Features
1637

17-
* sc-bars-card ([65c4de8](https://github.com/sergiocarracedo/sc-custom-cards/commit/65c4de87839a3fdc61d804547cb9f314b2a8e0bb))
38+
- sc-bars-card ([65c4de8](https://github.com/sergiocarracedo/sc-custom-cards/commit/65c4de87839a3fdc61d804547cb9f314b2a8e0bb))
1839

1940
## [1.1.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.1...v1.1.0) (2025-05-18)
2041

2142
### Features
2243

23-
* history-bars-card ([d471387](https://github.com/sergiocarracedo/sc-custom-cards/commit/d4713876c2e163f745b101e83141b74c6ba53e7e))
24-
* sc-bars-card ([2cfccaa](https://github.com/sergiocarracedo/sc-custom-cards/commit/2cfccaa4a632ff71827a55001547c9e3a4fc4b21))
25-
* sc-bars-card beta ([2e8e0d9](https://github.com/sergiocarracedo/sc-custom-cards/commit/2e8e0d9f05e1ee2cd9636b8bb02bb66bf346e858))
44+
- history-bars-card ([d471387](https://github.com/sergiocarracedo/sc-custom-cards/commit/d4713876c2e163f745b101e83141b74c6ba53e7e))
45+
- sc-bars-card ([2cfccaa](https://github.com/sergiocarracedo/sc-custom-cards/commit/2cfccaa4a632ff71827a55001547c9e3a4fc4b21))
46+
- sc-bars-card beta ([2e8e0d9](https://github.com/sergiocarracedo/sc-custom-cards/commit/2e8e0d9f05e1ee2cd9636b8bb02bb66bf346e858))
2647

2748
### Documentation
2849

29-
* fix bars-card example ([bbd326e](https://github.com/sergiocarracedo/sc-custom-cards/commit/bbd326e9e5dbd4f16a0ecd820560ad6e6f57c584))
30-
* fix docs ([7dfe295](https://github.com/sergiocarracedo/sc-custom-cards/commit/7dfe295a6f00400607a2a7d538ac9adf556841fe))
50+
- fix bars-card example ([bbd326e](https://github.com/sergiocarracedo/sc-custom-cards/commit/bbd326e9e5dbd4f16a0ecd820560ad6e6f57c584))
51+
- fix docs ([7dfe295](https://github.com/sergiocarracedo/sc-custom-cards/commit/7dfe295a6f00400607a2a7d538ac9adf556841fe))
3152

3253
## [1.1.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.1...v1.1.0) (2025-05-18)
3354

3455
### Features
3556

36-
* history-bars-card ([d471387](https://github.com/sergiocarracedo/sc-custom-cards/commit/d4713876c2e163f745b101e83141b74c6ba53e7e))
37-
* sc-bars-card beta ([2e8e0d9](https://github.com/sergiocarracedo/sc-custom-cards/commit/2e8e0d9f05e1ee2cd9636b8bb02bb66bf346e858))
57+
- history-bars-card ([d471387](https://github.com/sergiocarracedo/sc-custom-cards/commit/d4713876c2e163f745b101e83141b74c6ba53e7e))
58+
- sc-bars-card beta ([2e8e0d9](https://github.com/sergiocarracedo/sc-custom-cards/commit/2e8e0d9f05e1ee2cd9636b8bb02bb66bf346e858))
3859

3960
### Documentation
4061

41-
* fix docs ([7dfe295](https://github.com/sergiocarracedo/sc-custom-cards/commit/7dfe295a6f00400607a2a7d538ac9adf556841fe))
62+
- fix docs ([7dfe295](https://github.com/sergiocarracedo/sc-custom-cards/commit/7dfe295a6f00400607a2a7d538ac9adf556841fe))
4263

4364
## [1.1.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.1...v1.1.0) (2025-05-18)
4465

4566
### Features
4667

47-
* history-bars-card ([d471387](https://github.com/sergiocarracedo/sc-custom-cards/commit/d4713876c2e163f745b101e83141b74c6ba53e7e))
48-
* sc-bars-card beta ([2e8e0d9](https://github.com/sergiocarracedo/sc-custom-cards/commit/2e8e0d9f05e1ee2cd9636b8bb02bb66bf346e858))
68+
- history-bars-card ([d471387](https://github.com/sergiocarracedo/sc-custom-cards/commit/d4713876c2e163f745b101e83141b74c6ba53e7e))
69+
- sc-bars-card beta ([2e8e0d9](https://github.com/sergiocarracedo/sc-custom-cards/commit/2e8e0d9f05e1ee2cd9636b8bb02bb66bf346e858))
4970

5071
### Documentation
5172

52-
* fix docs ([7dfe295](https://github.com/sergiocarracedo/sc-custom-cards/commit/7dfe295a6f00400607a2a7d538ac9adf556841fe))
73+
- fix docs ([7dfe295](https://github.com/sergiocarracedo/sc-custom-cards/commit/7dfe295a6f00400607a2a7d538ac9adf556841fe))
5374

5475
## [1.1.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.1...v1.1.0) (2025-05-18)
5576

5677
### Features
5778

58-
* history-bars-card ([d471387](https://github.com/sergiocarracedo/sc-custom-cards/commit/d4713876c2e163f745b101e83141b74c6ba53e7e))
59-
* sc-bars-card beta ([2e8e0d9](https://github.com/sergiocarracedo/sc-custom-cards/commit/2e8e0d9f05e1ee2cd9636b8bb02bb66bf346e858))
79+
- history-bars-card ([d471387](https://github.com/sergiocarracedo/sc-custom-cards/commit/d4713876c2e163f745b101e83141b74c6ba53e7e))
80+
- sc-bars-card beta ([2e8e0d9](https://github.com/sergiocarracedo/sc-custom-cards/commit/2e8e0d9f05e1ee2cd9636b8bb02bb66bf346e858))
6081

6182
### Documentation
6283

63-
* fix docs ([7dfe295](https://github.com/sergiocarracedo/sc-custom-cards/commit/7dfe295a6f00400607a2a7d538ac9adf556841fe))
84+
- fix docs ([7dfe295](https://github.com/sergiocarracedo/sc-custom-cards/commit/7dfe295a6f00400607a2a7d538ac9adf556841fe))
6485

6586
## [1.0.1](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.0...v1.0.1) (2025-05-11)
6687

6788
### Bug Fixes
6889

69-
* fix release ([a90717c](https://github.com/sergiocarracedo/sc-custom-cards/commit/a90717c2658a89199dc5585c74441ee5113ad964))
90+
- fix release ([a90717c](https://github.com/sergiocarracedo/sc-custom-cards/commit/a90717c2658a89199dc5585c74441ee5113ad964))
7091

7192
## 1.0.0 (2025-05-11)
7293

7394
### Features
7495

75-
* room-card ([7d80013](https://github.com/sergiocarracedo/sc-custom-cards/commit/7d8001308eaf5207e4bc6e2c959d3a1b7ad2d7f8))
96+
- room-card ([7d80013](https://github.com/sergiocarracedo/sc-custom-cards/commit/7d8001308eaf5207e4bc6e2c959d3a1b7ad2d7f8))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc-custom-cards",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Configurable room card for Home Assistant",
55
"main": "sergio-cards.js",
66
"type": "module",

0 commit comments

Comments
 (0)