Release notes
2.5.2
- Changes to existing controls
- Tooltip
- Placement now supports option auto.
- BREAKING CHANGE : Default value for placement is now auto.
- ResponsiveNavigation :
- Header can be now set using HeaderTemplate. Content of this template gets inserted into header link.
- GridView :
- Added new TableTheme enum options (such as danger,warning,...)
- DateTimePicker :
- Fixed popup positioning on longer pages.
- Modified algorithm which decides whether popup displays above or bellow input.
- Icon :
- Optimized icon serving when using binging.
- Tooltip
2.5.1
- Package updates
- DotVVM upgraded to 2.5.1
- Changes to existing controls
- TabControl
- Added support for setting Visible property on TabItem
- ResponsiveNavigation
- Added property HeaderImageAltText for setting alt text of image.
- Added property HeaderImageTooltip for setting title property of image.
- TabControl
2.4.0.10
New controls
Changes to existing controls
- Toast
- Fixed bug in OnShown and OnHide events.
- OnShown and OnHide events are no longer called immediately after page load. Those events are now called only after client side change.
- Toast
Other changes
- General bug fixes in Custom CSS feature.
2.3.1
Package updates
- Dotvvm upgraded to 2.3.1
Changes to existing controls
- Tooltip and Popover
- Added AutoCloseMonitoringDepth property which allows to set how many levels of ancestors would be monitored for element removal. Detecting removal of Tooltip | Popover source element or its parents would close Tooltip | Popover.
- Tooltip and Popover
2.3.0
Package updates
- Dotvvm upgraded to 2.3.0
Changes to existing controls
- CheckBox
- Added RenderLabel property which allows user to set whether checkbox should render label.
When not set than label will be rendered only if needed.
- Added RenderLabel property which allows user to set whether checkbox should render label.
- RadioButton
- Added RenderLabel property which allows user to set whether checkbox should render label.
When not set than label will be rendered only if needed.
- Added RenderLabel property which allows user to set whether checkbox should render label.
- CheckBox
Other changes
- Users can now specify their own IResource to be used as BoostrapJs, BootstrapCss and JQuery.
Usage example
- Users can now specify their own IResource to be used as BoostrapJs, BootstrapCss and JQuery.
2.2.0
Package updates
- Dotvvm upgraded to 2.2.0
Bug fixes
- BootstrapItemsControl
Base for most controls with DataSource- Data context is now correctly set for child controls.
- GridView
- All HTML attributes are now present on correct element when MaximumScreenSizeBeforeScrollBarShows is set to None
- other small bug fixes
- BootstrapItemsControl
2.1.0
First stable ( non-preview ) release.
Package updates
- Dotvvm upgraded to 2.1.0
- Bootstrap upgraded to 4.3.1
New controls
Changes to existing controls
- Carousel
- Added ImageAlternateTextBinding property
- CheckBox
- BREAKING CHANGE : enum BootstrapFormStyle used in FormControlStyle property renamed to CheckBoxStyle
- CheckBoxFormGroup
- BREAKING CHANGE : enum BootstrapFormStyle used in FormControlStyle property renamed to CheckBoxStyle
- GridView
- Added Border property
- Added Caption property
- BREAKING CHANGE : Boolean IsResponsive property was replaced by MaximumScreenSizeBeforeScrollBarShows enum
- ListGroup
- Added Type property
- Added MaximumScreenSizeBeforeChangeToVertical property
- ModalDialog
- Added ScrollableContent property
- Added new XL Size
- Popover
- Added AllowHtmlSanitization property
- ResponsiveNavigation
- BREAKING CHANGE : enum ResponsiveNavigationBreakpoins used in MaximumScreenSizeBeforeCollapse property was renamed to ResponsiveBreakpoints
- Tooltip
- Added AllowHtmlSanitization propery
- Carousel
2.0.0-preview02-final
New controls
Changes to existing controls
- Every items control (
Accordion
,NavigationBar
, etc.) now accepts any child control which implements given interface instead of one concrete implementation (IAccordionItem
instead ofAccordionItem
).
- Every items control (
2.0.0-preview01-final
- First release of Bootstrap 4 controls