Releases: Jinntec/Fore
Releases Β· Jinntec/Fore
2.5.0
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
andvalue-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 forvalue-changed
event- variables are now correctly scoped to their ancestor
<fx-fore>
element
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
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
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.