Skip to content

Add propTablesExclude option#924

Merged
ndelangen merged 3 commits intostorybookjs:masterfrom
elisherer:feature/add-excludeTypesProps
May 10, 2017
Merged

Add propTablesExclude option#924
ndelangen merged 3 commits intostorybookjs:masterfrom
elisherer:feature/add-excludeTypesProps

Conversation

@elisherer
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
Member

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

@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented May 6, 2025

View your CI Pipeline Execution ↗ for commit 42cb794.

Command Status Duration Result
nx run-many -t build --parallel=3 ✅ Succeeded 1m 45s View ↗

☁️ Nx Cloud last updated this comment at 2025-05-06 20:06:40 UTC

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