Skip to content

Commit

Permalink
Merge branch '9.1.1' of https://github.com/IBM/bamoe-docs into 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
veena-ux committed Sep 17, 2024
2 parents 5eb9392 + 28314e0 commit 0bcd8c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions editing/authoring-decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ include::../partials/attributes.adoc[]

Decision authoring on {CANVAS} happens inside the Editor page for Decisions, where you can edit, validate, run, and deploy DMN files.

This version contains a new DMN editor that is compatible with DMN 1.5.
The new editor as the New DMN Editor, and the older editor as the Classic DMN Editor.
It's important to note that it is still possible to use the Classic DMN Editor but bear in mind that files edited on the New DMN Editor will not be compatible with the Classic DMN Editor, even though the opposite is possible.
This version contains a new DMN editor that is compatible with DMN 1.5 which is referred to as the New DMN Editor. The 9.0.x editor remains available and is referred to as the Classic DMN Editor. By default, the New DMN Editor will be opened when you first open {CANVAS}.

By default, the New DMN Editor will be opened, and the user can choose to switch to the Classic DMN Editor by clicking into the "New DMN Editor" dropdown and selecting "Switch back to the classic DMN Editor".
This operation will save the user preference to keep using the Classic DMN Editor for future work.
Older DMN files can be opened directly in the new DMN Editor; however, if they are edited and saved in this editor, they will no longer be compatible with the classic DMN editor.

You can switch between the two editors and your selected editor will be saved in the user preferences for future work.

.Switch to Classic DMN Editor
image::tools/authoringDecisions/switch-to-legacy.gif[width=720]
Expand Down
10 changes: 5 additions & 5 deletions introduction/release-notes/whats-new-9-1.adoc
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
= What's new in 9.1
include::../../partials/attributes.adoc[]

{PRODUCT_LONG}, version {VERSION_911}, although a minor release, introduces significant enhancements and capabilities as well as providing critical security and known issue fixes.
{PRODUCT_LONG}, version 9.1 introduces significant enhancements and capabilities as well as providing critical security and known issue fixes.

// New feature in the version 9.1.1
=== Standalone editors

From the version {VERSION_911}, the Standalone Editors are now available enabling you to embed the BPMN and DMN editors in your application, and packages. The editors used in both BAMOE Canvas and BAMOE Developer Tools are also available as standalone Javascript libraries that can be imported into any frontend web application. They are available from two separate libraries that can be installed from npm:
From the version {VERSION_911}, Standalone Editors are now available enabling you to embed the BPMN and DMN editors in your application, and packages. The editors used in both BAMOE Canvas and BAMOE Developer Tools are also available as standalone Javascript libraries that can be imported into any frontend web application. They are available in two separate libraries that can be installed from npm:

* @ibm/bamoe-standalone-bpmn-and-dmn-editors-classic : For the classic DMN and BPMN Editors
* @ibm/bamoe-standalone-dmn-editor : The new and modern DMN Editor

These libraries can also be downloaded from Passport advantage, see https://www.ibm.com/support/pages/node/7151078[BAMOE 9.1.0 Download Document]. For more information, see xref:../../tools/editors-libraries.adoc[DMN and BPMN Editors Javascript Libraries]
These libraries can also be downloaded from Passport advantage, see https://www.ibm.com/support/pages/node/7151078[BAMOE 9.1.0 Download Document]. For more information on using the editors, see xref:../../tools/editors-libraries.adoc[DMN and BPMN Editors Javascript Libraries]


=== Transition to downstream build

* Independent build - With the version {VERSION_910} release, BAMOE employs a complete downstream build by eliminating dependency on open-source binaries.
* Independent build - With the version {VERSION_910} release, BAMOE employs a complete downstream build by eliminating any dependency on open-source binaries.

* Maven Repository Distribution:

Expand All @@ -30,7 +30,7 @@ These libraries can also be downloaded from Passport advantage, see https://www.

* Quarkus LTS upgrade - {PRODUCT_SHORT} version 9.1.1 now supports the latest Long-Term Support (LTS) version of Quarkus 3.8.4, enhancing performance and reliability.

For more information, see xref:supported-environments.html[Supported Environments]
For more information, see xref:supported-environments.adoc[Supported Environments]

//Not sure if we give the link to supported environments page like this/ is it required?.

Expand Down

0 comments on commit 0bcd8c6

Please sign in to comment.