Skip to content

Commit aed84d2

Browse files
committed
Release 4.6.0-rc1
1 parent e716a55 commit aed84d2

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
## 4.6.0 - RC1
1212

13-
- **New** Upgraded to Bootstrap 4.6.
14-
https://blog.getbootstrap.com/2021/01/19/bootstrap-4.6.0/
13+
- **New** Upgraded to Bootstrap 4.6.
1514
- **Updated** docs for BS 4.6.
1615
- **Updated** JS dependencies from BS 4.6.
1716
- **Fixed** Removed link:hover underline.

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ djibe-material/
6464
│ ├── material.css
6565
│ ├── material.css.map
6666
│ ├── material.min.css
67-
│ └── material.min.css.map
67+
│ ├── material.min.css.map
68+
| ├── material-plugins.css
69+
│ ├── material-plugins.css.map
70+
│ ├── material-plugins.min.css
71+
│ └── material-plugins.min.css.map
6872
└── js/
6973
├── material.js
7074
├── material.js.map
@@ -74,6 +78,8 @@ djibe-material/
7478

7579
We provide compiled CSS and JavaScript (`material.*`), as well as compiled and minified CSS and JavaScript (`material.min.*`). CSS and JavaScript source maps (`material.*.map`) are also available for use with certain browsers' developer tools.
7680

81+
`material-plugins.css` is an addon containing suitable style for the Plugins (see doc's Plugin section).
82+
7783
The Material 2 source code download includes the precompiled CSS and JavaScript, along with documentation and source assets. More specifically, it includes the following and more:
7884

7985
```
@@ -85,9 +91,13 @@ djibe-material/
8591
│ ├── material.css
8692
│ ├── material.css.map
8793
│ ├── material.min.css
88-
│ └── material.min.css.map
94+
│ ├── material.min.css.
95+
│ ├── material-plugins.css
96+
│ ├── material-plugins.css.map
97+
│ ├── material-plugins.min.css
98+
│ └── material-plugins.min.css.map
8999
├── docs/
90-
│ └── 4.5/
100+
│ └── 4.6/
91101
└── js/
92102
├── material.js
93103
├── material.js.map
@@ -97,11 +107,11 @@ djibe-material/
97107

98108
## Documentation
99109

100-
Material's 2 documentation that is included in this repo located in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at <http://djibe.github.io/material/>. The docs can also be hosted locally.
110+
Material's 2 documentation that is included in this repo located in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at <https://djibe.github.io/material/>. The docs can also be hosted locally.
101111

102112
### Running Documentation Locally
103113

104-
1. Run through the [tooling setup](https://djibe.github.io/material/docs/4.5/getting-started/tooling/#getting-started) to install Jekyll and other Ruby dependencies with `bundle install`.
114+
1. Run through the [tooling setup](https://djibe.github.io/material/docs/4.6/getting-started/tooling/#getting-started) to install Jekyll and other Ruby dependencies with `bundle install`.
105115
2. Run `npm install` to install Node.js dependencies.
106116
3. Run `npm run dist` and `npm run docs` to rebuild distributed CSS and JavaScript files, as well as docs assets.
107117
4. If you had end-of-line errors when running the commands indicated in step #3 then, please follow [this step](#end-of-line-fix) before proceeding, or else proceed to step #5.
@@ -125,11 +135,11 @@ In order to fix this problem, you have to save all modified files that is not ye
125135

126136
#### Command Notes
127137

128-
- At command #1, we have to configure github to stop interpretting our files in the repo to convert the end-of-line to **CRLF**.
138+
- At command #1, we have to configure github to stop interpreting our files in the repo to convert the end-of-line to **CRLF**.
129139
- At command #2, since we configured our github to stop converting those into **CRLF** where it is expected to be **LF**, we have to remove all the cache files and remove them in recursive way in the same path where your command line directory is at. (For instance, your command line target path is this repository.)
130140
- And finally at command #3, we have to reset the state of your saved local repo by issuing `--hard` command. Where, all modified files that is not included in the latest commit of repo will be removed.
131141

132-
Now try issuing commands from the recent steps earlier and *****that should work fine*****.
142+
Now try issuing commands from the recent steps earlier and ***that should work fine***.
133143

134144
## Quick start
135145

docs-assets/js/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
// Docsearch
6262
/* docsearch({
6363
algoliaOptions: {
64-
facetFilters: ['version: 4.5']
64+
facetFilters: ['version: 4.6']
6565
},
6666
apiKey: 'c1af50add5aa791153ec947a3035b0c4',
6767
debug: false,

0 commit comments

Comments
 (0)