Releases: jails-org/Jails
Releases · jails-org/Jails
v4.0.4
v4.0.3
v4.0.1
v4.0.0
v3.4.1
v3.4.0
Change log
- Changing logo.
- incorporating
Reactor
andPandora
inside Jails Core. - Making explicit
main
function. - Changing Parent & Child props behavior on Reactor rendering.
- Adding hooks for animations on appending/removing child nodes.
- improvements on first render performance.
- Making Architecture Native & Adding
view
layer.
v3.3.5 - Bug Fixes
- Fixing Events - After IE11 fix,
null
orundefined
was passed as argument onemit
v3.3.4 - Bug Fixes
- Removing
async
references from the code.
Async is a keyword on javascript and was being used on topics of
pub/sub
internal library causing errors on specific publish calls. This bug fix is related to3.3.3
and3.3.2
versions. This issue is completely solved on this version.
v3.3.2 - Bug Fixes
- Fixing internal
each
function, testing item before callback calls. ( Resulting on publish/subscribe errors in particular cases )
v3.3.1 - Bug Fixes
- Removing arrow functions references from code ( IE 11 )