Skip to content

Releases: Jinntec/Fore

2.5.0

12 Dec 12:25
Compare
Choose a tag to compare

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

2.4.2

19 Oct 12:32
Compare
Choose a tag to compare
  • Fixes handling of text/plain responses and targetref
  • now properly support optional responsemediatype on submissions (defaults to mediatype of request)

2.4.1

08 Oct 16:25
Compare
Choose a tag to compare

Fixes a regression with refresh introduced by optimization.

2.4.0

07 Oct 14:57
Compare
Choose a tag to compare

This release brings some massive speed improvements by minimizing refreshes caused by repeat index updates.

Besides fx-switch has been fixed to avoid using '!important' styling rule allowing to overwrite the behavior.

2.3.2

25 Sep 11:49
Compare
Choose a tag to compare

fixes a hardcoded '!important' rule

2.3.1

19 Sep 09:34
Compare
Choose a tag to compare
  • Fixes issues with 2.3.0 broken package-lock.json
  • adds some missing resources

2.3.0

18 Sep 14:30
Compare
Choose a tag to compare

new

  • fx-case extended to load content from external file
  • new fx-unmodified action to reset 'modified' state of a Fore element after e.g. a save operation
  • improved code linting, formatting, typedocs
  • using inert for model and action elements
  • diverse demo changes/refinements
  • improved functionlib rendering

fixes

  • fixes page exit confirmation to not occur always but only when data have changed
  • handling of data-list in nested situations
  • fixing function registration issue
  • fix for select multiple

2.2.0

29 May 13:12
Compare
Choose a tag to compare

Fixes

  • fixes fx-var elements loosing context sometimes
  • fixes fx-var elements returning multiple elements
  • fixes fx-var to use inscopevariables
  • prevent value-changed events not coming from fx-control

Features

  • new fx-functionlib element allowing to externalize custom functions and reuse them across pages

Otherwise several demos have been revised and refined.

2.1.1

07 May 16:12
Compare
Choose a tag to compare

fixes

  • fixed an issue with tabindex being ignored on fx-trigger
  • fixed an issue with fx-var elements loosing their value esp. when pointing to attribute nodes

2.1.0

02 May 14:15
Compare
Choose a tag to compare

new features

  • Drag and Drop support
  • added the iterate attribute to actions