@weavy/uikit-react 21.0.0 → 21.1.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 +10 -0
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v21.1.0
|
|
4
|
+
|
|
5
|
+
<time>2024-03-12</time>
|
|
6
|
+
|
|
7
|
+
* Fixed a problem with installation of lit-modal-portal in uikit-web.
|
|
8
|
+
* Fixed font-sizing and UI scaling in uikit-web.
|
|
9
|
+
* Fixed listing of mentions according to access in uikit-web.
|
|
10
|
+
* Added `--wy-font-size` and `--wy-rem` CSS variables for scaling the text and the UI in uikit-web.
|
|
11
|
+
* Deprecated `--wy-font-size-base` CSS variable in favor for `--wy-font-size`.
|
|
12
|
+
|
|
3
13
|
## v21.0.0
|
|
4
14
|
|
|
5
15
|
<time>2024-03-06</time>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weavy/uikit-react",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.1.0",
|
|
4
4
|
"author": "Weavy",
|
|
5
5
|
"description": "React components UI-kit for Weavy",
|
|
6
6
|
"homepage": "https://github.com/weavy/weavy-uikit-react",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@lit/react": "^1.0.2",
|
|
35
|
-
"@weavy/uikit-web": "^21.
|
|
35
|
+
"@weavy/uikit-web": "^21.1.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": ">=16",
|