Releases: webability-go/wajaf
Wajaf v0.3.0
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
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
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
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
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
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
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
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
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
WAJAF is the WebAbility Javascript Application Framework. It is a synchronized GO-Server <=> JS-Client framework to developp organized web applications.