Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

docs(FTZ): use PropsTable #1268

Merged
merged 10 commits into from
May 2, 2019
Merged

docs(FTZ): use PropsTable #1268

merged 10 commits into from
May 2, 2019

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Apr 25, 2019

Fixes #1209.


This PR:

  • removes outdated HOCs like neverUpdate and updateForKeys in the favor of React.memo()
  • adds ignoredInterfaces option to our docgen plugin that allows to ignore some parents interfaces
  • clean ups ComponentControls and related components to remove cruft active prop

@DustyTheBot
Copy link
Collaborator

Warnings
⚠️ There are no updates provided to CHANGELOG. Ensure there are no publicly visible changes introduced by this PR.

Generated by 🚫 dangerJS

@codecov
Copy link

codecov bot commented Apr 25, 2019

Codecov Report

Merging #1268 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1268   +/-   ##
=======================================
  Coverage   72.08%   72.08%           
=======================================
  Files         736      736           
  Lines        5627     5627           
  Branches     1646     1646           
=======================================
  Hits         4056     4056           
  Misses       1566     1566           
  Partials        5        5

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 88cc96c...1fc3f7b. Read the comment docs.

@layershifter layershifter marked this pull request as ready for review May 2, 2019 08:35
…github.com/stardust-ui/react into docs/rework-component-table

# Conflicts:
#	docs/src/components/ComponentDoc/ComponentExample/ComponentExample.tsx
@layershifter layershifter merged commit f717dbc into master May 2, 2019
@delete-merged-branch delete-merged-branch bot deleted the docs/rework-component-table branch May 2, 2019 14:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autogenerate component's props for guides pages
3 participants