v1.11.0
Release 1.11.2
New Prompt to Avoid Losing Unsaved Changes
We've heard from IG designers that they’ve lost unsaved work when accidentally leaving the screen. A prompt will now notify users on the R4 implementation guide (IG) editing screen that they will lose their changes if they leave the screen.
We will add this pop-up to additional edit screens in future releases.
Improvements to Page Editing
The Edit Page popup window has been simplified, and we’ve added extra validation messages to make the page requirements clearer. We’ve added:
- A File Name field
- A checkbox to specify that the content of the page should be automatically generated based on the IG description and contacts
Behind the scenes, the way the data is stored in the ImplementationGuide resource has changed. Instead of using a contained Binary resource to represent page content, we're using an extension on the page to hold the page content (which is markdown). For self-installs of Trifolia-on-FHIR, the tools command-line interface contains a migration script to migrate the data from a FHIR server to this new way of persisting the IG page information.
Disabled GitHub Exports
We have identified a problem with GitHub exports. We have disabled GitHub exports for this release and will be working on a solution to the GitHub exports problem, targeting to have the problem resolved in the subsequent release.
Development Log (5)
New Features
- [TRIFFHIR-390] - Add "Base" for OperationDefinition editing
- [TRIFFHIR-391] - Allow configuration of types listed for selection on new profile creation
- [TRIFFHIR-264] - Prompt user when leaving Edit IG (R4) screen without saving changes
- [TRIFFHIR-404] - Allow user to edit "use" on value set concept designations
Improvements
- [TRIFFHIR-395] - Improve page editing functionality