Skip to content

Commit a9acff0

Browse files
authored
Merge branch 'master' into divider
2 parents 7c93bf2 + 291a87c commit a9acff0

File tree

1,259 files changed

+47645
-20958
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,259 files changed

+47645
-20958
lines changed

.github/CODEOWNERS

Lines changed: 60 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,69 @@
11
# Angular Material components
2-
lib/list/** @jelbourn @crisbeto
3-
lib/tooltip/** @andrewseguin
4-
lib/button-toggle/** @tinayuangao
5-
lib/snack-bar/** @jelbourn @crisbeto @josephperrott
6-
lib/radio/** @tinayuangao @devversion
7-
lib/card/** @jelbourn
8-
lib/input/** @mmalerba
9-
lib/progress-spinner/** @jelbourn @crisbeto @josephperrott
10-
lib/datepicker/** @mmalerba
11-
lib/sort/** @andrewseguin
12-
lib/autocomplete/** @kara @crisbeto
13-
lib/chips/** @tinayuangao
14-
lib/icon/** @jelbourn
15-
lib/dialog/** @jelbourn @crisbeto
16-
lib/progress-bar/** @jelbourn @crisbeto @josephperrott
17-
lib/grid-list/** @kara @jelbourn
18-
lib/select/** @kara @crisbeto
19-
lib/expansion/** @josephperrott @jelbourn
20-
lib/slide-toggle/** @devversion
21-
lib/toolbar/** @devversion
22-
lib/button/** @tinayuangao
23-
lib/checkbox/** @tinayuangao @devversion
24-
lib/table/** @andrewseguin
25-
lib/slider/** @mmalerba
26-
lib/sidenav/** @mmalerba
27-
lib/menu/** @kara @crisbeto
28-
lib/paginator/** @andrewseguin
29-
lib/tabs/** @andrewseguin
2+
src/lib/list/** @jelbourn @crisbeto
3+
src/lib/tooltip/** @andrewseguin
4+
src/lib/button-toggle/** @tinayuangao
5+
src/lib/snack-bar/** @jelbourn @crisbeto @josephperrott
6+
src/lib/radio/** @tinayuangao @devversion
7+
src/lib/card/** @jelbourn
8+
src/lib/input/** @mmalerba
9+
src/lib/progress-spinner/** @jelbourn @crisbeto @josephperrott
10+
src/lib/datepicker/** @mmalerba
11+
src/lib/sort/** @andrewseguin
12+
src/lib/autocomplete/** @kara @crisbeto
13+
src/lib/chips/** @tinayuangao
14+
src/lib/icon/** @jelbourn
15+
src/lib/dialog/** @jelbourn @crisbeto
16+
src/lib/progress-bar/** @jelbourn @crisbeto @josephperrott
17+
src/lib/grid-list/** @kara @jelbourn
18+
src/lib/select/** @kara @crisbeto
19+
src/lib/expansion/** @josephperrott @jelbourn
20+
src/lib/slide-toggle/** @devversion
21+
src/lib/toolbar/** @devversion
22+
src/lib/button/** @tinayuangao
23+
src/lib/checkbox/** @tinayuangao @devversion
24+
src/lib/table/** @andrewseguin
25+
src/lib/slider/** @mmalerba
26+
src/lib/sidenav/** @mmalerba
27+
src/lib/menu/** @kara @crisbeto
28+
src/lib/paginator/** @andrewseguin
29+
src/lib/tabs/** @andrewseguin
3030

3131
# Angular Material core
32-
lib/core/selection/** @tinayuangao @jelbourn
33-
lib/core/selection/pseudo*/** @crisbeto @jelbourn
34-
lib/core/theming/** @jelbourn
35-
lib/core/option/** @kara @crisbeto
36-
lib/core/rxjs/** @jelbourn
37-
lib/core/ripple/** @devversion
38-
lib/core/a11y/** @jelbourn @devversion
39-
lib/core/compatibility/** @jelbourn
40-
lib/core/overlay/** @jelbourn @crisbeto
41-
lib/core/overlay/scroll/** @andrewseguin @crisbeto
42-
lib/core/platform/** @jelbourn @devversion
43-
lib/core/bidi/** @jelbourn
44-
lib/core/placeholder/** @kara @mmalerba
45-
lib/core/portal/** @jelbourn
46-
lib/core/typography/** @crisbeto
47-
lib/core/datetime/** @mmalerba
32+
src/lib/core/selection/** @tinayuangao @jelbourn
33+
src/lib/core/selection/pseudo*/** @crisbeto @jelbourn
34+
src/lib/core/theming/** @jelbourn
35+
src/lib/core/option/** @kara @crisbeto
36+
src/lib/core/rxjs/** @jelbourn
37+
src/lib/core/ripple/** @devversion
38+
src/lib/core/a11y/** @jelbourn @devversion
39+
src/lib/core/compatibility/** @jelbourn
40+
src/lib/core/overlay/** @jelbourn @crisbeto
41+
src/lib/core/overlay/scroll/** @andrewseguin @crisbeto
42+
src/lib/core/platform/** @jelbourn @devversion
43+
src/lib/core/bidi/** @jelbourn
44+
src/lib/core/placeholder/** @kara @mmalerba
45+
src/lib/core/portal/** @jelbourn
46+
src/lib/core/typography/** @crisbeto
47+
src/lib/core/datetime/** @mmalerba
4848

4949
# CDK
50-
cdk/coercion/** @jelbourn
51-
cdk/rxjs/** @jelbourn
52-
cdk/observe-content/** @crisbeto @jelbourn
53-
cdk/a11y/** @jelbourn @devversion
54-
cdk/platform/** @jelbourn @devversion
55-
cdk/bidi/** @jelbourn
56-
cdk/table/** @andrewseguin
57-
cdk/portal/** @jelbourn
50+
src/cdk/coercion/** @jelbourn
51+
src/cdk/rxjs/** @jelbourn
52+
src/cdk/observers/** @jelbourn @crisbeto
53+
src/cdk/collections/** @jelbourn @crisbeto @andrewseguin
54+
src/cdk/a11y/** @jelbourn @devversion
55+
src/cdk/platform/** @jelbourn @devversion
56+
src/cdk/bidi/** @jelbourn
57+
src/cdk/table/** @andrewseguin
58+
src/cdk/portal/** @jelbourn
5859

5960
# Tooling
60-
tools/** @devversion @jelbourn
61-
test/** @devversion @jelbourn
62-
scripts/** @devversion @jelbourn
61+
tools/** @devversion @jelbourn
62+
test/** @devversion @jelbourn
63+
scripts/** @devversion @jelbourn
6364

6465
# Docs examples
65-
material-examples/** @amcdnl @jelbourn
66+
src/material-examples/** @amcdnl @jelbourn
67+
68+
# Moment adapter package
69+
src/material-moment-adapter/** @mmalerba

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99

1010
#### What are the steps to reproduce?
11-
12-
Providing a Plunker (or similar) is the *best* way to get the team to see your issue.
13-
Plunker template: https://goo.gl/DlHd6U
11+
Providing a StackBlitz/Plunker (or similar) is the *best* way to get the team to see your issue. <br/>
12+
Plunker starter (using on `@master`): https://goo.gl/DlHd6U<br/>
13+
StackBlitz starter (using latest `npm` release): https://goo.gl/wwnhMV<br/>
1414

1515

1616
#### What is the use-case or motivation for changing an existing behavior?

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
dist: trusty
44

55
node_js:
6-
- '--lts'
6+
- '8'
77

88
addons:
99
jwt:
@@ -22,7 +22,9 @@ jobs:
2222
- env: "MODE=aot"
2323
- env: "MODE=payload"
2424
- env: "MODE=prerender"
25-
- env: "MODE=closure-compiler"
25+
# Closure Compiler CI check is temporarily disabled until a new version of
26+
# the tool is released with https://github.com/google/closure-compiler/pull/2600
27+
# - env: "MODE=closure-compiler"
2628
- env: "MODE=e2e"
2729
- env: "MODE=saucelabs_required"
2830
- env: "MODE=browserstack_required"
@@ -42,8 +44,7 @@ env:
4244
- BROWSER_PROVIDER_ERROR_FILE=/tmp/angular-material2-build/errorfile
4345

4446
before_install:
45-
- source ./scripts/ci/env.sh
46-
- npm i -g npm@^5.0.1
47+
- source ./scripts/ci/travis-env.sh
4748

4849
install:
4950
- npm install
@@ -56,4 +57,4 @@ script:
5657

5758
cache:
5859
directories:
59-
- $HOME/.npm
60+
- ./node_modules/

0 commit comments

Comments
 (0)