Commit Graph

411 Commits

Author SHA1 Message Date
Stanislav Romanov
43bc5d8a09 Added ember-mdi into getting-started 2018-03-03 13:37:39 +03:00
Austin Andrews
4b3c2ea7dd Merge branch 'master' of https://github.com/Templarian/MaterialDesign 2018-03-01 12:19:37 -06:00
Austin Andrews
f4dc2d42c8 6 Various Icons. 2018-03-01 12:19:30 -06:00
Peter Noble
4a1c8fe285 Update CONTRIBUTING.md 2018-02-27 15:07:59 +00:00
Austin Andrews
fba82e1856 9 New Icons. 2018-02-25 22:24:12 -06:00
Austin Andrews
684c25da55 ~20 Icons. 2018-02-25 12:56:33 -06:00
Austin Andrews
29376efffe 6 New Icons. 2018-02-11 14:52:49 -06:00
Austin Andrews
c36acfabae Merge branch 'master' of https://github.com/Templarian/MaterialDesign 2018-02-03 12:08:49 -06:00
Austin Andrews
6710cc254f 5 New icons. 2018-02-03 12:08:46 -06:00
Peter Noble
bc7c428fa3 Merge pull request #2771 from jkkealii/patch-1
Forgot the 't' in Bootstrap on getting-started
2018-01-25 14:17:56 +00:00
Josh Kuroda
52cf6ef42d Forgot the 't' in Bootstrap on getting-started 2018-01-24 08:32:24 -08:00
Austin Andrews
d00280e552 Merge branch 'master' of https://github.com/Templarian/MaterialDesign 2018-01-21 14:23:05 -06:00
Austin Andrews
150940add9 22 New icons/changes. 2018-01-21 14:20:56 -06:00
Austin Andrews
bfa5d9447a 3 New Icons. 2018-01-14 21:19:24 -06:00
Austin Andrews
6bf6c52bb7 Merge branch 'master' of https://github.com/Templarian/MaterialDesign 2017-12-13 00:05:44 -06:00
Austin Andrews
882f6c809c 11 Icon Updates. 2017-12-13 00:05:41 -06:00
Peter Noble
1128bc5931 Delete webfont 2017-11-29 17:19:27 +00:00
Peter Noble
e749468b60 Create webfont 2017-11-29 17:19:14 +00:00
Peter Noble
f4413a0e0f Merge pull request #2642 from Templarian/Renaming
Rename icon files
2017-11-29 17:09:41 +00:00
Peter Noble
6ecfee2edf Rename battery-charging-wireless-100 2017-11-29 16:27:02 +00:00
Peter Noble
c45961cde0 Rename icons 2017-11-29 13:17:38 +00:00
Peter Noble
1b871f476a Merge pull request #2630 from EdwardBetts/patch-1
Correct spelling mistakes.
2017-11-27 12:55:46 +00:00
Edward Betts
d29bae402d Correct spelling mistakes. 2017-11-27 10:55:29 +00:00
Austin Andrews
9626c2093b 13 Various Updates. 2017-11-26 15:05:39 -06:00
Austin Andrews
a092c4513c 2 New Icons. 2017-11-21 20:32:53 -06:00
Austin Andrews
ce10458447 7 New/Revised icons. 2017-11-18 14:52:41 -06:00
Austin Andrews
5194c3068f 14 New/Reviesed icons. 2017-11-17 23:01:14 -06:00
Austin Andrews
e935b49d34 2 New Icons. 2017-11-15 22:07:49 -06:00
Austin Andrews
dd98b0b2a9 2 New icons. 2017-11-11 18:48:15 -06:00
Austin Andrews
aaed7ceeae 14 Icon updates. 1 Removal. 2017-11-11 17:07:16 -06:00
Austin Andrews
f69fa15700 Merge branch 'master' of https://github.com/Templarian/MaterialDesign 2017-11-03 22:21:46 -05:00
Austin Andrews
bf1eb388ca ~22 Various updates. 2017-11-03 22:21:44 -05:00
Peter Noble
4022a292d6 Merge pull request #2571 from Chan4077/patch-2
Add fix for icon not displaying properly
2017-10-30 15:30:28 +00:00
Edric Chan
710bf66653 Add fix where icon does not displaying properly 2017-10-30 22:08:35 +08:00
Austin Andrews
623153d2f9 Merge pull request #2569 from Chan4077/patch-1
Update angular material2 version to latest
2017-10-29 16:47:11 -05:00
Edric Chan
4771773231 Add fix on misaligned menu items
- Change indent to two spaces
- Add note to import `HttpClientModule` if using latest version of `master`
2017-10-29 21:53:38 +08:00
Edric Chan
afb7326ef8 Change material2 section to new version
- Add HTML comments to example usage
- Update section to new version (`2.0.0-beta.12`)
- Change demo to use Stackblitz
- Rephrase some words, change grammar
- Add missing module imports
2017-10-24 15:52:41 +08:00
Peter Noble
60b9c11f0e Fixed wording of note 2017-10-10 15:05:49 +01:00
Austin Andrews
a650df0039 Merge pull request #2495 from pterrien/patch-1
correction on flip-* classes
2017-10-07 21:27:18 -05:00
pterrien
bd34b55897 correction on flip-* classes
According to the .scss, the correct classes are `.mdi-flip-h` and `.mdi-flip-v`, not `.mdi-flip-horizontal` and `.mdi-flip-vertical`:
```
.#{$mdi-css-prefix}-flip-h:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.#{$mdi-css-prefix}-flip-v:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
```
2017-10-07 11:53:27 +02:00
Austin Andrews
95851323ec 7 New Icons. 2017-09-18 23:20:01 -05:00
Austin Andrews
25394a7554 Merge pull request #2396 from Chan4077/patch-1
Update angular material2 section with more info
2017-09-08 21:59:42 -05:00
Edric Chan
aadf1bce2b Update angular material2 section with more information
- Clarifies on what modules to import
- State notice about .angular-cli.json
- More detailed example usage
- Add demo plunker
- Add more info on icon which goes to docs site
- Update Angular to use AngularJS for 1.x and Angular for 2.x/4.x
2017-09-08 12:35:40 +08:00
Austin Andrews
3cc75dcf4f Fix typo. 2017-09-07 21:17:58 -05:00
Austin Andrews
d23346bea6 Merge pull request #2333 from axellebot/patch-1
[TASK] Added Angular 2 config
2017-09-07 21:14:32 -05:00
Austin Andrews
0f4606eb0a 10 Various Icons. 2017-09-07 21:09:19 -05:00
Austin Andrews
a24df7ce3b Tweaking vector paths. 2017-08-24 00:36:16 -05:00
Austin Andrews
5b7b200be5 Revised Medium, +2 New 2017-08-24 00:34:42 -05:00
Axel Le Bot
5ba5a2a110 [TASK] Added Angular 2 config
- Added Angular 2 config
- Edited Angular JS config
From @Chan4077 on stackoverflow (https://stackoverflow.com/questions/44677960/how-to-use-material-design-icons-in-angular-4)
2017-08-18 19:53:52 +02:00
Austin Andrews
2569048ba9 Merge pull request #2293 from levrik/patch-1
Added mdi-react as alternative to mdi-material-ui
2017-08-05 22:55:29 -05:00