Releases: xh/hoist-react
Releases · xh/hoist-react
v59.1.0
What's Changed
- Support new
Panel.headerClassName
prop by @leogretz2 in #3468 - Support
Panel.headerClassName
prop in mobile by @leogretz2 in #3471 - Stable IDs for Admin Console grid records by @leogretz2 in #3470
- Admin console grids should use closure for
exportOptions.filename
by @leogretz2 in #3469 - Improve disabled
checkbox
styling by @PeteDarinzo in #3472 - Throw when attempting to connect a Store with
reuseRecords: true
to a Cube View. by @TomTirapani in #3474 - New
ErrorBoundary
component, with support built-in to selected Hoist containers by @lbwexler in #3479 - Allow Banners to render basic markdown such as links and emphasis. by @TomTirapani in #3481
- Improvements and fixes to
Panel
headers + modalSupport while collapsed by @amcclain in #3480 - Enhance
ErrorMessage
with ability to view error details by @lbwexler in #3482
Full Changelog: v59.0.3...v59.1.0
v59.0.3
What's Changed
- Workaround for Chromium / BigNumber bug by @TomTirapani in #3465
Full Changelog: v59.0.2...v59.0.3
v59.0.2
What's Changed
- Fix to DateInput with enableTextInput: false by @amcclain in #3461
- Fix
select.selectOnFocus
regression from react-select upgrade by @amcclain in #3462 - Restore flexbox for horizontal panel header titles. by @TomTirapani in #3458
- Ensure
DashCanvas
layout updated if window resized while hidden by @amcclain in #3463 - Revert react select by @leogretz2 in #3464
Full Changelog: v59.0.1...v59.0.2
v59.0.1
What's Changed
- Collapsed PanelHeader adjustments by @TomTirapani in #3457
Full Changelog: v59.0.0...v59.0.1
v59.0.0
What's Changed
- expand type of emptyText to allow all reactNodes by @connor15mcc in #3416
- DataViewConfig no longer extends from GridConfig. by @connor15mcc in #3421
- Update to typescript 5 + mobx by @lbwexler in #3418
- Promote supported properties as part of DataViewModel API by @connor15mcc in #3422
- Fix event source for detecting manual column resize by @haynesjm42 in #3428
- Grid config on clicked types by @leogretz2 in #3433
- New
DashModel.refreshContextModel
by @cnrudd in #3425 - Add support for including hidden columns when autosizing by @haynesjm42 in #3424
- Grid with
hideHeaders:true
omits extraneous header border by @Ryanseanlee in #3435 - Dash container load state async warning msg by @Ryanseanlee in #3438
- Fixed fmtNumber returning '-0' when rounding small negative numbers by @jskupsik in #3430
- Suppress dev-time console warning thrown by Blueprint toaster by @Ryanseanlee in #3437
- Support null value for
ButtonGroupInput
option by @haynesjm42 in #3423 - Admin log viewer log root path by @leogretz2 in #3439
- Admin console tab for Connection Pool monitoring by @amcclain in #3445
- React select5x upgrade by @leogretz2 in #3436
- Update highcharts to v11 by @Ryanseanlee in #3440
- Vertical collapsed panel header fix by @TomTirapani in #3448
- Fix mobile number input. by @TomTirapani in #3454
- Fix mobile dialog max-height constraints by @TomTirapani in #3455
New Contributors
- @connor15mcc made their first contribution in #3416
Full Changelog: v58.0.1...v59.0.0
v58.0.1
What's Changed
- Make calcStyleFromColorSpec function null safe by @febbraiod in #3413
- Tab routing fix by @ghsolomon in #3414
- Tab routing fix by @ghsolomon in #3415
Full Changelog: v58.0.0...v58.0.1
v58.0.0
What's Changed
- Fix expand/collapse button styling within resizable splitter by @TomTirapani in #3401
- Enhance
NumberFormatOptions.colorSpec
to accept custom CSS properti… by @ghsolomon in #3402 - New option TrackOptions.logData by @lbwexler in #3406
- Version checking and forcing refresh by @TomTirapani in #3407
- New
XH.pageState
observable + refactors ofXH
-based implementation code by @lbwexler in #3409 - Fix ColumnSpec.exportName type by @ghsolomon in #3411
- Remove Inconsistent
agParams
from Column callbacks by @lbwexler in #3310
Full Changelog: v57.0.0...v58.0.0
v57.0.0
What's Changed
- Fix forwarding refs to Onsen components by @TomTirapani in #3383
- Banner presets by @leogretz2 in #3381
- Check hoist core version for admin banner presets by @leogretz2 in #3384
- Improvements to Exception when empty result or poor json returned by @jskupsik in #3377
- Add observable
readonly
property toLeftRightChooserModel
by @ghsolomon in #3387 - Impersonation Improvements by @lbwexler in #3394
- Grid upgrade by @lbwexler in #3395
- Fixes to idleService and _lastActivityMs docs by @cnrudd in #3396
- Misc cleanups by @lbwexler in #3397
Full Changelog: v56.6.0...v57.0.0
v56.6.0
v56.5.0
What's Changed
- Grouping chooser commit on change by @leogretz2 in #3361
- Support
agOptions
prop onDataView
by @amcclain in #3364 - Add new
enableTooltipsOnTags
prop toSelect
by @cnrudd in #3367 - Add controls to treat Admin Log Viewer filter as regex (or not) by @leogretz2 in #3369
- Fix layout issues w/popovers triggered from within
ModalSupport
dialogs by @jskupsik in #3370 - Don't Freeze AppSpec by @cnrudd in #3374
- Fix broken
CodeInput
copy-to-clipboard feature + enable by default by @leogretz2 in #3372 - Add column name output to column uniqueness validation by @leogretz2 in #3376
- Grouping chooser popover flickering bug fix by @leogretz2 in #3373
Full Changelog: v56.4.0...v56.5.0