Peter Bacon Darwin
69b37fff26
build(aio): remove unused Rho package
2017-04-12 12:24:02 -07:00
Peter Bacon Darwin
df619adc76
docs(aio): update to remark syntax
2017-04-12 12:24:02 -07:00
Peter Bacon Darwin
374bf1ed98
build(aio): implement the remark renderer
...
The implementation adds three plugins to the remark processor:
* remove support for code blocks triggered by indented
text - only gfm triple backticks are supported; and also adds support for
dgeni inline tags.
* ignore content within `code-example` and `code-tabs` elements. This prevents
the content being accidentally treated as markdown
* ignore dgeni inline tags, e.g. `{@link ... }` to prevent the content of
the links from being accidentally treated as markdown
2017-04-12 12:24:02 -07:00
Miško Hevery
540581da3e
fix(language-service): Update types for TypeScript nullability support
2017-04-12 11:36:19 -07:00
Miško Hevery
6f5fccfeb7
fix: Update types for TypeScript nullability support in examples
2017-04-12 11:36:19 -07:00
Miško Hevery
14669f20bf
fix(benchpress): Update types for TypeScript nullability support
2017-04-12 11:36:19 -07:00
Stefanie Fluin
075f3f8c9f
feat(aio): search results layer fix and responsive table
2017-04-12 14:46:31 +01:00
Stefanie Fluin
2798c1bbec
feat(aio): code block styles with header
2017-04-12 14:29:03 +01:00
Miško Hevery
38d75d410e
feat(animations): Update types for TypeScript nullability support
...
Closes #15870
2017-04-11 18:13:52 -07:00
Peter Bacon Darwin
04fb29b589
test(aio): add test for escaped newline in CodeComponent
2017-04-11 16:03:21 -07:00
Peter Bacon Darwin
9037593ab8
fix(aio): left align code in aio-code components
2017-04-11 16:03:21 -07:00
Jesus Rodriguez
3ced940b5a
build(aio): ability to generate plunkers
2017-04-11 16:00:37 -07:00
Hans Larsen
f5a98d98c8
docs: add changelog for 4.0.2
2017-04-11 15:32:41 -07:00
Ward Bell
0799f184dc
fix(aio): v2 - when browser lacks service worker, disable sw feature
2017-04-11 14:26:22 -07:00
Ward Bell
c530c5d317
fix(aio): when browser lacks service worker, disable sw feature
2017-04-11 14:26:22 -07:00
Victor Berchet
91b2e394d5
ci: add jasonaden to the router
2017-04-11 11:16:02 -07:00
Victor Berchet
a487563768
fix(router): fix query param parsing
2017-04-11 11:15:11 -07:00
Victor Berchet
0ab04bd62c
refactor(router): cleanup & simplifications
2017-04-11 11:15:11 -07:00
Marc Laval
46ce3317c3
test(router): enable running the campaign in non-ES6 browsers
...
Closes #15806 .
2017-04-10 15:43:42 -07:00
Victor Berchet
83527fd4fb
test(router): test preloading when a module is already loaded
2017-04-10 16:35:47 -06:00
Dzmitry Shylovich
6d12aa978d
fix(router): the preloader use the module from the loaded config
2017-04-10 16:35:47 -06:00
Paul Gschwendtner
96aa2365ae
fix(tsc-wrapped): ensure valid path separators in metadata
...
* Fixes that `tsc-wrapped` stores invalid path separators in the bundled metadata files. Previous errors could have been: `Cannot find module '.corecoordinationnique-selection-dispatcher'.` (See https://github.com/angular/material2/issues/3834 )
* Fixes failing tests on Windows. Now all tooling tests are green on Windows.
Related to #15403
2017-04-10 16:01:38 -06:00
Chuck Jazdzewski
258d5392d5
fix(language-service): detect when there isn't a tsconfig.json
...
Fixes #15874
2017-04-10 16:01:05 -06:00
Miško Hevery
09d9f5fe54
fix(compiler): Update types for TypeScript nullability support
2017-04-10 15:26:33 -06:00
Miško Hevery
d8b73e4223
fix(common): Update types for TypeScript nullability support
2017-04-10 15:26:33 -06:00
Stefanie Fluin
4c566dbfbb
fix(aio): api search input fix and style
2017-04-10 13:47:24 +01:00
Chuck Jazdzewski
bde9771991
fix(language-service): parse extended i18n forms
2017-04-04 15:34:12 -06:00
Chuck Jazdzewski
fe0d02fc47
fix(language-service): initialize static reflector correctly
...
Fixes #15768
2017-04-04 15:00:46 -06:00
Ethan Veres
7b005aadc1
style(router): fix typo in router preloader method
2017-04-04 14:12:45 -06:00
Chuck Jazdzewski
7764c5c697
fix(language-service): avoid throwing exceptions when reporting metadata errors
2017-04-04 14:11:51 -06:00
Jesus Rodriguez
c6917d9d4f
build(aio): update boilerplate to new folder structure
2017-04-04 04:19:49 -06:00
Stefanie Fluin
25132bff86
feat(aio): marketing page styles
2017-04-03 15:48:52 -07:00
Jesus Rodriguez
0e38bf9de0
build(aio): new migration
2017-04-03 15:41:05 -07:00
Ward Bell
309bae0a0b
feat(aio): display “code sample missing” message when no code sample
...
Not having code in a `<code-example>` or `<code-tabs>` is presumed to be an error.
Hides the copy button as well.
2017-04-02 22:37:16 +01:00
Ward Bell
ae70293df3
feat(aio): add DtComponent to view/change the raw contents
2017-04-02 22:15:57 +01:00
Ward Bell
1e623a3710
feat(aio): add original style for feature page
...
fixes link to quick start; moves $unit to constants
2017-04-02 22:10:39 +01:00
Peter Bacon Darwin
928e2543cd
fix(aio): currentNode url should not contain hash or search
2017-04-02 11:41:35 +01:00
Peter Bacon Darwin
92e14a36f9
test(aio): ensure AppComponent.pageId has no search or hash
2017-04-02 11:41:35 +01:00
Peter Bacon Darwin
34a1990c57
fix(aio): trim code blocks before rendering
2017-04-02 11:40:40 +01:00
Ward Bell
e4c3882a81
fix(aio): fix presskit.html typos
2017-04-02 10:20:25 +01:00
Georgios Kalpakas
62f9738a9a
test(aio): enable linting of `transforms/` and add rules for jasmine
2017-04-01 20:56:16 +01:00
Georgios Kalpakas
a562c64ed6
test(aio): enable tslint rule for focused jasmine tests/suites
2017-04-01 20:56:16 +01:00
Georgios Kalpakas
8c726ea87e
fix(aio): preserve space after anchor elements
...
Sometimes, depending on the length of lines, anchor elements would be formatted
incorrectly by `html.prettyPrint` and the space right after the element was
removed.
This was apparently caused by a bug in `html.prettyPrint` in combination with
its default behavior of wrapping lines at a specific limit (70 chars). Since the
output is only meant to be used as JSON string data, wrapping the lines makes it
less readable by adding unnecessary `\n`.
This commit disables the line wrapping, which effectively avoids the bug that
was responsible for incorrectly formatting anchor elements and surrounding
space.
Related to #15681 .
2017-04-01 18:23:01 +01:00
Peter Bacon Darwin
c8be3960a0
style(aio): fix minor syntax error
2017-04-01 11:49:08 +01:00
Peter Bacon Darwin
759af8b56b
feat(aio): add id to doc-viewer container based on current url
...
This enables page specific styling via CSS.
2017-04-01 11:49:08 +01:00
Ward Bell
97deb01b1f
feat(aio): add about component and data
2017-04-01 07:49:45 +01:00
Ward Bell
ad639d783f
feat(aio): add contribute marketing page
2017-04-01 07:45:42 +01:00
Peter Bacon Darwin
e1c2e50d92
docs(aio): move bio images into content folder
2017-04-01 07:17:24 +01:00
Peter Bacon Darwin
dd4e3f8704
build(aio): copy content image assets
2017-04-01 07:17:24 +01:00
Peter Bacon Darwin
08941aa0c7
build(aio): process marketing docs that have .md extension
...
See #15661
2017-03-31 17:32:16 -07:00