Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
* Updated CHANGELOG
  • Loading branch information
deanblackborough committed Dec 4, 2017
1 parent 5e54b1a commit a177432
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,37 @@

Full changelog for Zend Framework 3 view helpers library.

## v1.01.1 - Minor corrections - 2017-12-04

* Type hints missing.
* Unused property.

## v1.01.0 - Alert component - 2017-12-02

* Added a Bootstrap 4 alert view helper
* Removed a redundant property in the button view helper
* Type hints missing
* Added missing dates in CHANGELOG
* Added a Bootstrap 4 alert view helper.
* Removed a redundant property in the button view helper.
* Type hints missing.
* Added missing dates in CHANGELOG.

## v1.00.0 - Card component (Official release) - 2017-10-13

Official v1.00.0 release, tests in place for all the Bootstrap 4 view helpers.

* Card view helper extends Bootstrap4Helper
* Card view helper supports setTextStyle() and setBgStyle()
* Added tests for card view helper
* setFooter() in card view helper broken, incorrect property being used to generated HTML
* Fixed a couple of bugs with the navbar view helper
* Added tests for the navbar view helper
* Card view helper extends Bootstrap4Helper.
* Card view helper supports setTextStyle() and setBgStyle().
* Added tests for card view helper.
* setFooter() in card view helper broken, incorrect property being used to generated HTML.
* Fixed a couple of bugs with the navbar view helper.
* Added tests for the navbar view helper.

## v0.66.0 - Minor updates - 2017-10-11

* Updated Bootstrap 4 jumbotron view helper, extends Bootstrap4Helper
* Updated Bootstrap 4 multiple progress bar view helper, extends Bootstrap4Helper
* Updated Bootstrap 4 badge view helper, extends Bootstrap4Helper
* Updated Bootstrap 4 button view helper, extends Bootstrap4Helper
* Added combined tests to view helpers
* Corrected README
* Updated Bootstrap 4 jumbotron view helper, extends Bootstrap4Helper.
* Updated Bootstrap 4 multiple progress bar view helper, extends Bootstrap4Helper.
* Updated Bootstrap 4 badge view helper, extends Bootstrap4Helper.
* Updated Bootstrap 4 button view helper, extends Bootstrap4Helper.
* Added combined tests to view helpers.
* Corrected README.

## v0.65.0 - Base class - 2017-10-11

Expand Down

0 comments on commit a177432

Please sign in to comment.