Skip to content

Releases: interjs/inter

v2.0.8

15 Aug 20:13
Compare
Choose a tag to compare

This version fixed a bug in listing's reactive system.

v2.0.7

12 Aug 00:01
Compare
Choose a tag to compare

This version fixed a bug in conditional rendering's update system.

v2.0.6

06 Aug 21:55
Compare
Choose a tag to compare

This version fixed the bug in error handler => Ajax request.

v2.0.5

19 Jun 23:34
Compare
Choose a tag to compare

Bug fixes

  • In list conditional rendering system.
  • In reference parser.

Bug fixes

15 Jun 00:18
9f1b3a0
Compare
Choose a tag to compare

This version fixed the bug:

  • In the conditional rendering update system.
  • In the list rendering update system.

Bug fix

09 Jun 11:54
c6b88f6
Compare
Choose a tag to compare

This version fixed the bug in the conditional rendering update system.

Bugs fixes

07 Jun 11:57
Compare
Choose a tag to compare

This version fixes the bugs:

  • In the list reactive system.
  • In the Reference special attributes update system.

Bugs fixes

07 Jun 00:56
Compare
Choose a tag to compare

This version fixes the bugs:

  • In the reactive system of listing.
  • In the update system of attributes manager.

The second version is out!

02 Jun 22:52
1e17da0
Compare
Choose a tag to compare

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.

v1.2.14

13 Mar 12:53
d116f02
Compare
Choose a tag to compare

Improvements

  • Bug fix in Ajax request.
  • Helpful warnig.