Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZK-5659: Tree only renders 50 nodes in client mvvm #3195

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ZK 10.1.0
ZK-5780: dompurify Template Injection vulnerability
ZK-5657: Missing zk-bom version since 10.0.0
ZK-5784: a fontawesome bug causes zk to lose all styles in Chrome and Edge
ZK-5659: Tree only renders 50 nodes in client mvvm

* Upgrade Notes
+ Remove Htmls.encodeJavaScript(), Strings.encodeJavaScript(), Strings.escape() with Strings.ESCAPE_JAVASCRIPT, and replace them with OWASP Java Encoder APIs instead.
Expand Down
3 changes: 3 additions & 0 deletions zktest/src/main/webapp/test2/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3127,6 +3127,9 @@ B90-ZK-4431.zul=A,E,Multislider
## B101
##zats##B101-ZK-5764.zul=A,E,MVVM,Annotation,Method
##zats##B101-ZK-5766.zul=A,E,XSS,Security
##zats##B101-ZK-5659.zul=A,E,ClientMVVM,Tree,Model,ROD
##zats##B101-ZK-5659-1.zul=A,E,ClientMVVM,Tree,Model,ROD
##zats##B101-ZK-5659-2.zul=A,E,ClientMVVM,Tree,Model,ROD

##
# Features - 3.0.x version
Expand Down
Loading