Skip to content

Commit

Permalink
Merge pull request #12 from FirelyTeam/update/Forge_30_2_0
Browse files Browse the repository at this point in the history
Update for Forge version 30.2.0
  • Loading branch information
Rob5045 committed Mar 2, 2023
2 parents 2e2afcc + d97de6c commit b22f79f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 15 deletions.
14 changes: 14 additions & 0 deletions OldReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
Old release notes
=================

Release 27.1
------------
Changes
^^^^^^^
* New user interface styling.
* Upgrade to Firely .NET SDK 3.2.0.
* Forge is now compatible with the latest version of Firely Terminal regarding package cache and
resolving canonicals in dependencies.
* The filter option for the Extend element dialog has been moved to the toolbar.

Bug fixes
^^^^^^^^^
* Some user interface elements did not scale properly when the font size was changed.

Release 26.1
------------
Changes
Expand Down
40 changes: 25 additions & 15 deletions ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@

OldReleaseNotes

Release 30.2
------------
Changes
^^^^^^^
* **Forge validation** now shows a warning message when a resource uses a deprecated FHIR version.
* Added a warning message when Forge calculates the minimum cardinality for extension arrays in a base profile and the value is incorrect.
* **[R4B]** Added support for upgrading search parameter and operation definition resources in the **R4B Upgrade Wizard**.
* **[R4B]** When opening and upgrading a R4 resource, Forge now shows upgrade messages in the session message panel.

Bug fixes
^^^^^^^^^
* When a resource was loaded in Forge and the resource was modified outside of Forge and the resource became invalid then no message was shown.
* Forge did not correctly validate all extension context type/expression value combinations.
* The **Select Extension Context** dialog listed complex data types **SimpleQuantity** and **MoneyQuantity** as **Quantity**.
* Fixed issues with the **Forge validation** option in Quality Control:

- Some messages were listed twice.
- Bundle entries in a project would result in an error message.
* If package restoration failed then all dependencies were removed from the project and the **package.json** file.
* Fixed not being able to add a slice to a backbone element.
* Inherited content reference elements could still end up in the differential.
* The differential for a slice element included an inherited binding.
* Fixed various minor UI (styling) issues.

Release 30.1
------------
Changes
Expand Down Expand Up @@ -237,18 +261,4 @@ Bug fixes
* Forge now calculates the minimum cardinality for extension arrays.
Note that in order to update your existing profiles in this regard you need to open and then save a profile again.
* Removed "New Implementation Guide" menu option (feature was not supported anyway).
* **[R4-R5]** Forge cannot extend choice[x] elements.

Release 27.1
------------
Changes
^^^^^^^
* New user interface styling.
* Upgrade to Firely .NET SDK 3.2.0.
* Forge is now compatible with the latest version of Firely Terminal regarding package cache and
resolving canonicals in dependencies.
* The filter option for the Extend element dialog has been moved to the toolbar.

Bug fixes
^^^^^^^^^
* Some user interface elements did not scale properly when the font size was changed.
* **[R4-R5]** Forge cannot extend choice[x] elements.

0 comments on commit b22f79f

Please sign in to comment.