Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Releases: jxom/fannypack

4.11.5

19 Feb 12:04
Compare
Choose a tag to compare

Fixes

  • Fixed font weight on <Timeline>
  • Fixed layout of bullets on <Timeline>

4.11.4

19 Feb 12:01
Compare
Choose a tag to compare

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

19 Feb 12:00
Compare
Choose a tag to compare

Fixes

  • Fixed layout of <FieldWrapper> labels

4.11.2

17 Feb 01:12
Compare
Choose a tag to compare

Fixes

  • Fixed layout of <Alert> (removed justify-content style)
  • Fixed margin of titles in <Alert>

4.11.0

14 Feb 02:49
Compare
Choose a tag to compare

Features

  • Added SelectMenuField component

Enhancements

  • Added inputRef prop on <Input>

4.10.2

14 Feb 01:12
Compare
Choose a tag to compare

Enhancements

  • Add isFilled prop to <Set>
  • Make <SelectMenu> form friendly

Fixes

  • Remove flex-wrap when <Set> has isVertical set to true.

4.10.0

12 Feb 11:35
Compare
Choose a tag to compare

Features

  • Add FieldSet component
  • Add LayoutSet component
  • Add formikField & reduxFormField adaptors for Formik and Redux Form
  • Remove isFullWidth from FieldWrapper, 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.

4.8.0

04 Feb 06:38
Compare
Choose a tag to compare

Features

  • Added <Breadcrumb> component

4.7.0

27 Jan 00:15
Compare
Choose a tag to compare

Features

  • Added Markdown component

4.6.0

23 Jan 06:15
Compare
Choose a tag to compare

Features

  • Added <SelectMenu>