Skip to content

Releases: eclipse/eclipsefuro-web

oneof support with complex types, init of enums

13 Jun 09:17
Compare
Choose a tag to compare

Enums are initialized with 0 and not with null, which caused a data change trigger on some ui elements (furo-ui5-select).

The oneof for the siblings of a complex type are nulled not just initialized. This is done because the grpc gateway expect nothing instead of a empty type.

What's Changed

  • FieldnodeAdapter with oneof support by @veith in #89

Full Changelog: https://github.com/eclipse/eclipsefuro-web/compare/@furo/data@2.3.0...@furo/data@2.4.0

URL expression in app-flow-router

09 Jun 11:03
Compare
Choose a tag to compare

What's Changed

Bindable request data for collection agent

09 Jun 11:01
Compare
Choose a tag to compare

What's Changed

@furo/route@2.1.0

31 May 12:18
Compare
Choose a tag to compare

What's Changed

  • furo-location feat: add external-link-clicked event to furo-location

Eclipse Furo Web v2

22 Feb 10:45
Compare
Choose a tag to compare

Eclipse Furo Web 2.0 is here!

Furo Web Components provides an enterprise ready set of web components which play seamlessly with Furo. Based on web standards and future proved. Compliant with any technology of choice.

With the release v2, the goal of a clear separation of framework functionality and design-dependent components could be completed.
Eclipse Furo Web has a new clear package structure:

  • @furo/data Data related components
  • @furo/fbp Furo Flow Based Programming, https://fbp.furo.pro/
  • @furo/framework Core framework components (environment, i18n, events, feature toggles)
  • @furo/layout Design system independent layout components
  • @furo/route Routing components
  • @furo/util Toolbox of useful components

Includes versions

  • @furo/data@2.0.1
  • @furo/fbp@6.0.1
  • @furo/framework@2.0.1
  • @furo/layout@2.0.1
  • @furo/route@2.0.1
  • @furo/util@2.0.1

Documentation
https://web-components.furo.pro/