Releases: ahmadfajar/vue-mdbootstrap
Releases · ahmadfajar/vue-mdbootstrap
v2.1.7
v2.1.6
Change Logs
- BsButton:
- Improve inner element spacing and padding when
dropdown-toggleis enabled. - Improve spacing between icon and caret when
default-slotis empty or undefined anddropdown-toggleis enabled.
- Improve inner element spacing and padding when
- BsTab: fixed bug that caused
v-ifto not work as expected. - BsTooltip: improve show or hide animation timing.
v2.1.5
Change Logs
- BsTooltip: improve arrow positioning when activator width greater than tooltip width.
- AxiosPlugin:
- Expose
$http.patchmethod. - Detect form object for data provided to the
$http.post,$http.patch,$http.putmethods and execute appropriate axios method.
- Expose
v2.1.4
Change Logs
Feature and improvement on BsTooltip:
- Prevent displaying tooltip beyond the screen viewport by shifting its coordinates or reversing its placement.
- Automatically adjust arrow positioning.
v2.1.3
Change Logs
Feature and improvement on BsNotification:
- Add feature to enable hiding the notification icon.
- Improves initializing and removes unnecessary html element.
- Improves the notification provider in handling and processing notification items.
- Improves css variables and classes.
v2.1.2
Change Logs
- BsAppbarTitle: fixed bug incorrect left margin when placed as the first child of
<BsAppbar>. - BsBreadcrumb: fixed css variables.
- BsCheckboxGroup, BsRadioGroup: fixed column layout bug that did not respect the
columnproperty when its value was set to1. - BsIconFontawesome: removed unused property and fixed typescript declaration.
v2.1.1
Change Logs
- BsColorPicker: rename property
outlineModeButtontomodeButtonOutlined. - BsTooltip: fixed bug inconsistent arrow color.
- Rename component BsFontAwesome to BsIconFontawesome for consistency.
- Improve typescript doc comments.
v2.1.0
Change Logs
- Migrate Google Material Icons to Google Material Symbol. This migration improve icon naming consistency, clarity and reduce the bundle size.
- Migrate scss files from legacy SASS to modern SASS.
- Reduce the number of color variants for each component on main css file (comply to Bootstrap colors with some addition) and put other color variants on different css file. This action greatly reduces the size of the main css file.
- New components: BsFontAwesome, BsBreadcrumb and BsImageUploader.
- BsIcon, BsIconSvg, BsToggleIcon:
- Improve
iconproperty to better accommodate Google Material Symbols. - Add new property
filledto better accommodate Google Material Symbols.
- Improve
- BsAlert, BsChip, BsChipGroup:
- Improve
iconproperty to better accommodate Google Material Symbols. - Improve
icon-variantproperty to better accommodate Google Material Symbols. - Change property of
icon-variantdefault value tooutlined.
- Improve
- BsAvatar, BsTab, BsListTileLeading, BsListNavItem, BsButton, BsToggleButton, BsToggleField:
- Add new property
icon-variantto better accommodate Google Material Symbols. - Improve
iconproperty to better accommodate Google Material Symbols.
- Add new property
- BsChipField, BsTextArea, BsTextField, BsNumericField, BsDateTimeField, BsCombobox:
- Improve properties:
append-icon,append-icon-outer,prepend-icon,prepend-icon-outerandaction-icon-variantto better accommodate Google Material Symbols.
- Improve properties:
v2.0.15
Change Logs
- BsTooltip: add new properties
activatorandarrow-off. And improve CSS variables.
v2.0.14
Change Logs
- BsLightbox: add
z-indexproperty to control component stacking within HTML layers. - BsPopover: improve UI display positioning.
- BsTooltip: improve UI performance.
- BsArrayStore: fixed bug loading state was not updated when method load was called without argument.