@itwin/components-react 3.3.0-dev.89 → 3.3.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
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
# Change Log - @itwin/components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.3.1
|
|
6
|
+
Fri, 26 Aug 2022 15:40:02 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Updated desktop toolbar width and height to 40px
|
|
11
|
+
|
|
12
|
+
## 3.3.0
|
|
13
|
+
Thu, 18 Aug 2022 19:08:02 GMT
|
|
14
|
+
|
|
15
|
+
### Updates
|
|
16
|
+
|
|
17
|
+
- upgrade mocha to version 10.0.0
|
|
18
|
+
- Add ability to specify locale and format of Data and Time shown by timeline component.
|
|
19
|
+
- Add children to render inside the node
|
|
20
|
+
- Added 'PropertyFilterBuilder' component for building complex filters using properties list
|
|
21
|
+
- Add support for undefined value in TypeConverter.
|
|
22
|
+
- Avoid creating "NaN" string in numeric type converters.
|
|
23
|
+
- Changed FloatTypeConverter and IntTypeConverter 'convertFromString' method to return 'undefined' if string is no a number.
|
|
24
|
+
- Fix processing of widget container dragging to empty panel.
|
|
25
|
+
- Update iTwinUI-react to 1.38.1
|
|
26
|
+
|
|
27
|
+
## 3.2.9
|
|
28
|
+
Fri, 26 Aug 2022 14:21:40 GMT
|
|
29
|
+
|
|
30
|
+
_Version update only_
|
|
4
31
|
|
|
5
32
|
## 3.2.8
|
|
6
33
|
Tue, 09 Aug 2022 15:52:41 GMT
|
|
@@ -14,8 +14,8 @@ $components-desktop-separator-gap-between-toolbar-items: 5px;
|
|
|
14
14
|
$components-desktop-separator-thickness: 1px;
|
|
15
15
|
$components-desktop-separator-center-offset: -3px;
|
|
16
16
|
|
|
17
|
-
$components-desktop-toolbar-width:
|
|
18
|
-
$components-desktop-toolbar-height:
|
|
17
|
+
$components-desktop-toolbar-width: 40px;
|
|
18
|
+
$components-desktop-toolbar-height: 40px;
|
|
19
19
|
|
|
20
20
|
$desktop-tool-stripe-width: 2px;
|
|
21
21
|
$desktop-tool-stripe-height: 30px;
|
|
@@ -14,8 +14,8 @@ $components-desktop-separator-gap-between-toolbar-items: 5px;
|
|
|
14
14
|
$components-desktop-separator-thickness: 1px;
|
|
15
15
|
$components-desktop-separator-center-offset: -3px;
|
|
16
16
|
|
|
17
|
-
$components-desktop-toolbar-width:
|
|
18
|
-
$components-desktop-toolbar-height:
|
|
17
|
+
$components-desktop-toolbar-width: 40px;
|
|
18
|
+
$components-desktop-toolbar-height: 40px;
|
|
19
19
|
|
|
20
20
|
$desktop-tool-stripe-width: 2px;
|
|
21
21
|
$desktop-tool-stripe-height: 30px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "iTwin.js UI complex components",
|
|
5
5
|
"main": "lib/cjs/components-react.js",
|
|
6
6
|
"module": "lib/esm/components-react.js",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/appui-abstract": "^3.3.
|
|
24
|
-
"@itwin/core-bentley": "^3.3.
|
|
25
|
-
"@itwin/core-react": "^3.3.
|
|
23
|
+
"@itwin/appui-abstract": "^3.3.1",
|
|
24
|
+
"@itwin/core-bentley": "^3.3.1",
|
|
25
|
+
"@itwin/core-react": "^3.3.1",
|
|
26
26
|
"react": "^17.0.0",
|
|
27
27
|
"react-dom": "^17.0.0"
|
|
28
28
|
},
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
32
32
|
],
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@itwin/appui-abstract": "3.3.
|
|
35
|
-
"@itwin/build-tools": "3.3.
|
|
36
|
-
"@itwin/core-bentley": "3.3.
|
|
37
|
-
"@itwin/core-common": "3.3.
|
|
38
|
-
"@itwin/core-i18n": "3.3.
|
|
39
|
-
"@itwin/core-react": "3.3.
|
|
40
|
-
"@itwin/eslint-plugin": "3.3.
|
|
34
|
+
"@itwin/appui-abstract": "3.3.1",
|
|
35
|
+
"@itwin/build-tools": "3.3.1",
|
|
36
|
+
"@itwin/core-bentley": "3.3.1",
|
|
37
|
+
"@itwin/core-common": "3.3.1",
|
|
38
|
+
"@itwin/core-i18n": "3.3.1",
|
|
39
|
+
"@itwin/core-react": "3.3.1",
|
|
40
|
+
"@itwin/eslint-plugin": "3.3.1",
|
|
41
41
|
"@testing-library/dom": "^8.11.2",
|
|
42
42
|
"@testing-library/react": "^12.0.0",
|
|
43
43
|
"@testing-library/react-hooks": "^7.0.2",
|