diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a99db..947af36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 8.0.5 +### Fixed +- When a FormField was rendered with no error, we were setting the FormError's title to `false`, causing a react warning. +- Updated node-sass to fix npm audit warnings. + ## 8.0.4 ### Changed - Updated fields to pass in `aria-required={props.required}` to input diff --git a/lib/components/Field/FormField.tsx b/lib/components/Field/FormField.tsx index 47ea3d9..8ecaa2d 100644 --- a/lib/components/Field/FormField.tsx +++ b/lib/components/Field/FormField.tsx @@ -159,7 +159,7 @@ export class FormField extends React.PureComponent