Releases: lagdo/ui-builder
Releases · lagdo/ui-builder
Release 0.6.0.
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.
Changes:
- Move and rename classes.
Release 0.4.2.
Changes:
- Add new methods to the component class.
Release 0.4.1.
Changes:
- Add the with() method to the component class.
Release 0.4.0.
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.
Changes:
- Rename the style() method to look().
- Delete unnecessary interfaces.
Release 0.3.0.
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.
Changes:
- Fix returned value.
Release 0.2.0.
Release 0.2.0.
Release 0.1.3
Changes:
- New functions in UI interface.