Skip to content

Commit 330502e

Browse files
authored
Merge pull request #258 from Smankusors/release-1.1.0
Release 1.1.0
2 parents 4463268 + 6c5c8d1 commit 330502e

File tree

12 files changed

+18030
-5050
lines changed

12 files changed

+18030
-5050
lines changed

CHANGELOG.md

Lines changed: 114 additions & 75 deletions
Large diffs are not rendered by default.

dist/css/materialize.css

Lines changed: 618 additions & 1143 deletions
Large diffs are not rendered by default.

dist/css/materialize.min.css

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

dist/js/materialize.js

Lines changed: 3655 additions & 3777 deletions
Large diffs are not rendered by default.

dist/js/materialize.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.

docs/css/ghpages-materialize.css

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

package-lock.json

Lines changed: 13616 additions & 28 deletions
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
@@ -3,7 +3,7 @@
33
"description": "Builds Materialize distribution packages",
44
"author": "Alvin Wang, Alan Chang",
55
"homepage": "https://materializecss.github.io/materialize/",
6-
"version": "1.1.0-alpha",
6+
"version": "1.1.0",
77
"main": "dist/js/materialize.js",
88
"style": "dist/css/materialize.css",
99
"sass": "sass/materialize.scss",

pug/getting_started/getting_started_content.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ <h3 class="header">Download</h3>
2323
<div class="col s12 m6">
2424
<h5>Materialize</h5>
2525
<p>This is the standard version that comes with both the minified and unminified CSS and JavaScript files. This option requires little to no setup. Use this if you are unfamiliar with Sass.</p>
26-
<a id="download-source" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0-alpha/materialize-v1.1.0-alpha.zip">Materialize<i class="material-icons right">file_download</i></a>
26+
<a id="download-source" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0/materialize-v1.1.0.zip">Materialize<i class="material-icons right">file_download</i></a>
2727
</div>
2828
<div class="col s12 m6">
2929
<h5>Sass</h5>
3030
<p>This version contains the source SCSS files. By choosing this version you have more control over which components to include. You will need a Sass compiler if you choose this option.</p>
31-
<a id="download-sass" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0-alpha/materialize-src-v1.1.0-alpha.zip">Source<i class="material-icons right">file_download</i></a>
31+
<a id="download-sass" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0/materialize-src-v1.1.0.zip">Source<i class="material-icons right">file_download</i></a>
3232
</div>
3333
<div class="col s12">
3434
<br>
@@ -39,10 +39,10 @@ <h5>CDN</h5>
3939
<i class="material-icons copyButton">content_copy</i>
4040
<code class="language-markup copiedText">
4141
&lt;!-- Compiled and minified CSS -->
42-
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]-alpha/dist/css/materialize.min.css">
42+
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]/dist/css/materialize.min.css">
4343

4444
&lt;!-- Compiled and minified JavaScript -->
45-
&lt;script src="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]-alpha/dist/js/materialize.min.js">&lt;/script>
45+
&lt;script src="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]/dist/js/materialize.min.js">&lt;/script>
4646
</code></pre>
4747
</div>
4848
<div class="col s12">

pug/index/index_content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h4 class="light">Simple. Built on open source. The responsive front-end library
1111
<div class="row center">
1212
<a href="getting-started.html" id="download-button" class="btn-large waves-effect waves-light">Get Started</a>
1313
</div>
14-
<div class="row center"><a class="current-version-number" href="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/materializecss/materialize">Release: 1.1.0-alpha</a></div>
14+
<div class="row center"><a class="current-version-number" href="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/materializecss/materialize">Release: 1.1.0</a></div>
1515
<br>
1616
</div>
1717
<div class="github-commit">

0 commit comments

Comments
 (0)