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

v1.7.0

Compare
Choose a tag to compare
@jonthomp jonthomp released this 01 Jun 19:13
· 531 commits to master since this release
c0f626e

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)