Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Correct npm script for cleaning TextField, make labels optional #69

Merged
merged 1 commit into from
Aug 15, 2019

Conversation

mayakoneval
Copy link
Contributor

@mayakoneval mayakoneval commented Aug 14, 2019

Release Notes

@justinanastos made an update to the TextField logic and didn't update the clean script. This fixes it.

@@ -49,7 +49,7 @@ interface Props {
/**
* Visible title
*/
label: React.ReactNode;
label?: React.ReactNode;
Copy link
Contributor

Choose a reason for hiding this comment

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

Now that the label is optional we need to conditionally render it as well, otherwise we'll have padding and margins on an empty element.

I'm going to say this is good and defer that to #67 ? I'm going to 👍 both of these. If they both merge, then they'll work together 🤝

@justinanastos
Copy link
Contributor

@mayakoneval Remember, whatever you put in the title of a PR is what's going to be added to the changelog

@justinanastos justinanastos added skip-release Preserve the current version when merged and removed patch labels Aug 15, 2019
@justinanastos justinanastos added patch and removed skip-release Preserve the current version when merged labels Aug 15, 2019
@justinanastos
Copy link
Contributor

/rebase

@github-actions github-actions bot force-pushed the mkoneval/npm-script branch from 7beec02 to 655f8c2 Compare August 15, 2019 00:21
@mayakoneval mayakoneval changed the title correct npm script folder Correct npm script for cleaning TextField, make labels optional Aug 15, 2019
@mayakoneval mayakoneval merged commit a3a247b into master Aug 15, 2019
@mayakoneval mayakoneval deleted the mkoneval/npm-script branch August 15, 2019 00:27
@justinanastos
Copy link
Contributor

🚀 PR was released in v1.5.1 🚀

@justinanastos justinanastos added the released This issue/pull request has been released. label Aug 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants