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

chore(containers): remove Form from default export #1031

Merged
merged 4 commits into from
Feb 2, 2018

Conversation

romainseb
Copy link
Contributor

@romainseb romainseb commented Jan 31, 2018

What is the problem this PR is trying to solve?
With Form container in default export, we must have form as dependency on the project that import containers
What is the chosen solution to this problem?
Remove Form from default export and import it à la lodash when you need it

Please check if the PR fulfills these requirements

  • The PR commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Related design / discussions / pages (not in jira), if any, are all linked or available in the PR

[x] This PR introduces a breaking change

@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@@ -48,7 +47,6 @@ export {
Drawer,
DeleteResource,
FilterBar,
Form,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just indicating on the PR there is a breaking change.

Copy link
Contributor

@jsomsanith-tlnd jsomsanith-tlnd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 with @jare-talend's comment

@romainseb romainseb changed the title chore(containers): remove Form from default export chore(containers): remove Form from default export [BREAKING_CHANGE] Feb 1, 2018
@jsomsanith-tlnd jsomsanith-tlnd changed the title chore(containers): remove Form from default export [BREAKING_CHANGE] chore(containers): remove Form from default export Feb 2, 2018
@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

1 similar comment
@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@jsomsanith-tlnd jsomsanith-tlnd merged commit 39c0766 into master Feb 2, 2018
@jsomsanith-tlnd jsomsanith-tlnd deleted the sromain/chore-remove-form-container branch February 2, 2018 13:43
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.

None yet

4 participants