Skip to content

Commit 9140441

Browse files
committed
4.5.3 RC2
1 parent c51c7dd commit 9140441

File tree

8 files changed

+19
-10
lines changed

8 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@
55
## Future releases
66

77
- NPM package
8+
- Improve documentation
89
- More plugins integration + documentation (Input mask, Calendar)
910
- Full-width dialogs
1011

1112
## 4.5.3 - RC2
1213

13-
- **New**. Sliders are designed as Material guidelines 2 + **ionRangeSlider** plugin styled accordingly.
14+
- **New**. Sliders are designed as Material guidelines 2
15+
**ionRangeSlider** plugin styled accordingly.
1416
- Removed Dark theme media-query until improvement (opt-in via `$enable-dark-theme-media-query` variable).
1517
Dark theme can still be used by applying `data-theme="dark"` to `<html>` opening tag (Material > Dark theme documentation).
1618
- **Fixed** `List-group-item-icon` flex-shrink and color.
19+
- **Fixed** `dropdown-toggle` alignment in Navbar.
1720
- **Fixed** Select input styling.
1821
- **Fixed** Select2 plugin. Placeholder color, container max-width, dropup animation.
1922

css/material.css

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

css/material.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/material.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/material.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/docs.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/docs.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1 class="typography-display-4" id="{{ site.id.main }}">Material 2</h1>
3131
<a class="btn btn-lg btn-primary mb-3 mr-3" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/">
3232
<i class="material-icons mr-2">code</i>Documentation
3333
</a>
34-
<a class="btn btn-lg btn-light mb-3" data-toggle="modal" href="#doc-modal-download">
34+
<a class="btn btn-lg btn-light text-primary mb-3" data-toggle="modal" href="#doc-modal-download">
3535
<i class="material-icons mr-2">cloud_download</i>Download
3636
</a>
3737
</div>

0 commit comments

Comments
 (0)