This repository was archived by the owner on Feb 5, 2019. It is now read-only.
Releases: codeinchq/ui
Releases · codeinchq/ui
3.0.0-beta.2
- Bug fixes
- Templates and components are now located in the
CodeInc\UI\Librarynamespace - All the interfaces are now located at the package root in the namespace
CodeInc\UI - See #5 for full changelog
3.0.0-beta.1
First beta of the v3
2.0.0
The template are now printable objects. They do not directly print anything to stdout anymore (methods like renderHeader() and renderFooter() are not required any longer).
A good example of the new template approach is AbstractStringContentHtmlTemplate. The template just uses one big string as the main page's content. The content can be set using setContent() or added using addContent() multiple times. A getHtml() method returns the full HTML code of the page.
2.0.0-beta.1
v2.0.0-beta.1
1.1.1
- Bug fix on the autoload
- Code improvement
1.1.0
New package name codeinc/html-templates
1.0.3
New package name codeinc/lib-templates
1.0.2
Templates now have renderHeader() and renderFooter() methods
1.0.1
The minimum required PHP version is now the 7.1