Skip to content

Commit 81fecf7

Browse files
author
Grzegorz Bujański
committed
release 3.10.2
1 parent be5b9c7 commit 81fecf7

14 files changed

+31
-39
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MDB5
2-
Version: FREE 3.10.1
2+
Version: FREE 3.10.2
33

44
Documentation:
55
https://mdbootstrap.com/docs/standard/

css/mdb.dark.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.dark.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.dark.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,29 @@
1818
<link rel="stylesheet" href="css/mdb.min.css" />
1919
</head>
2020
<body>
21-
<!-- Start your project here-->
22-
<div class="container pt-5">
23-
<div class="d-flex justify-content-center align-items-center pt-5">
24-
<div class="">
21+
<!-- Start your project here-->
22+
<div class="container">
23+
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
2524
<div class="text-center">
26-
<img class="mb-4" src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png" style="width: 180px;" />
25+
<img
26+
class="mb-4"
27+
src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png"
28+
style="width: 250px; height: 90px;"
29+
/>
30+
<h5 class="mb-3">Thank you for using our product. We're glad you're with us.</h5>
31+
<p class="mb-3">MDB Team</p>
32+
<a
33+
class="btn btn-primary btn-lg"
34+
href="https://mdbootstrap.com/docs/standard/getting-started/"
35+
target="_blank"
36+
role="button"
37+
>Start MDB tutorial</a
38+
>
2739
</div>
28-
<h5 class="mb-3">This is MDB Free</h5>
29-
30-
<p>We hope it exceeds your expectations.<br>
31-
1. Please report all bugs on our <a href="https://mdbootstrap.com/support/cat/standard/">support forum</a><br>
32-
2. Help us improve with a <a href="https://forms.gle/RDgpTr9z5SAx2Y5w9">4 minute feedback survey</a><br>
33-
3. Access MDB GO for <a href="https://mdbootstrap.com/docs/standard/cli/">free hosting & deployment</a><br>
34-
</p>
35-
<p>Keep coding,<br>
36-
MDB Team</p>
37-
<hr>
38-
<a class="btn btn-primary btn-lg btn-block" href="https://mdbootstrap.com/docs/standard/getting-started/"
39-
target="_blank" role="button">Start with MDB tutorials</a>
40-
<a class="btn btn-primary btn-lg btn-block" href="https://mdbootstrap.com/docs/standard/cli/"
41-
target="_blank" role="button">Start with backend template</a>
42-
<p class="mt-3 text-center mb-0">PS. Free users get PRO cheaper</p>
43-
<a class="btn btn-danger btn-lg btn-block" href="https://mdbootstrap.com/sale/unique/"
44-
target="_blank" role="button">UPGRADE WITH DISCOUNT</a>
4540
</div>
4641
</div>
47-
</div>
48-
<!-- End your project here-->
42+
<!-- End your project here-->
43+
4944
<!-- MDB -->
5045
<script type="text/javascript" src="js/mdb.min.js"></script>
5146
<!-- Custom scripts -->

js/mdb.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mdb.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdb-ui-kit",
3-
"version": "3.10.1",
3+
"version": "3.10.2",
44
"main": "js/mdb.min.js",
55
"homepage": "https://mdbootstrap.com/docs/standard/",
66
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",

src/js/free/scrollspy.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ class ScrollSpy extends BSScrollSpy {
3131
constructor(element, data) {
3232
super(element, data);
3333

34-
this._scrollElement = element.tagName === 'BODY' ? window : element;
3534
this._collapsibles = [];
3635
this._init();
3736
}
3837

3938
dispose() {
4039
EventHandler.off(this._scrollElement, EVENT_ACTIVATE_BS);
41-
this._scrollElement = null;
4240

4341
super.dispose();
4442
}

src/scss/mdb.free.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
@import './bootstrap-rtl-fix/close';
4141
@import './bootstrap-rtl-fix/toasts';
4242
@import './bootstrap-rtl-fix/modal';
43-
@import './bootstrap-rtl-fix/tooltip';
4443
@import './bootstrap-rtl-fix/popover';
4544
@import './bootstrap-rtl-fix/carousel';
4645
@import './bootstrap-rtl-fix/spinners';

0 commit comments

Comments
 (0)