Releases: jails-org/Jails
Releases · jails-org/Jails
v5.1.6 - Patch Update
Change Log
- Reverting the encoding removal, it was necessary for some edge cases.
- Trimmed classes to avoid multiple empty spaces in
html-class
directive.
v5.1.5 - Patch Update
Change Log
- Replacing the intermediate internal template system tag delimiters to avoid collisions with other languages inside component innerHtml source code.
- With the above change, it was removed intermediate template encoding step.
v5.1.4 - Patch Update
Change Log
- Bugfix - Falsy values where not being shown on
html-
properties.
Ex.html-value="counter"
- It was not working for cases when counter is0
.
v5.1.3 - Patch Update
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
Change Log
- Improving template evaluation for single quotes on html template
v5.1.1 - Patch Update
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
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
Change Log
- Improving
onupdate
interface, making it simpler and controlling side-effect
v5.0.14
v5.0.13 - Patch Update
Change Log
- Fixing bugs with child components inside foreach loop.
- Improving morphdom detections when element has
id
orhtml-key
attribute