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

Add propTablesExclude option #924

Merged
merged 3 commits into from
May 10, 2017

Conversation

elisherer
Copy link
Contributor

(Migrated from the old addon-info repo)

This adds an option: propTablesExclude
To be used in addWithInfo like:

    ),
    { inline: true, propTables: [Button], propTablesExclude: [Container]}
  );

Edit: Also, propTables is not filtered by the exclude (because it happens before the collection of the children props) making it possible to include props that were excluded globally.

@ndelangen ndelangen changed the title [addon-info] Add propTablesExclude option Add propTablesExclude option Apr 23, 2017
@codecov
Copy link

codecov bot commented May 8, 2017

Codecov Report

Merging #924 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #924      +/-   ##
==========================================
- Coverage   12.61%   12.61%   -0.01%     
==========================================
  Files         192      192              
  Lines        4424     4425       +1     
  Branches      707      707              
==========================================
  Hits          558      558              
- Misses       3241     3242       +1     
  Partials      625      625
Impacted Files Coverage Δ
packages/addon-info/src/index.js 0% <ø> (ø) ⬆️
packages/addon-info/src/components/Story.js 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56d779b...42cb794. Read the comment docs.

@ndelangen
Copy link
Member

Sorry for the delay, I think we can merge this!

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

Successfully merging this pull request may close these issues.

3 participants