-
Notifications
You must be signed in to change notification settings - Fork 30.5k
[@types/reactstrap] Adding carousel components, removing Tether #22512
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
Conversation
41c5016 to
1ac8529
Compare
|
After 5 days, no one has reviewed the PR 😞. A maintainer will be reviewing the PR in the next few days and will either merge it or request revisions. Thank you for your patience! |
| export { default as Table, TableProps } from './lib/Table'; | ||
| export { default as TabPane, TabPaneProps } from './lib/TabPane'; | ||
| export { default as Tag, TagProps } from './lib/Tag'; | ||
| export { default as TetherContent, TetherContentProps } from './lib/TetherContent'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removal of tether is a breaking change in v 5-alpha.
First, the version should be updated to reflect this, see https://github.com/DefinitelyTyped/DefinitelyTyped#i-want-to-update-a-package-to-a-new-major-version since it is a major version.
Second, consider nod making the breaking change untill a stable release is available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, my bad.
|
@KurtPreston One or more reviewers has requested changes. Please address their comments. I'll be back once they sign off or you've pushed new commits. Thank you! |
|
@KurtPreston Could you also add |
npm run lint package-name(ortscif notslint.jsonis present).If changing an existing definition:
tslint.jsoncontaining{ "extends": "dtslint/dt.json" }.