Release Notes / Version 11.2304
Table Of ContentsThird-Party Update: TypeScript to 4.8.2
Fixed a problem when building the studio-client workspace in Windows if a certain path length was exceeded by upgrading to TypeScript 4.8.2.
Follow Section, “Third-Party Update: TypeScript to 4.8.2” for upgrade information.
(CMS-21997)
Fixed Validation State of InputChipsField
The issue was caused by a mixed usage of the editor: it is used as a property editor and in other contexts as a "regular" editor. To solve this problem the new property editor InputChipsPropertyField has been introduced for regular content property editing. This new property editor is used e.g. for the free keyword selection on CMTeasables . While the existing InputChipField still exists, the package name has been refactored and does not accept the bindTo ValueExpression anymore. For these reasons the issue has been marked as breaking.
(CMS-19300)