@xh/hoist 68.0.0-SNAPSHOT.1726599173889 → 68.0.0-SNAPSHOT.1726615045723
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
|
@@ -16,6 +16,13 @@
|
|
|
16
16
|
|
|
17
17
|
* Corrected types of enhanced `Promise` methods.
|
|
18
18
|
|
|
19
|
+
### 📚 Libraries
|
|
20
|
+
|
|
21
|
+
* @azure/msal-browser `3.17 → 3.23`
|
|
22
|
+
* mobx `6.9.1 -> 6.13.2`,
|
|
23
|
+
* mobx-react-lite `3.4.3 -> 4.0.7`,
|
|
24
|
+
|
|
25
|
+
|
|
19
26
|
## 67.0.0 - 2024-09-03
|
|
20
27
|
|
|
21
28
|
### 💥 Breaking Changes (upgrade difficulty: 🟢 LOW - Hoist Core update only)
|
|
@@ -87,6 +87,7 @@ export declare const autoRefreshAppOption: ({ formFieldProps, inputProps }?: Aut
|
|
|
87
87
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only";
|
|
88
88
|
dir?: string;
|
|
89
89
|
draggable?: boolean | "true" | "false";
|
|
90
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";
|
|
90
91
|
id?: string;
|
|
91
92
|
lang?: string;
|
|
92
93
|
nonce?: string;
|
|
@@ -85,6 +85,7 @@ export declare const themeAppOption: ({ formFieldProps, inputProps }?: ThemeAppO
|
|
|
85
85
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only";
|
|
86
86
|
dir?: string;
|
|
87
87
|
draggable?: boolean | "true" | "false";
|
|
88
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";
|
|
88
89
|
id?: string;
|
|
89
90
|
lang?: string;
|
|
90
91
|
nonce?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "68.0.0-SNAPSHOT.
|
|
3
|
+
"version": "68.0.0-SNAPSHOT.1726615045723",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@auth0/auth0-spa-js": "~2.1.3",
|
|
34
|
-
"@azure/msal-browser": "~3.
|
|
34
|
+
"@azure/msal-browser": "~3.23.0",
|
|
35
35
|
"@blueprintjs/core": "^5.10.5",
|
|
36
36
|
"@blueprintjs/datetime": "^5.3.7",
|
|
37
37
|
"@blueprintjs/datetime2": "^2.3.7",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"jwt-decode": "~4.0.0",
|
|
61
61
|
"lodash": "~4.17.21",
|
|
62
62
|
"lodash-inflection": "~1.5.0",
|
|
63
|
-
"mobx": "~6.
|
|
64
|
-
"mobx-react-lite": "~
|
|
63
|
+
"mobx": "~6.13.2",
|
|
64
|
+
"mobx-react-lite": "~4.0.7",
|
|
65
65
|
"moment": "~2.30.1",
|
|
66
66
|
"numbro": "~2.5.0",
|
|
67
67
|
"onsenui": "~2.12.8",
|