Skip to content

Release 10.9.0

Compare
Choose a tag to compare
@elpoelma elpoelma released this 26 Nov 18:20
· 47 commits to master since this release

Minor Changes

  • #1229 d8ad7c8 Thanks @abeforgit! - Add ability to add external (= loose) triples to a resource node

    External triples are data not connected to an in-document node. They can be used
    to define knowledge about URIs which are not mentioned in the document.

    It's expected this will be rather rare, but crucial for some embedded usecases.

    External triples are serialized inside a new container inside the already
    exising rdfa-container, annotated with the data-external-triple-container
    attribute, which is why I don't consider this a breaking change.

    Also adds a new transactionMonad for manipulating these:
    transformExternalTriples, and 2 shorthand wrappers: addExternalTriple and
    setExternalTriples.

    It also expands the rdfa-editor sidebar tools with an external triple section.

Patch Changes

  • #1232 3427d73 Thanks @piemonkey! - Fix bug with multiple imported resource relationships that lead to duplication of these relationships