Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garbee/feature/toolbar #5412

Open
wants to merge 149 commits into
base: mdl-1.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
149 commits
Select commit Hold shift + click to select a range
ac24bb8
fix: snackbar container center aligned
Rahul-Sagore Feb 12, 2016
60d2134
Initial position snackbar center aligned
Rahul-Sagore Feb 12, 2016
f0baa7a
gupl build command run
Rahul-Sagore Feb 12, 2016
41c5775
Fix card text width. Potentially breaking change for styling.
Feb 12, 2016
0946cd8
Merge pull request #4109 from google/fix-card-text-width
sgomes Feb 12, 2016
2c85e0b
Merge branch 'mdl-1.1' to fix build.
Feb 12, 2016
2f8a8b0
Add contributor note about the branch split.
Garbee Feb 13, 2016
bc1d96e
Merge pull request #4114 from google/readme-contributor-note
surma Feb 15, 2016
21293f3
Merge pull request #4106 from Rahul-Sagore/snackbar-alignment-fixed
sgomes Feb 15, 2016
e3ebd8f
Merge branch 'mdl-1.1'
Feb 15, 2016
e41dab2
Merge branch 'mdl-1.1'
Feb 15, 2016
99d3ea7
Updating autoprefixer config and README for V2.0 supported browsers.
Feb 15, 2016
cbb118a
Merge pull request #4119 from google/update-autoprefix
sgomes Feb 15, 2016
cc96059
Deploy to staging only when pushed to master
x1ddos Feb 15, 2016
1a68ec9
Removing requestAnimationFrame polyfill now we've dropped IE9.
Feb 16, 2016
88111f3
Making shadow declarations consistent between elevations 0 and 24.
Feb 15, 2016
90cd6ac
Merge pull request #4131 from google/remove-raf
sgomes Feb 17, 2016
7f71e5f
Merge pull request #4123 from google/moar-shadows
sgomes Feb 17, 2016
843457a
Update Cutting-the-mustard test
crazytonyi Feb 17, 2016
72c4733
Merge pull request #4137 from crazytonyi/patch-1
Garbee Feb 18, 2016
2438647
Fix documentation for multiline list item classes
Billiam Feb 22, 2016
15f67d3
Merge pull request #4147 from Billiam/bugfix/list-class-documentation
sgomes Feb 22, 2016
027e051
Merge branch 'mdl-1.1'
Feb 22, 2016
4ad89c4
Use actual colors in SASS variables. Rework of #1542.
Mar 2, 2016
bef131b
Add blur and focus public functions
deuxcents Mar 2, 2016
90765ce
Merge pull request #4167 from google/color-variable-rework
sgomes Mar 3, 2016
5446404
Merge branch 'mdl-1.1'
Mar 3, 2016
1307be9
Merge branch 'mdl-1.1'
Mar 3, 2016
6fe3164
Update textfield.js
deuxcents Mar 3, 2016
434b9c6
Update textfield.js
deuxcents Mar 3, 2016
da204a7
Merge pull request #4168 from deuxcents/patch-1
sgomes Mar 4, 2016
2d312bc
Merge branch 'mdl-1.1'
Mar 7, 2016
0c85331
Updates all non-broken dependencies.
Mar 7, 2016
d5af704
Merge pull request #4178 from google/update-dependencies
sgomes Mar 7, 2016
6ebdcd6
Bump node version on CI to 4+5 (use matrix)
x1ddos Mar 7, 2016
223d5af
Udate drone config checksum
x1ddos Mar 8, 2016
5e51a5f
Switching to ESLint from JSHint + JSCS.
Mar 8, 2016
135b6c4
Merge pull request #4182 from google/eslint
sgomes Mar 9, 2016
b6e6f3e
Merge branch 'mdl-1.1'
Mar 9, 2016
a5fc2c7
Reemplace property justify-content value
Bound3R Mar 10, 2016
3521917
Adding extra linting rule
Mar 11, 2016
bd8f6c3
Merge branch 'mdl-1.1'
Mar 16, 2016
5f09e61
Fix grammatical error
WaverleyDesign Mar 17, 2016
05db1a2
Merge pull request #4207 from WaverleyDesign/patch-1
surma Mar 17, 2016
96640e6
fixing eslint related errors and warnings
andreasonny83 May 13, 2016
da8c381
fixing mocha errors
andreasonny83 May 13, 2016
828cb52
Merge pull request #4351 from andreasonny83/fixing-eslint-errors
sgomes May 13, 2016
334521e
Merge branch 'mdl-1.1'
May 13, 2016
db94196
highlight for bash code added
afonsopacifer May 21, 2016
b9d447b
Merge branch 'mdl-1.1'
May 26, 2016
e7d2696
Fixing bad merge
May 26, 2016
6ddc35b
Simplify if logic after merge
May 26, 2016
b3273f9
Fix linting errors
May 26, 2016
81fd761
Updating dependencies
May 26, 2016
c020e20
Explicitly requesting eslint version for eslint-config-google
May 27, 2016
19d7c4e
Adding a proof of concept for the v2 component model.
Feb 24, 2016
ac1fef2
Only attach to DOM for self-managed components.
Feb 24, 2016
c8faf1a
Add classAsString getter to retrieve class name after obfuscation.
Feb 24, 2016
4cf6642
Move constants to private static properties, component init to static…
Feb 25, 2016
aae8838
Tightening up Closure annotations a bit.
Feb 25, 2016
070b654
Adding two public methods for attaching and removing event listeners.
Feb 25, 2016
e198827
Remove tiny timeout hack. Code cleanup.
Feb 25, 2016
42bc000
Adds MaterialComponent base class. Converts MaterialRadio.
Feb 26, 2016
b39e5e8
Throw errors in unimplemented methods.
Feb 29, 2016
c73e90d
Add some more Closure compiler typing.
Feb 29, 2016
3f2ce42
Linting changes after rebase onto ESLint-enabled master.
Mar 9, 2016
c9ad3e8
Fixing radio logic to work with user-managed components
Mar 9, 2016
91301df
Add mdl-switch to POC.
Mar 10, 2016
d6ad146
Move upgrade signaling to base class
Mar 14, 2016
23169db
Add kill() method to components.
Mar 15, 2016
8234ea6
Adding menu proof of concept.
Mar 15, 2016
ced21a2
Small fixes and improvements to menu JS.
Mar 16, 2016
8f939cf
Temporarily switching to Closure Compiler as minifier/compiler/uglifier.
May 27, 2016
3924e8c
Adding MaterialCheckbox unit tests, disabling the rest.
May 27, 2016
a384180
Adding tests for menu, radio and switch
May 31, 2016
8d94e5e
Changing Drone config now that tests are in.
May 31, 2016
28fb3c0
Add rule for ignoring Material* classes being exported and not used.
Jun 1, 2016
2b2a271
Remove auto instantiation mechanism for now.
Jun 1, 2016
a042d6d
Rename classes_ to cssClasses_ for clarity.
Jun 1, 2016
0e88280
Merge pull request #4153 from google/v2-components-poc
sgomes Jun 1, 2016
a567f41
Initial conversion of spinner to v2 component model
Jun 1, 2016
26b1594
Significantly simplify spinner markup
Jun 2, 2016
e007586
Add buildDom() method to components and base class.
Jun 6, 2016
03a98e0
Adding tests for buildDom()
Jun 7, 2016
3ad6fa1
Merge pull request #4396 from google/v2-spinner
sgomes Jun 8, 2016
cd80030
Remove data table js.
Garbee Jun 8, 2016
c591561
Remove resets and direct targets.
Garbee Jun 9, 2016
10e520e
Remove stuff that isn't needed in the primary readme right now. Move …
Garbee Jun 10, 2016
c0be529
Merge pull request #4424 from google/update-readme
surma Jun 10, 2016
8a68d5d
Make buildDom a private method called from the constructor
Jun 13, 2016
d62e7dd
Rmove IDs from checkbox, switch and radio DOM structures.
Jun 14, 2016
58dc4f2
Merge pull request #4407 from google/v2-build-dom
sgomes Jun 14, 2016
fc8c05b
Add buildDom_() to spinner.
Jun 14, 2016
82fc78c
Small fixes to docs.
sgomes Jun 14, 2016
8934b06
Merge pull request #4430 from google/spinner-buildDom
sgomes Jun 15, 2016
37a2b01
Add access to component label via the component API.
Jun 15, 2016
f12d5c3
Merge pull request #4433 from google/v2-label-api
sgomes Jun 15, 2016
58b7039
Moving icon toggle to the v2 component model.
Jun 16, 2016
3ba0cd4
Merge pull request #4435 from google/v2-icon-toggle
sgomes Jun 16, 2016
ea801ee
Temporarily fixing gulp-header to a non-broken version.
Jun 17, 2016
f3cbd2b
Initial conversion of the slider to the v2 component model (JS).
Jun 16, 2016
87270b1
Merge pull request #4438 from google/v2-slider
sgomes Jun 20, 2016
cc212ec
Merge pull request #4190 from Bound3R/Bound3R-patch-2
sgomes Jul 1, 2016
c0e3df9
Update branch recommendations on README.
sgomes Jul 1, 2016
e9e9022
Remove MDL V1 and add initial docs for V2.
Jul 11, 2016
e323b56
Merge pull request #4540 from rfru/master
rfru Jul 11, 2016
f3c1428
Import experimental POC code.
Jul 11, 2016
9a1d46e
Merge pull request #4541 from rfru/master
rfru Jul 11, 2016
dd56847
[mdl-ripple] Update to mixin pattern and some cleanup.
Jul 12, 2016
63b32f1
Fix Google JavaScript style guide URL
westy92 Jul 14, 2016
87495e3
Merge pull request #4551 from rfru/master
traviskaufman Jul 14, 2016
1a0bc9e
[infrastructure] Configure ESLint, fix any existing errors
traviskaufman Jul 14, 2016
3203fe7
Merge pull request #4559 from google/chore/build-lint-infra-js
traviskaufman Jul 15, 2016
6b2f947
[infrastructure] Add (S)CSS linting infrastructure
traviskaufman Jul 15, 2016
0eccbee
Merge pull request #4564 from google/chore/build-lint-infra-css
traviskaufman Jul 20, 2016
e886ee9
chore(infrastructure): Set up testing
traviskaufman Jul 19, 2016
bf50ee7
Merge pull request #4567 from google/chore/test-infrastructure
traviskaufman Jul 20, 2016
b0bcdbd
feat(radio): initial version
Jul 19, 2016
084328a
Merge pull request #4566 from rfru/radio
rfru Jul 20, 2016
3c39e31
fix(infrastructure): ensure eslint ignores recursive node_modules
traviskaufman Jul 21, 2016
4d98fce
Merge pull request #4577 from google/fix/eslintignore
traviskaufman Jul 21, 2016
0c2c556
chore(infrastructure): Add validate-commit-msg hook
traviskaufman Jul 20, 2016
ff30193
Merge pull request #4573 from google/chore/validate-commit-msg
traviskaufman Jul 21, 2016
4453662
chore(infrastructure): Set up continuous integration
traviskaufman Jul 21, 2016
dbf5a4a
Merge pull request #4580 from google/chore/travis-ci
traviskaufman Jul 22, 2016
323361a
docs(infrastructure): Update README and dev docs for v2 (#4589)
traviskaufman Jul 25, 2016
8139d01
chore(infrastructure): Have stylelint ignore the build directory. [ci
Garbee Jul 25, 2016
986eed1
Merge pull request #4591 from google/Garbee-patch-1
traviskaufman Jul 25, 2016
42acbf7
style(all): Add license headers to sources (#4597)
sgomes Jul 26, 2016
2db87a8
fix(infrastructure): Use trusty CI environment (#4603)
traviskaufman Jul 27, 2016
2ff26e8
chore(stylelint): Only allow rem for font-size. (#4605)
Garbee Jul 27, 2016
5fffaee
test(ripple): add ripple tests
Jul 26, 2016
69cce5b
Merge pull request #4599 from rfru/ripple-test
rfru Jul 27, 2016
bba0d0d
feat(base): Create v2 base components. (#4600)
traviskaufman Jul 28, 2016
a772510
feat(typography): Implement initial typography.
Jul 27, 2016
c4dc969
Merge pull request #4604 from google/sgomes-v2-typography
sgomes Jul 29, 2016
a346656
chore(infrastructure): Temporarily disable flaky sauce labs browsers …
traviskaufman Jul 29, 2016
6d4feb8
chore(stylelint): Allow px for font sizes as well.
Garbee Jul 29, 2016
93c9b04
feat(button): Initial Implementation
Garbee Jul 29, 2016
a69f3fa
chore(ci): Add Gitter webhook for TravisCI [ci skip] (#4616)
traviskaufman Jul 29, 2016
0df2a39
chore(stylelint): Ignore fieldset selectors in BEM linting.
Garbee Jul 30, 2016
849b920
fix(button): Lint button syntax (#4629)
Garbee Aug 3, 2016
009d148
fix(button): Use only before psuedo element (#4628)
Garbee Aug 4, 2016
0592cdf
chore(build): Support Windows
Garbee Aug 5, 2016
1df786a
feat(fab): Initial Implementation
Garbee Aug 8, 2016
5bbe467
feat(checkbox): Add initial checkbox implementation (#4638)
traviskaufman Aug 8, 2016
91fb33d
feat(card): Initial implementation
Aug 3, 2016
903b6c3
Merge pull request #4630 from google/sgomes-cards-v2
sgomes Aug 9, 2016
40b26a0
feat(toolbar): Initial Implementation
Garbee Aug 7, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .drone.sec

This file was deleted.

50 changes: 0 additions & 50 deletions .drone.yml

This file was deleted.

1 change: 1 addition & 0 deletions .eslintignore
@@ -0,0 +1 @@
**/node_modules
44 changes: 44 additions & 0 deletions .eslintrc.yaml
@@ -0,0 +1,44 @@
extends: google
globals:
goog: false
env:
browser: true
plugins:
- tape
rules:
max-len: [error, 120]
no-new: warn
quotes: [error, single, {"avoidEscape": true}]
no-var: error
curly: error
no-floating-decimal: error
no-unused-vars: error
# Disabling jsdoc rules for the time being, but should be discussed as to whether or not this is
# something we should add in. For closure compatibility, we can investigate using something like
# https://github.com/angular/tsickle with .dts files.
require-jsdoc: off
valid-jsdoc: off
prefer-const: error

# tape rules
# see: https://github.com/atabel/eslint-plugin-tape/blob/master/index.js
tape/assertion-message:
- off
- always
tape/max-asserts:
- off
- 5
tape/no-identical-title: error
tape/no-ignored-test-files: error
tape/no-only-test: error
tape/no-skip-assert: error
tape/no-skip-test: error
tape/no-statement-after-end: error
tape/no-unknown-modifiers: error
tape/test-ended: error
tape/test-title:
- error
- if-multiple
tape/use-t-well: error
tape/use-t: error
tape/use-test: error
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

10 changes: 4 additions & 6 deletions .gitignore
@@ -1,8 +1,6 @@
node_modules
.tmp
gulp-cache
.DS_Store
docs/out
.publish
/dist
.drone.sec.yml
/build
/coverage
packages/*/dist
*.log
25 changes: 0 additions & 25 deletions .jscsrc

This file was deleted.

18 changes: 0 additions & 18 deletions .jshintrc

This file was deleted.