Skip to content

Commit 5ba03a9

Browse files
authored
Merge pull request #615 from materializecss/release-2.2.2
Release 2.2.2
2 parents c9094dc + 6e9be35 commit 5ba03a9

Some content is hidden

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

73 files changed

+7987
-5181
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ node_modules/
2727

2828
# Ignore lock
2929
yarn.lock
30+
31+
#dist/

README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://materializeweb.com" target="_blank">
3-
<img src="https://materializeweb.com/images/materialize.svg" width="200">
3+
<img src="https://materializeweb.com/images/materialize.svg" width="200"/>
44
</a>
55
</p>
66

@@ -13,19 +13,19 @@
1313
<br>
1414
<br>
1515
<a href="https://github.com/materializecss/materialize/actions/">
16-
<img src="https://github.com/materializecss/materialize/actions/workflows/nightly.yml/badge.svg" alt="GitHub Actions badge">
16+
<img src="https://github.com/materializecss/materialize/actions/workflows/nightly.yml/badge.svg" alt="GitHub Actions badge"/>
1717
</a>
1818
<a href="https://www.npmjs.com/package/@materializecss/materialize">
19-
<img src="https://badge.fury.io/js/%40materializecss%2Fmaterialize.svg" alt="npm version badge">
19+
<img src="https://badge.fury.io/js/%40materializecss%2Fmaterialize.svg" alt="npm version badge"/>
2020
</a>
2121
<a href="https://www.jsdelivr.com/package/npm/@materializecss/materialize">
22-
<img src="https://data.jsdelivr.com/v1/package/npm/@materializecss/materialize/badge" alt="jsDelivr version badge">
22+
<img src="https://data.jsdelivr.com/v1/package/npm/@materializecss/materialize/badge" alt="jsDelivr version badge"/>
2323
</a>
2424
<a href="https://gitter.im/materializecss/materialize">
25-
<img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter badge">
25+
<img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter badge"/>
2626
</a>
2727
<a href="https://opencollective.com/materialize">
28-
<img alt="Open Collective backers and sponsors" src="https://img.shields.io/opencollective/all/materialize">
28+
<img alt="Open Collective backers and sponsors" src="https://img.shields.io/opencollective/all/materialize"/>
2929
</a>
3030
</p>
3131

@@ -50,7 +50,7 @@ This is the core project with all the components. To see how they are used we re
5050
See [Materialize Docs Repo](https://github.com/materializecss/materialize-docs) to see Materialize in Action.
5151

5252
### Releases
53-
Previous releases are available [here](https://github.com/materializecss/materialize/releases).
53+
Previous releases are available [here](https://github.com/materializecss/materialize/releases). You can also find the changelog under each release.
5454

5555
## Supported Browsers:
5656
Materialize is compatible with:
@@ -61,9 +61,6 @@ Materialize is compatible with:
6161
- Opera
6262
- Edge
6363

64-
## Changelog
65-
For changelogs, check out [the Releases section of materialize](https://github.com/materializecss/materialize/releases) or the [CHANGELOG.md](CHANGELOG.md).
66-
6764
## Testing
6865
We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, [here's a starting guide on how to write tests in Jasmine](CONTRIBUTING.md#jasmine-testing-guide).
6966

@@ -91,4 +88,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
9188
[![Backers](https://opencollective.com/materialize/backers.svg?width=890)](https://opencollective.com/materialize#backers)
9289

9390
## Copyright and license
94-
Code Copyright 2024 Materialize. Code released under the MIT license.
91+
Code Copyright 2025 Materialize. Code released under the MIT license.
File renamed without changes.

0 commit comments

Comments
 (0)