@xh/hoist 70.0.0-SNAPSHOT.1729547779863 → 70.0.0-SNAPSHOT.1729789044498

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
@@ -225,6 +225,7 @@
225
225
 
226
226
  * Requires update to `hoist-dev-utils >= v9.0.0` with updated handling of static/public assets.
227
227
  This should be a drop-in change for applications.
228
+ * iOS < 16.4 is no longer supported, due to the use of complex RegExes in GFM parsing.
228
229
 
229
230
  ### 🎁 New Features
230
231
 
@@ -48,6 +48,7 @@ const modelSpec: RestGridConfig = {
48
48
  persistWith: {localStorageKey: 'xhAdminMonitorState'},
49
49
  colChooserModel: true,
50
50
  enableExport: true,
51
+ showRefreshButton: true,
51
52
  store: {
52
53
  url: 'rest/monitorAdmin',
53
54
  fieldDefaults: {disableXssProtection: true},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "70.0.0-SNAPSHOT.1729547779863",
3
+ "version": "70.0.0-SNAPSHOT.1729789044498",
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",