Releases: CakePHP-Bootstrap/cakephp3-bootstrap-helpers
Ready for the launch...
This release will be the latest before major changes are included into the project, the next release will start at v3.1.0, and contains some changes:
- Deprecation of some method (
splicedRows
,dropdown
in the HTML helper, ...); - Suppression of some options (
tag
for most methods); - Suppression of some methods (
glIcon
,faIcon
, ...); - Move to more "templated" helpers;
- Other changes...
A full list of changes and some tip to migrate will be available when the v3.1.0 release is out.
CakePHP 3 Bootstrap Helpers 3.0.6 released
This new release mainly contains bug fixes and code cleaning. Some minor features have been added and will be documented when I have the time.
License
Starting with this release, the helpers are now available under the MIT license to match CakePHP license.
CakePHP 3 Bootstrap Helpers 3.0.5 released
This version introduces the new BootstrapPanelHelper which make the creation of bootstrap (collapsible) panels really simple!
In addition to this new helpers, some major fixes:
BootstrapPaginatorHelper::numbers
now correctly deal withfirst
andlast
options.BootstrapFlashHelper
as been updated to match CakePHP changes.BootstrapFormHelper::input
will now correctly addtemplateVars
to the container.
This release is the last one that require CakePHP 3+. From 642656a, this plugin will require cakephp >= 3.2.3
.
CakePHP 3 Bootstrap Helpers 3.0.4 released
This release includes minor fixes, mainly for the BootstrapNavbarHelper
.
See a1bae25.