Previous Version:Experlogix Documents Release Notes 1.0.0-preview.28
Known Issues: JSON Schema Compatibility
1. JSON Data set Rollback to Older Versions (Draft 4)
Issue
If a dataset is rolled back to a version using JSON Schema Draft 4, it will continue to load with errors.
Resolution (Manual Update Required)
-
Update the schema version directly in the dataset:
-
Open the JSON dataset in the application
-
Go to Build tab
-
Locate the schema definition (first line)
-
Replace:
draft-04→draft-06ordraft-07 -
Save the dataset
Validation Steps
-
Go to Schema → confirm it loads without errors
-
Open Data Tree → ensure it builds successfully.
2. Export Packages Created Before Draft 6 Migration
Issue
Older export packages including JSON data sets still reference Draft 4, causing failures when imported into environments using Draft 6.
Workaround (External File Update Required)
-
Extract or open the export package
-
Locate the dataset file (JSON format)
-
Open it in a text editor (e.g. Notepad++)
-
Replace:
draft-04→draft-06ordraft-07 -
Save the file
-
Re-import the updated package into the system.
Release Notes
|
ID |
Type |
Title |
Description |
|---|---|---|---|
|
48200 |
Feature |
Introduced Mapping Formats Management |
Users with sufficient permissions can now define, edit, and set default reusable formats for DateTime fields at the project settings level. |
|
50545 |
Feature |
Implemented support for XML output data settings |
Added support for XML output settings in Data Sets, allowing users to define output configurations to specify a target namespace. |
|
45123 |
Improvement |
Improved Video Embedding |
Enhanced settings for embedded YouTube videos to ensure they play correctly in preview mode. |
|
45847 |
Improvement |
Content Manager UI improvement |
Added resizing for the Content Manager tree view, allowing users to fluidly resize the panel. |
|
48704 |
Fix |
Content Manager Fix |
Updated write permission validation when linking a Data Set to files or folders. |
|
49617 |
Fix |
Form Data Set Fix |
Resolved an issue where the Azure Maps subscription key would not persist when editing an address component. |
|
50501 |
Fix |
PDF Template Designer Fix |
Resolved an issue where sample values were not displayed next to data set field nodes. |