1382 Commits

Author SHA1 Message Date
Jonathan Garbee
53a80d6321 Subtitle documented. 2015-06-05 16:19:35 +01:00
Jonathan Garbee
1df3396b5f Card typography improved. 2015-06-05 16:19:35 +01:00
Alexander Surma
e772174330 Make publish take partially synchronous (lands #342) 2015-06-05 16:11:13 +01:00
Alexander Surma
e4cef5ded6 Add .publish to clean task 2015-06-05 16:10:50 +01:00
Sérgio Gomes
033c8e6240 Fixing up button demo
- Now linking to minified prism js
- Don't use prism's ugly line feed markers
- Make buttons use Material icons instead of the '+' character
- Prefix all styles for the button demo with demo-button, to avoid collisions
- Make preview boxes width 100%, to avoid jumping to different sizes depending on code content
2015-06-03 17:21:51 +01:00
Sérgio Gomes
4a1eafc84d Some cleanups to new documentation:
- Removed unnecessary imports
- Load general demo styling
- Load demo-specific CSS and JS if available
2015-06-03 16:30:02 +01:00
Marc Cohen
0fbb65aeab Move demo.js from src to docs/_assets 2015-06-03 15:52:33 +01:00
Sérgio Gomes
e550304d4b Squashing all of @marcacohen 's work on partial component pages so far.
The commit history was a bit too complicated, which made it hard to rebase.
2015-06-03 15:51:38 +01:00
Alexander Surma
31ef34a7bb Add CSS prefixing to microsite assets (fixes #321) 2015-06-02 16:01:15 -07:00
Jonathan Garbee
cfd9835fc4 Card Material Design alignment. 2015-06-02 10:31:30 -04:00
Jonathan Garbee
cecd013e1d Merge pull request #330 from google/readme
Updated readme
2015-06-02 10:23:45 -04:00
Jonathan Garbee
cd09390fa5 Grammar fixes. 2015-06-02 10:23:04 -04:00
Sérgio Gomes
5bc44517d2 Merge pull request #314 from google/demo-rework
Demo rework
2015-06-02 14:46:27 +01:00
Sérgio Gomes
f69173182c Reworking data table demo 2015-06-02 14:45:48 +01:00
Sérgio Gomes
894ceb9c28 Forgot to remove one visual test 2015-06-02 14:44:15 +01:00
Sérgio Gomes
b35b26e9a4 Update visual tests to use component demos. 2015-06-02 14:44:15 +01:00
Sérgio Gomes
171e72ba51 All demos now use static CSS. 2015-06-02 14:44:15 +01:00
Sérgio Gomes
996f15ac13 Merge pull request #331 from google/official-icon-font
Switching to official MD icon font ("Material Icons")
2015-06-02 14:39:05 +01:00
Jonathan Garbee
b9c27a4253 Default font stacks. 2015-06-02 08:43:33 -04:00
Sérgio Gomes
fe226c85ba Updating README with font info 2015-06-02 12:55:59 +01:00
Sérgio Gomes
f785491fed Adding in some missing changes 2015-06-02 12:42:22 +01:00
Sérgio Gomes
9f61b972eb Switching to official MD icon font ("Material Icons")
- Removed all icon font files
- Removed icon font tasks and dependencies in the gulpfile
- Updated all sources, demos and templates to the official font
2015-06-02 11:05:24 +01:00
Sérgio Gomes
2171fff790 Merge pull request #322 from google/data-table
Add basic data table, with more functionality to come later
2015-06-02 10:03:51 +01:00
Sérgio Gomes
0e5f87b073 Merge pull request #332 from google/margin-reset
Reset body margin.
2015-06-02 10:02:14 +01:00
Alexander Surma
46b35d22ec Fix floating label on expandable textfield (fixes #304) 2015-06-01 17:58:24 -07:00
Alexander Surma
c5dbe72fa4 Enable javascript on dashboard template (fixes #320) 2015-06-01 17:40:51 -07:00
Jonathan Garbee
dbc7fdf22c Reset body margin. 2015-06-01 12:47:41 -04:00
Sérgio Gomes
abfc88eeb0 Removing all card logic from the table 2015-06-01 16:21:17 +01:00
Sérgio Gomes
4df49777d5 Add basic data table, with more functionality to come later. 2015-06-01 16:10:18 +01:00
Sérgio Gomes
fd56adac2c More gulpfile style fixes 2015-06-01 15:20:14 +01:00
Jonathan Garbee
c896df664f Updated readme 2015-06-01 08:51:05 -04:00
Jonathan Garbee
aa4d1b081a Remove animation js from compiled output. Style fixes from jscs. 2015-06-01 08:30:17 -04:00
Jonathan Garbee
f1252fd0b8 Merge pull request #317 from google/handler-downgrade
Downgrade functionality and components updated with downgrade methods.
2015-06-01 08:07:33 -04:00
Jonathan Garbee
bc57a73e46 Merge branch 'master' into handler-downgrade
Conflicts:
	src/mdlComponentHandler.js
2015-06-01 08:07:02 -04:00
Addy Osmani
8f7229f895 Merge branch 'menu-active-state'
* menu-active-state:
  Active state for navigation links.
2015-05-31 16:14:16 -07:00
Addy Osmani
f1e6986ad1 Active state land for navigation states
* master:
  Remove CSS folder.
  Ripples shouldn't be widgets.
  Remove width on radios.
2015-05-31 16:13:56 -07:00
Jonathan Garbee
f9d3e67155 Remove CSS folder. 2015-05-27 15:35:43 -04:00
Sérgio Gomes
da206505c1 Ripples shouldn't be widgets.
This introduces a `widget` config option to the component handler, to
define whether a component should behave as a widget. It also uses this
option on ripples, setting it to `false`, so that they don't override
the widget definition for components.

This fixes several element APIs, which can now be accessed with
<element>.widget to do e.g. <element>.widget.disable();
2015-05-27 17:18:37 +01:00
Jonathan Garbee
bfe670fef7 Active state for navigation links. 2015-05-26 09:10:38 -04:00
Addy Osmani
b6c677a414 Merge pull request #318 from google/radio-width
Remove width on radios.
2015-05-26 07:29:10 +01:00
Jonathan Garbee
a249b54618 Remove width on radios. 2015-05-25 14:31:52 -04:00
Jonathan Garbee
58c2337c58 Downgrade functionality and components updated with downgrade methods. 2015-05-25 13:37:36 -04:00
Addy Osmani
c0655b660e Merge pull request #311 from google/issue-310
Add miniscule delay to tab buttons to fix #310
2015-05-22 15:34:47 +01:00
Sérgio Gomes
cd314b959c Fixing bug with z-indices in sliders 2015-05-20 14:32:42 +01:00
Sérgio Gomes
05c5c207d9 Cleaning up badges 2015-05-19 14:12:15 +01:00
Alexander Surma
9ae3758103 Add miniscule delay to tab buttons to fix #310 2015-05-18 18:42:47 +01:00
Addy Osmani
fd5892aa83 Merge pull request #309 from google/comps
First pass of responsive component drawer
2015-05-18 07:45:07 -07:00
Sérgio Gomes
3f5b1d7a8e Fixing some issues with long drawers 2015-05-14 14:26:02 +01:00
Sérgio Gomes
b5bf92a273 Merge pull request #305 from google/ie10
IE10
2015-05-13 17:40:47 +01:00
Alexander Surma
92d12728b4 Fix templates for ie10 2015-05-13 17:07:53 +01:00