Releases: xh/hoist-react
Releases · xh/hoist-react
v63.0.2
What's Changed
- Patch hotfixes to grouping chooser and BP padding override by @PeteDarinzo in #3632
Full Changelog: v63.0.1...v63.0.2
v57.0.1
Full Changelog: v57.0.0...v57.0.1
v63.0.1
Full Changelog: v63.0.0...v63.0.1
v63.0.0
What's Changed
- Blueprint5 Upgrade by @cnrudd in #3584
- Add back missing filterSlash icon imports by @ghsolomon in #3604
- Activity Tracking Panel Improvements to use server side filtering by @jacob-xhio in #3608
- Activity tracking refactor by @lbwexler in #3611
- TaskObserver.clear by @lbwexler in #3616
- ZoneGrid columns' rendererIsComplex flag always set to true. Fixes #3612 by @febbraiod in #3615
- Fix bug where
SplitTreeMap
would not render errors by @ghsolomon in #3617 - Add
className
toMenuItem
by @TomTirapani in #3618 - Determine
defaultRoute
by inspecting the AppModel's route configuration by @TomTirapani in #3613 - Improve Directory Group lookup error handling by @ghsolomon in #3605
- Fixes to the RoleGraph by @jskupsik in #3597
- Filter omissions before setting available columns in zone grid by @PeteDarinzo in #3621
- Zone grid column filter refactor by @PeteDarinzo in #3622
- Harmonize TrackLog and ClientError by @jacob-xhio in #3619
New Contributors
- @jacob-xhio made their first contribution in #3608
Full Changelog: v62.0.1...v63.0.0
v62.0.1
Full Changelog: v62.0.0...v62.0.1
v62.0.0
What's Changed
- Restyles diff detail dialog to fit content properly by @minusleaf in #3598
- Add reload item to default mobile app menu by @PeteDarinzo in #3601
- Add slugs to html template to get js and css tags from build output. by @cnrudd in #3599
Full Changelog: v61.0.0...v62.0.0
v61.0.0
What's Changed
- Improve
FilterChooser
handling ofDate
andLocalDate
value type… by @ghsolomon in #3579 - More user friendly roles grid in admin by @cnrudd in #3582
- Add Roles Admin tbar edit button and adjust member grid toolbars by @ghsolomon in #3586
- Improve Error Logging of Headers/URL/Method in FetchService by @lbwexler in #3591
- Fix bug where a discarded browser tab could re-init an app to an obso… by @ghsolomon in #3581
- Adds support for app targeting for alert banners by @minusleaf in #3589
- Improves memory reporting in Inspector and tracking by @minusleaf in #3596
New Contributors
- @minusleaf made their first contribution in #3589
Full Changelog: v60.2.0...v61.0.0
v60.2.0
What's Changed
- Flag and display Config overrides in the Admin Console UI by @ghsolomon in #3575
- New
FilterChooserFilter
type, used forFilterChooserModel.value
by @amcclain in #3577 - Tweak to remove ugly "null" by @lbwexler in #3569
Full Changelog: v60.1.1...v60.2.0
v60.1.1
v60.1.0
🐞 Bug Fixes
- Fixed transparent background for popup inline editors.
- Exceptions that occur in custom application tooltips will now be caught and logged to console,
rather than crashing grid.
⚙️ Technical
- Improvements to exception handling during app initialization