Changes since 23.2.5
Fixes
-
Clean commented css before handling (#14924)
Commit · Pull request · IssueRemove any comment blocks in CSS before creating link references.
-
Run npm install if folder changes
Commit · Pull request · IssueIf application folder changes we should execute npm install to get any folder references updated.
-
Long parameter regex (#14895)
Commit · Pull request · IssueHasUrlParameter now accepts all valid long values and throws in the case where value is out of Long range.