-
Notifications
You must be signed in to change notification settings - Fork 55
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
fix(data-table): proxy defaultProps
and propTypes
#666
Conversation
Deploy preview for ibm-security ready! Built with commit 2020fd7 |
Revisiting the scope of this as deeper issues uncovered |
size
knobdefaultProps
and propTypes
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.
LGTM 👍
## [1.27.1-prerelease.3](v1.27.1-prerelease.2...v1.27.1-prerelease.3) (2020-07-14) ### Bug Fixes * **data-table:** proxy `defaultProps` and `propTypes` ([#666](#666)) ([cf37860](cf37860))
🎉 This PR is included in version 1.27.1-prerelease.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [1.28.0](v1.27.0...v1.28.0) (2020-07-21) ### Bug Fixes * **checkbox:** update checkbox focus to ensure border is used ([#672](#672)) ([53bd877](53bd877)) * **data-table:** proxy `defaultProps` and `propTypes` ([#666](#666)) ([cf37860](cf37860)) * **decorator:** add character limit, display value in `title` prop ([#654](#654)) ([0adbcfc](0adbcfc)) * **dropdown:** add `ListBox` styles ([#659](#659)) ([644c389](644c389)) * **searchbar:** remove unused Search prop showIcon ([#674](#674)) ([6c5af0b](6c5af0b)) * **truncated-list:** include `ScrollGradient` styles ([#676](#676)) ([1c44825](1c44825)) ### Features * **carbon:** upgrade to `v10.15` ([#660](#660)) ([f328809](f328809))
🎉 This PR is included in version 1.28.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Affected issue
Related to #664
Proposed changes
DataTable
defaultProps
andpropTypes
- any changes upstream were not being reflected and would cause disparities between both implementations and consumer expectationsize
knob toDataTable
stories