This repository has been archived by the owner on Jan 11, 2018. It is now read-only.
Releases: daveaglick/FluentBootstrap
Releases · daveaglick/FluentBootstrap
3.3.5.4
- 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)
3.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)
3.3.5.2
- Feature - Added
SetActive()
toButton
andLinkButton
(#45 - thanks @JoeMighty) - Fix - Support for
DisplayFormatAttribute
in MVCInputFor()
(#48 - thanks @frankvaneykelen)
3.3.5.1
- 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
3.3.5.0
- 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)
3.3.4.4
- Feature - Implemented support for the Wyam static content generator.
3.3.4.3
- 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).
3.3.4.2
3.3.4.1
- 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.
3.3.2.1
- 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()
.