Skip to content

Releases: deanblackborough/zf3-view-helpers

Tests

09 Oct 11:30
Compare
Choose a tag to compare
  • Removing call to default escape plugins, assumption now is developer will escape their own data.
  • Added tests for Bootstrap 4 Badge view helper.
  • Added tests for Bootstrap 4 Button view helper.

v1.00.0 release when there are tests for each of the existing view helpers in the library,

Beta-4.0.0 updates

22 Sep 12:21
Compare
Choose a tag to compare
  • Badge view helper updated, classes match beta-4.0.0 of Bootstrap.
  • Updated supported styles for badge and button view helpers.

Apply custom class/attr to first element only

11 Sep 14:41
Compare
Choose a tag to compare
  • Updated addCustomBodyAttr() and addCustomBodyClass(), only apply custom class or attribute to the first body element of the given type.

Navbar view helper updates

25 Aug 16:47
Compare
Choose a tag to compare
  • Updated navbar view helper to take account of changes between the alpha and beta.
  • Updated the background schemes.

Card view helper: Custom body attributes and classes

24 Aug 23:45
Compare
Choose a tag to compare
  • Custom attributes and classes can be assigned to body sections.
  • Comment corrections/updates.

Bootstrap 4 Card component

22 Aug 16:20
Compare
Choose a tag to compare
  • Added a Bootstrap 4 card view helper.
  • Updated README, changed order of sections

Bootstrap 3 progress bar

14 Aug 14:49
Compare
Choose a tag to compare
  • Added Bootstrap 3 progress bar view helper.
  • Switched back to require, if you use the view helpers you need the completion, you don't need the completion to develop the view helpers.

Progress bars

26 Jul 16:36
Compare
Choose a tag to compare
  • Added progress bar and multiple progress bar Bootstrap 4 view helpers.

Code completion

30 May 20:34
Compare
Choose a tag to compare
  • Updated readme with details on code completion package

Dependancy

30 May 20:06
Compare
Choose a tag to compare
  • Added code completion package as a dependancy