All Versions
10
Latest Version
Avg Release Cycle
62 days
Latest Release
2551 days ago
Changelog History
Changelog History
-
v3.3.5.4 Changes
September 27, 2016- ๐ 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)
-
v3.3.5.3 Changes
May 06, 2016- ๐ 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
-
v3.3.5.2 Changes
October 26, 2015- ๐ Feature - Added
SetActive()
toButton
andLinkButton
(#45 - thanks @JoeMighty) - ๐ Fix - Support for
DisplayFormatAttribute
in MVCInputFor()
(#48 - thanks @frankvaneykelen)
- ๐ Feature - Added
-
v3.3.5.1 Changes
August 26, 2015- ๐ Fix - Removed unneccesary development dependency on
bootstrap
package (you should be able to pick your own way of bringing in Bootstrap) - Feature - Added general
SetBackground(...)
extension for all tags (#42 - thanks @FragCoder) - ๐ Feature - Updated Wyam support
- ๐ Fix - Removed unneccesary development dependency on
-
v3.3.5.0 Changes
July 24, 2015- ๐ Fix - Correct
for
attribute for form labels in FluentBootstrap.Mvc (#41 - thanks @liamdavies) - ๐ Feature - Updated to Bootstrap 3.3.5 (#38)
- ๐ Feature - Implemented
TextAreaFor(...)
in FluentBootstrap.Mvc (#37 - thanks @ryanelian) - ๐ Feature - Added
ListGroupButton
to match new support in Bootstrap 3.3.5 (#38) - ๐ Fix - Several small fixes to match Bootstrap 3.3.5 changes (#38)
- ๐ Fix - Correct
-
v3.3.4.4 Changes
June 17, 2015- ๐ Feature - Implemented support for the Wyam static content generator.
-
v3.3.4.3 Changes
May 28, 2015- ๐ Fix - Route values now get set correctly for
SetAction(...)
andSetRoute(...)
in FluentBootstrap.Mvc (thanks to @triwire). - ๐ Feature - Added a
PasswordFor(...)
extension that automatically sets password input type and clears existing values similar to RazorPasswordFor(...)
HTML Helper (thanks @ryanelian). - ๐ Fix - Fixed model value matching of
RadioFor(...)
to correctly select the radio button if passed-in value matches the model value. - ๐ Feature -
SelectFor(...)
now tracks the model value (if any) so that initial and subsiquentAddOptions(...)
calls will automatically select the option if it matches the value (thanks @ryanelian). - ๐ Fix -
NavbarForm
can now use the full range of standard form extensions (thanks @tishin). - ๐ Feature - Lots of improvements for easier generation of paginations, including new bulk
AddPages(...)
extension (thanks @ryanelian).
- ๐ Fix - Route values now get set correctly for
-
v3.3.4.2 Changes
May 07, 2015 -
v3.3.4.1 Changes
April 07, 2015- ๐ Feature - Updated to Bootstrap 3.3.4.
- ๐ Fix - Links are excluded from pretty printing and no longer end up on new lines.
- ๐ Fix - Allows specifying an empty string for select options.
- ๐ Feature - Added
.SetActive()
toDropdownLink
. - ๐จ Refactoring - Removed CSS
dropdown
class fromdropup
parent.
-
v3.3.2.1 Changes
March 20, 2015- ๐ Feature - Updated to Bootstrap 3.3.2.
- ๐ Feature - Updates to media objects to support Bootstrap 3.3.2 including new
.SetMiddle()
and.SetBottom()
extensions. - ๐ Feature - Updated feedback support to include specifying feedback icons on form groups.
- ๐ Feature - Added ability to insert trailing children with
.AddChildAtEnd()
.