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

feat(component): convert Form to FC and remove static members #324

Merged
merged 1 commit into from
Jan 14, 2020

Conversation

chanceaclark
Copy link
Contributor

What

Convert Form to a functional component and remove static members.


BREAKING CHANGE:
Use FormControlError, FormControlLabel, FormGroup, and Fieldset
instead of Form.Error, Form.Label, Form.Group, and Form.Fieldset respectively.

@chanceaclark chanceaclark requested a review from a team January 13, 2020 20:12
Copy link
Contributor

@golcinho golcinho left a comment

Choose a reason for hiding this comment

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

PR looks good! I have a few questions not related to the code...

The question is do we support Semantic Versioning?

For zero major version API changes is good, but will we support Semantic Versioning and backwards compatibility in the scope of major version after the beta?

@deini
Copy link
Member

deini commented Jan 14, 2020

@golcinho Yes, we are and will continue to use semver after beta. (No breaking changes after 1.x.x without a major version bump).

BREAKING CHANGE:
Use `FormControlError`, `FormControlLabel`, `FormGroup`, and `Fieldset`
instead of `Form.Error`, `Form.Label`, `Form.Group`, and `Form.Fieldset` respectively.
@chanceaclark chanceaclark merged commit fbc5eb9 into bigcommerce:master Jan 14, 2020
@chanceaclark chanceaclark deleted the refactor/form branch January 14, 2020 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants