Skip to content

Releases: volfpeter/markyp-bootstrap4

2019.10 release

14 Oct 18:26
Compare
Choose a tag to compare

Fixed requirement parsing in setup.py.

2019.06 release

08 Jun 07:55
Compare
Choose a tag to compare

Changes:

  • Added the navs module.
  • Added custom keyword arguments to layout.row(), layout.one(), layout.container(), layout.container_fluid(), and layout.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

19 May 15:01
Compare
Choose a tag to compare

Added:

  • list_groups
  • modals
  • tabs

2019.05 release, patch 2

11 May 19:08
Compare
Choose a tag to compare
  • Updated layout.autocol().
  • dropdowns.menu_item() got a factory argument.

2019.05 release, patch 1

08 May 08:25
Compare
Choose a tag to compare

Added SubmitButtonFactory and submit_button to forms, it was badly missing.

2019.05 release

06 May 21:31
Compare
Choose a tag to compare
  • Added __all__ to modules for better * imports.
  • Added cards.
  • Added PercentSize, offset, row_break to layout.
  • Added carousels.
  • Changed the argument list of margin() and padding().
  • 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.