@k-int/stripes-kint-components 5.5.1 → 5.5.2
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 +7 -0
- package/README.md +6 -6
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.5.2](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.5.1...v5.5.2) (2024-03-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency react-resize-detector to v10 ([407e388](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/407e388de33b42cfb9c02a4c1d37bb1940eb4a65))
|
|
7
|
+
|
|
1
8
|
## [5.5.1](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.5.0...v5.5.1) (2024-03-19)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ In the case where components from this repository require translations, it will
|
|
|
14
14
|
In order to develop this module within a stripes workspace, a couple of steps are needed
|
|
15
15
|
- An environment variable must be set up (See https://chlee.co/how-to-setup-environment-variables-for-windows-mac-and-linux/), `STRIPES_TRANSPILE_TOKENS="@k-int"`
|
|
16
16
|
- Clone this repository `git clone git@gitlab.com:knowledge-integration/folio/stripes-kint-components.git`
|
|
17
|
-
-
|
|
17
|
+
- Ensure your branch's `kint-components` version is at least in line with, or higher than the latest released artifact version (THIS SHOULD NOT BE MERGED TO MAIN: Release versions are controlled by the semantic releases plugin at release time.)
|
|
18
18
|
- Nuke your workspace node_modules and rebuild
|
|
19
19
|
|
|
20
20
|
### What went wrong
|
|
@@ -40,9 +40,9 @@ If the compatibility chart below states compatible with a certain flower release
|
|
|
40
40
|
|
|
41
41
|
Release major | Latest release | Flower releases present in (ERM) | Flower compatibility
|
|
42
42
|
--- | --- | --- | --- |
|
|
43
|
-
v1 | 1.7.
|
|
44
|
-
v2 | 2.8.
|
|
45
|
-
v3 | 3.2.
|
|
46
|
-
v4 | 4.7.
|
|
47
|
-
v5 | 5.
|
|
43
|
+
v1 | 1.7.x | Lotus | Kiwi - Morning Glory |
|
|
44
|
+
v2 | 2.8.x | Morning Glory | Kiwi - Morning Glory |
|
|
45
|
+
v3 | 3.2.x | Nolana | Morning Glory - Nolana |
|
|
46
|
+
v4 | 4.7.x | Orchid | Morning Glory - Orchid |
|
|
47
|
+
v5 | 5.5.x | Poppy, Quesnalia | Morning Glory - Quesnalia+ |
|
|
48
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@k-int/stripes-kint-components",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.2",
|
|
4
4
|
"description": "Stripes Component library for K-Int specific applications",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@rehooks/local-storage": "^2.4.4",
|
|
25
25
|
"compose-function": "^3.0.3",
|
|
26
|
-
"react-resize-detector": "^
|
|
26
|
+
"react-resize-detector": "^10.0.0",
|
|
27
27
|
"zustand": "^4.0.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -76,8 +76,7 @@
|
|
|
76
76
|
"regenerator-runtime": "^0.14.0",
|
|
77
77
|
"rxjs": "^7.0.0",
|
|
78
78
|
"semantic-release": "^22.0.6",
|
|
79
|
-
"sinon": "^17.0.0"
|
|
80
|
-
"typescript": "^2.8.0"
|
|
79
|
+
"sinon": "^17.0.0"
|
|
81
80
|
},
|
|
82
81
|
"peerDependencies": {
|
|
83
82
|
"@folio/stripes": ">=9.0.0",
|