Releases: TheNeuronProject/ef.js
Releases · TheNeuronProject/ef.js
v0.9.0
1. Added fragment support #12, 2. Added text fragment support #13, 3.…
v0.8.5
Add support for some common XML namespaces —— now SVG fragments shoul…
v0.8.4
1. minor: Unify logs
v0.8.3
Fix $umount could be called twice issue
v0.8.2
Add a symbol |
to support multiline with automatic new line support, no need to add a &n
at each line like using .
strings.
Example:
>pre
|If the first line is started with `|`, it won't be added with `\n` to the beginning.
. This line of text is following the first line.
|This starts a new line by automatically adding an `\n` to the beginning of the line.
|A new line is started.
|Another new line is started.
. This follows the previous line.
v0.8.1
Fix list rendering issue
v0.8.0
- Hide
$element
,$parent
,$key
,__EFPLACEHOLDER__
from component - Add
$ctx
to component - Expose
isPaused
&mountOptions
toef
v0.7.2
Fix: common array equality pitfall
v0.7.1
Bugs fix w/ adding error handling
v0.7.0
BreakingChange: Subscriptions are now prevented from looping