Skip to content

Release 7.0.0

Compare
Choose a tag to compare
@abeforgit abeforgit released this 23 Nov 14:39
· 1308 commits to master since this release

Major Changes

  • 951fe78e Thanks @elpoelma! - GN-4130: Remove "data-editor-highlight" styled

    Removes styles that were affecting elements with the "data-editor-highlight" attribute.
    Styles are moved to ember-rdfa-editor-lblod-plugins and are
    applied through the citation-plugin.

Minor Changes

  • #1044 0a2472c1 Thanks @elpoelma! - Add shift+enter handler to embeddedEditorBaseKeymap

  • #1027 8d310cf1 Thanks @elpoelma! - Introduction of a custom gap-cursor plugin containing several fixes compared to the original version:

    • The click handler has been replaced by a mousedown handler in order to intercept a click event earlier
    • The types of the GapCursor class have been fixed
    • Addition of a fix when resolving the position returned by view.posAtCoords.
  • #1042 1f9dbf13 Thanks @elpoelma! - Introduction of _guid attribute on inline-rdfa markspec

  • #1040 5ebcbedb Thanks @elpoelma! - Deprecate usage of SetDocAttributeStep in favour of native DocAttrStep or setDocAttribute method of the Transform class

  • #1042 4d7f9acc Thanks @elpoelma! - Removal of obsolete __tag attribute from inline-rdfa markspec and block-rdfa nodespec

  • #1040 56a5f4ac Thanks @elpoelma! - Use native setDocAttribute method of the Transform class to update attributes of the doc node

  • #1042 1f9dbf13 Thanks @elpoelma! - Removal of obsolete __rdfaId node and mark attribute

Patch Changes