Skip to content

Releases: webability-go/wajaf

Wajaf v0.3.0

10 Apr 03:28
a130cc7
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to develop organized web applications.

New in this version:

  • Added searcheabletextfieldElement, go and JS modified
  • mmcFieldElement now supports multifile upload too, and a template to present information
  • lovFieldElement now supports radio and checkboxes, and multiple select
  • groupContainer now supports sub-forms for master-details administration screens with templates to format detail records
  • Errors corrected con crowser getNodeDocumentLeft and getNodeDocumentTop to be correctly calculated with scroll offsets
  • Added function findNodeByClass in browser class
  • Added coretemplate.js to inject templates with data sets
  • Added floatingContainer for floating windows in page
  • Added resize of columns, order of columns and drag and drop for order into gridContainer
  • Error corrected on tabContainer when unloading the instance
  • TreeContainer now supports dragging and hover, sinchronized with server with the listener
  • textfieldElement and textareafieldElement corrected to display correctly the number of words and letters
  • New classes into css for new components

Wajaf v0.1.3

13 Jun 05:20
227e299
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to develop organized web applications.

New in this version:

  • Added CodeNode.go to create a node of code.

  • Added colorfieldelement.go to create a field to pick a color.

  • Added config/wajaf.conf in examples to run the examples on a xamboo server if needed.

  • The css for prettify is now absolute in the html code.

  • Some correction in the example code.

  • The go libraries now includes the new structures compatible with Xamboo 1.6

  • The jsfile.go added to manage all the JS files on an embed filesystem.

  • The js.go library now uses the GetJSFile into the wajaf library.

  • go.mod modified to go 1.17 for embed filesystem needed.

  • Some errors corrected into groupContainer.js and tabContainer.js to work better.

  • The buttonElement now as a listener to send data to the server when clicked.

  • lovFieldElement is now working correctly.

  • textFieldElement now knows integer, float, text, masked types of fields, and correctly convert values to send to server.

  • ajaxManager can now handle ajax promises.

  • canvasManager create for test purpose.

  • wa4glmanager modified to work on promises, capture errors and needed login requests.

  • options.go added to manager lovfield list of options.

  • resources directory removed, replaced by embed filesystem

  • Correction of isEmpty function of the core, to give true is the Date is empty or the String() is empty.

  • The simple javascript examples are now working on a Xamboo Go Server (Presentation, js.go corrected, all libraries working)

  • gridContainer.js has been modified to support large list of daat and put correct information metada data.

  • node.go enhanced to detect wrong XML formats and return an error

  • Added xml.Comment into node XML unmarshall to consider it

Wajaf v0.1.0

04 Jan 22:20
4393dad
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to develop organized web applications.

New in this version:

  • First build on GO, with all the necessary code to devel, test, publish and show live examples.
  • Adds titleview parameter to buttonelement.js (missing)
  • Separates coreext.js and coretemplate.js from core.js

Wajaf v0.0.15

26 Apr 23:26
546ef86
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to developp organized web applications.

New in this version:

  • Embed JS code in GO container resources

Wajaf v0.0.14

14 Apr 01:06
86627c8
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to developp organized web applications.

Wajaf v0.0.13

13 Apr 21:43
eae40f0
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to developp organized web applications.

Wajaf v0.0.12

13 Apr 21:32
e9fce1d
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to developp organized web applications.

Wajaf v0.0.11

13 Apr 15:55
1b75472
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to developp organized web applications.

Wajaf v0.0.10

09 Apr 03:59
d0f6067
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to developp organized web applications.

Wajaf v0.0.9

09 Apr 03:50
99882be
Compare
Choose a tag to compare

WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to developp organized web applications.