Skip to content

Releases: WebFiori/ui

Version 2.2.1 Stable

01 May 09:37
Compare
Choose a tag to compare

Updated collections library.

Version 2.2.0 Stable

16 Apr 19:05
Compare
Choose a tag to compare

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

17 Mar 00:00
Compare
Choose a tag to compare

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

31 Dec 18:07
Compare
Choose a tag to compare
  • Added a way to build the body of a node using an array.

Version 2.0.5 Stable

27 Dec 21:19
Compare
Choose a tag to compare
  • 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

19 Dec 20:24
Compare
Choose a tag to compare
  • 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

26 Nov 17:25
Compare
Choose a tag to compare
  • Added more methods to the class HTMLTable.
  • Changed how caching prevention works for resource files.
  • Fixed some bugs.

Version 2.0.2 Stable

14 Nov 21:23
Compare
Choose a tag to compare

Fixed some bugs.

Version 2.0.1 Stable

30 Oct 02:01
33c6b97
Compare
Choose a tag to compare
  • Fixed a small bug.
  • Added support for HTML table element (very basic)

Version 2.0.0 Stable

14 Sep 21:19
Compare
Choose a tag to compare
  • Moved collections related classes to another library.
  • Moved all classes to new namespace: webfiori\ui.