You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
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)
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
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