Skip to content

Releases: lblod/ember-rdfa-editor

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).

Release 10.7.0

31 Oct 18:59
Compare
Choose a tag to compare

Minor Changes

  • #1224 e37b476 Thanks @elpoelma! - Simply gap-cursor styling:

    • Add small margins
    • Remove unnecessary position: absolute and :after css rules
  • #1224 2cd7ca5 Thanks @elpoelma! - Rework block_rdfa UX/UI:

    • Introduction of BlockRDFaView nodeview
    • Addition of a descriptive label component to the block_rdfa view.
  • #1223 3679d00 Thanks @elpoelma! - Reduce editor padding

  • #1224 52616d2 Thanks @elpoelma! - Rework block-rdfa styling:

    • Introduction of say-block-rdfa class
    • Adjustment of margins
    • Adjust border color and radius
    • Adjust padding

Patch Changes

  • #1222 fff8803 Thanks @elpoelma! - Disable rdfaAware setting for heading nodes in dummy app

  • #1223 76023a0 Thanks @elpoelma! - Adjust margin rules to not target invisible elements

  • #1223 76023a0 Thanks @elpoelma! - Adjust margin rules to be consistent across all types of elements (including headings). Note: this reduces the margin around headings

Release 10.6.1

28 Oct 09:39
Compare
Choose a tag to compare

Patch Changes

  • #1221 06c67cb Thanks @abeforgit! - Make block-rdfa non-defining for copy operations

    This means that when you copy text from inside an rdfa block, the block itself
    no longer gets copied along. It just stays where it is, which is more natural

  • #1218 574a5f7 Thanks @elpoelma! - Add ember-source pnpm patch to silence unexpectedly found... slicing... warning