Release 7.0.0
Major Changes
-
951fe78e
Thanks @elpoelma! - GN-4130: Remove "data-editor-highlight" styledRemoves styles that were affecting elements with the "data-editor-highlight" attribute.
Styles are moved to ember-rdfa-editor-lblod-plugins and are
applied through thecitation-plugin
.
Minor Changes
-
#1044
0a2472c1
Thanks @elpoelma! - Add shift+enter handler toembeddedEditorBaseKeymap
-
#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 ofSetDocAttributeStep
in favour of nativeDocAttrStep
orsetDocAttribute
method of theTransform
class -
#1042
4d7f9acc
Thanks @elpoelma! - Removal of obsolete__tag
attribute from inline-rdfa markspec and block-rdfa nodespec -
#1040
56a5f4ac
Thanks @elpoelma! - Use nativesetDocAttribute
method of theTransform
class to update attributes of the doc node -
#1042
1f9dbf13
Thanks @elpoelma! - Removal of obsolete__rdfaId
node and mark attribute
Patch Changes
-
#1032
c830cfb2
Thanks @elpoelma! - Updateprosemirror-transform
to 1.8.0 -
#1044
7f953ce6
Thanks @elpoelma! - Fix issue with setting keymap of embedded editor -
#1033
419b26aa
Thanks @elpoelma! - Fix issue in firefox with backspacing after inline ember-nodes -
#1032
1d8a1ed3
Thanks @elpoelma! - Updateprosemirror-inputrules
to 1.3.0 -
#1032
fdadd1b8
Thanks @elpoelma! - Remove obsoleteprosemirror-gapcursor
package -
#1034
f94178f8
Thanks @elpoelma! - Update firefoxCursorFix plugin to add workaround for pressing the delete-key around inline ember-nodes -
#1034
f94178f8
Thanks @elpoelma! - Update chromeHacks plugin to add workaround for pressing the delete-key around inline ember-nodes -
#1044
6d75850a
Thanks @elpoelma! - Only runleave-on-enter
modifier whenEnter
has been pressed without modifier keys -
#1032
f31699aa
Thanks @elpoelma! - Update prosemirror-view to 1.32.4