Siemens iX 1.6 release notes πŸ”Š

Siemens iX 1.6* :loud_sound:

X-page :negative_squared_cross_mark:

With this release we announce the X-page (working title).

It will be a configurable connection point that allows integration of multiple apps and their key data all at a glance (see image below).

Apps will be able to share information with each other via cards.

Today we already provide the various card components and layout functionality necessary to implement the X-page.

Blueprints :clipboard:

With content header, empty state and key value pair the first set of iX blueprint components is here.

Each blueprint is a combination of simpler components that often appear together.

The content header for examples is a composition of text and buttons.

This way developers won’t have to implement the respective layouts over and over again.

Shadow DOM :bust_in_silhouette:

Shadow DOM is an essential feature of the Web Component standard.

Since not all of our components relied on shadow DOM in the past we prepared everything to enable it globally and started the migration.

By now about 50 percent of iX Web Components use shadow DOM with more to come soon.

In using shadow DOM we ensure robustness and encapsulation of our components.

*please make sure to install 1.6.3 right away

5 Likes

How will the card components communicate with each other if they are an element of X-Page? Events?

At this point the library does not make any assumptions on how the cards will be provided to the x-page. It only provides the components neccessary to implement it. Each card could be it’s own micro frontend or be populated with data via an API.

1 Like

Hi,
i tried to get the ix-components working in combination with lit.
Unfortunately is was not successful - do you have any hint how to use these components with lit?

BR
Martin

Hi Martin,

thank you for the question. Can you maybe share more about what problems you where facing?