Skip to content

Move internal sub-render components to private #783

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

Merged

Conversation

interactivellama
Copy link
Contributor

@interactivellama interactivellama commented Nov 23, 2016

Fixes: #779

  • This helps with engineers looking at the source code to find components they can use. See components/readme.md.
  • It will also help in excluding these private components in the docgen of the doc site. All React components not within private or utilities can now be considered public API.

All file renames here should be backwards compatible and alias file names will be present for the old files and removed at the next breaking change--except page-header. There were a lot of sub-rendering components in page-header which is a good thing, but from I can tell none are meant to public.

- This helps with engineers looking at the source code to find components they can use. See components/readme.md.
- It will also help in excluding these private components

All file renames here should be backwards compatible and alias file names will be present for the old files and removed at the next breaking change.
@interactivellama interactivellama added this to the backlog milestone Nov 23, 2016
@tweettypography tweettypography temporarily deployed to design-system-react-com-pr-783 November 23, 2016 21:39 Inactive
@donnieberg
Copy link
Contributor

LGTM! ok to merge?

@interactivellama interactivellama merged commit a8573c5 into salesforce:master Dec 1, 2016
@interactivellama interactivellama deleted the private-components branch December 14, 2016 14:48
@donnieberg donnieberg self-assigned this Aug 16, 2017
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