Skip to content

Releases: jaxon-php/jaxon-js

Release 5.0.0 beta 10.

29 Dec 16:48
Compare
Choose a tag to compare
Pre-release

Changes:

  • Bugfix #33: Do not pass the window object to js expression calls.

Release 5.0.0 beta 9.

28 Dec 23:48
Compare
Choose a tag to compare
Release 5.0.0 beta 9. Pre-release
Pre-release

Changes:

  • Use the component as global context for js selector calls.

Release 5.0.0 beta 6.

24 Dec 21:55
Compare
Choose a tag to compare
Release 5.0.0 beta 6. Pre-release
Pre-release

Changes:

  • Fixed call to the DOM selector.

Release 5.0.0 beta 5.

30 Nov 15:51
Compare
Choose a tag to compare
Release 5.0.0 beta 5. Pre-release
Pre-release

Changes:

  • Renamed an HTML custom attribute.
  • The custom attributes are not deleted in debug mode.

Release 4.0.9.

29 Nov 09:36
Compare
Choose a tag to compare

Changes:

  • Fixed the parameters processing for file upload.

Release 5.0.0 beta 3.

05 Nov 00:11
Compare
Choose a tag to compare
Release 5.0.0 beta 3. Pre-release
Pre-release

Changes:

  • Renamed Jaxon commands for DOM content.

Release 5.0.0 beta 2.

28 Sep 19:10
Compare
Choose a tag to compare
Release 5.0.0 beta 2. Pre-release
Pre-release

Changes:

  • Now using the chibi.js library for DOM functions.

Release 4.0.7.

05 Sep 19:18
Compare
Choose a tag to compare

Changes:

  • Bugfix #32: Fixed response processing when the command queue is empty.

Release 4.0.6

31 Aug 09:05
Compare
Choose a tag to compare

Changes:

  • Bugfix #31: Changed the jaxon.utils.form.getValues() parameters.
  • Converted the jaxon.debug object to an IIFE.
  • Fixed the debug output.

Release 4.0.5.

24 Aug 15:28
Compare
Choose a tag to compare

Changes:

  • Bugfix #27: convert HTMLCollection objects to arrays.
  • Bugfix #28: retry a command after a delay in queue processing.
  • Bugfix #29: read items in DOM array attributes.
  • Bugfix #30: fixed the debug mode.