|
| 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 | + |
1 | 22 | ## [1.4.1](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.4.0...v1.4.1) (2025-10-11) |
2 | 23 |
|
3 | 24 | ### Bug Fixes |
4 | 25 |
|
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)) |
6 | 27 |
|
7 | 28 | ## [1.4.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.3.0...v1.4.0) (2025-05-26) |
8 | 29 |
|
9 | 30 | ### Features |
10 | 31 |
|
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)) |
12 | 33 |
|
13 | 34 | ## [1.3.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.2.0...v1.3.0) (2025-05-18) |
14 | 35 |
|
15 | 36 | ### Features |
16 | 37 |
|
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)) |
18 | 39 |
|
19 | 40 | ## [1.1.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.1...v1.1.0) (2025-05-18) |
20 | 41 |
|
21 | 42 | ### Features |
22 | 43 |
|
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)) |
26 | 47 |
|
27 | 48 | ### Documentation |
28 | 49 |
|
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)) |
31 | 52 |
|
32 | 53 | ## [1.1.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.1...v1.1.0) (2025-05-18) |
33 | 54 |
|
34 | 55 | ### Features |
35 | 56 |
|
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)) |
38 | 59 |
|
39 | 60 | ### Documentation |
40 | 61 |
|
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)) |
42 | 63 |
|
43 | 64 | ## [1.1.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.1...v1.1.0) (2025-05-18) |
44 | 65 |
|
45 | 66 | ### Features |
46 | 67 |
|
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)) |
49 | 70 |
|
50 | 71 | ### Documentation |
51 | 72 |
|
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)) |
53 | 74 |
|
54 | 75 | ## [1.1.0](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.1...v1.1.0) (2025-05-18) |
55 | 76 |
|
56 | 77 | ### Features |
57 | 78 |
|
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)) |
60 | 81 |
|
61 | 82 | ### Documentation |
62 | 83 |
|
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)) |
64 | 85 |
|
65 | 86 | ## [1.0.1](https://github.com/sergiocarracedo/sc-custom-cards/compare/v1.0.0...v1.0.1) (2025-05-11) |
66 | 87 |
|
67 | 88 | ### Bug Fixes |
68 | 89 |
|
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)) |
70 | 91 |
|
71 | 92 | ## 1.0.0 (2025-05-11) |
72 | 93 |
|
73 | 94 | ### Features |
74 | 95 |
|
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)) |
0 commit comments