Skip to content

Releases: jails-org/Jails

v5.1.4 - Patch Update

19 Aug 17:56
Compare
Choose a tag to compare

Change Log

  • Bugfix - Falsy values where not being shown on html- properties.
    Ex. html-value="counter" - It was not working for cases when counter is 0.

v5.1.3 - Patch Update

14 Aug 22:36
Compare
Choose a tag to compare

Change Log

  • Fixed: html-model was not working for some scenarios.
  • Fixed: $index special variable was not being created on object iterations.

v5.1.2 - Patch Update

12 Aug 20:39
Compare
Choose a tag to compare

Change Log

  • Improving template evaluation for single quotes on html template

v5.1.1 - Patch Update

12 Aug 17:35
Compare
Choose a tag to compare

Change Log

  • The new template system has a limitation with single quotation inside html. It was fixed.
  • Minor improvements like removing redudant parsing of template in code.

v5.1.0 - Minor Update

10 Aug 03:55
Compare
Choose a tag to compare

Change Log

  • Creating Jails Template System Engine & Removing Squirrelly dependency.
  • Changing default delimeter tags to ${} to be more close to native javascript and avoid Json ambiguity.
  • Improving loop variables scope on child components.

v5.0.15 - Patch Update

07 Jul 23:45
Compare
Choose a tag to compare

Change Log

  • Improving onupdate interface, making it simpler and controlling side-effect

v5.0.14

09 Jul 18:24
Compare
Choose a tag to compare

ChangeLog

  • Fixing scope variables and updating parent function

v5.0.13 - Patch Update

07 Jul 22:25
Compare
Choose a tag to compare

Change Log

  • Fixing bugs with child components inside foreach loop.
  • Improving morphdom detections when element has id or html-key attribute

v5.0.12 - Patch Update

26 Jun 21:19
Compare
Choose a tag to compare

Change Log

FIX - An error occurs when user doesn't use main utility function inside component. Fixing that case for sync and async components.

v5.0.11 - Patch Update

20 Jun 03:50
Compare
Choose a tag to compare

ChangeLog

A lot of changes was made along few months, but they were not described here on releases, so I'm using this release just to list them all.

5.0.11

  • Bumping morphdom and squirrelly dependencies
  • Preventing unnecessary dom updates on foreach and for iteration

5.0.1 - 5.0.10

  • Fixed bug in html-static on previous version
  • Normalizing values for html-* directives
  • html-class is now appending to current classes, supporting more than 1 directive in the same element
  • Adding entire boolean html list of attributes in template system
  • Providing entire state when using state.set().then( fn ) for fn callback.
  • Fixing parsing html- directives