-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Closed
Eslint plugin feat #1122
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
- Fix deploy (e988f3e)
## 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.
Simplify code a bit.
* 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
😴 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. |
This was referenced Nov 5, 2022
This was referenced Dec 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.