Skip to content

Releases: xh/hoist-react

v63.0.2

16 Apr 16:45
Compare
Choose a tag to compare

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

10 Apr 21:47
Compare
Choose a tag to compare

Full Changelog: v57.0.0...v57.0.1

v63.0.1

05 Apr 17:15
Compare
Choose a tag to compare

Full Changelog: v63.0.0...v63.0.1

v63.0.0

04 Apr 13:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v62.0.1...v63.0.0

v62.0.1

28 Mar 19:00
Compare
Choose a tag to compare

Full Changelog: v62.0.0...v62.0.1

v62.0.0

19 Mar 17:55
Compare
Choose a tag to compare

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

08 Mar 19:25
Compare
Choose a tag to compare

What's Changed

  • Improve FilterChooser handling of Date and LocalDate 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

Full Changelog: v60.2.0...v61.0.0

v60.2.0

16 Feb 16:53
Compare
Choose a tag to compare

What's Changed

  • Flag and display Config overrides in the Admin Console UI by @ghsolomon in #3575
  • New FilterChooserFilter type, used for FilterChooserModel.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

29 Jan 21:42
Compare
Choose a tag to compare

⚙️ Technical

  • Improve unique constraint validation of Roles and Role Members in Admin UI.
  • Minor UI tweaks to admin UI

v60.1.0

19 Jan 02:27
Compare
Choose a tag to compare

🐞 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