Releases: inferno-framework/inferno-core
Releases · inferno-framework/inferno-core
Inferno Core v0.4.19
- FI-2053: Fix inputs dialog overflow by @AlyssaWang in #382
- FI-2038: Prevent modal close on edit by @AlyssaWang in #383
- FI-2094: Improve tooltip a11y by @AlyssaWang in #386
- FI-2035: Improve error handling for validator errors by @dehall in #379
- FI-2070: Inferno Framework Documentation Advanced Test Features Information Fix by @emichaud998 in #385
- FI-2041: Custom suites with no ids now throw standard error by @alisawallace in #387
- FI-2156: Dependabot updates by @Jammjammjamm in #390
- FI-2086: fix errors on webpack shutdown by @alisawallace in #389
Inferno Core v0.4.18
- Fix a bug which could prevent some test results from appearing until the page is reloaded.
- Add
vread
,update
,patch
,history
, and systemsearch
interactions to the FHIR DSL. - Fix a JSON parse error which could occur for OAuth Credentials inputs when switching between the normal input view and the JSON view.
- Make minor visual improvements.
Inferno Core v0.4.17
- Fix a bug which prevented the swagger documentation from loading when no query parameters were provided.
- Update styling for suite and option selection pages.
- Log error and warning suite configuration messages.
Inferno Core v0.4.16
- Dynamically determine the Inferno base url in swagger docs.
Inferno Core v0.4.15
- Fix the appearance of the suite options screen for smaller displays.
Inferno Core v0.4.14
- Fix a misleading error message when validating resources against a base resource profile.
- Fix the appearance of the suite selection screen for smaller displays.
Inferno Core v0.4.13
- Fix a bug which caused an error to appear in the UI while entering inputs into an input dialog which contains an oauth_credentials input.
Inferno Core v0.4.12
- Add a checkbox input type.
- Update the UI to display input descriptions for radio button inputs.
- Add a link to the JSON API docs to the footer.
- Display a warning when a preset contains an unknown input.
- Add the ability to link to a test/group via its short id.
Inferno Core v0.4.11
- Fix the
test_runs/:test_run_id/results
route.
Inferno Core v0.4.10
- Add the
--watch
option toinferno start
to automatically restart Inferno when files change. - Update test sessions routes to look like
/:test_suite_id/:test_session_id
instead of/test_sessions/:test_session_id
- Shorted new test session ids.
- Update UI to show suite options page when a suite has a description.
- Fix a bug where clicking on the request/message icons would not change which details tab was displayed.
- Fix a bug which prevented the New Session button from starting a new session when only a single test suite is loaded.
- Fix a bug which caused snackbar notifications to appear above other modals.
- Display a timestamp with request details.
- Update documentation.