Skip to content

Releases: jails-org/Jails

v4.1.2 - Patch Update

07 Sep 22:29
Compare
Choose a tag to compare

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

18 May 23:18
Compare
Choose a tag to compare

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

05 May 02:00
Compare
Choose a tag to compare

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

02 Feb 21:55
Compare
Choose a tag to compare
  • [BugFix] - Fixing bug on animation Library. It was removing element from the DOM before waiting for all transitions to finish.

v4.0.3

12 Jan 00:05
Compare
Choose a tag to compare

Bug Fixes

  • Fixing children props flow
  • Fixing multiple events assigning on single element scan
  • Fixing first render page issues and keeping updated elements mounted instead of removing them (bug)

v4.0.1

08 Dec 23:23
Compare
Choose a tag to compare

Bug Fixes

  • Fixing bug of missing events when element was unmounted and mounted again.

v4.0.0

15 Nov 19:43
0c8917b
Compare
Choose a tag to compare

Zeus

  • Rewritten from scratch
  • Renaming & Refactorying helpers
  • Changing Parent & Children relashionship
  • Removing jails lite and legacy for older browsers
  • Simplifying Dependency Injection
  • Changing high order function code style : export default function
  • Updating Morphdom version

v3.4.1

19 May 18:55
Compare
Choose a tag to compare

Changelog

  • Making parent/children workflow consistent at pageload

v3.4.0

19 Apr 21:40
Compare
Choose a tag to compare

Change log

  • Changing logo.
  • incorporating Reactor and Pandora 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

09 Dec 02:34
Compare
Choose a tag to compare
  • Fixing Events - After IE11 fix, null or undefined was passed as argument on emit