Releases: xh/hoist-react
Releases · xh/hoist-react
v60.0.1
v60.0.0
What's Changed
- Added
xh-bg-intent-xxx
classNames by @jskupsik in #3486 - Fix DateEditor popper styling to work with latest AgGrid css classes by @TomTirapani in #3556
- Enhanced Role support - admin UI to manage persistent user roles by @amcclain in #3554
- Add zoneLabelRenderer to Column, use in multizone renderer by @febbraiod in #3553
- Fixed bug where ColumnGroup doesn't support omit by @Ryanseanlee in #3558
- Role Improvements by @ghsolomon in #3557
- Fix possible NPE in RoleModel.groupByCategoryReaction by @ghsolomon in #3560
- Role admin tweaks by @ghsolomon in #3561
Full Changelog: v59.5.1...v60.0.0
v59.5.0
What's Changed
- Add additional layout support for DockViews by @ghsolomon in #3544
- Fixed the
ReactionSpec
type fix by @jskupsik in #3540 - Use Hoist logger methods where newly available by @leogretz2 in #3542
- Specify
react-grid-layout
v1.4.3 to avoid breaking change to `DashC… by @ghsolomon in #3547 - Fix
UniqueAggregator
handling of Date fields by @TomTirapani in #3548 - Fixed bug in
AgGridModel.getExpandState()
by @jskupsik in #3551
Full Changelog: v59.4.0...v59.5.0
v59.4.0
What's Changed
- Misc Typescript Fixes by @lbwexler in #3529
- Check
XH.pageIsVisible
within autorefresh timer by @jskupsik in #3528 - Check
XH.pageIsVisible
withinwhileAsync
by @lbwexler in #3532 - FieldFilter should use isEquals for = and != op comparisons by @amcclain in #3531
- Enhanced LogUtils 2 by @lbwexler in #3534
- Update ColumnGroup to also only accept appData through the appData pr… by @Ryanseanlee in #3535
- Updated
ReactionSpec.equals
type to include supported string shorthands by @jskupsik in #3536 - Tweak MultiFieldRenderer - Don't print unwanted labels or delimiters by @febbraiod in #3537
- MultifieldRenderer - supplied renderer is always allowed to transform value by @febbraiod in #3539
Full Changelog: v59.3.2...v59.4.0
v59.3.2
What's Changed
- Make ZoneGridModel more forgiving (handle possibly out of sync state) by @febbraiod in #3530
Full Changelog: v59.3.1...v59.3.2
v59.3.1
What's Changed
- Fix bug where a user could be prompted to log in to an app with SSO e… by @ghsolomon in #3521
- Revert change to
Panel
which affected whereclassName
was applied withmodalSupport
enabled
Full Changelog: v59.3.0...v59.3.1
v59.3.0
What's Changed
- Fix
Grid
cell border styling inconsistencies by @ghsolomon in #3501 - Fix bug where column group borders were not being properly defaulted by @ghsolomon in #3503
- Fixes to ErrorMessage by @lbwexler in #3505
- Post processing functions on query by @lbwexler in #3509
- Add flag to Column to sort nulls to the bottom by @TomTirapani in #3506
- Support
testId
prop across most desktop + core components by @Ryanseanlee in #3467 - Maintain focus on textInput on textInput clearButton click. by @cnrudd in #3515
- Add ZoneGrid component by @TomTirapani in #3512
- Avoid spurious model lookup context changes by @lbwexler in #3518
- TS Fix: allow
string | number
onStoreFilterField.width
prop by @cnrudd in #3520 - Prevent 'mousedown' events within Select from closing Popovers. by @TomTirapani in #3519
- Add experimental
enableFullWidthScroll
Grid feature by @ghsolomon in #3517 - RelativeTimeStamp localDateMode v2 by @lbwexler in #3514
Full Changelog: v59.2.0...v59.3.0
v59.2.0
What's Changed
- Fix bug where
DashContainerModel.addView
would throw when adding a … by @ghsolomon in #3489 - Fix dash container model allow remove by @ghsolomon in #3490
- Fix erroneous
GridModel
warning when using a tree column within a c… by @ghsolomon in #3494 - Fix regression to alert banners. Resume allowing elements as messages. by @febbraiod in #3495
- Fix bug in
DockContainer
where adding / removing views would cause … by @ghsolomon in #3493 - Remove lodash import by @leogretz2 in #3492
- Fix max-height constraint on mobile menu by @TomTirapani in #3491
- Add type for
ActionFnData.record
by @ghsolomon in #3496 - Add onClose hook to DockViewModel + DockViewConfig by @ghsolomon in #3499
- Add
GridModel
APIs to lookup and show / hide entire column groups by @ghsolomon in #3500 - Col group borders by @ghsolomon in #3498
- New properties:
Query.omitFn
,Query.bucketSpecFn
andQuery.lockFn
. by @lbwexler in #3502
Full Changelog: v59.1.0...v59.2.0
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