django-bootstrap3 v8.0.0 Release Notes

Release Date: 2017-01-06 // over 7 years ago
    • ๐Ÿ’ฅ BREAKING For Django >= 1.10 Remove everything to do with setting HTML attributes required (#337) and disabled (#345)
    • โž• Add id parameter to bootstrap_button (#214)
    • โž• Add set_placeholder to field and form renderers (#339, thanks @predatell)
    • 0๏ธโƒฃ Default button type to btn-default
    • Add addon_before_class and addon_after_class (#295, thanks @DanWright91 and others)
    • ๐Ÿ›  Fix handling of error class (#170)
    • No size class for checkboxes (#318, thanks @cybojenix)
    • ๐Ÿ›  Fix warnings during install (thanks @mfcovington)
    • ๐Ÿ›  Fix rare RunTimeError when working without database (#346, thanks @Mactory)
    • โž• Add subresource integrity to external components (thanks @mfcovington and @Alex131089)
    • ๐Ÿ“š Several improvements to documentation, tests, and comments. Thanks all!