FluentBootstrap v3.3.5.4 Release Notes
Release Date: 2016-09-27 // over 8 years ago-
- ๐ Fix - Bug with MVC form lists due to content escaping
- ๐ Feature - Added support for
InputFor()
inside aInputGroup
(#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()
andRadioFor()
(#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)
- ๐ Feature - Add setup description to