Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Releases: codeinchq/ui

3.0.0-beta.2

08 Oct 09:05
8672ede

Choose a tag to compare

3.0.0-beta.2 Pre-release
Pre-release
  • Bug fixes
  • Templates and components are now located in the CodeInc\UI\Library namespace
  • 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

08 Oct 07:09
e5698a7

Choose a tag to compare

3.0.0-beta.1 Pre-release
Pre-release

First beta of the v3

2.0.0

27 Jul 11:55
68752a5

Choose a tag to compare

⚠️ This version is not compatible with v1

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

27 Jul 10:56

Choose a tag to compare

2.0.0-beta.1 Pre-release
Pre-release
v2.0.0-beta.1

1.1.1

14 Mar 11:36
311c5ff

Choose a tag to compare

  • Bug fix on the autoload
  • Code improvement

1.1.0

13 Mar 19:23
b82563f

Choose a tag to compare

New package name codeinc/html-templates

1.0.3

08 Mar 16:51

Choose a tag to compare

New package name codeinc/lib-templates

1.0.2

05 Mar 10:17

Choose a tag to compare

Templates now have renderHeader() and renderFooter() methods

1.0.1

02 Mar 09:21

Choose a tag to compare

The minimum required PHP version is now the 7.1

1.0.0

27 Feb 13:39

Choose a tag to compare

First version 👍