Releases: WebFiori/ui
Releases · WebFiori/ui
Version 2.2.1 Stable
Updated collections library.
Version 2.2.0 Stable
Change Log:
- Modified how the method
HTMLNode::addChild()
works. Since most people chain on child, we made this as the default option. - Fixed a bug on parsing HTML strings with tags such as
br/
.
Version 2.1.0 Stable
Change Log:
- Fix to a detected bug related to setting the style.
- Changed how attribute value will appear when set.
- Fixed a bug when parsing non-quoted attribute value.
Version 2.0.6 Stable
- Added a way to build the body of a node using an array.
Version 2.0.5 Stable
- Fixed a bug in
HTMLNode::setAttribute()
method. - Changed the way the method
HeadNode::addChild()
works by allowing child as return value.
Version 2.0.4 Stable
- Added new class:
RadioGroup
. - Added a way to add text to paragraph body using the constructor.
- Migrated to GitHub actions.
Version 2.0.3 Stable
- Added more methods to the class
HTMLTable
. - Changed how caching prevention works for resource files.
- Fixed some bugs.
Version 2.0.2 Stable
Fixed some bugs.
Version 2.0.1 Stable
- Fixed a small bug.
- Added support for HTML table element (very basic)
Version 2.0.0 Stable
- Moved collections related classes to another library.
- Moved all classes to new namespace:
webfiori\ui
.