release 3.10.2

This commit is contained in:
Grzegorz Bujański 2022-01-17 10:52:59 +01:00
parent be5b9c72b4
commit 81fecf70ac
14 changed files with 31 additions and 39 deletions

View File

@ -1,5 +1,5 @@
MDB5 MDB5
Version: FREE 3.10.1 Version: FREE 3.10.2
Documentation: Documentation:
https://mdbootstrap.com/docs/standard/ https://mdbootstrap.com/docs/standard/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
css/mdb.min.css vendored
View File

@ -1,6 +1,6 @@
/*! /*!
* MDB5 * MDB5
* Version: FREE 3.10.1 * Version: FREE 3.10.2
* *
* *
* Copyright: Material Design for Bootstrap * Copyright: Material Design for Bootstrap

File diff suppressed because one or more lines are too long

2
css/mdb.rtl.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -18,34 +18,29 @@
<link rel="stylesheet" href="css/mdb.min.css" /> <link rel="stylesheet" href="css/mdb.min.css" />
</head> </head>
<body> <body>
<!-- Start your project here--> <!-- Start your project here-->
<div class="container pt-5"> <div class="container">
<div class="d-flex justify-content-center align-items-center pt-5"> <div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
<div class="">
<div class="text-center"> <div class="text-center">
<img class="mb-4" src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png" style="width: 180px;" /> <img
class="mb-4"
src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png"
style="width: 250px; height: 90px;"
/>
<h5 class="mb-3">Thank you for using our product. We're glad you're with us.</h5>
<p class="mb-3">MDB Team</p>
<a
class="btn btn-primary btn-lg"
href="https://mdbootstrap.com/docs/standard/getting-started/"
target="_blank"
role="button"
>Start MDB tutorial</a
>
</div> </div>
<h5 class="mb-3">This is MDB Free</h5>
<p>We hope it exceeds your expectations.<br>
1. Please report all bugs on our <a href="https://mdbootstrap.com/support/cat/standard/">support forum</a><br>
2. Help us improve with a <a href="https://forms.gle/RDgpTr9z5SAx2Y5w9">4 minute feedback survey</a><br>
3. Access MDB GO for <a href="https://mdbootstrap.com/docs/standard/cli/">free hosting & deployment</a><br>
</p>
<p>Keep coding,<br>
MDB Team</p>
<hr>
<a class="btn btn-primary btn-lg btn-block" href="https://mdbootstrap.com/docs/standard/getting-started/"
target="_blank" role="button">Start with MDB tutorials</a>
<a class="btn btn-primary btn-lg btn-block" href="https://mdbootstrap.com/docs/standard/cli/"
target="_blank" role="button">Start with backend template</a>
<p class="mt-3 text-center mb-0">PS. Free users get PRO cheaper</p>
<a class="btn btn-danger btn-lg btn-block" href="https://mdbootstrap.com/sale/unique/"
target="_blank" role="button">UPGRADE WITH DISCOUNT</a>
</div> </div>
</div> </div>
</div> <!-- End your project here-->
<!-- End your project here-->
<!-- MDB --> <!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script> <script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts --> <!-- Custom scripts -->

4
js/mdb.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "mdb-ui-kit", "name": "mdb-ui-kit",
"version": "3.10.1", "version": "3.10.2",
"main": "js/mdb.min.js", "main": "js/mdb.min.js",
"homepage": "https://mdbootstrap.com/docs/standard/", "homepage": "https://mdbootstrap.com/docs/standard/",
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git", "repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",

View File

@ -31,14 +31,12 @@ class ScrollSpy extends BSScrollSpy {
constructor(element, data) { constructor(element, data) {
super(element, data); super(element, data);
this._scrollElement = element.tagName === 'BODY' ? window : element;
this._collapsibles = []; this._collapsibles = [];
this._init(); this._init();
} }
dispose() { dispose() {
EventHandler.off(this._scrollElement, EVENT_ACTIVATE_BS); EventHandler.off(this._scrollElement, EVENT_ACTIVATE_BS);
this._scrollElement = null;
super.dispose(); super.dispose();
} }

View File

@ -40,7 +40,6 @@
@import './bootstrap-rtl-fix/close'; @import './bootstrap-rtl-fix/close';
@import './bootstrap-rtl-fix/toasts'; @import './bootstrap-rtl-fix/toasts';
@import './bootstrap-rtl-fix/modal'; @import './bootstrap-rtl-fix/modal';
@import './bootstrap-rtl-fix/tooltip';
@import './bootstrap-rtl-fix/popover'; @import './bootstrap-rtl-fix/popover';
@import './bootstrap-rtl-fix/carousel'; @import './bootstrap-rtl-fix/carousel';
@import './bootstrap-rtl-fix/spinners'; @import './bootstrap-rtl-fix/spinners';