Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Releases: daveaglick/FluentBootstrap

3.3.5.4

27 Sep 18:03
Compare
Choose a tag to compare
  • 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)

3.3.5.3

06 May 20:32
Compare
Choose a tag to compare
  • 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)

3.3.5.2

26 Oct 15:20
Compare
Choose a tag to compare
  • Feature - Added SetActive() to Button and LinkButton (#45 - thanks @JoeMighty)
  • Fix - Support for DisplayFormatAttribute in MVC InputFor() (#48 - thanks @frankvaneykelen)

3.3.5.1

26 Aug 15:37
Compare
Choose a tag to compare
  • 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

24 Jul 20:04
Compare
Choose a tag to compare
  • 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

17 Jun 21:54
Compare
Choose a tag to compare

3.3.4.3

28 May 16:49
Compare
Choose a tag to compare
  • Fix - Route values now get set correctly for SetAction(...) and SetRoute(...) in FluentBootstrap.Mvc (thanks to @triwire).
  • Feature - Added a PasswordFor(...) extension that automatically sets password input type and clears existing values similar to Razor PasswordFor(...) 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 subsiquent AddOptions(...) 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

07 May 17:56
Compare
Choose a tag to compare
  • Fix - Navbars now use ul instead of div (#27)
  • Fix - SetIcon() now works with ButtonDropdown (#28)

3.3.4.1

07 Apr 17:15
Compare
Choose a tag to compare
  • 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() to DropdownLink.
  • Refactoring - Removed CSS dropdown class from dropup parent.

3.3.2.1

20 Mar 14:44
Compare
Choose a tag to compare
  • 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().