Releases: WebFiori/ui
Releases · WebFiori/ui
v2.5.0
What's Changed
- Updated License Header in All Classes by @usernane in #26
- Improvements to the Class
HTMLTable
by @usernane in #27 - Replaced
boolean
Withbool
In PHPDoc Blocks by @usernane in #28 - Added Support for Loading Dynamic PHP Pages as Virtual DOM by @usernane in #29
- Code Quality Improvments by @usernane in #30
- Added the Static Method
HTMLNode::fromFile()
by @usernane in #31 - Added Support for Adding Multiple CSS, JS and Meta Tags Using One Call by @usernane in #32
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Fix to Void Nodes by Including Ending Forward Slash by @usernane in #22
- Made Node Name and Attribute Name Case Sensitive to Support XML by @usernane in #23
- Removal of Deprecated Method
HTMLNode::mustClose()
by @usernane in #24 - Added a Method to Convert HTML Element to XML Document by @usernane in #25
Full Changelog: v2.3.5...v2.4.0
v2.3.5
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
Version 2.2.3 Stable
Full Changelog: v2.2.2...v2.2.3
Version 2.2.2 Stable
Added a way to force rendering quoted attributes all the time.