Skip to content

wffweb-2.1.9

Pre-release
Pre-release

Choose a tag to compare

@webfirmframework webfirmframework released this 05 Jul 18:17
· 1338 commits to master since this release

Release changes :

New features

Implementation for HTML5 attribute Open - ticket #32
Implementation for Optimum attribute - ticket #33
Implementation for Defer attribute - ticket #34
Implementation for Default attribute - ticket #35
Implementation for DirName attribute - ticket #36
Implementation for High & Low attribute classes - ticket #37
Implementation for Reversed attribute class - ticket #38 Implementation for Poster` attribute class - ticket #39

Major Improvements and bug fixes

ClassAttribute contains methods to return the class names it contained.
The ClassAttribute#getAttributeValue now returns the value string
instead of null - #40
Style#getAttributeValue is also returning value string instead of null.
Major bug fixes and optimizations for performance improvements in
TagRepository.
Improvements for Form#getNameBasedJsObject to contain name.checked in
its generated string if type attribute's value is radio.
Major bug in AbstractAttribute pushing changes to the client when its
value is changed by setAttributeValue method. It's an internal bug fix.
Implemented getter setter methods for jsPreFunctionBody and jsPostFunctionBody for event attributes.
Assigned a default 25000ms ws hearbeat interval for BrowserPage