Skip to content

Bootstrap 4 Support

Compare
Choose a tag to compare
@jehhynes jehhynes released this 08 Oct 19:36
· 232 commits to master since this release

Add support for Bootstrap 4.

Defaults can be configured using GriddlySettings.ConfigureBootstrap4Defaults()

Breaking Changes

  • GriddlySettings.DefaultButtonClassName now conveys all the classes applied to buttons (rather then additional classes). The default value is now "btn btn-default" instead of null.