Skip to content

Releases: lagdo/ui-builder

Release 0.6.0.

05 Jan 12:19

Choose a tag to compare

Changes:

  • Rename the Take component to Pick.
  • Add siblings in the component class.
  • The value of an element attribute can be a string or a boolean.
  • Add getters for attributes in element and component classes.
  • New component classes for select, input and textarea.
  • Add label and validation features in input components.
  • New functions to add and check classes in components.

Release 0.5.0.

02 Jan 17:40

Choose a tag to compare

Changes:

  • Move and rename classes.

Release 0.4.2.

02 Jan 02:54

Choose a tag to compare

Changes:

  • Add new methods to the component class.

Release 0.4.1.

02 Jan 01:23

Choose a tag to compare

Changes:

  • Add the with() method to the component class.

Release 0.4.0.

30 Dec 16:33

Choose a tag to compare

Changes:

  • Provide default implementation of builder functions.
  • Separate classes for escaped text, unescaped text and comment.
  • Improve the element and component base classes.
  • Throw a LogicException when an undefined function is called on the builder.

Release 0.3.1.

28 Dec 15:15

Choose a tag to compare

Changes:

  • Rename the style() method to look().
  • Delete unnecessary interfaces.

Release 0.3.0.

28 Dec 00:28

Choose a tag to compare

Changes:

  • Fix the base class for virtual component classes.
  • New virtual component to take a single element among a list of choices.
  • Remove the avplab/php-html-builder package and its classes.
  • Refactoring: move and rename classes.

Release 0.2.1.

30 Sep 16:14

Choose a tag to compare

Changes:

  • Fix returned value.

Release 0.2.0.

18 Aug 19:04

Choose a tag to compare

Release 0.2.0.

Release 0.1.3

04 Feb 03:19

Choose a tag to compare

Changes:

  • New functions in UI interface.