Releases: thecodingmachine/html.template.bootstrap
Releases · thecodingmachine/html.template.bootstrap
v5.2.1
Full Changelog: v5.2.0...v5.2.1
v5.2.0-beta.1
What's Changed
- Migrating template to framework agnostic by @moufmouf in #11
- Fix usage CLI in toHtml by @angie-laurenti in #13
- Fix child hidden in conditionnal by @marcteyssier in #12
- Backport PHPUnit bugfix by @moufmouf in #14
- Backport PHPUnit fix to 5.1 by @moufmouf in #15
- Fix potential warning if headers have been sent by @nguyenk in #16
- backport headers fox from 5.2 by @nguyenk in #17
- add check on text label on checkboxField to avoit to break render by @nipaTCM in #18
- Backporting to 5.2 by @moufmouf in #19
New Contributors
- @angie-laurenti made their first contribution in #13
- @nipaTCM made their first contribution in #18
Full Changelog: 5.1.1...v5.2.0-beta.1
v5.2.0
What's Changed
- Migrating template to framework agnostic by @moufmouf in #11
- Fix usage CLI in toHtml by @angie-laurenti in #13
- Fix child hidden in conditionnal by @marcteyssier in #12
- Backport PHPUnit bugfix by @moufmouf in #14
- Backport PHPUnit fix to 5.1 by @moufmouf in #15
- Fix potential warning if headers have been sent by @nguyenk in #16
- backport headers fox from 5.2 by @nguyenk in #17
- add check on text label on checkboxField to avoit to break render by @nipaTCM in #18
- Backporting to 5.2 by @moufmouf in #19
New Contributors
- @angie-laurenti made their first contribution in #13
- @nipaTCM made their first contribution in #18
Full Changelog: 5.1.1...v5.2.0
v5.1.4
v5.1.3
Fix PHPUnit usage
See #14
Fix PHPUnit usage
See #13
Fix child hidden in conditionnal
5.1.1 Fix child hidden in conditionnal
Bootstrap 4
Merge pull request #10 from nguyenk/addColorShemes Add Color schemes support
Change label in simple login form
Merge pull request #7 from alexisprevot/dynamicTitle Adding variable instead of string into the view. Now it's possible to…