This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
Releases: jxom/fannypack
Releases · jxom/fannypack
4.11.5
4.11.4
Fixes
- Fixed height of close buttons
- Fixed margin of header on
<Dialog>
- Fixed close issue on
<CalloutOverlay>
- Added missing unit on fonts docs page (thanks @hastebrot)
4.11.3
4.11.2
4.11.0
4.10.2
4.10.0
Features
- Add
FieldSet
component - Add
LayoutSet
component - Add
formikField
&reduxFormField
adaptors for Formik and Redux Form - Remove
isFullWidth
fromFieldWrapper
,CheckboxField
,RadioGroupField
,SwitchField
,InputField
,Input
,TextareaField
&Textarea
components - they are now full width by default.
Fixes
- Use
line-height: 1
for<Label>
- Use a larger top margin for
FieldWrapper
's child element.