Skip to content

Releases: lblod/ember-rdfa-editor

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

Release 10.7.2

07 Nov 22:39
Compare
Choose a tag to compare

Patch Changes

  • #1227 156816c Thanks @elpoelma! - Move RDF namespace objects out of constants file to prevent circular imports

Release 10.7.1

07 Nov 14:11
Compare
Choose a tag to compare

Patch Changes

  • #1226 4a5ee36 Thanks @elpoelma! - Reduce specificity of general editor margin rule.
    This fix reverts a previous breaking change wherein the specificity of the general editor margin css rule was increased from (0,1,1) to (0,2,1). This fix ensures the specificity is reverted back to (0,1,1).