What's Changed
- NumericValidator - Declare minValue and maxValue as nullable so strict TypeScript consumers can safely access these fields when bounds are not set by @JaneSjs in #11455
- Fix panel re-linking for ChoiceItem after owner attachment by @andrewtelnov in #11451
- panelCount cannot be less than minPanelCount and more than maxPanelCo… by @andrewtelnov in #11459
- validateExpressions() incorrectly reports the 2 – UnknownVariable err… by @andrewtelnov in #11462
- Fix Norwegian (no) translation errors and improve wording by @arvindfroi in #11468
- A progress bar doesn't highlight previous pages when programmatically… by @dmitry-kurmanov in #11456
- Fix angular library is incompatible with 22 version by @dk981234 in #11473
- Uncaught (in promise) TypeError: Cannot read properties of undefined … by @andrewtelnov in #11480
- The Correct Answer property persists in a survey JSON and contains a … by @andrewtelnov in #11479
- Async function in matrix cell expression throws Cannot read propertie… by @andrewtelnov in #11467
New Contributors
- @arvindfroi made their first contribution in #11468
Full Changelog: v2.5.29...v2.5.30