Releases: interjs/inter
Releases · interjs/inter
v2.0.9
This version brought the following improvements:
- Fixed bug in the listing update system.
- Added more warning for reserved properties.
v2.0.8
This version fixed a bug in listing's reactive system.
v2.0.7
This version fixed a bug in conditional rendering's update system.
v2.0.6
This version fixed the bug in error handler => Ajax request
.
v2.0.5
Bug fixes
- In list conditional rendering system.
- In reference parser.
Bug fixes
This version fixed the bug:
- In the conditional rendering update system.
- In the list rendering update system.
Bug fix
This version fixed the bug in the conditional rendering update system.
Bugs fixes
This version fixes the bugs:
- In the list reactive system.
- In the Reference special attributes update system.
Bugs fixes
This version fixes the bugs:
- In the reactive system of listing.
- In the update system of attributes manager.
The second version is out!
Removed API
- Inter object.
- event object.
- storage object.
- data object.
- whileLoading function.
- interface object.
- input object.
- form object.
Changed API
- toHTML is now Ref function.
- toATTR is now toAttrs function.
- Inter.for is now renderList function(and the data option in Inter.for is now the each option).
- The ajax request is now made with the Backend instance.
Radical API change.
- The container rendering was radically changed.
- The router was also radically changed.