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

Latest commit

 

History

History
153 lines (97 loc) · 8.42 KB

CHANGELOG.md

File metadata and controls

153 lines (97 loc) · 8.42 KB

1.30.1 (2019-06-01)

Bug Fixes

  • FormInput: add autoComplete prop (bdd8f0c), closes #428
  • FormSelect: add multiple prop (af40df3)

1.30.0 (2019-06-01)

Bug Fixes

  • Form: Fix invalid properties for maxLength, minLength, autoComplete (d63f9c3)
  • Form: Fix invalid properties for maxLength, minLength, autoComplete (#440) (cb4a69a)
  • package: update d3-scale to version 3.0.0 (e927826)
  • package: update react-router-dom to version 5.0.0 (464eea4)

Features

  • FileInput: add accept property (0965e51)
  • StandAloneFormPage: Made the logo variable (2d9d48e)

1.11.0 (2018-06-15)

Features

  • Alert: Add mouse and pointer event props (37eb666)
  • Avatar: Add mouse and pointer event props (7d04234)
  • Button: Add mouse, pointer events (844e301)

1.10.2 (2018-06-14)

Bug Fixes

  • DropdownMenu: performance issue 228 (7a6a9f7), closes #228

1.10.1 (2018-06-12)

Bug Fixes

  • package: update commitlint to version 7.0.0 (d5d11cb)

1.10.0 (2018-06-05)

Bug Fixes

  • Button: add displayName (63b78b8), closes #208
  • Button: fix missing onClick and to props (5805832)
  • FormInputGroup: make breaking change non-breaking (cf963e7)
  • FormInputGroupAppendPrepend: remove uneccasary span (89e1e9e)
  • FormRadio: only wrap in label if label is used (beeacf5)

Features

  • Form: add a new all-in-one Form with single Input and Button (564c7dd)
  • FormCheckbox: only wrap in label if label exists (0d1397b)
  • FormGroup: create input from prop (34f95b2)
  • FormInput: add label prop (519d28d)
  • FormInputGroup: add inputProps prop (d2d4628)
  • FormInputGroup: use FormInputGroupAppend/Prepend (5582f88)
  • FormSelect: add missing props (ee57c54)
  • FormTextarea: add label prop (3e73442)

1.9.0 (2018-06-04)

Bug Fixes

  • Dropdown: fix d-flex class check (f85b58a)
  • Homepage: ProgressCard examples column width (bfcdc23)
  • Homepage: StampCards headers missing spaces (5500e44)
  • NotificationTray: make Dropdown flex (dc9cb24)
  • StampCard: dont use Header.H4 shorthand component (910ea82)
  • Table: responsive class not applied correctly (090fd64)

Features

  • Dropdown: add flex prop (6ed15ff)

1.8.1 (2018-06-04)

Bug Fixes

  • remove css modules style imports (4abb1e1)

1.8.0 (2018-06-04)

Features

  • FormTextarea: add valid/invalid props (fc20a8c)
  • List: add inline props (e6ec9ed)
  • Profile: add bio prop, used instead of/before children (7407cac)
  • ProfileFormCard: add ProfileFormCard (0d24142)
  • SocialNetworksList: add List for displaying social icons (6369912)

1.7.0 (2018-06-01)

Bug Fixes

  • BlogCard: Fix example to display using correct props (ccff90a)
  • FormCheckbox: add onBlur prop (b418d1a)
  • react version: Fix React minimum version should be 16.2.0 (8fc9ed6)
  • RegisterPage: fix incorrect flow type (d03e4fe)
  • Tooltip: Add Reference Type checking and documentation comments (268744d)
  • Tooltip: Add Tooltip.css (rename from tooltip.css) (a6c36ae)

Features

  • ForgotPasswordPage: Add forgotton password page (7958867)
  • LoginPage: add reusable Login page (b10296f)
  • mediabodysocial: add tooltip to media icons (e7e9f3a), closes #114
  • RegisterPage: add RegisterPage component (06f5d02)
  • tooltip: add new tooltip component (90dca54)
  • Tooltip: Add arrow to the tooltip (2cf6fb5)
  • Tooltip: Add placement-based arrow positioning (centering) (046fb35)
  • withTouchedErrors: Add HOC to help simplify form libs integration (40645d7)

1.6.0 (2018-05-27)

Features

  • Icon: Add new flag shorthand prop (ad208cc)

1.5.1 (2018-05-25)

Bug Fixes

  • semantic-release: fix config (5ba703d)

1.5.0 (2018-05-25)

Bug Fixes

  • tabler css: copy tabler css before build and start (2062c71)

Features

  • Form: Add form and input event props (c109724)
  • FormInput: Add error prop (2d98e75)