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

Remove internal state from InputText #182

Merged
merged 4 commits into from
Apr 19, 2021

Conversation

luciob
Copy link
Member

@luciob luciob commented Apr 19, 2021

This PR closes #177 removing internal state from InputText component.

luciobordonaro added 4 commits April 19, 2021 10:28
InputText now is stateless, no longer accepting "initialValue" but
"value".

BREAKING CHANGE: 🧨 Deprecated "initialValue" of InputText component, it must be replaced by
"value".

✅ Closes: 177
@luciob luciob self-assigned this Apr 19, 2021
@luciob luciob merged commit 756b35e into release-candidate Apr 19, 2021
@luciob luciob deleted the 177-remove-state-from-input branch April 19, 2021 09:27
@luciob luciob linked an issue Apr 19, 2021 that may be closed by this pull request
@github-actions
Copy link
Contributor

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove state from InputText
1 participant