Releases: lblod/ember-rdfa-editor
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
Release 10.7.2
Release 10.7.1
Patch Changes
Release 10.7.0
Minor Changes
-
#1224
e37b476
Thanks @elpoelma! - Simply gap-cursor styling:- Add small margins
- Remove unnecessary
position: absolute
and:after
css rules
-
#1224
2cd7ca5
Thanks @elpoelma! - Reworkblock_rdfa
UX/UI:- Introduction of
BlockRDFaView
nodeview - Addition of a descriptive
label
component to theblock_rdfa
view.
- Introduction of
-
#1224
52616d2
Thanks @elpoelma! - Reworkblock-rdfa
styling:- Introduction of
say-block-rdfa
class - Adjustment of margins
- Adjust border color and radius
- Adjust padding
- Introduction of
Patch Changes
-
#1222
fff8803
Thanks @elpoelma! - DisablerdfaAware
setting for heading nodes in dummy app -
#1223
76023a0
Thanks @elpoelma! - Adjust margin rules to not target invisible elements -
#1223
76023a0
Thanks @elpoelma! - Adjust margin rules to be consistent across all types of elements (including headings). Note: this reduces the margin around headings
Release 10.6.1
Patch Changes
-
#1221
06c67cb
Thanks @abeforgit! - Make block-rdfa non-defining for copy operationsThis means that when you copy text from inside an rdfa block, the block itself
no longer gets copied along. It just stays where it is, which is more natural -
#1218
574a5f7
Thanks @elpoelma! - Addember-source
pnpm patch to silenceunexpectedly found... slicing...
warning