Skip to content

Releases: jails-org/Jails

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

v3.3.4 - Bug Fixes

11 Aug 14:42
Compare
Choose a tag to compare
  • 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 to 3.3.3 and 3.3.2 versions. This issue is completely solved on this version.

v3.3.2 - Bug Fixes

05 Aug 21:10
Compare
Choose a tag to compare
  • Fixing internal each function, testing item before callback calls. ( Resulting on publish/subscribe errors in particular cases )

v3.3.1 - Bug Fixes

05 Aug 21:14
Compare
Choose a tag to compare
  • Removing arrow functions references from code ( IE 11 )