Skip to content

Commit fb7617f

Browse files
authored
Merge pull request #14 from materializecss/v2-dev
Release 2.1.1
2 parents 8802244 + 5826c2b commit fb7617f

6 files changed

Lines changed: 874 additions & 3480 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Setup
1515
uses: actions/setup-node@v3
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: pnpm/action-setup@v2
1818
with:
1919
version: 8

getting-started.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h5>Materialize</h5>
3131
tabindex="0"
3232
id="download-source"
3333
class="btn filled waves-effect waves-light icon-right"
34-
href="https://github.com/materializecss/materialize/releases/download/2.1.0/materialize-v2.1.0.zip"
34+
href="https://github.com/materializecss/materialize/releases/download/v2.1.1/materialize-v2.1.1.zip"
3535
>
3636
Materialize<i class="material-icons">file_download</i>
3737
</a>
@@ -46,7 +46,7 @@ <h5>Sass</h5>
4646
tabindex="0"
4747
id="download-sass"
4848
class="btn outlined waves-effect waves-light icon-right"
49-
href="https://github.com/materializecss/materialize/releases/download/2.1.0/materialize-src-v2.1.0.zip"
49+
href="https://github.com/materializecss/materialize/releases/download/v2.1.1/materialize-src-v2.1.1.zip"
5050
>
5151
Source<i class="material-icons right">file_download</i>
5252
</a>
@@ -55,10 +55,10 @@ <h5>Sass</h5>
5555

5656
<div class="is-closed" id="download-thanks">
5757
<div class="card p-3 mt-3">
58-
<p class="primary-text"><b>Thank you for downloading!</b></p>
58+
<p class="m-0 primary-text"><b>Support our work</b></p>
5959
<p class="caption">
60-
We hope you find Materialize useful in your next project. We would appreciate if you help us spread the word about Materialize by giving us a star or support
61-
our work.
60+
Thank you for downloading. We hope you find Materialize useful in your next project. We would appreciate if you help us spread the word about Materialize by
61+
giving us a star or support our work.
6262
</p>
6363
<div class="row">
6464
<a href="https://github.com/materializecss/materialize" target="_blank">
@@ -80,9 +80,9 @@ <h5>CDN</h5>
8080
<span class="copyMessage">Copied!</span>
8181
<i class="material-icons copyButton">content_copy</i>
8282
<code class="language-html copiedText"><xmp><!-- Compiled and minified CSS -->
83-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.0/dist/css/materialize.min.css">
83+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.1/dist/css/materialize.min.css">
8484
<!-- Compiled and minified JavaScript -->
85-
<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.0/dist/js/materialize.min.js"></script>
85+
<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.1/dist/js/materialize.min.js"></script>
8686
</xmp></code></pre>
8787
</div>
8888
<div class="col s12">

packages/materialize

Submodule materialize updated 85 files

partials/navbar.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@
5050
<li class="version">
5151
<a class="dropdown-trigger" href="#" data-target="version-dropdown">
5252
<!-- svg -->
53-
2.1.0<svg class="caret" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
53+
v2.1.1<svg class="caret" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
5454
<path d="M7 10l5 5 5-5z"></path>
5555
<path d="M0 0h24v24H0z" fill="none"></path>
5656
</svg>
5757
</a>
5858
<ul class="dropdown-content" id="version-dropdown">
59+
<li><a>v2.1.1</a></li>
5960
<li><a>2.1.0</a></li>
6061
<li><a>2.0.4</a></li>
6162
<li><a>2.0.3-alpha</a></li>
@@ -74,9 +75,9 @@ <h4>Color Scheme</h4>
7475
<label>Primary Color</label>
7576
<input type="color" id="color-picker" value="#0000ff" />
7677
</div>
77-
<button id="downloadCss" type="button" class="btn">Download css style</button>
78+
<button id="downloadCss" type="button" class="btn tonal">Download css style</button>
7879
</div>
7980
<div class="modal-footer">
80-
<a href="#!" class="modal-close waves-effect btn-flat">Close</a>
81+
<a href="#!" class="modal-close waves-effect btn text">Close</a>
8182
</div>
8283
</div>

0 commit comments

Comments
 (0)