Releases: interjs/inter
Releases · interjs/inter
v2.2.4
Performance improvement
Fix
- Some critical bugs in list's rendering system.
Improve
- Performance in list's rendering system by adding
optimize
option to renderList.
Bug fix
This version fixes a critical bug in list's rendering system.
Improvement
This version made some great improvements in the list's rendering system.
v2.2.0
This release brought some cool features, removed some old and unnecessary methods and made some improvements too.
New Feature
- Module version.
Removed method
- The
otherArray
method.
Improvement
- it brought some improvements in Ajax module.
Bug fix
This version fixed a critical bug in rendering system of conditional rendering.
Bug fix
This version fixes bug that occurs while using:
refReactor.setRefs
v2.1.5
This version brought the following improvements:
- Refactor.
- Improve reference and conditional rendering's reactive system.
v2.1.4
From this version is now illegal to use the style
property or the name of an event as the property of the attrs
object.
Bug fix
This version fixed the bug while parsing the _elseIf
conditional attribute.