Commit Graph

382 Commits

Author SHA1 Message Date
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
Austin Andrews
39a4a8920a Fix typo on url. 2017-08-04 23:31:45 -05:00
Austin Andrews
526d22f680 Glassdoor Update. 2017-08-03 23:58:54 -05:00
Austin Andrews
cd6624b2c3 VueJS 2017-07-31 00:22:04 -05:00
Levin Rickert
f43adba004 Added mdi-react as alternative to mdi-material-ui 2017-07-29 20:38:31 +02:00
Austin Andrews
c295dfb7b5 Merge pull request #2290 from robcresswell/fix-vue-section
Fix Vue section in getting-start
2017-07-28 10:52:23 -05:00
Rob Cresswell
8d2ccd2008 Fix Vue section in getting-start 2017-07-28 14:05:37 +01:00
Austin Andrews
a8b38e6854 Wording. 2017-07-27 00:19:37 -05:00
Austin Andrews
a365c8f788 Formatting. 2017-07-27 00:19:05 -05:00
Austin Andrews
ea6449e2dc Fixing up wording. 2017-07-27 00:17:32 -05:00
Austin Andrews
88d1b3ae41 Working on contributor doc. 2017-07-27 00:04:16 -05:00
Austin Andrews
ca72cccbb2 Merge pull request #2283 from robcresswell/add-vue-material-design-icons-note
Looks good for vue users.
2017-07-25 15:11:39 -05:00
Rob Cresswell
4ea16ffdc8 Add getting start note about icons in Vue 2017-07-25 19:09:24 +01:00
Austin Andrews
671b75e6fa Merge pull request #2271 from leMaik/patch-1
Add React+Material-UI usage to the getting started guide
2017-07-24 00:43:30 -05:00
Austin Andrews
c66ad03b57 Update getting-started.savvy 2017-07-24 00:43:14 -05:00
Maik Marschner
4e299229c7 Add React+Material-UI usage to the getting started guide 2017-07-22 23:54:41 +02:00
Austin Andrews
135624c67a Docs on MDI-SVG 2017-07-21 10:38:27 -05:00
Austin Andrews
c6320eaf7d 6 Various New Icons. 2017-07-02 21:15:53 -05:00
Austin Andrews
7c6d0c5481 9 New Various icons. 2017-06-29 23:07:56 -05:00
Austin Andrews
1221b9b1c9 4 New Icons. 2017-06-22 23:47:47 -05:00
Austin Andrews
ff0d309958 Various new icons. 2017-06-16 09:33:54 -05:00
Austin Andrews
b82978b008 ~31 Icons. 2017-06-05 10:10:47 -05:00
Austin Andrews
607b2e6e9c 20'ish New Icons. 2017-05-22 00:12:22 -05:00
Austin Andrews
0cd8a4e6a2 2x Van Icons. 2017-05-03 10:05:50 -05:00
Austin Andrews
e85fd78ee8 7 New Icons. 2017-05-02 22:12:24 -05:00
Austin Andrews
aa07c200d6 Updated wordpress logo. 2017-04-24 22:13:04 -05:00
Austin Andrews
c14f61ce24 Updated Google Wallet. 2017-04-24 21:10:37 -05:00
Austin Andrews
1bf0002544 Currency Sign. 2017-04-24 01:13:40 -05:00
Austin Andrews
3ed653ee6a Fixed folder move / Added Home Assistant 2017-04-23 23:00:13 -05:00
Austin Andrews
4722a1b391 Fixed typo. 2017-04-18 00:17:51 -05:00