Skip to content

Commit

Permalink
Release: 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigure92 committed Jan 20, 2025
1 parent b9c591a commit 94a4490
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MDB5
Version: FREE 8.1.0
Version: FREE 8.2.0

Documentation:
https://mdbootstrap.com/docs/standard/
Expand Down
4 changes: 2 additions & 2 deletions css/mdb.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/mdb.rtl.min.css

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions js/mdb.es.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/mdb.es.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/mdb.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/mdb.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdb-ui-kit",
"version": "8.1.0",
"version": "8.2.0",
"type": "module",
"main": "./js/mdb.umd.min.js",
"module": "./js/mdb.es.min.js",
Expand Down
3 changes: 0 additions & 3 deletions src/js/free/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const EVENT_KEY = `.${DATA_KEY}`;

const Default = {
offset: [0, 2],
flip: true,
boundary: 'clippingParents',
reference: 'toggle',
display: 'dynamic',
Expand All @@ -26,7 +25,6 @@ const Default = {

const DefaultType = {
offset: '(array|string|function)',
flip: 'boolean',
boundary: '(string|element)',
reference: '(string|element|object)',
display: 'string',
Expand Down Expand Up @@ -121,7 +119,6 @@ class Dropdown extends BSDropdown {
{
name: 'preventOverflow',
options: {
altBoundary: this._config.flip,
boundary: this._config.boundary,
},
},
Expand Down
2 changes: 2 additions & 0 deletions src/scss/free/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
--#{$prefix}box-shadow-color: #{$box-shadow-color};
--#{$prefix}box-shadow-color-rgb: #{to-rgb($box-shadow-color)};
--#{$prefix}stepper-mobile-bg: #{$stepper-mobile-bg};
--#{$prefix}datepicker-cell-in-range-background-color: #{$datepicker-cell-in-range-background-color};
}

@if $enable-dark-mode {
Expand Down Expand Up @@ -57,6 +58,7 @@
--#{$prefix}box-shadow-color: #{$box-shadow-color-dark};
--#{$prefix}box-shadow-color-rgb: #{to-rgb($box-shadow-color-dark)};
--#{$prefix}stepper-mobile-bg: #{$stepper-mobile-bg-dark};
--#{$prefix}datepicker-cell-in-range-background-color: #{$datepicker-cell-in-range-bg-dark};
// scss-docs-end root-dark-mode-vars
}
}
1 change: 1 addition & 0 deletions src/scss/free/_variables-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ $form-control-label-color-dark: $gray-400 !default;
$form-control-disabled-bg-dark: $gray-700 !default;
$box-shadow-color-dark: $black !default;
$stepper-mobile-bg-dark: $body-tertiary-bg-dark !default;
$datepicker-cell-in-range-bg-dark: $gray-700 !default;
// scss-docs-start mdb-global-dark-theme-variables

// Accordion
Expand Down
1 change: 1 addition & 0 deletions src/scss/free/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ $form-control-label-color: $gray-600 !default;
$form-control-disabled-bg: $gray-300 !default;
$box-shadow-color: $black !default;
$stepper-mobile-bg: $gray-50 !default;
$datepicker-cell-in-range-background-color: $primary-border-subtle !default;
// scss-docs-start mdb-global-light-theme-variables

// Body
Expand Down

0 comments on commit 94a4490

Please sign in to comment.