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" }