Skip to content

Commit 1ec39ad

Browse files
committed
Minor doc fix
1 parent f643524 commit 1ec39ad

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

docs/4.5/getting-started/introduction.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,25 @@ Be sure to have your pages set up with the latest design and development standar
105105

106106
<!-- CSS -->
107107
<!-- Add Material font (Roboto) and Material icon as needed -->
108+
109+
<link rel="preconnect" href="https://fonts.googleapis.com/">
110+
<link rel="preconnect" href="https://fonts.gstatic.com/">
111+
<link rel="preconnect" href="https://cdn.jsdelivr.net/">
108112
<link href="{{ site.cdn.md_font }}" rel="stylesheet">
109113
<link href="{{ site.cdn.md_icon }}" rel="stylesheet">
110114

111-
<!-- Add Material CSS, replace Bootstrap CSS -->
112-
<link href="https://cdn.jsdelivr.net/gh/djibe/material@4.4.1-beta.4/css/material.min.css" rel="stylesheet">
115+
<!-- Add Material CSS -->
116+
<link href="https://cdn.jsdelivr.net/gh/djibe/material@4.5.0-rc1/css/material.min.css" rel="stylesheet">
113117
</head>
114118
<body>
115119
<h1>Hello, world!</h1>
116120

117121
<!-- Optional JavaScript -->
118-
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
119-
<script src="{{ site.cdn.jquery }}"></script>
120-
<script src="{{ site.cdn.popper }}"></script>
121-
<script src="{{ site.cdn.bs_js }}"></script>
122+
<script crossorigin="anonymous" integrity="{{ site.cdn.jquery_hash }}" src="{{ site.cdn.jquery }}"></script>
123+
<script crossorigin="anonymous" integrity="{{ site.cdn.bs_js_hash }}" src="{{ site.cdn.bs_js }}"></script>
122124

123125
<!-- Then Material JavaScript on top of Bootstrap JavaScript -->
124-
<script src="https://cdn.jsdelivr.net/gh/djibe/material@4.4.1-beta.4/js/material.min.js"></script>
126+
<script src="https://cdn.jsdelivr.net/gh/djibe/material@4.5.0-rc1/js/material.min.js" async></script>
125127
</body>
126128
</html>
127129
{% endhighlight %}

docs/4.5/getting-started/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Material monitors the changes in the Bootstrap project so the exact same Bootstr
1212

1313
**This page will focus on the changes that are unique to Material.**
1414

15-
## v4.5 - beta
16-
Move to BS 4.5.0, improve components, fix bugs
15+
## v4.5 - Release Candidate
16+
Upgrade to Bootstrap 4.5.0, new ripple effect, fixes switch component, improve components, fix bugs
1717

1818
## v4.4.1 - beta
1919
Improve components, fix bugs

0 commit comments

Comments
 (0)