Skip to content

Commit

Permalink
ZK-5659: Tree only renders 50 nodes in client mvvm
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen authored Sep 6, 2024
1 parent 8e739ee commit 55ad450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

0 comments on commit 55ad450

Please sign in to comment.