All Versions
10
Latest Version
Avg Release Cycle
62 days
Latest Release
2768 days ago

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 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)
  • v3.3.5.3 Changes

    May 06, 2016
    • ๐Ÿ”‹ 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)
  • v3.3.5.2 Changes

    October 26, 2015
    • ๐Ÿ”‹ Feature - Added SetActive() to Button and LinkButton (#45 - thanks @JoeMighty)
    • ๐Ÿ›  Fix - Support for DisplayFormatAttribute in MVC InputFor() (#48 - thanks @frankvaneykelen)
  • 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
  • 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)
  • v3.3.4.4 Changes

    June 17, 2015
  • v3.3.4.3 Changes

    May 28, 2015
    • ๐Ÿ›  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).
  • v3.3.4.2 Changes

    May 07, 2015
    • ๐Ÿ›  Fix - Navbars now use ul instead of div (#27)
    • ๐Ÿ›  Fix - SetIcon() now works with ButtonDropdown (#28)
  • 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() to DropdownLink.
    • ๐Ÿ”จ Refactoring - Removed CSS dropdown class from dropup 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().