All Versions
10
Latest Version
Avg Release Cycle
62 days
Latest Release
3151 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()
.