Releases: lblod/frontend-embeddable-notule-editor
v5.3.1
v5.3.0
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
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 abesluit
context - #264
398c7aa
Thanks @piemonkey! - Make the 'height' option behave like minimum height when 'growEditor' is enabled
v5.1.0
5.1.0
Minor Changes
- #263
d6e293f
Thanks @piemonkey! - Update to v10.6.0 of editor and v23.1.0 of plugins
Patch Changes
- #263
69796ae
Thanks @piemonkey! - Include @lblod/ember-rdfa-editor types into bundled app
v5.0.1
v5.0.0
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.
- Update
Minor Changes
- #260
a4db736
Thanks @abeforgit! - Add oslo-location plugin
v4.0.1
v4.0.0
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
-
#255
7a88a38
Thanks @dkozickis! - GN-4693: LPDC plugin -
#254
2ef4e63
Thanks @dkozickis! - GN-4629: Decision topic plugin
Patch Changes
-
#256
54c6b4f
Thanks @dkozickis! - GN-4820: Bump editor and enable copy/pasting variable nodes correctly #678 -
#257
35e4847
Thanks @dkozickis! - RDFA Edit and Debug tools
v3.7.2
What's Changed
- Add html edit and preview by @piemonkey in #239
- Move to pnpm by @piemonkey in #250
- Update to editor and plugins that support inline SVG icons by @piemonkey in #251
- Update
ember-environment-banner
dependency to 0.5.0 by @elpoelma in #252
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
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
- Update
-
#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.0This 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 instancesIf you were using an explicit height set with the (undocumented)
cssVariables
argument torenderEditor
, you can likely remove it now, the editor should now correctly scroll in any scenario.