Skip to content

2.0.0

Choose a tag to compare

@JoernT JoernT released this 22 Feb 15:53
· 962 commits to dev since this release

Breaking changes

  • the url attribute has been renamed to src for better alignment with HTML standard (-> as in img, 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