Replies: 1 comment
-
If you have general question, comments, idea to share in context with Fore 1.0.0 this is the place to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fore 1.0.0
This is the first major release of Fore with following improvements:
Documentation
npm start
in a local install or online on github pagesFunctionality
src
cannot be resolved<fx-inspector>
for viewing live xml and json data in a collapsible sidebar<fx-fore>
elements loaded from external file. These can be used within a<fx-control>
to bind the data of a sub-Fore and mount them to a target node. Event blubbing will stay within the scope of the host<fx-fore>
element and ids will likewise be resolved only within that scope.<fx-replace>
action to replace one node with anotheras
attribute<fx-control>
is now capable of passing its bound node to a widget instead of just the text value<fx-control>
to reduce event firingBugfixes
<fx-toggle>
extending wrong class<fx-control>
to silently return when unboundNew tests added.
New demos have been added.
Credits
Special thanks go to Martin Middel for his always competent and quick help on fontoXPath related questions and as a discussion partner
on the harder parts of the architecture. Fore wouldn't be here now without him.
Further to mentioned:
for their suggestions and patches.
Last but not least all people that left a star for the project.
This discussion was created from the release 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions