Closed vjik closed 2 years ago
• Use common state for cloned instances of View and WebView.
View
WebView
• Add method withClearedState() for View and WebView that cleared state of view (parameters, blocks, etc.).
withClearedState()
• Replace mutable method setPlaceholderSalt() of ViewInterface to immutable withPlaceholderSalt().
setPlaceholderSalt()
ViewInterface
withPlaceholderSalt()
• More methods of View and WebView returns self for improve fluent interface of classes.
• Fix configuration: set parameters after reset View and WebView.
• Improve changelog.
https://github.com/yiisoft/demo/pull/410
👍
• Use common state for cloned instances of
View
andWebView
.• Add method
withClearedState()
forView
andWebView
that cleared state of view (parameters, blocks, etc.).• Replace mutable method
setPlaceholderSalt()
ofViewInterface
to immutablewithPlaceholderSalt()
.• More methods of
View
andWebView
returns self for improve fluent interface of classes.• Fix configuration: set parameters after reset
View
andWebView
.• Improve changelog.