Skip to content

2.5.0

Latest
Compare
Choose a tag to compare
@JoernT JoernT released this 12 Dec 12:25
· 13 commits to dev since this release

new features

  • new fx-lens component to inspect all data instances within a page and remembering state like size, open panels across page reloads
  • new fx-upload to upload text or binary data and embed into XML document
  • new create-nodes attribute on <fx-fore> allows to create missing XML nodes from UI binding expressions

improvements

  • not refreshing inert elements
  • submission replace="target" now supports svg and inlines it at desired node
  • improved handling of text instances
  • 'lib/lib-util.html' - function lib with get-localstore-value and set-localstore-value functions
  • delete, insert and value-changed events now pass instanceId and foreId (if set)
  • explicit handling of text in setvalue
  • clarified declaration and resolution of XML namespaces
  • new utility function XPathUtil.querySelectorAll that seaches the content of <template> elements in addtion to standard function

fixes

  • oldValue fixed for value-changed event
  • variables are now correctly scoped to their ancestor <fx-fore> element