# Changelog

Notable changes to this project will be documented in this file.

## [2.0.3]

- Allow custom templates using setTemplate function


## [2.0.2]

- Switch to silverstripe-vendormodule


## [2.0.1]

- Update composer requirements
- Add CheckboxField_holder template
- Remove requirement of additional CSS
- Add `btn-secondary` class to default (non-submit) buttons for basic Bootstrap 4 support
- More accurate "^admin/" detection


## [2.0.0]

- SilverStripe 4


## [1.1.1]

- Use instanceof rather than relying on actual template names


## [1.1.0]

- Complete rewrite to (for the most part) not impact CMS
- Custom templates for BootstrapCheckboxSetField & BootstrapOptionsetField
- Prevent CSS classes being applied to /admin/
- Better button styling


## [1.0.0]

- Initial proof-of-concept release
