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

Create Class reference component #692

Closed
dicarlo2 opened this issue Nov 12, 2018 · 0 comments
Closed

Create Class reference component #692

dicarlo2 opened this issue Nov 12, 2018 · 0 comments
Assignees
Labels
area/documentation Categorize issue or PR as documentation related kind/feature Categorizes issue or PR as related to a new feature.

Comments

@dicarlo2
Copy link
Contributor

Example: https://angular.io/api/animations/AnimationBuilder

@dicarlo2 dicarlo2 added [zube]: Inbox area/documentation Categorize issue or PR as documentation related kind/feature Categorizes issue or PR as related to a new feature. and removed [zube]: Inbox labels Nov 12, 2018
afragapane added a commit to afragapane/neo-one that referenced this issue Nov 26, 2018
Create all components necessary to create reference pages for all possible types (Function, Const,
Class, Enum, Interface, Type Alias, Decorator).

re neo-one-suite#691, neo-one-suite#692, neo-one-suite#693, neo-one-suite#694, neo-one-suite#695, neo-one-suite#696, neo-one-suite#697
afragapane added a commit to afragapane/neo-one that referenced this issue Dec 4, 2018
Create all components necessary to create reference pages for all possible types (Function, Const,
Class, Enum, Interface, Type Alias, Decorator).

re neo-one-suite#691, neo-one-suite#692, neo-one-suite#693, neo-one-suite#694, neo-one-suite#695, neo-one-suite#696, neo-one-suite#697
afragapane added a commit to afragapane/neo-one that referenced this issue Dec 5, 2018
Create all components necessary to create reference pages for all possible types (Function, Const,
Class, Enum, Interface, Type Alias, Decorator).

re neo-one-suite#691, neo-one-suite#692, neo-one-suite#693, neo-one-suite#694, neo-one-suite#695, neo-one-suite#696, neo-one-suite#697
bors bot added a commit that referenced this issue Dec 5, 2018
765: docs(Reference): Create pages for all possible types. r=dicarlo2 a=afragapane

### Description of the Change
Create all components necessary to create reference pages for all possible types (Function, Const,
Class, Enum, Interface, Type Alias, Decorator).

### Test Plan
Stage website and confirm it looks as expected:

![image](https://user-images.githubusercontent.com/34611820/49041152-bb490480-f181-11e8-90b2-7176ca1b6893.png)

![image](https://user-images.githubusercontent.com/34611820/49041167-c3a13f80-f181-11e8-8dec-43b314b42bb7.png)

![image](https://user-images.githubusercontent.com/34611820/49041181-cb60e400-f181-11e8-8046-221e3204b4e0.png)

![image](https://user-images.githubusercontent.com/34611820/49041195-d287f200-f181-11e8-9639-2a1594c47cae.png)

![image](https://user-images.githubusercontent.com/34611820/49041219-db78c380-f181-11e8-9f0d-04961a9cd647.png)

![image](https://user-images.githubusercontent.com/34611820/49041229-e29fd180-f181-11e8-99b6-79031e7219ac.png)

![image](https://user-images.githubusercontent.com/34611820/49041236-e7648580-f181-11e8-9557-33e5426ccf54.png)

![image](https://user-images.githubusercontent.com/34611820/49041242-eb90a300-f181-11e8-8047-bf79b0611ca7.png)

![image](https://user-images.githubusercontent.com/34611820/49041247-f0555700-f181-11e8-9a3b-91c9daf0f95d.png)

![image](https://user-images.githubusercontent.com/34611820/49041264-f77c6500-f181-11e8-8b94-b01ae22a6ef4.png)

![image](https://user-images.githubusercontent.com/34611820/49041277-fd724600-f181-11e8-88e4-6177533bf219.png)

### Applicable Issues
re #691, #692, #693, #694, #695, #696, #697


794: chore(deps): update dependency cypress to v3.1.3 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| cypress | devDependencies | patch | `3.1.2` -> `3.1.3` | [source](https://renovatebot.com/gh/cypress-io/cypress) |

---

### Release Notes

<details>
<summary>cypress-io/cypress</summary>

### [`v3.1.3`](https://renovatebot.com/gh/cypress-io/cypress/releases/v3.1.3)

[Compare Source](https://renovatebot.com/gh/cypress-io/cypress/compare/v3.1.2...v3.1.3)

_Released 12/03/2018_

**Bugfixes:**

-   Fixed regression introduced in [3.1.1](https://on.cypress.io/changelog#&#8203;3.1.1) with `requestAnimationFrame` that caused some animations not to run. Fixes [#&#8203;2725](https://renovatebot.com/gh/cypress-io/cypress/issues/2725).
-   Fixed regression introduced in [3.1.2](https://on.cypress.io/changelog#&#8203;3.1.2) that caused DOM elements passed to [`cy.wrap()`](https://on.cypress.io/wrap) to no longer yield the proper jQuery array instance. Fixes [#&#8203;2820](https://renovatebot.com/gh/cypress-io/cypress/issues/2820).
-   Fixed regression causing invocations of [cy.clock()](https://on.cypress.io/clock) to error on subsequent tests. Fixes [#&#8203;2850](https://renovatebot.com/gh/cypress-io/cypress/issues/2850).
-   Fixed issue where a fix included in [3.1.2](https://on.cypress.io/changelog#&#8203;3.1.2) did not pass the `windowsHide` argument to the proper options. Fixes [#&#8203;2667](https://renovatebot.com/gh/cypress-io/cypress/issues/2667) and [#&#8203;2809](https://renovatebot.com/gh/cypress-io/cypress/issues/2809).
-   Passing [`.check({ force: true })`](https://on.cypress.io/check) no longer requires the checkbox or radio to be visible. Fixes [#&#8203;1376](https://renovatebot.com/gh/cypress-io/cypress/issues/1376).

**Misc**

-   Updated types to support promises as arguments within [`cy.wrap`](https://on.cypress.io/wrap). Fixes [#&#8203;2807](https://renovatebot.com/gh/cypress-io/cypress/pull/2807).
-   We now expose all jQuery methods and values onto "`Cypress.$`" $. Fixes [#&#8203;2830](https://renovatebot.com/gh/cypress-io/cypress/issues/2830).
-   [`cy.wait()`](https://on.cypress.io/wait) now accepts a separate timeout option for `requestTimeout` and `responseTimeout`. Fixes [#&#8203;2446](https://renovatebot.com/gh/cypress-io/cypress/issues/2446).

**Dependency Updates**

-   Upgraded nodemon from `^1.8.1` to `^1.8.7`. Fixes [#&#8203;2864](https://renovatebot.com/gh/cypress-io/cypress/pull/2864).
-   Upgraded request from `^2.27.0` and `^2.28.0` to `^4.0.0`, Fixes [#&#8203;2455](https://renovatebot.com/gh/cypress-io/cypress/issues/2455).

**Documentation Changes:**

-   Added `requestTimeout` and `responseTimeout` options to [`cy.wait()`](https://on.cypress.io/wait)
-   Added 'History' table to [`cy.wait()`](https://on.cypress.io/wait)
-   Added 'Alias' for assertions that are aliases of each other to [`Assertions`](https://on.cypress.io/assertions)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

800: fix(deps): update dependency webpack to v4.27.0 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| webpack | dependencies | minor | `4.26.1` -> `4.27.0` | [source](https://renovatebot.com/gh/webpack/webpack) |

---

### Release Notes

<details>
<summary>webpack/webpack</summary>

### [`v4.27.0`](https://renovatebot.com/gh/webpack/webpack/releases/v4.27.0)

[Compare Source](https://renovatebot.com/gh/webpack/webpack/compare/v4.26.1...v4.27.0)

### Features

-   When using functions as plugins they are now also called with the compiler as parameter
    -   This make it possible to use arrow functions as plugins
-   splitChunks.maxSize now emits a warning when minSize > maxSize
-   Loaders have now access to a `getResolve` method to create their own resolver function with custom options

### Bugfixes

-   splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation
-   splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize
-   fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name
    -   now conditions are considered per cacheGroup
    -   the correct cache group comment is displayed in stats
-   fixes a bug which causes providedExports not to be updated on rebuilds when using `export * from`

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

802: docs(Reference): Use dgeni to generate docs from code r=dicarlo2 a=afragapane

### Description of the Change
Use dgeni to generate json files from code. Scrape these json files for ingestion into the
neo-one-website.  

### Test Plan
Ensure json files contain expected data and that they are scraped properly. More thorough testing will be done once this is added to the front-end portion.  The website will be staged and confirm that everything looks and works as expected.

### Applicable Issues
#702 

805: refactor(client-common): Export public functions as "function" and re… r=dicarlo2 a=afragapane

Export public functions as "function" instead of const and remove double quotes in comments. These
changes help dgeni recognize functions better for documentation purposes.

#702


Co-authored-by: afragapane <ahfragapane@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
@zube zube bot closed this as completed Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Categorize issue or PR as documentation related kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants