Change Log and Releases
In this page, you can find a record of all the changes made to Bocons such as bug fixes, new features, etc.
Version 2.4.0 Dec. 21, 2018
This release of Bocons supports Bootstrap 4.1.3 and comes with some bugfixes and small changes requested by the community.
- Input: Support for Bootstrap Buttons with
<input type="button" />
Tag Helper. - Add support for Target Framework
netstandard1.6
. - Table: The attribute
bc-bordered
has been replaced by thebc-border
attribute. - Switch from bower package manager to Yarn.
- Form Controls: Wrong
for
attribute generated in label tags. - Progress: Height applied to wrong tag.
Version 2.3.0 Jun. 01, 2018
This release of Bocons supports Bootstrap 4.1.1 and comes with many extensions, bugfixes and a new documentation published on GitHub.
- New Tag Helper for Range Input Control.
- Tables - Support for responsive table breakpoints with new
bc-responsive
attribute. - Tables - Add borderless variant for tables with new
bc-borderless
attribute. - Dropdown Button - Add support for plain text content in Dropdown Button with new
<text>
Tag Helper. - Dropdown Button - Add support for dropdown variation (directions) with new
bc-variation
attribute. - Carousel - Add crossfade support with new
bc-fade
attribute. - New documentation published on GitHub.
Version 2.2.0 Feb. 23, 2018
The release of Bocons v2.2.0 provides full support for the first stable version of Bootstrap v4.0.0.
- Full support for first stable Bootstrap v4.0.0
Version 2.1.1 Jan. 16, 2018
Update to Bocons v2.1.1 with some bugfixes and full support for Bootstrap v4.0.0 Beta 3. The most important new features are the offset support for Grid System Columns and the centered position option for modal dialogs.
- Full support for Bootstrap v4.0.0 Beta 3.
- Tables - The
bc-inverse
is no longer available. It has been replaced with thebc-theme
attribute. - Grid System - New attributes
offset-{breakpoint}
to set column offsets. - Modal - A new attribute
bc-position
is available for modal dialog positioning. - Forms - The input group size was not rendered correctly.
Version 2.1.0 Oct. 05, 2017
Update to Bocons v2.1.0 with many bugfixes and several attribute changes for a small kind of tag helpers. Furthermore we follow a new NuGet Strategy and Open Source Philosophy. This version is still compatible with Bootstrap v4.0.0.
- All Tag Helpers - The
bc-style
attribute of all tag helpers is renamed tobc-color
. - Modal - The
bc-header
attribute of an modal tag helper is renamed tobc-title
.
Version 2.0.1 Sep. 26, 2017
Update to Bocons v2.0.1 with many bugfixes and several attribute changes for a small kind of tag helpers. This version is still compatible with Bootstrap v4.0.0.
- Dropdown Button - The
bc-disabled
attribute of an menu item is renamed tobc-disable
. - Button - The
bc-disabled
attribute is renamed tobc-disable
. - Navbar - The
bc-disabled
attribute is renamed tobc-disable
. - Pagination - The
bc-disabled
attribute of an<pagination-item>
is renamed tobc-disable
. - Controls - If the
bc-required
attribute is set for a form control, the label gets marked with a star (*) and the HTML required attribute will added to the form control markup. - Tables - Cells
<td>
with a contextual backgroundbc-background
get the wrong css class. - Tables - Rows
<tr>
with a contextual backgroundbc-background
get the wrong css class. - Images - Images with set
bc-circle
attribute get the wrong css class. - Navbar - Links
<navbar-link>
with anbc-active
attribute were not rendered. - Navbar - The brand container were even rendered if no
bc-brand-text
orbc-brand-image
is specified.
Version 2.0.0 Sep. 14, 2017
Initial version of Bocons for Bootstrap v4.0.0.
- New Tag Helper for Grid System
- New Tag Helper for Media Object
- New Tag Helper for Images
- New Tag Helper for Tables
- New Tag Helper for Figures
- New Tag Helper for Alerts
- New Tag Helper for Badge
- New Tag Helper for Breadcrumb
- New Tag Helper for Buttons
- New Tag Helper for Button Group
- New Tag Helper for Card
- New Tag Helper for Carousel
- New Tag Helper for Dropdowns
- New Tag Helper for Forms
- New Tag Helper for Input Group
- New Tag Helper for Jumbotron
- New Tag Helper for List Group
- New Tag Helper for Modal
- New Tag Helper for Navs
- New Tag Helper for Pagination
- New Tag Helper for Popovers
- New Tag Helper for Progress
- New Tag Helper for Tooltips