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

Eslint plugin feat #1122

Closed
wants to merge 38 commits into from
Closed

Eslint plugin feat #1122

wants to merge 38 commits into from

Conversation

aghh1504
Copy link
Collaborator

No description provided.

Artem Sapegin and others added 30 commits August 7, 2018 16:34
* Feat: Made the mounting point id configurable.
* Removed default container name.
* Removed nonsensical test.
- User can define a custom name via a custom @sgDisplayName tag in the doc block
## New features

* Add custom component display names ([#933](#933))

```
module.exports = {
  updateDocs(docs) {
    if (docs && docs.displayName) {
      docs.visibleName = docs.displayName.toLowerCase()
    }
    return docs
  }
}
```

* Made the mounting point id configurable. ([#1050](#1050))
## New features

* Add custom component display names ([#933](#933))

```
module.exports = {
  updateDocs(docs) {
    if (docs && docs.displayName) {
      docs.visibleName = docs.displayName.toLowerCase()
    }
    return docs
  }
}
```

* Made the mounting point id configurable. ([#1050](#1050))

## Bug fixes

* Cypress failing test ([#1077](#1077))
…synonyms (#1046)

Read 'param', 'arg', 'argument' JSDoc tags for method params, and 'return', 'returns' for method return value.
* Added support for external links in sections
* Removed the skip functionality, changed external prop to href prop
* Removed leftover skip and external prop
* Renamed test for target attribute
* Reverted change to docs
* Update example sections config and fialing tests
* Use a unique string as Section key
* Reverted change to Sections component; apparently there are cases where you dont get section slug
* Reverted package-lock.json
* Revert Cookbook.md
* Properly unstage Cookbook
* The cookbook is changed by pre-commit hook
* Added test for the href prop
* Changed jsx to markdown syntax
👋 **[Support Styleguidist](https://opencollective.com/styleguidist) on Open Collective** 👋

## New features

* Added support for external links in sections ([#921](#921) by @BTMPL)

Two flags added to `Sections` config:

* `href` - An URL to navigate to instead of navigating to the section content
* `external` - If set, the link will open in a new window
@stale
Copy link

stale bot commented Dec 28, 2018

😴 This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week without any further activity. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.