@semcore/ui 15.3.2 → 15.4.0
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 +19 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,22 @@
|
|
|
1
|
-
## [15.
|
|
1
|
+
## [15.4.0] - 2023-08-09
|
|
2
|
+
|
|
3
|
+
### @semcore/d3-chart
|
|
4
|
+
|
|
5
|
+
- **Changed** Updated d3 dependencies to resolve peerDependencies mismatch.
|
|
6
|
+
|
|
7
|
+
## [15.3.3] - 2023-08-08
|
|
8
|
+
|
|
9
|
+
### @semcore/i18n-unplugin
|
|
10
|
+
|
|
11
|
+
- **Changed** Updated `@semcore/core` peer dependency from major 1 to major 2.
|
|
12
|
+
|
|
13
|
+
## [15.3.1] - 2023-08-08
|
|
14
|
+
|
|
15
|
+
### @semcore/d3-chart
|
|
16
|
+
|
|
17
|
+
- **Changed** Added `exports` fields for better nextjs support.
|
|
18
|
+
|
|
19
|
+
## [15.3.0] - 2023-08-07
|
|
2
20
|
|
|
3
21
|
### @semcore/utils
|
|
4
22
|
|
|
@@ -4949,8 +4967,6 @@
|
|
|
4949
4967
|
- **Added** Добавлен hook usePreventScroll, блокирующий скролл страницы
|
|
4950
4968
|
- **Added** Добавилась возможность передавать ref в element для useEventListener.
|
|
4951
4969
|
|
|
4952
|
-
## [15.3.2] - 2023-08-08
|
|
4953
|
-
|
|
4954
4970
|
## [0.0.1] - 2020-07-27
|
|
4955
4971
|
|
|
4956
4972
|
### Global
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.4.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@semcore/drag-and-drop": "3.3.0",
|
|
26
26
|
"@semcore/dropdown": "4.2.0",
|
|
27
27
|
"@semcore/dropdown-menu": "4.2.0",
|
|
28
|
-
"@semcore/d3-chart": "3.
|
|
28
|
+
"@semcore/d3-chart": "3.4.0",
|
|
29
29
|
"@semcore/ellipsis": "2.2.0",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
31
31
|
"@semcore/errors": "4.2.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@semcore/utils": "4.1.0",
|
|
78
78
|
"@semcore/widget-empty": "4.2.0",
|
|
79
79
|
"@semcore/wizard": "2.3.0",
|
|
80
|
-
"@semcore/i18n-unplugin": "0.0.
|
|
80
|
+
"@semcore/i18n-unplugin": "0.0.6"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"react": "16.8 - 18",
|