Skip to content

Releases: lblod/ember-rdfa-editor

Release 10.11.3

31 Jan 15:19
Compare
Choose a tag to compare

Patch Changes

Release 10.11.2

31 Jan 09:03
Compare
Choose a tag to compare

Patch Changes

  • #1247 695ea89 Thanks @elpoelma! - Introduce fix regarding selection preservation when using the Transform.setNodeAttribute or Transform.setNodeMarkup methods

Release 10.11.1

23 Jan 09:16
Compare
Choose a tag to compare

Patch Changes

  • #1245 301aec0 Thanks @elpoelma! - Improve behaviour of wrapIncludingParents when working with gap-cursor selections. When the selection is a gap-cursor, do not wrap around its parent, but rather simply insert a node of the given nodeType at that selection.
    This ensures the behaviour of the command is similar as when it is dealing with a collapsed text-selection.

  • #1244 a087b6a Thanks @elpoelma! - Hide gapcursor when editor is not focused

Release 10.11.0

20 Jan 13:05
Compare
Choose a tag to compare

Minor Changes

Patch Changes

Release 10.10.0

18 Dec 08:02
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #1235 e02c4c6 Thanks @piemonkey! - Tweak style used by active ember nodes such as snippet placeholders to have rounded corners

  • #1236 df5dd82 Thanks @piemonkey! - If trying to render a BlankNode with no subject, ignore it instead of crashing

Release 10.9.1

11 Dec 13:44
Compare
Choose a tag to compare

Patch Changes

Release 10.9.0

26 Nov 18:20
Compare
Choose a tag to compare

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

Release 10.8.0

20 Nov 13:34
Compare
Choose a tag to compare

Minor Changes

Release 10.7.4

14 Nov 21:34
Compare
Choose a tag to compare

Patch Changes

Release 10.7.3

08 Nov 11:58
Compare
Choose a tag to compare

Patch Changes