@semcore/ui 15.3.2 → 15.3.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
- ## [15.3.1-beta.0] - 2023-08-07
1
+ ## [15.3.3] - 2023-08-08
2
+
3
+ ### @semcore/i18n-unplugin
4
+
5
+ - **Changed** Updated `@semcore/core` peer dependency from major 1 to major 2.
6
+
7
+ ## [15.3.1] - 2023-08-08
8
+
9
+ ### @semcore/d3-chart
10
+
11
+ - **Changed** Added `exports` fields for better nextjs support.
12
+
13
+ ## [15.3.0] - 2023-08-07
2
14
 
3
15
  ### @semcore/utils
4
16
 
@@ -4942,15 +4954,13 @@
4942
4954
  ### @semcore/typography
4943
4955
 
4944
4956
  - **Fixed** Исправлены не работающие props fontSize и lineHeight у компонента Text
4945
-
4957
+ g
4946
4958
  ### @semcore/utils
4947
4959
 
4948
4960
  - **Added** Добавлена функция brightness в color для вычисления контраста
4949
4961
  - **Added** Добавлен hook usePreventScroll, блокирующий скролл страницы
4950
4962
  - **Added** Добавилась возможность передавать ref в element для useEventListener.
4951
4963
 
4952
- ## [15.3.2] - 2023-08-08
4953
-
4954
4964
  ## [0.0.1] - 2020-07-27
4955
4965
 
4956
4966
  ### Global
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semcore/ui",
3
- "version": "15.3.2",
3
+ "version": "15.3.3",
4
4
  "license": "MIT",
5
5
  "module": "./index.mjs",
6
6
  "sideEffects": false,
@@ -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.5"
80
+ "@semcore/i18n-unplugin": "0.0.6"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "react": "16.8 - 18",