Skip to content

Releases: lblod/ember-rdfa-editor

Release 9.3.0

23 Feb 08:34
Compare
Choose a tag to compare

Minor Changes

  • #1144 50ac70e Thanks @elpoelma! - Add custom floating-ui modifier with support for virtual elements, custom middleware options and transform-positioning

  • #1142 13f0e16 Thanks @piemonkey! - Add option for table plugin to enable developers to specify the styling of table borders, which are maintained when exporting tables, such as when copying to the clipboard.

  • #1144 d5b46bd Thanks @elpoelma! - Addition of a table-tooltip component which allows users to quickly access table-editing features

Release 9.2.1

22 Feb 16:04
Compare
Choose a tag to compare

Patch Changes

Release 9.2.0

16 Feb 06:36
ac6614f
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #1129 2c96d02 Thanks @dkozickis! - GN-4190: Scroll cursor into view after toggling "show rdfa annotations"

  • #1135 4be1940 Thanks @dkozickis! - GN-4625: Copy lists to other editors correctly

    Adds list-style-type to list elements in the rendered HTML, so other editors
    can render lists with the same style as the editor.

Release 10.0.0-next.1

01 Feb 23:47
Compare
Choose a tag to compare
Release 10.0.0-next.1 Pre-release
Pre-release

Major Changes

  • #1136 7e88d94 Thanks @elpoelma! - Replace all instances of resource node-attribute by subject node-attribute

Minor Changes

Patch Changes

Release 9.1.0

29 Jan 06:22
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #1124 979719d Thanks @elpoelma! - Fix looseMatches is undefined error

  • #1131 07916e1 Thanks @elpoelma! - Mark paragraphs as defining, as they may contain important attributes (such as alignment and indentation) that should not be lost when pasting

  • #1131 07916e1 Thanks @elpoelma! - Remove custom transformPasted hook as it conflicts with the defining node-spec attribute

Release 9.0.2

16 Jan 15:17
Compare
Choose a tag to compare

Patch Changes

Release 9.0.1

16 Jan 12:20
Compare
Choose a tag to compare

Patch Changes

  • #1108 e45216a Thanks @elpoelma! - Addition of a transformPasted hook to transform the slice to be pasted if necessary.
    • If the node before the current selection is not inline, the slice will be closed at the start
    • If the node after the current selection is not inline, the slice will be closed at the end

Release 9.0.0

15 Jan 13:42
Compare
Choose a tag to compare

Major Changes

  • #1121 9f76b57 Thanks @elpoelma! - Drop support for ember 3.28.x.
    Stricten ember-source peerdependency to only support version-range ^4.12.0

  • #1120 0357fdf Thanks @elpoelma! - Increase @appuniversum/ember-appuniversum peerdependency requirement to ^2.15.0

  • #1122 a9da3a0 Thanks @elpoelma! - Drop support for ember-intl 5.x

  • #1113 37aa34a Thanks @elpoelma! - Removal of the id attribute from the block_rdfa spec. It is currently not used by the block_rdfa node and is not part of the RDFa spec.

    Additionally, this solves the issue where paragraphs with an id attribute were parsed as block_rdfa.

Minor Changes

  • #1117 4525217 Thanks @piemonkey! - Add helper function to help with locale selection and add translation note to readme

Patch Changes

Release 8.3.0

10 Jan 13:47
Compare
Choose a tag to compare

Minor Changes

Patch Changes

Release 8.2.0

05 Jan 14:39
Compare
Choose a tag to compare

Minor Changes

  • #1086 f1272d18 Thanks @piemonkey! - When creating paragraph elements, do not set a style attribute if there is no style, instead of setting an empty attribute.

  • #1086 f1272d18 Thanks @piemonkey! - When creating paragraph elements, only set an indentation level data attribute if the indentation level is non-zero.

  • #1074 994dd5df Thanks @piemonkey! - When adding the href for a link, automatically add http:// or mailto: to the href attribute to generate a valid <a> tag.

  • #1075 cfaeba10 Thanks @dkozickis! - GN-4612: Paste highlight color correctly

  • #1085 b40e4651 Thanks @elpoelma! - Apply formatting to html/xml shown in codemirror debug editor

Patch Changes

  • #1087 ec853241 Thanks @piemonkey! - Fix behaviour of formatting marks for some selections, such as selecting multiple table cells. Now all cells are considered rather than just the last one to be selected.

  • #1083 051a032b Thanks @elpoelma! - Do not clean up empty elements when they have attributes

  • #1089 0d22ff9c Thanks @piemonkey! - Maintain formatting (such as indentation) of paragraphs which include 'soft breaks' (new lines created with shift-enter) on reloading the editor

  • #1084 0c829fe2 Thanks @piemonkey! - Fix highlight and text color behaviour when multiple table cells are selected

  • #1082 8d5759fb Thanks @dkozickis! - GN-4568: Fallback to "align" attribute when parsing DOM.

    Editor will attempt to use the align attribute if the text-align property of style attribute is not present to determine the alignment when parsing DOM.