Skip to content

Releases: jokiefer/django-bootstrap-swt

v2.0.1

11 Jan 15:47
Compare
Choose a tag to compare

Bug fix

  • loading spinner and error div selecting was broken

v2.0.0

11 Jan 14:53
5b21023
Compare
Choose a tag to compare

New components:

API changes

In this release the api of the Modal component becomes changed:

  • param: title renamed to header
  • The Modal component contains now ModalHeader, ModalBody and ModalFooter or even strings instead of using the predefined class based components like discussed in #29.

v1.0.0

04 Jan 17:12
e1735d0
Compare
Choose a tag to compare

First major release

This release contains the following features:

  • Supports the following Bootstrap components:

    • Tooltip
    • Progressbar
    • Badge
    • Links
    • Button
    • Modal
    • Card
    • Accordion
    • Buttongroup
    • Dropdown
    • Listgroup
  • Async content fetching with ajax for Modal and Accordion component

Fourth Release with alpha state

22 Dec 16:03
d2bd018
Compare
Choose a tag to compare
Pre-release
  • refactors all small BootstrapComponents to use the new Tag class for template rendering
  • adds the feature to update the html attributes before rendering
  • renames some function attributes to become clean naming

Third Release with alpha state

21 Dec 17:33
e3d1793
Compare
Choose a tag to compare
Pre-release
  • fixes setup.py - no subfolders with static files were included in our builds

Second Release with alpha state

21 Dec 14:21
4b51037
Compare
Choose a tag to compare
Pre-release

Refactors the following:

  • Div component becomes a generic Tag component
  • Removes the unused request argument from RequestHelper constructor
  • adds the functionality to update the querystring of BootstrapComponents with url attribute

First Release with alpha state

21 Dec 10:36
be57d2e
Compare
Choose a tag to compare
Pre-release

Features:

  • Supports the following Bootstrap components:
    • Tooltip
    • Progressbar
    • Badge
    • Links
    • Button
    • Modal
    • Card
    • Accordion
    • Buttongroup
    • Dropdown
    • Listgroup
  • Async content fetching with ajax for Modal and Accordion component