@xh/hoist 79.0.0-SNAPSHOT.1764872183307 → 79.0.0-SNAPSHOT.1764947672059

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
@@ -5,25 +5,23 @@
5
5
  ## 78.1.3 - 2025-12-04
6
6
 
7
7
  ### 🐞 Bug Fixes
8
- * Fix to Highchart timezone handling regression from version 77. Applications should note that
9
- Highcharts has deprecated the `time.useUTC` option and its functioning seem suspect. Apps
10
- should set `time.timezone` instead. See https://api.highcharts.com/highcharts/time.useUTC.
8
+
9
+ * Fixed timezone-related Highcharts regression from v77. Note that Highcharts has deprecated
10
+ `time.useUTC` in favor of `time.timezone` (https://api.highcharts.com/highcharts/time.useUTC).
11
11
 
12
12
  ### ⚙️ Technical
13
13
 
14
- * Allow cross-tab persistence of client log levels
14
+ * Enabled cross-tab persistence of customized client logging level.
15
15
 
16
16
  ## 78.1.0 - 2025-12-02
17
17
 
18
18
  ### ⚙️ Technical
19
- * New property `MsalClientConfig.enableSsoSilent` to govern use of MSAL SSO api.
20
-
21
- * Existing property `MsalClientConfig.enableTelemetry` now defaults to `true`.
22
19
 
23
- * Improved use of MSAL client API, to maximize effectiveness of SSO. Improved documentation
24
- and logging. Iframe attempts will now time out by default after 3 seconds vs. 10 seconds.
25
- This can be further modified by apps via the option
26
- `MsalClientConfig.msalClientOptions.system.iFrameHashTimeout`
20
+ * Improved `MsalClient` to maximize effectiveness of SSO and improved documentation and logging.
21
+ Updated the default timeout for iFrame interactions to 3 seconds (from 10 seconds) - customizable
22
+ if needed via `MsalClientConfig.msalClientOptions.system.iFrameHashTimeout`
23
+ * Added new `MsalClientConfig.enableSsoSilent` option to govern use of the MSAL SSO API.
24
+ * Defaulted `MsalClientConfig.enableTelemetry` to `true`.
27
25
 
28
26
  ### 📚 Libraries
29
27
 
@@ -34,10 +32,10 @@
34
32
 
35
33
  ### 💥 Breaking Changes
36
34
 
37
- * `GridModel.setColumnState` no longer patches existing column state, but instead replaces it
38
- wholesale. Applications that were relying on the prior patching behavior will need to
39
- call `GridModel.applyColumnStateChanges` instead.
40
- * `GridModel.cleanColumnState` is now private (not expected to impact applications).
35
+ * Modified `GridModel.setColumnState` to no longer patch existing column state but instead replace
36
+ it wholesale. Applications that were relying on the prior patching behavior will need to call
37
+ `GridModel.applyColumnStateChanges` instead.
38
+ * Set `GridModel.cleanColumnState` to `private` (not expected to impact applications).
41
39
 
42
40
  ### 🎁 New Features
43
41
 
@@ -65,7 +63,8 @@
65
63
 
66
64
  ### 💥 Breaking Changes (upgrade difficulty: 🟢 LOW)
67
65
 
68
- * Apps that use and provide the `highcharts` library should be sure to update the version to v12.4.0.
66
+ * Apps that use and provide the `highcharts` library should be sure to update the version to
67
+ v12.4.0.
69
68
  Refer to `Bootstrap.js` in Toolbox for required import changes.
70
69
  * Visit https://www.highcharts.com/blog/changelog/ for specific changes.
71
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "79.0.0-SNAPSHOT.1764872183307",
3
+ "version": "79.0.0-SNAPSHOT.1764947672059",
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",