Releases: zazuko/trifid
Releases · zazuko/trifid
@zazuko/[email protected]
Major Changes
- e6deaec: Output europa.eu themes explicitly mapped using
schema:sameAs
. Themes without a mapping are not included in the output. - e84b484: Use new output for the
dcat:Distribution/dcterms:format
, linking to europa.eu controlled vocabulary
Minor Changes
- 4417b94: Export
dcterms:relation
from source cube
Patch Changes
[email protected]
Patch Changes
- 34b3ffb: Upgrade @zazuko/yasgui to v4.2.34
@zazuko/[email protected]
@zazuko/[email protected]
Patch Changes
@zazuko/[email protected]
Patch Changes
- 20681d2: Change default value for
idPrefix
frommarkdown-content-
tocontent-
.
@zazuko/[email protected]
Major Changes
-
7090728: BREAKING CHANGE:
The plugin configuration changed in order to support multiple namespaces directly.The following configuration:
middlewares: # […] your other middlewares markdown-content: module: "@zazuko/trifid-markdown-content" order: 80 config: namespace: root-content directory: file:content mountPath: /
Can be migrated in an easy way by moving all configuration entries (except the namespace) into the config.entries[namespaceValue] key, like this:
middlewares: # […] your other middlewares markdown-content: module: "@zazuko/trifid-markdown-content" order: 80 config: entries: root-content: directory: file:content mountPath: /
See more details and options in the
README.md
file of the plugin.
[email protected]
Patch Changes
- 7c1c443: Fix build issue where tags were not created the expected way.
@zazuko/[email protected]
Patch Changes
- 900e1d3: Upgrade @zazuko/prefixes to 2.1.1.
@zazuko/[email protected]
Minor Changes
- b45cc1b: Configure idPrefix and classes.
- 2b308df: Custom templates can be used using
template
configuration option - b703951: Add support for
autoLink
configuration.
If set totrue
, which is the default value, this will add links to headings.
Patch Changes
- 7babef1: Use 'markdown-content-' as id prefix, instead of 'content-'.
@zazuko/[email protected]
Minor Changes
- ab6fae4: Initial release.