Don't miss MDB Standard updates! Join our mailing list & receive information whenever a new update is released.
By subscribing you agree to receive the newsletter & commercial information from the data administrator StartupFlow s.c. Kijowska 7, Warsaw. Policy
Version 4.1.0, released 23.05.2022
Fixed & improved:
- Fixed Stepper mobile trigger submit on navigation button click issue
- Fixed Stepper linear jumping to another validated step issue
- Fixed Chips trigger
delete
event issue - Fixed typo in
aria-haspoup
in Autocomplete - Fixed Autocomplete select "No results found" issue
- Fixed Datatable pagination when there no rows issue
- Fixed Toasts
delay
option - Add type="button" to insert horizontal line button in WYSIWYG editor plugin
- Code refactor to simplify code in Transfer plugin
New features:
Version 4.0.0, released 19.04.2022
Dependencies:
- Updated Chart.js from 2.9.3 to 3.7.1 version. Check the updated docs. Main changes:
xAxes
andyAxes
renamed tox
andy
and changed from arrays to objectsgridLines
renamed togrid
fontColor
renamed tocolor
fontFamily
,fontSize
,fontStyle
andfontLineHeight
renamed sequentially tofont.family
,font.size
,font.style
,font.lineHeight
legend, title and tooltip
namespaces moved fromoptions
tooptions.plugins
- removed
moment.js
from dependencies - refactored animations
New Design Blocks:
- Product list and grids - Zoom on hover
- Product categories - Three columns with zoom
- Product filters and sorting - Checked color and size
- Product filters and sorting - Advanced filters
- Store navigation - Centered brand logo
- Product details - Gallery and collapsed details
- Product details - Carousel example
- Forms - Login form welcome back
- Forms - Login form with background image
- Forms - Simple registration form
- Forms - Registration form with background image
- Forms - Subscription form in the card
- Forms - 2 columns subscription form
- Forms - Simple contact form
- Forms - Help and contact form
- Forms - Basic restore password form
- Forms - Login and register form
- Checkout - Advanced checkout form
- Checkout - 2 columns with modals
- Shopping cart - Simple cart
- Shopping cart - Single centered column
- Order history - Basic example
- Order history - Single column
- Product features - A big title
- Product features - Two columns with pictures
- Product features - Three columns
Fixed & improved:
- Updated Calendar:
- moved from
moment
to lightweight dayjs modern alternative redesigned
toolbar, events, views and modals- fixed
events triggering
- replaced view toggle buttons by a
select
- created an
Add Event
button - added Readonly events
- added Modules disabling
- added Blur option
- added Custom attributes integration
- improved
long events
styling - improved responsiveness
- improved events output data parsing
- moved from
- Improved Input border animation
- Added List Group new variant with
.list-group-light
class - Added Select on Tab press dropdown closing feature
- Added
autoSelect
option for Select and Autocomplete components - Fixed Select's first hidden and selected option validation issues
- Integrated Non-invasive modal with other modals while toggling
- Changed table background color on hover state
- Fixed bg-body color in dark theme
Optimized:
- MDB PRO bundle size decreased by 30% thanks to the Chart.js migration
Removed:
Version 3.11.0, released 14.03.2022
Dependencies:
- Updated Font Awesome to 6.0.0 version
Fixed & improved:
- Integrated system-wide animations with our components
- Improved Datepicker current, active and selected elements marking
- Fixed Select validation issues
- Fixed non-invasive Modal focus trap issue
- Improved Checkbox and Radio long labels wrapping
- Add missing
--mdb-bg-opacity
variable - Speed up sidenav toggle animation
Version 3.10.2, released 17.01.2022
Fixed:
Optimization:
- MDB5 docs migration from Wordpress to Hugo
Version 3.10.1, released 22.11.2021
Fixed:
- Fixed placeholder showing on top of a label in type="date" Input field
- Fixed responsiveness of elements with Ripple effect
- Fixed opening Datepicker when other instance is open
- Fixed select children checkbox when parent is selected in Tree view
- Fixed Datepicker and Timepicker opening and closing animations
Version 3.10.0, released 15.11.2021
Dependencies:
- Updated Bootstrap to 5.1.3 version
Fixed:
- Fixed overflowing text on icon in Datepicker
- Fixed dart sass variables divide bug
- Fixed Sidenav slim animation
- Fixed tooltips value in Multi Range Slider
- Fixed navigation when max date is set in Datepicker
- Fixed styles for white Select
- Fixed styles for native select
- Fixed empty filelist after uploading multiple files in File upload
New features:
Version 3.9.0, released 12.07.2021
Fixed:
- Fixed Select init without options
- Fixed Chips active element transition
- Fixed date selection view navigation when min/max date is set in Datepicker
New features:
- Collapsible Scrollspy
Version 3.8.1, released 28.06.2021
Fixed:
- Fixed m/d/yyyy format in Datepicker
- Fixed date selection when min date is set in Datepicker
- Fixed issue with Clipboard when it is inside a modal
- Fixed position option in Toast
- Fixed secondary text = 0 issue in Select
- Fixed Select value after use clear button
- Fixed open Select using external element
- Fixed time selection on mobile devices in Timepicker - no more errors in console.
- Fixed VectorMap is not a constructor bug in Vector maps
- Fixed Treeview is not a constructor bug in Tree view
Version 3.8.0, released 14.06.2021
Fixed & improved:
- Fixed startDate options types in Datepicker
- Fixed setValue methods - the code will no longer stop if the value does not exist Select
- Select now can be used in the Input Groups Select
- Fixed bug when tab is a
<button>
, not<a>
in Tabs - Fixed page content moving after opening Timepicker
- Fixed converting hours from 24h to 12h option in Timepicker
- Fixed closing DateTimepicker on outside click
- Fixed image resize onClick bug when Ripple is added to the image
Version 3.7.1, released 31.05.2021
Fixed
Version 3.7.0, released 31.05.2021
Dependencies:
- Updated Bootstrap to 5.0.1 version
Fixed & improved:
- Prevent toast autohiding if focusing or hovering
- Fix backdrop rootElement not initialized in Modal
- Fix: Click on input outside of dropdown-menu prevents dropdown from closing
- Fixed Sortable
addItem()
method - Prevent to click on toggler when Datetimepicker is open
- Redesign border radius to 0.5rem for components: Accordion, Alerts, Cards, Dropdowns, Modal, List group, Popconfirm, Popover, Toasts, Dateipcker, Timepicker, DateTimePicker
- Add new styles (background color, text color, border radius) for badges
- Add new design of shadows, for now we have shadows soft, shadows standard, shadows strong
- Redesign shadows for components: Cards, Dropdowns, Modal, Popconfirm, Popover, Toasts, Buttons, Button group, Navbar, Pagination, Pills, Sidenav,
- Redesign padding for components: Accordion, Alerts, Cards, List group,
New features:
- Optimization - the possibility of installing individual pro modules has been added to reduce the weight of js and css files imported in the project
Version 3.6.0, released 17.05.2021
Dependencies:
- Updated Bootstrap to 5.0.0 stable version
Fixed & improved:
- Dropdown menus now have option become clickable
- Added support for
.dropdown-items
wrapped in<li>
s - Add
color-scheme
mixin - Make accordion icon rotation more natural
- Decouple backdrop from modal
- Decouple modal's scrollbar functionality
- Simplify modal config
- Simplify scrollspy config
- Make EventHandler better handle mouseenter/mouseleave events
- Refactor dropdown hide functionality
- Fix dropdown escape propagation
- Fix wrong carousel transformation, direction to order
- Scrollbar: respect the initial body overflow value
- Fix input fieldsform-notch multiplication
- Fix datatable with option
- Fix sidenav and navbar z-index
Version 3.5.1, released 04.05.2021
Fixed
- Fixed position of stackable elements when reopened
- Fixed autocomplete width after resize
- Fixed duplicating input notch
- Fixed table transition and background color on hover
- Fixed datatable sort when pagination is off
- Fixed Datepicker and Timepicker z-index
- Fixed carousel interval option
- Fixed width of pills when they're filled or justified
- Fixed accordion styles - removed unnecessary colors, shadows, added needed borders
- Fixed local img display in Ecommerce gallery
Version 3.5.0, released 19.04.2021
Dependencies:
- Updated Bootstrap 5 to Beta 3 version
Changes:
- Removed
flip
option from dropdowns - Lightbox - fixed original size images loading in fullscreen
- Select - updated
z-index
attribute - Accordion - arrow animation updated
- Added new
.list-group-numbered
t groups that uses pseudo-elements for numbering list group items - Added tabs with buttons variation to the tabs component
- Added pills with buttons variation to the pills component
- Added new Reboot documentation page
- Improved carousel swipe behaviors for RTL
- Disabled default select now render consistently in Chrome
- Button elements now grow in
.nav-fill
and.nav-justified
Fixed
- Fixed
text-overflow: ellipsis
for Input label - Fixed focus toggle button after close Timepicker
- Fixed focus toggle button after close Datepicker
- Fixed date picking after clicking on empty area in Datepicker
- Fixed disappearing list items when copying an item in Transfer plugin
- Fixed triggering
onChange
event in Color picker plugin - Fixed default color set in HEX format causes an error in Color picker
- Fixed triggering events in Transfer plugin
- Fixed container width update after resize in Autocomplete
- Fixed Select does not close when another Select is opened
- Fixed Sidenav toggle button stop working if a lightbox is added on the page
- Fixed Sidenav toggle button stop working after selecting option in Select
- Fixed clicking cancel should cancel date and time selection in DateTimepicker
- Fixed Datatable with
selectable
andfixedHeader
options - Fixed Multiselect label position after deselecting all options
- Fixed Timepicker behavior on the page without scroll
- Fixed
event.preventDefault()
does not stop code execution in Dropdown - Fixed height of button within an input group
- fixed tooltips not appearing after rapid focus in and out
- fixed dropdown events not bubbling and forms inside dropdowns not propagating
- Fixed
min
andmax
date in Datepicker
Version 3.4.0, released 22.03.2021
New features:
- New Dark skin for free users
New plugin:
Fixed
- Fixed Radio buttons styles
- Fixed Checkbox styles
- Fixed Popconfirm file name
Version 3.3.0, released 22.02.2021
Dependencies:
- Update Bootstrap 5 to Beta 2 version
- Update fontAwesome to 5.15.2
Changes:
Navbars
- Added a new
.navbar-nav-scroll
class to enable vertical scrolling when a collapsed navbar is opened. - Re-added
flex-grow
to the.navbar-collapse
to restore the flexbox behaviors from v4 and prevent some content from being inadvertently squished.
Carousels
- Updated docs examples to use
<button>
s wherever possible instead of<a>
elements. - CSS selectors changed for using
<button>
s as indicators (from.carousel-indicators li
to.carousel-indicators [data-bs-target]
).
New plugin:
New component:
Fixed
- Fixed Input radio inline
- Fixed validation in progress
- Fixed for dark theme
- Fixed alert color property update
- Fixed removing listeners on dispose in animation
Deprecated:
.carousel-indicators li
. New:.carousel-indicators [data-mdb-target]
Version 3.2.0, released 25.01.2021
New Plugin:
- Scroll status
New features:
- Added helper text, counter and icons in Inputs
- New dark skin
Fixed
- Popconfirm - Fixed issue with reopening popconfirm after closing with ok button
- Search - Fixed styles
- Fixes for dark theme
Version 3.1.0, released 11.01.2021
Fixed & improved:
- Accordion - Fixed arrows direction
- File input - Styles update to Material styles
- Chips - Fixed padding & events & focus bug
- Input - Fixed overlapping label when input get dynamic value
Version 3.0.0, released 16.12.2020
Home page
MDB5 Standard has become the default version of our site instead of MDB4 jQuery
Dependencies:
- Update Bootstrap 5 to Beta 1 version
Breaking changes:
Data attributes refactor:
All JavaScript components are now namespaced to help distinguish MDB functionality from third parties and your
own code. For example, we use data-mdb-toggle
instead of data-toggle
.
RTL integration:
Part of our approach to adding RTL to MDB was to add it in a way that felt future-friendly to ourselves and the web at large. As such, we’ve embraced the spirit of CSS logical properties and have renamed several classes and variables. It’s a risky change because of the size and impact of the change, but we hope you’ll appreciate it overall!
RTL migration checklist:
Components:
- Renamed
.dropleft
and.dropright
to.dropstart
anddropend
. - Renamed
.dropdown-menu-*-left
and.dropdown-menu-*-right
to.dropdown-menu-*-start
and.dropdown-menu-*-end
. - Renamed
.bs-popover-left
and.bs-popover-right
to.bs-popover-start
and.bs-popover-end
. - Renamed
.bs-tooltip-left
and.bs-tooltip-right
to.bs-tooltip-start
and.bs-tooltip-end
. - Renamed
.carousel-item-left
and.carousel-item-right
to.carousel-item-start
and.carousel-item-end
.
Utilities:
- Renamed
.left-*
and.right-*
to.start-*
and.end-*
. - Renamed
.float-left
and.float-right
to.float-start
and.float-end
. - Renamed
.border-left
and.border-right
to.border-start
and.border-end
. - Renamed
.rounded-left
and.rounded-right
to.rounded-start
and.rounded-end
. - Renamed
.ml-*
and.mr-*
to.ms-*
and.me-*
. - Renamed
.pl-*
and.pr-*
to.ps-*
and.pe-*
. - Renamed
.text-left
and.text-right
to.text-start
and.text-end
.
Mixins:
- Renamed
border-left-radius()
andborder-right-radius()
toborder-start-radius()
andborder-end-radius()
— as well as their corner relative variants (eg..border-bottom-left-radius
became.border-bottom-start-radius
). - Renamed
caret-left()
andcaret-right()
tocaret-start()
andcaret-end()
— subsequently, thecaret()
mixin now takesstart
andend
as arguments instead ofleft
andright
.
Variables:
- New
$breadcrumb-divider-flipped
if a different breadcrumb separator is needed in RTL. - Renamed
$navbar-brand-margin-right
to$navbar-brand-margin-end
. - Renamed
$pagination-margin-left
to$pagination-margin-start
. - Renamed
$form-check-padding-left
to$form-check-padding-start
. - Renamed
$form-switch-padding-left
to$form-switch-padding-start
. - Renamed
$form-check-inline-margin-right
to$form-check-inline-margin-end
. - Renamed
$form-select-feedback-icon-padding-right
to$form-select-feedback-icon-padding-end
.
Other changes:
- Migrated from
node-sass
todart-sass
- Added new accordion component
- Dropped custom file upload plugin
- Added new border rounded sizes
- Modal: removed
show
option - Breadcrumb: simplified appearance, improved extensibility
- Updated interval new method in carousel
- Added new overflow classes
- Added ability to set custom classes in tooltip/popover
- Dropped Edge Legacy support
- Refeactored toast positioning
- Added new
.translate-middle-x
&.translate-middle-y
utilities to horizontally or vertically center absolute/fixed positioned elements - Renamed
scale-color()
function toshift-color()
to avoid collision with Sass’s own color scaling function. - Added
.fs-*
utilities forfont-size
utilities (with RFS enabled). These use the same scale as HTML’s default headings (1-6, large to small), and can be modified via Sass map. - Renamed
.font-weight-*
utilities as.fw-*
for brevity and consistency. - Renamed
.font-style-*
utilities as.fst-*
for brevity and consistency. - Added
.d-grid
to display utilities - Added new gap utilities (.gap) for CSS Grid layouts
Version 2.2.1, released 23.11.2020
Fixed:
- Restored color support for the
note
class.
Version 2.2.0, released 23.11.2020
New plugins:
New integrations:
Updated plugins:
- Drag and drop - fixed main issues
New features:
- Multi-range slider
- Range with thumb
- Added
mdb
events to existing free components - Added stacking utility in Alerts and Toasts
Fixed & improved:
- Theming - improved light theme design & added option to set theme on any element
- Datatables - added row click events
- Input - added form reset integration
- Flags - class refactor & search fix
- Ripple - change trigger event from click to mousedown
Version 2.1.0, released 09.11.2020
New backend integrations:
New plugins:
Updated plugins:
- Tree view - added new features
- eCommerce gallery - added autoHeight attribute
- Table editor - fixed duplicated events & esc keyboard event
New features:
Fixed & improved:
- Datatable - fixed header & columns bug
- Sidenav - fixed collapse on render
- Popconfirm - added animations for popover mode
- Select - added new searchPlaceholder option that allow to change placeholder of the select search input
- Datepicker - added new startDay option that allow to change first day of the week
- Autocomplete - added new initSearch(value) public method that allow to programmatically initialize search results for specified value
Version 2.0.0, released 12.10.2020
Dependencies:
- Update Bootstrap 5 to Alpha 2 version
New features:
New templates:
New plugins:
Updated plugins:
Fixed & improved:
- Add closing animation
- Arrow position update
- AppendToBody option can be disabled
- Hidden mode integration
- Canvas integration
Design updates:
- Improved animations and background setting for
.table
- Fixed
.dropdown-menu
padding size
Deprecated:
.close
. New:.btn-close
,.btn-close-white
.embed
. New:.ratio
.sr-only
,.sr-only-focusable
. New:.visually-hidden
,.visually-hidden-focusable
Version 1.2.0, released 21.09.2020
Fixed & improved:
- Toggler icon position fix
- Z-index update
- Options height change
- Size and form-white new options
- Clear button fix
- Add option for choosing fontAwesome version (free/pro)
- Placeholder is now visible if label is not set
250 new design blocks:
New docs:
New templates:
New plugins:
Version 1.1.0, released 07.09.2020
Fixed & improved:
- Resolved problem with closing the dropdown on input click
- Resolved problem with toggling the dropdown on the input
- Native change event will be correctly emitted on the select element
- Disabled state of the component will be now updated automatically after adding/removing the disabled attribute from the select element
- Correctly hide native select when initializing component manually with the 'new' keyword
- Resolved the problem with page reload on the toggle button click when the component is inside a form
- Added chartjs-datalabels plugin directly to the Chart
- Added default settings for all datasets
- Added Material Select
- Added clickable header
- Resolved problem with label position after step change
New:
- Perfect Scrollbar
- Admin design blocks
- Added new setValue method, that allows to programmatically set selected values
Version 1.0.0 - stable release, released 24.08.2020
The seventh release of MDB 5 and the first stable release. In this version, we focused on testing and confirming stability.
MDB 5 is stable and ready to use in production.
Our approach:
In MDB 5, we mostly use our own solutions, taking from Bootstrap only what is stable and tested.
Our goal was to use all the most popular and stable features of Bootstrap, but at the same time not to rely entirely on Bootstrap itself and build as many of our own solutions as possible.
Together with dozens of our beta testers and the most trusted customers, we have been testing MDB 5 for many months. To be absolutely sure of the stability, we released 4 Alpha and 2 Beta versions before announcing the stable version.
Thanks to this approach, we have control over the source code and we can guarantee its stability.
MDB 5 Pro is also released as a stable version.
MDB 5 ProVersion 1.0.0 Beta 2, released 17.08.2020
The sixth release of MDB 5 and the second Beta release. This is the last release before the stable release and it brings a ton of news and improvements
New components:
- Sidenav
- Animations
- Charts
- Datatables
- Lightbox
- Datapicker
- Timepicker
- Rating
- Select
- Stepper
- Infinite scroll
- Lazy loading
- Touch
- Smooth scroll
- Sticky
- Popconfirm
- Advanced modals
- Alerts
- Toasts
- Animated navbar
New design blocks:
Together with MDB 5 Beta 2 we are also publishing the first version of MDB 5 Pro.
MDB 5 ProVersion 1.0.0 Beta 1, released 03.08.2020
The fifth release of MDB 5 and the first Beta release. After a few months of testing and 4 Alpha releases, the project gains enough stability to release the first Beta.
In this version, we focused entirely on scss and javascript optimization to provide the highest standards and quality of the source code.
Version v1.0.0 Alpha 4, released 20.07.2020
The fourth release of MDB 5. It is a minor release that fixes a few small bugs.
Fixed & improved:
- Fixed issue with floating buttons
- Fixed z-index conflicts
- Fixed issue with input autofill
- Fixed navbar-brand alignment
- Fixed issue with card borders
- Fixed issue with checkbox focus
- Fixed issue with dropdown on mobile
New:
- Form validation
- CDN installation
- Autoinitialization of popovers and tooltips
Version v1.0.0 Alpha 3, released 13.07.2020
The third release of MDB 5. It is a minor release that fixes a few small bugs.
Fixed & improved:
- Fixed issue with outline forms
- Improved footers
- Fixed issue with active state of the toggle button
- Unified sytnax of the hover effects
- Fixed issue with segmented buttons
New:
- Dropdown animation
- New color palette
- Outline form for dark theme
- Notification dropdown
Docs:
- Added utilities docs
Version v1.0.0 Alpha 2, released 06.07.2020
The second release of MDB 5, which fixes many bugs and introduces many improvements.
Fixed & improved:
- Improved animations
- Fixed breadcrumbs in the navbar
- Fixed aligning buttons, icons, images in the navbar
- Fixed aligning icons in floating buttons
- Shadows
- Fixed validation for forms check and input group
- Improved color in the
.bg-light
class - Fixed bugs with displaying the wrong color border in outline input
- Improved styles for input group
- Fixed bug with the ripple display property
New:
- Masks
- Hover effects
- Positioning for modals
- Footer
- Covers
- Floating buttons
Docs:
- Almost all docs updated and improved
- Added API section to each docs
Version v1.0.0 Alpha 1, released 22.06.2020
The initial release of MDB 5 Alpha 1 integrated with Bootstrap 5 Alpha 1.