
# Changelog
1.2.17 (2021-1-20)
    * adds hideDisabled prop to Button and Action

1.2.16 (2021-1-11)
     * Updates all elements to use new typography
     * Removes AnchorButton and ActionAnchor because they are redundant given 'as' prop

1.2.15 (2020-11-11)
    * Removes position:relative from <Box>
    * Removes flex:0 to row and col

1.2.14 (2020-11-11)
    * Adds LargeBullet for notification badge
    * Adds flex:0 to row and col for cross-browser compatibility

1.2.13 (2020-10-29)
    * Disables svg fill property target in Button

1.2.12 (2020-10-29)
    * Fixes spaces icon

-1.2.11 (2020-10-29)
    * Spaces Icon
    * Add Users Icon
    * fixes white space etc on Text
    * Smaller triangle icons

- 1.2.10 (2020-10-7)
    * Exports IconIndex
    * Adds textTransform to AllSystemProps and TypographyProps

- 1.2.9 (2020-10-7)
    * Adds textOverflow and whiteSpace to AllSystemProps and TypographyProps
    * Adds more icons
    * Adds Badge
    * Resolves onBlur behavior from 1.2.8

- 1.2.8 (2020-10-6)
    * Adds Badge
    * Adds several icons
    * Updates several icons

- 1.2.7 (2020-9-25)
    * Fixes gy prop on col, which should have been gapY
    * Revises Boot and Download Icons
    * ActionAnchor is no longer centered

- 1.2.6 (2020-9-23)
    * Adds FourUp
    * Implements FourUp and TwoUp with css grid
    * Row and Col 'pitch' prop now gapX and gapY respectively

- 1.2.5 (2020-9-22)
    * ManagedTextInputField and ManagedTextAreaField removes own vertical margin when no label or title is given
    * Icon accepts a stroke prop
    * Formik is now not bundled, and should be installed as a peer dep

- 1.2.4 (2020-9-1)
    * Adds boot and upload icon
    * Adds CSS grid props
    * Fixes cursor typings
    * TwoUp can apply gutter spacing
    * Removes FourUp

- 1.2.3 (2020-8-28)
    * Drop minification from release build process because it causes issues downstream.

- 1.2.2 (2020-08-21)
    * Adds asButton, asAnchor and asAction functions.
    * Action horizontal text alignment now left and container is no longer a flexbox.
    * Label has fixed height and uses flexbox.
    * TextArea and TextInput accept fontFamily, fontWeight, color, backgroundColor, borderColor
    * Text is now a span so that it can be nested inside the Paragraph component
    * Inline is now Paragraph and is a p tag

- 1.2.1 (2020-08-20)
    * Adds SegmentedProgressBar, ContinuousProgressBar
    * Adds LoadingSpinner
    * Gives MenuButton correct x pad and justify-between
    * Adds ActionAnchor
    * Reorganizes library files to accommodate better documentation
    * Adds scripts which generate basic documentation for docs site
    * Adds skeleton of a docs site

- 1.2.0 (2020-08-17)
    * Renames BackgroundImg to BackgroundImage
    * Renames Img to Image
    * Adds top and bottom caps on Menu
    * Removes props on MenuButton. It now has same optional props as Button.
    * Renames Disclosure to DisclosureBox
    * Disclosure Box now does not use Reach UI
    * Adds cursor prop
    * Adds /examples
    * CSS Reset is now a component called Resest, instead of a string
    * Generally expands prop options on components
    * New Components: Action, AspectRatio, BaseForm, BaseAnchor, BaseButton, BaseCode, BaseImage, BaseInput, BaseLabel, BaseSVG, BaseTextArea, Checkbox, RadioButton, Indicator, ToggleSwitch, ErrorLabel, Inline, ManagedCheckboxField, ManagedForm, FormController, ManagedRadioButtonField, ManagedTextInputField, ManagedToggleSwitchField, Reset, StatelessCheckboxField, StatelessTextArea, StatelessTextInput and StatelessToggleSwitchField
    * New Icons: Smiley, Heart, XSmall, PlusSmall, Weather, Clock, Chat, Links, Publish, Groups, Gear, LeapArrow, Home, TrashCan
    * Resolves non-DOM properties being forwarded to DOM
    * Resolves cases where React typings overlapped with incompatible styled-system properties of the same name
    * Adds DEVELOPMENT.md with component reference patterns