Skip to content

Commit 5884027

Browse files
committed
Ship v4.1.0
1 parent 3de3673 commit 5884027

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+101
-52
lines changed

README.md

Lines changed: 2 additions & 2 deletions

_config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@ toc:
5252

5353
# vars
5454
cdn:
55-
bs_css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
55+
bs_css: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
5656
bs_css_docs: "https://getbootstrap.com/assets/css/docs.min.css"
57-
bs_css_hash: "sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
58-
bs_js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
57+
bs_css_hash: "sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
58+
bs_js: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"
5959
bs_js_docs: "https://getbootstrap.com/assets/js/docs.min.js"
60-
bs_js_hash: "sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
60+
bs_js_hash: "sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
6161
jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js"
6262
jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
6363
md_font: "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i|Roboto+Mono:300,400,700|Roboto+Slab:300,400,700"
6464
md_icon: "https://fonts.googleapis.com/icon?family=Material+Icons"
6565
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"
6666
popper_hash: "sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
67-
current_version: "4.0.0"
68-
docs_version: "4.0"
67+
current_version: "4.1.0"
68+
docs_version: "4.1"
6969
download:
70-
source: "https://github.com/Daemonite/material/archive/v4.0.0.zip"
71-
dist: "https://github.com/Daemonite/material/releases/download/v4.0.0/material-4.0.0-dist.zip"
70+
source: "https://github.com/Daemonite/material/archive/v4.1.0.zip"
71+
dist: "https://github.com/Daemonite/material/releases/download/v4.1.0/material-4.1.0-dist.zip"
7272
id:
7373
navbar: "doc-navbar"
7474
navdrawer: "doc-navdrawer"

assets/js/src/nav-drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Util from './util'
33

44
/*
55
* Navigation drawer plguin
6-
* Based on Bootstrap's (v4.0.0) `modal.js`
6+
* Based on Bootstrap's (v4.1.0) `modal.js`
77
*/
88

99
const NavDrawer = (($) => {

assets/js/src/tab-switch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Util from './util'
33

44
/*
55
* Tab indicator animation
6-
* Requires Bootstrap's (v4.0.0) `tab.js`
6+
* Requires Bootstrap's (v4.1.0) `tab.js`
77
*/
88

99
const TabSwitch = (($) => {

assets/js/src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import $ from 'jquery'
22

33
/*
44
* Global util js
5-
* Based on Bootstrap's (v4.0.0) `util.js`
5+
* Based on Bootstrap's (v4.1.0) `util.js`
66
*/
77

88
const Util = (($) => {

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"type": "git",
3434
"url": "https://github.com/Daemonite/material.git"
3535
},
36-
"version": "4.0.0"
36+
"version": "4.1.0"
3737
}

0 commit comments

Comments
 (0)