- Added the new Hoist
ViewManager
component to the Portfolio example, as well as an in-depth test page hosted within the Admin Console. - Refactored and updated the Portfolio example for clarity and to better demonstrate potential usages of saved layouts via
ViewManager
.
- hoist-core 24.0.0
- @xh/hoist 69.0.0
- Enabled new Correlation ID tracking support in Hoist.
- Fixed
InputsPanel
"Set Focus" popover.
- hoist-core 23.0.0
- @xh/hoist 68.1.0
- hoist-core 20.1.0
- hoist-core 20.0.2
- @xh/hoist 64.0.5
- @xh/hoist 64.0.1
- Support for new
mockDirectoryGroups
config - seeRoleService
for details.
- hoist-core 20.0 (multi-instance)
- @xh/hoist 64.0
- @ag-grid 31.2
- Simplifies bootstrapping process to always use
Auth0
withbootstrapAdminUser
for initial login. - Provide alternate option for setting
useOAuth:false
in instanceConfig to disable OAuth login and fallback to form-based approach (useful for local on-device testing).
- hoist-core 19.0.0
- @xh/hoist 63.0.0
- @xh/hoist-dev-utils 8.1.0
- hoist-core 18.1.0
- @xh/hoist 60.1.0
- Migrate to built-in role management.
- hoist-core 18.0.0
- @xh/hoist 60.0.0
- Added
ZoneGrid
demos for desktop and mobile. - Enhanced Layout > DockContainer page to showcase new
DockViewModel.onClose
hook - Enhanced Column Groups Grid example to showcase
ColumnGroup.showLeftRightBorders
functionality. - Updated Timestamp tab to expose all
RelativeTimestamp
options.
- hoist-core 18.0.0
- @xh/hoist 60.0.0
- hoist-core 17.3.0
- @xh/hoist 59.1.0
- hoist-core 16.4.1
- @xh/hoist 58.0.1
- Enhance Other > Number Formats page to showcase expanded
NumberFormatOptions.colorSpec
functionality
- hoist-core 16.4.0
- @xh/hoist 58.0.0
- hoist-core 16.3.0
- @xh/hoist 57.0.0
- @xh/hoist-dev-utils 6.3.0
- @xh/hoist 56.6.0
- @xh/hoist-dev-utils 6.2.0
- Toolbox can now be run with an in memory H2 DB, and all needed configs and preferences will be pre-loaded into this DB.
- Useful for devs who want to quickly check out the project and run it on their local development machine without going through the trouble of creating a database.
- See the section on "instance config file" in README.md for the settings that trigger use of H2.
- hoist-core 16.2.0
- @xh/hoist 56.5.0
- Toolbox has been completely rewritten in TypeScript.
- New application permission role:
HOIST_ADMIN_READER
. - All Hoist Framework Admin tabs are now readable (read only) by users who have this new role:
HOIST_ADMIN_READER
. CustomLogSupportConverter
added as an example of an alternative log output format. Applied to Monitor log file.
- hoist-core 15.0.0
- @xh/hoist 54.0.0
- Improve Slack status monitor alert formatting.
- @xh/hoist 52.0.2
- Added Other > Inspector tab to demo the new Hoist Inspector tool.
- Added example of grid sparklines rendering within the Portfolio example app.
SlackAlertService
to post status monitor and client error report alerts to the XH Slack channel for monitoring.
- hoist-core 14.3.1
- @xh/hoist 52.0.0
- Demos for new
ModalSupport
feature introduced in hoist-react v50.
- hoist-core 14.1.0
- @xh/hoist 50.1.0
- @xh/hoist-dev-utils 6.0.0 - includes upgraded build toolchain with Webpack v5
- @xh/hoist 49.0.0
- @xh/hoist 48.0.1
- New examples for Exceptions, DashCanvas, and more.
- @xh/hoist 48.0.0
- Improved Examples tab displays available desktop examples using an inline iFrame, for easier browsing and preview of each demo app.
- Demo new
cancelAlign
option supported byXH.message()
and variants.
- @xh/hoist 47.1.1
- Auth0 OAuth login flow no longer leaves a gap at bottom of the viewport when Toolbox is opened in iOS fullscreen mode.
- Fixes to contact example app.
- hoist-core 13.1.0
- @xh/hoist 46.1.0
- MySQL driver and datasource properties tweaked and updated to MySQL v8.
- hoist-core 13.0.6
- mysql-connector-java 8.0.27
- @xh/hoist 45.0.2
- New mobile buttons page shows off the many variations of newly upgraded mobile buttons.
- hoist-core 13.0.5
- @xh/hoist 45.0.1
- grails 5.1.1
- hoist-core 11.0.3
- @xh/hoist 44.3.0
- hoist-core 11.0.2
- @xh/hoist 44.2.0
- New Grid > Column Filters tab added to demo column-based
GridFilterModel
with linkedFilterChooser
. - Theme controls for
TreeMap
examples. - Add newly supported
TreeStyle
options to shared grid example. - Demo new
GridFindField
component within the desktop tree grid example. - Demo new long-press (
GridModel.onCellContextMenu
) event handler on mobile tree grid example as an alternate drilldown gesture for parent rows. - Use newly standardized support for app-wide (grid) sizing mode.
- @xh/hoist 43.0.0
- @xh/hoist-dev-utils 5.11.0
- New Tests for Hoist Column Filtering
- @xh/hoist 42.0.0
- Added demos for Badge (new) and Placeholder components.
- @xh/hoist 41.1.0
- New full-featured example applications 'Contact' and 'TODO'.
- New top-level Mobile tab (within the desktop app) highlights Hoist's support for mobile devices.
- @xh/hoist 41.0.0
- @xh/hoist-dev-utils 5.9.0
- Demo new support for displaying an in-app Changelog, with this changelog!
- Add example usage of new
XH.showBanner()
util. - Enable built-in navigation tracking for the Toolbox mobile app.
- hoist-core 9.2.1
- @xh/hoist 40.0.0
- @xh/hoist-dev-utils 5.7.0
- Add new AsyncLoopPanel to Admin-only testing tools.
- Add example usage of enhanced
TreeMap
configs. - Add example usage of
StoreFilterField.autoApply
.
- @xh/hoist 39.0.0
- ag-Grid 25.1.0
- Improvements to Admin-only (for the moment) Grid Performance test panel.
- Fix broken links on Examples tab.
- Update to latest async grid selection methods.
- @xh/hoist 38.1.1
- @xh/hoist-dev-utils 5.6.0
- Add new popover examples and enhanced menu system to mobile app.
- Add
expandCollapseButton
to mobile tree-grid example.
- Update to Mobx6, new Hoist superclasses.
- hoist-core 9.1.1
- @xh/hoist 38.0.0
- ag-grid 25.0.1
- Add example usage of new
ErrorMessage
component.
- @xh/hoist 37.2.0
- Demo pattern for publishing a custom JS package w/Hoist integration -
@xh/package-template
. - Add example usage of new
Placeholder
component. - Add example usage of new
GroupingChooser
component. - Add example usage of new focus APIs on
FormField
.
- Fix broken customer tab switcher example.
- Fix to validation on
Form
example.
- Add CSP headers to nginx config as a security best-practice.
- @xh/hoist 37.0.0
- @xh/hoist-dev-utils 5.5.0
- ag-grid 24.1.0
- react 17.0.1
- Make the home tab a Dashboard container with new example widgets, including a live feed from the XH GitHub repos.
- Enable OAuth login for visitors via Auth0.
- Add example usage of enhanced
TabContainerModel
APIs. - Add example usage of new built-in styling options for tree grids.
- @xh/hoist 36.6.0