@hitachivantara/uikit-react-core 3.58.0 → 3.58.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 3.58.1 (2022-03-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **tags-input:** fix prop typo ([766c30b](https://github.com/lumada-design/hv-uikit-react/commit/766c30b81febabfa7d9af82ae1ba73bfecc7c759))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.58.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.57.0...@hitachivantara/uikit-react-core@3.58.0) (2022-03-07)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -172,7 +172,7 @@ export interface HvTagsInputProps
|
|
|
172
172
|
/**
|
|
173
173
|
* If `true` the tag will be commited when the blur event occurs.
|
|
174
174
|
*/
|
|
175
|
-
|
|
175
|
+
commitOnBlur?: boolean;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
export default function HvTagsInput(props: HvTagsInputProps): JSX.Element | null;
|
|
@@ -172,7 +172,7 @@ export interface HvTagsInputProps
|
|
|
172
172
|
/**
|
|
173
173
|
* If `true` the tag will be commited when the blur event occurs.
|
|
174
174
|
*/
|
|
175
|
-
|
|
175
|
+
commitOnBlur?: boolean;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
export default function HvTagsInput(props: HvTagsInputProps): JSX.Element | null;
|
|
@@ -172,7 +172,7 @@ export interface HvTagsInputProps
|
|
|
172
172
|
/**
|
|
173
173
|
* If `true` the tag will be commited when the blur event occurs.
|
|
174
174
|
*/
|
|
175
|
-
|
|
175
|
+
commitOnBlur?: boolean;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
export default function HvTagsInput(props: HvTagsInputProps): JSX.Element | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-core",
|
|
3
|
-
"version": "3.58.
|
|
3
|
+
"version": "3.58.1",
|
|
4
4
|
"description": "A collection of React components for the Hitachi Vantara's Design System.",
|
|
5
5
|
"homepage": "https://github.com/lumada-design/hv-uikit-react",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "20bb0864a48401d117a4e46769f569bccfe9db2a"
|
|
108
108
|
}
|