Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Releases: nzzdev/Q-editor

v6.1.1

22 Oct 14:13
0234c29

Choose a tag to compare

  • fix: changing the renderingInfo when using image type renderingInfo works in the preview-container now.
  • fix: add spacing between multiple export buttons on item overview page

v6.1.0

17 Oct 12:39
4b9c2cc

Choose a tag to compare

  • feat: use new display-options route in livingdocs-component which makes display-options more configurable

v6.0.1

14 Oct 15:30
0e90265

Choose a tag to compare

  • fix: correctly append extension to filename on export

v6.0.0

09 Oct 14:38
938ba95

Choose a tag to compare

  • feat: Q-server@9 changes the route /export-options-schema to /display-options-schema. Q-editor@6.0.0 export dialog is compatible with this.
  • fix: UX improvements for schema-editor-geojson
  • use node@12 for the Docker container

v5.1.0

03 Oct 07:38
bf2b1cd

Choose a tag to compare

  • feat: allow navigating between editor and item overview page directly using the back button (Q logo is in header on all pages, clicking it navigates to the index page)

v5.0.1

27 Sep 09:19

Choose a tag to compare

  • fix: load stylesheets of the schema-editor-code component

v5.0.0

23 Sep 13:47
e08c805

Choose a tag to compare

  • breaking: The schemaEditorConfig has a new key shared which stores config properties shared for multiple schema-editor components. The schema-editor-geojson component reads its config properties now from this shared namespace.
  • feature: New component schema-editor-bbox which allows to enter a bounding box. The bounding box is stored as an array of [minX, minY, maxX, maxY] values
  • feature: New component schema-editor-dialog. It allows to open a part of the schema in a dialog. The Q-tool can define a Q:options property openInDialog to define that a subtree of the schema should be opened in a dialog
  • feature: Reimplemented the schema-editor component schema-editor-geojson using mapbox-gl-js and autocomplete.js to improve the user experience

v4.1.1

09 Sep 15:04
613019e

Choose a tag to compare

  • fix: export dialog takes content-type into account for file extension
  • fix: slugified item title is part of the filename in the export dialog

v4.1.0

06 Sep 07:49
6b208bd

Choose a tag to compare

  • feat: exportable targets. targets configured as exportable get a button on the item-overview page opening a modal allowing to download the renderingInfo of this target
  • feat: buttons take an isLoading parameter to show a spinner when they are busy
  • fix: if the user has no default preview target defined through the publication config, the first available target is used for the preview

v4.0.3

18 Jul 14:00
78a68bb

Choose a tag to compare

  • fix: load the additional editor stylesheets (used to load fonts needed for previews) in livingdocs-component.html to show a correct preview
  • fix: show the add element button in schema-editor-array if the array value is null