Skip to content

Releases: ahmadfajar/vue-mdbootstrap

v2.1.7

03 Feb 16:22

Choose a tag to compare

Change Logs

  • BsTextArea: fixed bug could not determine its height when auto-grow and readonly were enabled and the model-value wasn't empty.

v2.1.6

01 Feb 11:54

Choose a tag to compare

Change Logs

  • BsButton:
    • Improve inner element spacing and padding when dropdown-toggle is enabled.
    • Improve spacing between icon and caret when default-slot is empty or undefined and dropdown-toggle is enabled.
  • BsTab: fixed bug that caused v-if to not work as expected.
  • BsTooltip: improve show or hide animation timing.

v2.1.5

30 Dec 04:57

Choose a tag to compare

Change Logs

  • BsTooltip: improve arrow positioning when activator width greater than tooltip width.
  • AxiosPlugin:
    • Expose $http.patch method.
    • Detect form object for data provided to the $http.post, $http.patch, $http.put methods and execute appropriate axios method.

v2.1.4

28 Dec 16:15

Choose a tag to compare

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

10 Dec 00:28

Choose a tag to compare

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

07 Dec 18:15

Choose a tag to compare

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 column property when its value was set to 1.
  • BsIconFontawesome: removed unused property and fixed typescript declaration.

v2.1.1

04 Dec 00:52

Choose a tag to compare

Change Logs

  • BsColorPicker: rename property outlineModeButton to modeButtonOutlined.
  • BsTooltip: fixed bug inconsistent arrow color.
  • Rename component BsFontAwesome to BsIconFontawesome for consistency.
  • Improve typescript doc comments.

v2.1.0

03 Dec 10:13

Choose a tag to compare

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 icon property to better accommodate Google Material Symbols.
    • Add new property filled to better accommodate Google Material Symbols.
  • BsAlert, BsChip, BsChipGroup:
    • Improve icon property to better accommodate Google Material Symbols.
    • Improve icon-variant property to better accommodate Google Material Symbols.
    • Change property of icon-variant default value to outlined.
  • BsAvatar, BsTab, BsListTileLeading, BsListNavItem, BsButton, BsToggleButton, BsToggleField:
    • Add new property icon-variant to better accommodate Google Material Symbols.
    • Improve icon property to better accommodate Google Material Symbols.
  • BsChipField, BsTextArea, BsTextField, BsNumericField, BsDateTimeField, BsCombobox:
    • Improve properties: append-icon, append-icon-outer, prepend-icon, prepend-icon-outer and action-icon-variant to better accommodate Google Material Symbols.

v2.0.15

14 Nov 16:03

Choose a tag to compare

Change Logs

  • BsTooltip: add new properties activator and arrow-off. And improve CSS variables.

v2.0.14

13 Nov 17:20

Choose a tag to compare

Change Logs

  • BsLightbox: add z-index property 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.