Releases: volfpeter/markyp-bootstrap4
Releases · volfpeter/markyp-bootstrap4
2019.10 release
2019.06 release
Changes:
- Added the
navs
module. - Added custom keyword arguments to
layout.row()
,layout.one()
,layout.container()
,layout.container_fluid()
, andlayout.row_item()
. - Added the
navbars
module. - Added the
scrollspy
module. - Added the
pagination
module. - Some minor bug fixes.
- Added examples of all new features to
demo.py
and the demo page (on GithubPages). - Added tests.
2019.05 release, patch 3
Added:
list_groups
modals
tabs
2019.05 release, patch 2
- Updated
layout.autocol()
. dropdowns.menu_item()
got afactory
argument.
2019.05 release, patch 1
Added SubmitButtonFactory
and submit_button
to forms
, it was badly missing.
2019.05 release
- Added
__all__
to modules for better * imports. - Added
cards
. - Added
PercentSize
,offset
,row_break
tolayout
. - Added
carousels
. - Changed the argument list of
margin()
andpadding()
. - Added
collapses
. - Added
dropdowns
. - Added
input_groups
. - Added
forms
. - Added
jumbotrons
. - Added content to the Getting started section of the readme.
- Set up GitHub Pages for the project.
- Bug fixes and documentation fixes.