Change Logs and Releases

In this page, you can find a record of all the changes made to Mecons such as bug fixes, new features, etc.


Version 2.2.1

Release Date: Jan. 25, 2019

This version supports Metronic v5.5.5 and contains new tag helpers and some bugfixes.

  • Add a French language file and full support of culture code fr.
  • Add an Italian language file and full support of culture code it.
  • Fixed wrong for attribute generation in label tags of Form Controls.
  • Change the bc-toggle-text attribute of Modal to no longer mandatory. This makes it possible to render a modal dialog without a button.
  • Datatable Tag Helper now provides a JavaScript instance that allows client-side customization of the datatable.
  • Fixed an error while licensing Mecons when hosting the application in local IIS.
  • Fixed that the Datatable don't parse the form data during ajax calls correctly.

Version 2.2.0

Release Date: Dec. 06, 2018

This version supports Metronic v5.5.5 and contains new tag helpers and some bugfixes. Also the version of Mecons is compatible with netcoreapp2.2.


Version 2.1.0

Release Date: Sep. 15, 2018

This version supports Metronic v5.5.4 and contains new tag helpers and some bugfixes.

  • Tag Helper for Stats Widget
  • Tag Helper for Progress Widget
  • Tag Helper for noUiSlider
  • Tag Helper for Dropzone
  • Table: The attribute bc-bordered has been replaced by the bc-border attribute.
  • Datatable: Add new attribute bc-ajax-timeout to define the ajax timeout.
  • Support for Fontawesome 5 Icons
  • Mandatory attributes are now checked before rendering. If a mandatory attribute is not set then an MandatoryAttributeException will be thrown.
  • Forms: Static Tag Helper crashes when no property is binded.

Version 2.0.1

Release Date: Feb. 27, 2018

This version supports Metronic v5.1 and contains some breaking changes and major bugfixes.

  • Forms: Checkbox List support binding of a model member via asp-for attribute.
  • Forms: Radio List support binding of a model member via asp-for attribute.
  • Forms: Radio List support binding of Enumeration values via bc-items attribute.
  • Forms: Validation is now enabled by default (not longer necessary to set bc-validation to true).
  • Forms: The Static Tag Helper now supports asp-for attribute.
  • Datatable: The datatable has been completely redesigned and the handling improved significantly.
  • Support for Metronic v5.1
  • Forms: The Static Tag Helper not longer have a css margin-bottom.
  • Forms: The Summernote Tag Helper has a problem with ' (inverted comma) character.

Version 2.0.0

Release Date: Dec. 06, 2017

This version supports Metronic v5.0.7.1 and is the initial release of the Mecons Tag Helper Library.

  • Tag Helper for Alert
  • Tag Helper for Anchor
  • Tag Helper for Badge
  • Tag Helper for Button
  • Tag Helper for Button Group
  • Tag Helper for Datatable
  • Tag Helper for Datepicker
  • Tag Helper for Dropdown Button
  • Tag Helper for Form Input Controls
  • Tag Helper for Form Layout
  • Tag Helper for Form Data Binding and Validation
  • Tag Helper for Grid System
  • Tag Helper for Icon
  • Tag Helper for Markdown
  • Tag Helper for Modal
  • Tag Helper for Popover
  • Tag Helper for Portlet
  • Tag Helper for Progress
  • Tag Helper for Stack
  • Tag Helper for Summernote
  • Tag Helper for Table
  • Tag Helper for Tabs
  • Tag Helper for Timeline
  • Tag Helper for Tooltip