Skip to content

Commit

Permalink
4.5.3 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
djibe committed Nov 9, 2020
1 parent c51c7dd commit 9140441
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@
## Future releases

- NPM package
- Improve documentation
- More plugins integration + documentation (Input mask, Calendar)
- Full-width dialogs

## 4.5.3 - RC2

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

Expand Down
12 changes: 9 additions & 3 deletions css/material.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/material.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/material.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/material.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/docs.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/docs.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="typography-display-4" id="{{ site.id.main }}">Material 2</h1>
<a class="btn btn-lg btn-primary mb-3 mr-3" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/">
<i class="material-icons mr-2">code</i>Documentation
</a>
<a class="btn btn-lg btn-light mb-3" data-toggle="modal" href="#doc-modal-download">
<a class="btn btn-lg btn-light text-primary mb-3" data-toggle="modal" href="#doc-modal-download">
<i class="material-icons mr-2">cloud_download</i>Download
</a>
</div>
Expand Down

0 comments on commit 9140441

Please sign in to comment.