Skip to content

Releases: lblod/frontend-embeddable-notule-editor

Release 3.6.0-next.2

28 Mar 15:45
Compare
Choose a tag to compare
Release 3.6.0-next.2 Pre-release
Pre-release

Minor Changes

  • #245 b53d4ab Thanks @elpoelma! - Enable support for customizable, alternating row backgrounds

  • #245 f669800 Thanks @elpoelma! - - Update @lblod/ember-rdfa-editor to version 9.5.1

    • Update @lblod/ember-rdfa-editor-lblod-plugins to 16.2.0

    These releases contain support for the following features:

    • Table cell backgrounds

    These release also contain the following fixes/improvements:

    • Addition of title attributes to toolbar buttons
    • Improvements in translations of toolbar buttons

Release 3.6.0-next.1

10 Mar 16:36
Compare
Choose a tag to compare
Release 3.6.0-next.1 Pre-release
Pre-release
  • Merge pull request #234 from lblod/feat/types (6d162ff)
  • Add jsdoc based type definitions to npm module (30293f8)
  • Merge pull request #233 from lblod/bump-editor (f909d27)
  • update editor to 9.4.1 (21457ea)
  • Bump editor (67a660a)

Release 3.6.0-next.0

26 Feb 16:22
Compare
Choose a tag to compare
Release 3.6.0-next.0 Pre-release
Pre-release

Minor Changes

  • #232 33278fc Thanks @elpoelma! - Add floating table menu which provides users quick access to table editing tools
    This floating menu is implemented to be as non-intrusive as possible: it only displays when clicking; and disappears when typing.
    The menu contains the following actions:

    • Add row after
    • Add row before
    • Add column after
    • Add column before
    • Toggle row header
    • Toggle column header
    • Delete row
    • Delete column
    • Delete table
  • #229 73d656f Thanks @elpoelma! - Update @lblod/ember-rdfa-editor-lblod-plugins to version 16.1.0

  • #229 4459eb3 Thanks @elpoelma! - Add option to pass styles to table borders. These are shown in the editor as well as exported in HTML or clipboard contents.

  • #229 73d656f Thanks @elpoelma! - Update @lblod/ember-rdfa-editor to version 9.3.0

    This release includes the following (improved) features:

    • Better support for copying lists
    • When resizing tables, percentages are used instead of absolute pixels

Patch Changes

Release 3.5.0

20 Feb 13:44
Compare
Choose a tag to compare

Minor Changes

  • 938cf6b Thanks @elpoelma! - Add LICENSE file

  • #223 df88570 Thanks @elpoelma! - Reconfigure repository structure to allow for an effective QA strategy before releasing to npm.

  • #222 cb62755 Thanks @dkozickis! - Introduce growEditor option

    growEditor is a boolean option that allows the editor to grow in height as the content grows, instead of
    having a fixed height and a scrollbar.

Patch Changes

Release 3.5.0-next.0

20 Feb 13:16
Compare
Choose a tag to compare
Release 3.5.0-next.0 Pre-release
Pre-release

Minor Changes

  • 938cf6b Thanks @elpoelma! - Add LICENSE file

  • #223 df88570 Thanks @elpoelma! - Reconfigure repository structure to allow for an effective QA strategy before releasing to npm.

  • #222 cb62755 Thanks @dkozickis! - Introduce growEditor option

    growEditor is a boolean option that allows the editor to grow in height as the content grows, instead of
    having a fixed height and a scrollbar.

Patch Changes

Release 3.4.0

12 Jan 15:51
Compare
Choose a tag to compare

Minor Changes

Release 3.3.0

10 Jan 16:29
Compare
Choose a tag to compare

Minor Changes

Patch Changes

Release 3.2.1

08 Jan 12:12
Compare
Choose a tag to compare

Patch Changes

Release 3.2.0

08 Jan 10:22
Compare
Choose a tag to compare

Minor Changes

  • #190 0a41560 Thanks @dkozickis! - GN-4625: Expose CSS variable to adjust line spacing

    • --say-paragraph-spacing: spacing between paragraphs, default is 12px.
    • --say-editor-line-height: line height of the editor, default is 1.5.
  • #188 3be94d3 Thanks @piemonkey! - Add confidentiality plugin

  • #187 91cb42b Thanks @elpoelma! - Remove space invisible from formatting marks in order to improve performance

Patch Changes

Release 3.1.0

30 Nov 11:33
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #185 f49b40a Thanks @dkozickis! - GN-4610: Remove endpoint config for citation plugin

    Remove the endpoint config for the citation plugin used in the test.html file.

  • #184 8dbf8d9 Thanks @dkozickis! - GN-4615: Fix display of some SVG icons

    Overrides "fill" attribute of "g" elements with fill="none" with fill="currentColor"
    to make sure we see the icons. This is an artifact of using svg-jar to inline the icons.