Skip to content

Releases: lblod/frontend-embeddable-notule-editor

v5.3.1

15 Dec 21:52
Compare
Choose a tag to compare

5.3.1

Patch Changes

v5.3.0

09 Dec 22:25
Compare
Choose a tag to compare

5.3.0

Minor Changes

  • #267 8beedfe Thanks @piemonkey! - Re-organise sidebar insert buttons into sections which are only shown when needed

  • #269 e575c18 Thanks @abeforgit! - Allow decision-topic plugin to be used outside of decisions

Patch Changes

  • #268 f3dcaa4 Thanks @piemonkey! - Update ember-rdfa-editor to v10.7.0 and ember-rdfa-editor-lblod-plugins to v24.3.2

  • #268 f3dcaa4 Thanks @piemonkey! - Fix default URI generation for decision articles and document how to override it

v5.2.0

20 Oct 20:18
Compare
Choose a tag to compare

5.2.0

Minor Changes

  • #264 398c7aa Thanks @piemonkey! - Modify 'growEditors' option so that the height setting is used as a minimum height rather than always fitting to the content size
  • #264 398c7aa Thanks @piemonkey! - Add a 'decisionUri' option to various plugins to allow for their operation without a besluit context
  • #264 398c7aa Thanks @piemonkey! - Make the 'height' option behave like minimum height when 'growEditor' is enabled

v5.1.0

04 Oct 13:11
Compare
Choose a tag to compare

5.1.0

Minor Changes

Patch Changes

v5.0.1

10 Sep 15:51
Compare
Choose a tag to compare

Patch Changes

  • #262 5d47c16 Thanks @piemonkey! - Use editor with stubbed vm-browserify as attempting to include it breaks the build process

v5.0.0

03 Sep 11:00
Compare
Choose a tag to compare

Major Changes

  • #258 9024946 Thanks @elpoelma! - - Update @lblod/ember-rdfa-editor to version 10.3.0. Note: this dependency update also includes dependency updates of other required packages.
    • Update @lblod/ember-rdfa-editor-lblod-plugins to version 22.4.0
      • Version 21.0.0 introduces a new, more intuitive UI and UX for decision articles.
      • Removal of the classic decision prosemirror-nodes. These were no longer required and are now replaced by more generic RDFa nodes. See the plugins changelog for details. This is a breaking change as it changes the HTML output of these structures.

Minor Changes

v4.0.1

24 Jun 21:03
Compare
Choose a tag to compare

4.0.1

Patch Changes

v4.0.0

18 Jun 09:03
Compare
Choose a tag to compare

Major Changes

  • #253 a77c2ab Thanks @dkozickis! - Bump editor and plugins to:

    {
      "@lblod/ember-rdfa-editor": "^9.10.0",
      "@lblod/ember-rdfa-editor-lblod-plugins": "^19.2.0"
    }

    This release adapts embedded to RDFa (RDF in Attributes) aware editing, based on the changes in ember-rdfa-editor version 9.6.0

Minor Changes

Patch Changes

v3.7.2

19 Apr 22:39
Compare
Choose a tag to compare

What's Changed

Note, v3.7.0 and v3.7.1 exist in git, and are functionally identical to v3.7.2. They were not published due to a misconfiguration on the automatic build process.

Release 3.6.0

04 Apr 10:50
Compare
Choose a tag to compare

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
  • #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
  • #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.

  • #233 67a660a Thanks @dkozickis! - Update @lblod/ember-rdfa-editor to version 9.4.0

    This release includes the following (improved) features:

    • Better support for copying lists
    • When resizing tables, percentages are used instead of absolute pixels
    • Merge/Split table cells

Patch Changes

  • #230 d0b6e17 Thanks @elpoelma! - Downgrade @appuniversum/ember-appuniversum to 2.15.0

  • #234 30293f8 Thanks @piemonkey! - Add Typescript types generated from mostly existing JSDOCs

  • #248 9f2a99a Thanks @abeforgit! - Fix toolbar scrolling in all instances

    If you were using an explicit height set with the (undocumented) cssVariables argument to renderEditor, you can likely remove it now, the editor should now correctly scroll in any scenario.