- f67b4da: Parsing n3 rules would fail. Using the package n3 to support them.
- Updated dependencies [f67b4da]
- @rdfjs-elements/[email protected]
- 75abbc7:
prefixes
property was not correctly applied to serialised output - Updated dependencies [75abbc7]
- @rdfjs-elements/[email protected]
- ff2a29e: Updated lit to v3
- Updated dependencies [ff2a29e]
- @rdfjs-elements/[email protected]
- 94a5e85: More strict dependency on
@rdfjs/environment
- Updated dependencies [94a5e85]
- @rdfjs-elements/[email protected]
- aef831f: Update to
@rdfjs/environment
v1 - Updated dependencies [91040b2]
- Updated dependencies [aef831f]
- @rdfjs-elements/[email protected]
- 90ebc06: Update to ESM-only dependencies
- 8309e10: Updated
readable-stream
to v4 - Updated dependencies [90ebc06]
- Updated dependencies [90ebc06]
- Updated dependencies [90ebc06]
- Updated dependencies [90ebc06]
- Updated dependencies [90ebc06]
- Updated dependencies [90ebc06]
- @rdfjs-elements/[email protected]
- @rdfjs-elements/[email protected]
- fbd5755: Update
@tpluscode/rdf-ns-builders
to v2 - Updated dependencies [fbd5755]
- @rdfjs-elements/[email protected]
- @rdfjs-elements/[email protected]
- 0164e64: Remove the default prefixes
rdf, rdfs, xsd
(closes #95) - Updated dependencies [18dccf6]
- Updated dependencies [0164e64]
- @rdfjs-elements/[email protected]
- @rdfjs-elements/[email protected]
- b8dca60: Editor would sometimes not parse on initial change of
.format
property
- Updated dependencies [e31f1ac]
- @rdfjs-elements/[email protected]
- 970c196: Update to lit@2
- 473d6dd: In certain serializations the editor would scroll up to the top on parse errors. This would have happened if the precise line could not have been determined from the error raised by the respective parser
- c0e1f44: Emit a
prefixes-parsed
event with prefix map parsed from the editor's contents - Updated dependencies [5f52d07]
- Updated dependencies [473d6dd]
- Updated dependencies [970c196]
- @rdfjs-elements/[email protected]
- @rdfjs-elements/[email protected]
- 6d9de99: Update rdf-ns-builders
- Updated dependencies [6d9de99]
- @rdfjs-elements/[email protected]
- @rdfjs-elements/[email protected]
- 8ee9308: Add
noReserialize
property
- c9fe730: wait for
<code-mirror>
to be ready before serialising.quads
- Updated dependencies [bbd4a99]
- Updated dependencies [1d5ee27]
- @rdfjs-elements/[email protected]
- 7f0e1a9: Add the possibility to define custom prefix map
- Updated dependencies [76d476a]
- @rdfjs-elements/[email protected]
- Updated dependencies [36e1713]
- @rdfjs-elements/[email protected]
- Updated dependencies [f634b3a]
- @rdfjs-elements/[email protected]
-
3548e77: BREAKING: Remove property
.serialized
Instead, use the property
.value
which now can be used to replace the text contents of the editor
- Updated dependencies [34027af]
- @rdfjs-elements/[email protected]
- 2d71f49: Add .value property
- 14e1621: Add option to parse automaticlly when typing
- Updated dependencies [2d71f49]
- Updated dependencies [14e1621]
- @rdfjs-elements/[email protected]
- fac4158: Updated LICENSE year
- Updated dependencies [fac4158]
- @rdfjs-elements/[email protected]
- @rdfjs-elements/[email protected]
- d0f7ead: Error highlighting
- 8b0d8e6: Reflect
is-parsing
attribute - Updated dependencies [b6ae5fc]
- Updated dependencies [d0f7ead]
- @rdfjs-elements/[email protected]
- 3b4e1b5: Add
isParsing
property on rdf-editor
- c989b8f: Upgrade @tplusode/rdf-ns-builders and @rdf-esm/data-model
- 16005be: Do not use optional chaining syntax
- 4fbc669: Prevent .quads from ever being undefined
- aeec100: Prevent unnecessary parsing when content does not change
- a0aa402: Only serialize on prefix change when there are quads to prevent discarding of initial string value
- 6d585e3: Updating prefixes property should reserialize data
- 519435d: Switched to Turtle and JSON-LD serializers to ones that support better formatting Added a Trig serializer
- 54a319d: Property to set prefixes used when serializing the input quads
- fe02249: Added RDF/XML serializer support
- 22ea655: Injecting shadow parts to CodeMirror elements
- eb8d8af: JSON-LD should be stringified with proper indentation
- 102e90a:
serialized
property is now updated when quads are parsed
- e37a4d9: Update
@rdf-esm/formats-common
to have proper import of RDF/XML parser - ca3aac4: Disconnected callback would cause phantom codemirrors
- ce4da12: Replace into-stream dependency with readable-stream
- fix: quads setter was not updating the serialized contents
- e6dbcf2: BREAKING CHANGES:
- added syntax highlighing for RDF/XML
- element parses the RDF automatically and dispatches events (quads is now an ordinary property)
- 1cf4d51: fix(rdf-editor): corrected the exports and main fields
- aec0d16: readonly property did not work after initial render
- f6e0662: fix(rdf-editor):
format
was not updating code mirror and not reflecting attribute
- 744a2ba: Initial version of the
<rdf-editor>
element