From 7e7dcb71aa752f179d80824e30042cb089a1f41d Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:55:56 +0100 Subject: [PATCH 1/5] docs(changelog): added missing entry Updated changelog with recent fixes for button and input components. --- packages/components/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c231845168e..46a21552ffd 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -18,6 +18,8 @@ - fix(button): Replace fixed height with min-height for buttons to allow dynamic height adjustment when text wraps - [see commit d1fd2c4](https://github.com/db-ux-design-system/core-web/commit/d1fd2c4e58a5ed6f75fab44700cd2d93c7232474) +- fix(input): Date or time types – initial value gets displayed as placeholder [see commit e3c7ce7](e3c7ce7718803624557bc8fc66f7b662b42ff0be) + ## 4.0.4 ### Patch Changes From 6c5374440681a0306cc70cc76189395567f4b3dc Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:58:03 +0100 Subject: [PATCH 2/5] Update CHANGELOG.md --- output/vue/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/output/vue/CHANGELOG.md b/output/vue/CHANGELOG.md index 426de9c2c3e..daada876fce 100644 --- a/output/vue/CHANGELOG.md +++ b/output/vue/CHANGELOG.md @@ -18,6 +18,8 @@ - fix(button): Replace fixed height with min-height for buttons to allow dynamic height adjustment when text wraps - [see commit d1fd2c4](https://github.com/db-ux-design-system/core-web/commit/d1fd2c4e58a5ed6f75fab44700cd2d93c7232474) +- fix(input): Date or time types – initial value gets displayed as placeholder [see commit e3c7ce7](e3c7ce7718803624557bc8fc66f7b662b42ff0be) + ## 4.0.4 ### Patch Changes From 113b0ae95dbec28f9a2cd81de5a072690f2869ab Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 4 Nov 2025 09:23:21 +0100 Subject: [PATCH 3/5] Update CHANGELOG.md --- output/stencil/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/output/stencil/CHANGELOG.md b/output/stencil/CHANGELOG.md index 3ee9d8395ae..019c0483d94 100644 --- a/output/stencil/CHANGELOG.md +++ b/output/stencil/CHANGELOG.md @@ -18,6 +18,8 @@ - fix(button): Replace fixed height with min-height for buttons to allow dynamic height adjustment when text wraps - [see commit d1fd2c4](https://github.com/db-ux-design-system/core-web/commit/d1fd2c4e58a5ed6f75fab44700cd2d93c7232474) +- fix(input): Date or time types – initial value gets displayed as placeholder [see commit e3c7ce7](e3c7ce7718803624557bc8fc66f7b662b42ff0be) + ## 4.0.4 ### Patch Changes From 59ec3d493dec223f4be6cca004068f7dfb71bd3d Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 4 Nov 2025 09:23:36 +0100 Subject: [PATCH 4/5] Update CHANGELOG with recent fixes Updated changelog to include fixes for button and input components. --- output/react/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/output/react/CHANGELOG.md b/output/react/CHANGELOG.md index 75668a7ed79..20daf9a7827 100644 --- a/output/react/CHANGELOG.md +++ b/output/react/CHANGELOG.md @@ -18,6 +18,8 @@ - fix(button): Replace fixed height with min-height for buttons to allow dynamic height adjustment when text wraps - [see commit d1fd2c4](https://github.com/db-ux-design-system/core-web/commit/d1fd2c4e58a5ed6f75fab44700cd2d93c7232474) +- fix(input): Date or time types – initial value gets displayed as placeholder [see commit e3c7ce7](e3c7ce7718803624557bc8fc66f7b662b42ff0be) + ## 4.0.4 ### Patch Changes From b21d42a20178a66050be67e398e4192752ab24fa Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 4 Nov 2025 09:23:57 +0100 Subject: [PATCH 5/5] Update CHANGELOG.md --- output/angular/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/output/angular/CHANGELOG.md b/output/angular/CHANGELOG.md index 4a4afc69769..0eb2f2faf44 100644 --- a/output/angular/CHANGELOG.md +++ b/output/angular/CHANGELOG.md @@ -18,6 +18,8 @@ - fix(button): Replace fixed height with min-height for buttons to allow dynamic height adjustment when text wraps - [see commit d1fd2c4](https://github.com/db-ux-design-system/core-web/commit/d1fd2c4e58a5ed6f75fab44700cd2d93c7232474) +- fix(input): Date or time types – initial value gets displayed as placeholder [see commit e3c7ce7](e3c7ce7718803624557bc8fc66f7b662b42ff0be) + ## 4.0.4 ### Patch Changes