Lift Framework 3.0-RC2: Second Release Candidate
Pre-release
Pre-release
Shadowfiend
released this
04 Apr 14:50
·
646 commits
to main
since this release
We saw an issue in RC1 that could be worked around, but we
felt it was easy enough to come across it without intending to
that it was worth releasing a second RC.
Fixes
- (#1783)
JsCmd
s that produced HTML with events and eagerly
evaluated that HTML content (e.g. by declaring aval toJsCmd
instead ofdef toJsCmd
) would produce the event handler JS
even if theJsCmd
in question was never sent down to the client.
We now tie the JS for event handling to theJsCmd
's content
directly, so this pitfall can't be triggered. Thanks to Riccardo Sirigu
for reporting this issue on the mailing list.