Releases: lblod/ember-rdfa-editor
Release 10.11.1
Patch Changes
-
#1245
301aec0
Thanks @elpoelma! - Improve behaviour ofwrapIncludingParents
when working with gap-cursor selections. When the selection is a gap-cursor, do not wrap around its parent, but rather simply insert a node of the givennodeType
at that selection.
This ensures the behaviour of the command is similar as when it is dealing with a collapsed text-selection. -
#1244
a087b6a
Thanks @elpoelma! - Hide gapcursor when editor is not focused
Release 10.11.0
Minor Changes
-
#1237
63d0497
Thanks @piemonkey! - Add support for Ember 5.4+ -
#1237
13b8df9
Thanks @piemonkey! - Update test app to use Ember 5.12
Patch Changes
-
#1243
162828e
Thanks @piemonkey! - Reinstate ember-source patch to prevent console warnings when running ember serve -
#1237
ba2ee2b
Thanks @piemonkey! - Add support for ember-power-select 8 -
#1242
a40b440
Thanks @elpoelma! - Move to builtin ember.js types
Release 10.10.0
Minor Changes
- #1231
b3bf25d
Thanks @lagartoverde! - Add classNames to every node to improve customization
Patch Changes
-
#1235
e02c4c6
Thanks @piemonkey! - Tweak style used by active ember nodes such as snippet placeholders to have rounded corners -
#1236
df5dd82
Thanks @piemonkey! - If trying to render a BlankNode with no subject, ignore it instead of crashing
Release 10.9.1
Patch Changes
- #1233
b70eaa9
Thanks @piemonkey! - Fix crash when saving documents with subjects
Release 10.9.0
Minor Changes
-
#1229
d8ad7c8
Thanks @abeforgit! - Add ability to add external (= loose) triples to a resource nodeExternal triples are data not connected to an in-document node. They can be used
to define knowledge about URIs which are not mentioned in the document.It's expected this will be rather rare, but crucial for some embedded usecases.
External triples are serialized inside a new container inside the already
exising rdfa-container, annotated with thedata-external-triple-container
attribute, which is why I don't consider this a breaking change.Also adds a new transactionMonad for manipulating these:
transformExternalTriples
, and 2 shorthand wrappers:addExternalTriple
and
setExternalTriples
.It also expands the rdfa-editor sidebar tools with an external triple section.
Patch Changes
- #1232
3427d73
Thanks @piemonkey! - Fix bug with multiple imported resource relationships that lead to duplication of these relationships
Release 10.8.0
Minor Changes
- #1230
8185fce
Thanks @lagartoverde! - Recreate uuids plugin rework
Release 10.7.4
Patch Changes
- #1228
8930eb7
Thanks @lagartoverde! - Fix bug not allowing multiline pills
Release 10.7.3
Patch Changes
- #1225
934c0c1
Thanks @lagartoverde! - Add say-pill class and use it on the link