FluentBootstrap v3.3.4.3 Release Notes

Release Date: 2015-05-28 // almost 9 years ago
    • ๐Ÿ›  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).