You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
BQ-10482 |
|
Studio client crashes when a project is opened which contains a entity that has a deleted base entity set. |
Resolved the issue, the studio client does not crash anymore. |
BQ-10467 |
|
Two CVEs were reported in a version of JQuery that is shipped with the development tools. |
We registered these CVEs as false positives, since the development tools are not supposed to be enabled on production systems. |
CSD-3345 |
|
The frontend may show incorrect validation messages for regex validation rules that use Unicode Character Classes such as \p{L} |
Unicode support will now be enabled if the browser supports it, otherwise the usage of Unicode Character Classes will be detected and the validation rule will be disabled to avoid inaccurate results. Additionally, the field will revert back to the validation results as reported by the Runtime after a refresh, such that the Runtime's results always take precedence. |