FluentBootstrap v3.3.5.4 Release Notes

Release Date: 2016-09-27 // over 7 years ago
    • ๐Ÿ›  Fix - Bug with MVC form lists due to content escaping
    • ๐Ÿ”‹ Feature - Added support for InputFor() inside a InputGroup (#64, thanks @dbuenor!)
    • ๐Ÿ”‹ Feature - Added NuGet instructions to readme (#63)
    • ๐Ÿ”จ Refactoring - Removed FluentBootstrap.Wyam project, to be replaced in the future with ASP.NET Core MVC project (#66)

Previous changes from v3.3.5.3

    • ๐Ÿ”‹ Feature - Add setup description to CheckBoxFox() and RadioFor() (#51, thanks @snipervld)
    • ๐Ÿ’ฅ Feature - Breaking change All content inputs are now HTML escaped by default (use new HtmlString() to use unescaped content) (#53, thanks @zivillian)