Skip to content

Commit 11a9ecd

Browse files
authored
Merge branch 'master' into feature/fix1441
2 parents da11245 + 47e9194 commit 11a9ecd

File tree

371 files changed

+13596
-3403
lines changed

Some content is hidden

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

371 files changed

+13596
-3403
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ common/config/**/* @iclanton @octogonz @patmill @apostolisms
33

44
common/reviews/**/* @iclanton @octogonz @apostolisms
55

6-
apps/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
7-
build-tests/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
8-
core-build/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
9-
libraries/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
10-
stack/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
11-
webpack/**/* @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
12-
rush.json @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
13-
.gitattributes @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
14-
.gitignore @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
15-
README.md @iclanton @octogonz @apostolisms @lincoded @halfnibble @sachinjoseph
6+
apps/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
7+
build-tests/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
8+
core-build/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
9+
libraries/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
10+
stack/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
11+
webpack/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
12+
rush.json @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
13+
.gitattributes @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
14+
.gitignore @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
15+
README.md @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
1616

1717
libraries/load-themed-styles/**/* @iclanton @octogonz @dzearing @apostolisms

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ temp
6666

6767
# Rush files
6868
common/temp/**
69+
.rush/temp/**
70+
71+
# Remove eventually
6972
package-deps.json
7073

7174
# OS X

README.md

Lines changed: 98 additions & 198 deletions
Large diffs are not rendered by default.

apps/api-documenter/CHANGELOG.json

Lines changed: 269 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,275 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.4.8",
6+
"tag": "@microsoft/api-documenter_v7.4.8",
7+
"date": "Sun, 29 Sep 2019 23:56:29 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Update repository URL"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.0` to `7.5.1`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.1` to `4.3.2`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.2` to `0.2.3`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.2` to `6.2.3`"
29+
}
30+
]
31+
}
32+
},
33+
{
34+
"version": "7.4.7",
35+
"tag": "@microsoft/api-documenter_v7.4.7",
36+
"date": "Wed, 25 Sep 2019 15:15:31 GMT",
37+
"comments": {
38+
"patch": [
39+
{
40+
"comment": "Disambiguate output files for items with colliding names"
41+
}
42+
],
43+
"dependency": [
44+
{
45+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.4.2` to `7.5.0`"
46+
},
47+
{
48+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.1` to `0.2.2`"
49+
},
50+
{
51+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.1` to `6.2.2`"
52+
}
53+
]
54+
}
55+
},
56+
{
57+
"version": "7.4.6",
58+
"tag": "@microsoft/api-documenter_v7.4.6",
59+
"date": "Tue, 24 Sep 2019 02:58:49 GMT",
60+
"comments": {
61+
"dependency": [
62+
{
63+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.0` to `4.3.1`"
64+
},
65+
{
66+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.0` to `0.2.1`"
67+
},
68+
{
69+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.0` to `6.2.1`"
70+
}
71+
]
72+
}
73+
},
74+
{
75+
"version": "7.4.5",
76+
"tag": "@microsoft/api-documenter_v7.4.5",
77+
"date": "Mon, 23 Sep 2019 15:14:55 GMT",
78+
"comments": {
79+
"dependency": [
80+
{
81+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.4.1` to `7.4.2`"
82+
},
83+
{
84+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`"
85+
},
86+
{
87+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.8` to `4.3.0`"
88+
},
89+
{
90+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.24` to `0.2.0`"
91+
},
92+
{
93+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.11` to `6.2.0`"
94+
}
95+
]
96+
}
97+
},
98+
{
99+
"version": "7.4.4",
100+
"tag": "@microsoft/api-documenter_v7.4.4",
101+
"date": "Fri, 20 Sep 2019 21:27:22 GMT",
102+
"comments": {
103+
"dependency": [
104+
{
105+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.23` to `0.1.24`"
106+
},
107+
{
108+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.10` to `6.1.11`"
109+
}
110+
]
111+
}
112+
},
113+
{
114+
"version": "7.4.3",
115+
"tag": "@microsoft/api-documenter_v7.4.3",
116+
"date": "Wed, 11 Sep 2019 19:56:23 GMT",
117+
"comments": {
118+
"patch": [
119+
{
120+
"comment": "Updating OfficeYamlDocumenter to account for new deeply linked types"
121+
}
122+
],
123+
"dependency": [
124+
{
125+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.22` to `0.1.23`"
126+
},
127+
{
128+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.9` to `6.1.10`"
129+
}
130+
]
131+
}
132+
},
133+
{
134+
"version": "7.4.2",
135+
"tag": "@microsoft/api-documenter_v7.4.2",
136+
"date": "Tue, 10 Sep 2019 22:32:23 GMT",
137+
"comments": {
138+
"patch": [
139+
{
140+
"comment": "Update documentation"
141+
}
142+
],
143+
"dependency": [
144+
{
145+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.4.0` to `7.4.1`"
146+
},
147+
{
148+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`"
149+
},
150+
{
151+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.7` to `4.2.8`"
152+
},
153+
{
154+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.21` to `0.1.22`"
155+
},
156+
{
157+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.8` to `6.1.9`"
158+
}
159+
]
160+
}
161+
},
162+
{
163+
"version": "7.4.1",
164+
"tag": "@microsoft/api-documenter_v7.4.1",
165+
"date": "Tue, 10 Sep 2019 20:38:33 GMT",
166+
"comments": {
167+
"patch": [
168+
{
169+
"comment": "Add support for emitting deeply linked types in YamlDocumenter"
170+
}
171+
],
172+
"dependency": [
173+
{
174+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.4` to `7.4.0`"
175+
},
176+
{
177+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.20` to `0.1.21`"
178+
},
179+
{
180+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.7` to `6.1.8`"
181+
}
182+
]
183+
}
184+
},
185+
{
186+
"version": "7.4.0",
187+
"tag": "@microsoft/api-documenter_v7.4.0",
188+
"date": "Fri, 06 Sep 2019 15:14:57 GMT",
189+
"comments": {
190+
"minor": [
191+
{
192+
"comment": "For the markdown target, generate an \"index.md\" file with an inventory of documented packages"
193+
}
194+
],
195+
"patch": [
196+
{
197+
"comment": "(Experimental) Expand the API for API Documenter plugins"
198+
}
199+
]
200+
}
201+
},
202+
{
203+
"version": "7.3.20",
204+
"tag": "@microsoft/api-documenter_v7.3.20",
205+
"date": "Thu, 05 Sep 2019 15:15:09 GMT",
206+
"comments": {
207+
"patch": [
208+
{
209+
"comment": "(Experimental) Introduce an API for writing API Documenter plugins"
210+
}
211+
]
212+
}
213+
},
214+
{
215+
"version": "7.3.19",
216+
"tag": "@microsoft/api-documenter_v7.3.19",
217+
"date": "Wed, 04 Sep 2019 18:28:06 GMT",
218+
"comments": {
219+
"dependency": [
220+
{
221+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.3` to `7.3.4`"
222+
},
223+
{
224+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`"
225+
},
226+
{
227+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.19` to `0.1.20`"
228+
},
229+
{
230+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.6` to `6.1.7`"
231+
}
232+
]
233+
}
234+
},
235+
{
236+
"version": "7.3.18",
237+
"tag": "@microsoft/api-documenter_v7.3.18",
238+
"date": "Wed, 04 Sep 2019 15:15:37 GMT",
239+
"comments": {
240+
"patch": [
241+
{
242+
"comment": "Update TSDoc dependency to 0.12.14"
243+
}
244+
],
245+
"dependency": [
246+
{
247+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.3.2` to `7.3.3`"
248+
},
249+
{
250+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.18` to `0.1.19`"
251+
},
252+
{
253+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.5` to `6.1.6`"
254+
}
255+
]
256+
}
257+
},
258+
{
259+
"version": "7.3.17",
260+
"tag": "@microsoft/api-documenter_v7.3.17",
261+
"date": "Fri, 30 Aug 2019 00:14:32 GMT",
262+
"comments": {
263+
"dependency": [
264+
{
265+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.17` to `0.1.18`"
266+
},
267+
{
268+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.4` to `6.1.5`"
269+
}
270+
]
271+
}
272+
},
4273
{
5274
"version": "7.3.16",
6275
"tag": "@microsoft/api-documenter_v7.3.16",

0 commit comments

Comments
 (0)