Releases: jails-org/Jails
Releases · jails-org/Jails
v4.1.2 - Patch Update
Change Log
- Fixing Pub/Sub on edge cases, suppressing errors when trying to publish without subscribes.
- Fixing element mount error when element has no initial model.
- Fixing async pub/sub, firing subscription function immediately in cases where publish was fired first.
v4.1.1 - Patch Update
Changelog
- [Bugfix] Lazy calling internal view instantiation for when
.start
or.devStart
is called. This will give developer a chance to decide when to start all jails process, like waiting some assets to get finally appended on dom for instance. This change will give library more previsibility on startup.
v4.1.0 - Minor Upgrades
Changelog
- Source code was completely rewritten making more reasonable and easy to maintain.
- Several bug fixes regarding updates and view rendering.
- Adding delegating events in the current component when there's 2 components on the same markup.
- Fixing bugs happened only on codesandbox, for hmr reasons.
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