Skip to content

Commit 82bbdd5

Browse files
chore(release): 10.67.1 [skip ci]
## [10.67.1](v10.67.0...v10.67.1) (2025-03-11) ### 📝 Documentation * correct broken link to uutilsynet about WCAG ([34f4001](34f4001)) * **Field.Date:** remove `date` property ([#4718](#4718)) ([b0e34a0](b0e34a0)) * **Field.Date:** remove `startDate` property ([#4720](#4720)) ([4181d04](4181d04)) * **Field.Date:** remove date property ([243f141](243f141)) * **Field.Date:** remove endDate property ([f617677](f617677)) * **Field.Date:** remove endDate property ([#4721](#4721)) ([f1fa1cd](f1fa1cd)) * **Field.Date:** remove startDate property ([81fedcd](81fedcd)) * **PushContainer:** move events docs to events tab ([c35d2c8](c35d2c8)) * **PushContainer:** move events docs to events tab ([#4717](#4717)) ([86dfa3f](86dfa3f)) ### 🐛 Bug Fixes * **Field.Date:** validate `minDate` & `maxDate` by the start of the day (00:00) ([#4716](#4716)) ([98996bd](98996bd)) * **Input:** remove `value` attribute (use element.value for getting the value in tests) ([f1711a8](f1711a8)) * **Input:** remove value attribute (⚠️ Use element.value instead in e.g. tests) ([#4713](#4713)) ([dd2ae1a](dd2ae1a))
1 parent 2095493 commit 82bbdd5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

packages/dnb-eufemia/build/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to @dnb/eufemia will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.67.1](https://github.com/dnbexperience/eufemia/compare/v10.67.0...v10.67.1) (2025-03-11)
7+
8+
9+
### :memo: Documentation
10+
11+
* correct broken link to uutilsynet about WCAG ([34f4001](https://github.com/dnbexperience/eufemia/commit/34f40013afb0d3040687fc52e06bafc0275c77a1))
12+
* **Field.Date:** remove `date` property ([#4718](https://github.com/dnbexperience/eufemia/issues/4718)) ([b0e34a0](https://github.com/dnbexperience/eufemia/commit/b0e34a070b73d23c27e619a6bc0bb0998dc6606d))
13+
* **Field.Date:** remove `startDate` property ([#4720](https://github.com/dnbexperience/eufemia/issues/4720)) ([4181d04](https://github.com/dnbexperience/eufemia/commit/4181d049f4c906c832f1b741f8db757d0e9c15ac))
14+
* **Field.Date:** remove date property ([243f141](https://github.com/dnbexperience/eufemia/commit/243f1415f03e179975682d111bae117ec5597da0))
15+
* **Field.Date:** remove endDate property ([f617677](https://github.com/dnbexperience/eufemia/commit/f6176773b9c9437181faefad29f6a3afb985759a))
16+
* **Field.Date:** remove endDate property ([#4721](https://github.com/dnbexperience/eufemia/issues/4721)) ([f1fa1cd](https://github.com/dnbexperience/eufemia/commit/f1fa1cd53157720dbd4b5623bcbb369ce4ff5500))
17+
* **Field.Date:** remove startDate property ([81fedcd](https://github.com/dnbexperience/eufemia/commit/81fedcdb0bcae6cf3e806e9f143ca57de9a92ac4))
18+
* **PushContainer:** move events docs to events tab ([c35d2c8](https://github.com/dnbexperience/eufemia/commit/c35d2c8d5f7d5ac0b321028d3c6348876a756854))
19+
* **PushContainer:** move events docs to events tab ([#4717](https://github.com/dnbexperience/eufemia/issues/4717)) ([86dfa3f](https://github.com/dnbexperience/eufemia/commit/86dfa3fc9f831d26e0503cfb643fb24867017e3e))
20+
21+
22+
### :bug: Bug Fixes
23+
24+
* **Field.Date:** validate `minDate` & `maxDate` by the start of the day (00:00) ([#4716](https://github.com/dnbexperience/eufemia/issues/4716)) ([98996bd](https://github.com/dnbexperience/eufemia/commit/98996bdb91680e65572c1db0538492ab7f962410))
25+
* **Input:** remove `value` attribute (use element.value for getting the value in tests) ([f1711a8](https://github.com/dnbexperience/eufemia/commit/f1711a853573a2494e7a574ee7e959cb18dc121b))
26+
* **Input:** remove value attribute (⚠️ Use element.value instead in e.g. tests) ([#4713](https://github.com/dnbexperience/eufemia/issues/4713)) ([dd2ae1a](https://github.com/dnbexperience/eufemia/commit/dd2ae1a6c48e7cd7c51c9b9c82b84a312ed7b53e))
27+
628
## [10.67.0](https://github.com/dnbexperience/eufemia/compare/v10.66.1...v10.67.0) (2025-03-10)
729

830

0 commit comments

Comments
 (0)