From 89522fc4a2302c40f7bab312c6e923bdafdefd17 Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:27:04 +0600 Subject: [PATCH 1/3] Version bump and update change log --- README.md | 4 ++-- changelog.txt | 10 ++++++++++ package.json | 2 +- version.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00889988..33449694 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Using Force UI as a dependency in package.json - ```json "dependencies": { - "@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.3.0" + "@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.3.1" } ``` @@ -28,7 +28,7 @@ npm install Or you can directly run the following command to install the package - ```bash -npm i -S @bsf/force-ui@git+https://github.com/brainstormforce/force-ui.git#1.3.0 +npm i -S @bsf/force-ui@git+https://github.com/brainstormforce/force-ui.git#1.3.1 ```
diff --git a/changelog.txt b/changelog.txt index b6356c0b..b334aecc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +Version 1.3.1 - 17th December, 2024 +Fixed - The the underline issue to enhance visual consistency. +Fixed - Select component issue, where a check mark was displaying even when no item was selected. +Fixed - Switch component design mismatch. +Fixed - Text, icon size, alignment, and color inconsistencies to ensure uniform appearance of the Date Picker. +Fixed - The Input ref not pointing to the input field. +Fixed - Menu component icon size and alignment for better visual clarity. +Fixed - The sidebar height was not overridable. +Improvement - Removed backdrop blur to improve performance and visual clarity. + Version 1.3.0 - 16th December, 2024 - New - Table component. - Fixed - Asterisk missing on required input label. diff --git a/package.json b/package.json index a0f65682..e099d35f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bsf/force-ui", - "version": "1.3.0", + "version": "1.3.1", "description": "Library of components for the BSF project", "main": "./dist/force-ui.js", "module": "./dist/force-ui.js", diff --git a/version.json b/version.json index 675a1b15..f89dc473 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "force-ui": "1.3.0" + "force-ui": "1.3.1" } From 856ba00a33aec1f1a5450a2d0b1161519857c94f Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:31:42 +0600 Subject: [PATCH 2/3] Update changelog.txt --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index b334aecc..ed4cbdb9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ Version 1.3.1 - 17th December, 2024 -Fixed - The the underline issue to enhance visual consistency. +Fixed - The underline issue to enhance visual consistency. Fixed - Select component issue, where a check mark was displaying even when no item was selected. Fixed - Switch component design mismatch. Fixed - Text, icon size, alignment, and color inconsistencies to ensure uniform appearance of the Date Picker. From 4851bbca9fa6baac43b111c61582f7b4ee742527 Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:36:28 +0600 Subject: [PATCH 3/3] Update changelog.txt --- changelog.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index ed4cbdb9..7f13561f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,12 +1,12 @@ Version 1.3.1 - 17th December, 2024 Fixed - The underline issue to enhance visual consistency. -Fixed - Select component issue, where a check mark was displaying even when no item was selected. -Fixed - Switch component design mismatch. -Fixed - Text, icon size, alignment, and color inconsistencies to ensure uniform appearance of the Date Picker. -Fixed - The Input ref not pointing to the input field. -Fixed - Menu component icon size and alignment for better visual clarity. -Fixed - The sidebar height was not overridable. -Improvement - Removed backdrop blur to improve performance and visual clarity. +Fixed - Issue with the Select component where a check mark was displayed even when no item was selected. +Fixed - Design mismatch in the Switch component. +Fixed - Text, icon size, alignment, and color inconsistencies in the Date Picker to ensure a uniform appearance. +Fixed - Input ref not pointing to the input field. +Fixed - Icon size and alignment issues in the Menu component for better visual clarity. +Fixed - Sidebar height not being overridable. +Improvement - Removed backdrop blur to enhance performance and visual clarity. Version 1.3.0 - 16th December, 2024 - New - Table component.