2.0.0
Breaking changes
- the
urlattribute has been renamed tosrcfor better alignment with HTML standard (-> as inimg,iframe,scipt)
To upgrade to this version you need to change all occurrences of
<fx-control url="...">
to
<fx-control src="...">
Fixes
- fix for shared instances to take shadow boundaries into account
- fixes a regression in fx-toggle action missing the refresh
- inconsistent event dispatching has be addressed
- fixes sometimes missing evaluations of template expressions in repeat and switch
Improvements
- adapt logging to nested situations and output target id respectively
- more e2e tests