By Axel Richard on Monday, 10 March 2025
Category: Blog

Sirius Web 2025.2

On behalf of the team and all contributors, we are pleased to announce the release of Sirius Web 2025.2.0.

This new version brings several enhancements and new features.

You can find the full list of bug fixes and improvements in the Github changelog.

 

Context Menu (Palette) Now Opens on Right-Click

The diagram context menu (a.k.a. the Palette) now opens with a right-click instead of left-click.


Minimap for Easier Navigation

A minimap is now available in all Sirius Web diagrams, located in the bottom right corner. It provides:


New Query View for Model Exploration

The Query View allows users to write AQL queries and retrieve results directly within Sirius Web.

 Several variables are accessible in this Query view:

The use of this Query view requires knowledge of AQL and also a good knowledge of the metamodel(s) you manipulate (attributes, references, operations).

 

Dynamically Update Representation Descriptions

This is achieved through a new feature called Fork View Model, accessible via the context menu in the Explorer view.

When a user selects this option, a new Studio project is created, containing a forked version of the original view model. From there, modifications can be applied—for example, adjusting the border style of a System node from a solid gray line to a thick dashed pink border. Once the changes are made, the diagram updates automatically, reflecting the customized appearance.

Here is an example of this new menu on a Robot Flow sample model:

A popup appears, asking to confirm the creation of a new Studio project containing the new View model.

After clicking on REDIRECT TO NEW STUDIO, a new Studio project is created. You can change anything you want in this forked View model.

For example, let's change the border style of the System node, from a solid gray border to a thicker dash pink border.

Finally, just go back to the initial project and see the result.

The diagram has been automatically updated to this forked View model.

 

Export Diagrams as PNG

Sirius Web now supports exporting diagrams as PNG images, in addition to the existing SVG format.

This provides more flexibility when sharing or integrating diagrams into other documents and reports.


Enhanced Navigation Bar Extension Point

The navigationBarIconExtensionPoint has been updated to support arbitrary React components.

This means that downstream applications now have full control over rendering the home button in the top-left corner of the interface. Beyond simply changing the icon, developers can now modify the button’s behavior and appearance, allowing for deeper customization.

 

For more details on Sirius Web and its features, visit the official website.

You can also explore previous releases and updates on the Obeo blog.

Related Posts