Commit Graph

1066 Commits (8b96d4c23ac88701a899715ab49f7d4aaf57dc56)

Author SHA1 Message Date
Sérgio Gomes 2cd8df9d7e Namespacing all the demo classes, to make them per-demo.
So many classes.
2015-02-23 17:35:16 +00:00
Sérgio Gomes a88d6243c1 Forgot to assign different IDs 2015-02-23 15:49:45 +00:00
Sérgio Gomes 62e3cfd373 Fixing layout demo after changes to textfield 2015-02-23 15:45:22 +00:00
Sérgio Gomes 0cf18d5941 Fixing small bug after switching footer to icon font 2015-02-23 15:27:44 +00:00
Sérgio Gomes 4e3f742eb6 Modifying checkbox and footer to use an 'images' subdirectory with a relative path 2015-02-23 11:46:04 +00:00
Addy Osmani eff75ea764 Add initial visual test fixtures 2015-02-21 13:41:38 +00:00
Addy Osmani 28659b2c8d Run tests with build by default 2015-02-21 02:41:44 +00:00
Addy Osmani 675d9ffa2b Fix spinner tests 2015-02-21 02:38:49 +00:00
Addy Osmani f78700fc0c bower.json improvements 2015-02-21 01:47:12 +00:00
Addy Osmani 8a0d120b64 package.json updates 2015-02-21 01:43:45 +00:00
Addy Osmani 3aa9f1fa08 Fixes #15 - adds browser support 2015-02-21 01:18:54 +00:00
Addy Osmani 5408470627 Update dependencies 2015-02-21 00:00:24 +00:00
Sérgio Gomes 6c9fa5e667 Updating min files 2015-02-20 11:35:27 +00:00
Sérgio Gomes 2dae4da264 Major rework of the text field component.
Should now be easier to use, and less fragile.
2015-02-19 16:14:36 +00:00
Addy Osmani 68da2c4186 Merge pull request #16 from jasonmayes/master
Allow 0 params for upgradeDomInternal
2015-02-18 15:03:14 +00:00
Sérgio Gomes c21d6bf3f7 Preventing ugly selection in layout tab scroll buttons 2015-02-16 18:22:51 +00:00
Sérgio Gomes e37c594d86 Adding menu component
- Implements Material Design spec for style and animations
- Supports keyboard navigation
- Supports attaching to any four corners of owner element
2015-02-16 17:50:56 +00:00
Sérgio Gomes 42bd559fe6 Adding icon font and wsk-icon utility classes
- Added Material-Design-Iconic-Font, while we're waiting for the official one
- Added SASS variables for all the characters
- Added a wsk-icon--<icon-name> class for every icon
- Modified wsk-layout to use menu icon for opening the drawer, and chevrons for scrolling tabs
- Modified tooltip demo to use icons rather than inline SVGs
- Modified icon-toggle demo to use icons
- Modified FAB and icon button demos to use icons
2015-02-16 17:41:09 +00:00
Addy Osmani 79f5d75d0c Styleguide => Lite 2015-02-16 14:06:43 +00:00
Addy Osmani e54c24b17d Update MDL build 2015-02-16 09:24:40 +00:00
Addy Osmani 720090b97e Ignore gulp-cache temp files.
Dynamically generated.
2015-02-16 09:23:36 +00:00
Addy Osmani cd992609f9 Resolve further conflicts 2015-02-16 09:20:58 +00:00
Addy Osmani 138e4f8ead Just use $.mochaPhantomjs - why isnt this $.mochaPhantomJS? 2015-02-16 09:16:14 +00:00
Addy Osmani 2207d95c4f Add tests for Buttons and Spinners. 2015-02-16 09:16:14 +00:00
Addy Osmani e483e09348 Handler: support per-comp instances under .widget namespace 2015-02-16 09:16:14 +00:00
Addy Osmani e7bb29f097 Fix typos in classList for spinner component. 2015-02-16 09:16:14 +00:00
Addy Osmani 0002f83e0e Support testing 2015-02-16 09:15:59 +00:00
Addy Osmani 01736acd80 JSHint: re-enable linting 2015-02-16 09:14:07 +00:00
Addy Osmani a15ffade8c Update to include mocha phantom 2015-02-16 09:14:00 +00:00
Addy Osmani 44781ad2dc Rebase against master 2015-02-16 09:11:29 +00:00
Addy Osmani 97795a6bfe Gulpfile: add initial gulp-mocha support 2015-02-16 09:10:13 +00:00
Addy Osmani 348ec3e188 Fixes #12 - bump gulp-sass 2015-02-16 08:41:36 +00:00
Addy Osmani 69f0a7fc41 Bump dependencies 2015-02-16 08:41:04 +00:00
Jason Mayes 5c39b43b3d Allow 0 params for upgradeDomInternal
upgradeDomInternal now can be called with 0 parameters. In this case it
will go through all registered components, attempt to find any instances
of each, and upgrade them all.
2015-02-15 00:59:08 +00:00
Addy Osmani 307f035d0c Merge pull request #14 from google/arthurvr-readme-patch
Add needed `http://` to link in readme
2015-02-12 17:18:08 +00:00
Arthur Verschaeve 23d3d7a955 Add needed `http://` to link in readme
This link missed a protocol and thus was 404-ing.
2015-02-12 18:17:13 +01:00
Pascal Hartig 703861d860 Merge pull request #13 from google/aliafshar-patch-1
Close script tag in README.md
2015-02-11 18:04:09 +00:00
Ali Afshar 90b2a0f9fe Update README.md
This works much better for me.
2015-02-11 09:58:41 -08:00
Addy Osmani e637c9edcf Just use $.mochaPhantomjs - why isnt this $.mochaPhantomJS? 2015-02-11 15:57:39 +00:00
Addy Osmani d8e2c3e7b2 Add tests for Buttons and Spinners. 2015-02-11 15:53:10 +00:00
Addy Osmani 5267b162db Handler: support per-comp instances under .widget namespace 2015-02-11 15:52:43 +00:00
Addy Osmani 3e2bef4f7f Fix typos in classList for spinner component. 2015-02-11 15:51:46 +00:00
Addy Osmani bdf29b1907 Build process updates for tests. 2015-02-11 15:50:45 +00:00
Addy Osmani bdb9f1f84c JSHint: re-enable linting 2015-02-10 13:20:01 +00:00
Addy Osmani a5619e4e20 package.json: Add gulp-mocha 2015-02-10 13:19:36 +00:00
Addy Osmani bc42bd9f81 Gulpfile: add initial gulp-mocha support 2015-02-10 13:19:18 +00:00
Sérgio Gomes d4b78cbbde Adding friendly color names and using them in _colors.scss 2015-02-09 15:05:32 +00:00
Addy Osmani 66770e74da Further README improvements.
Judiciously borrowed from Bootstrap :)
2015-02-09 14:21:58 +00:00
Addy Osmani 389e38bb8f Update README.md 2015-02-09 14:20:21 +00:00
Sérgio Gomes 47197b3e68 Cards should have a 2px border radius 2015-02-06 14:27:04 +00:00