Skip to content

Latest commit

 

History

History
461 lines (212 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

461 lines (212 loc) · 15.5 KB

0.21.3 (2016-10-06)

Bug Fixes

  • minor fix for test utils (d3b3417)
  • navigation: make first level menu items support hyperlinks (ccaa3c9)

Features

0.21.1 (2016-09-02)

Bug Fixes

  • do not expect colors to be wrapped (bdf7fde)

0.21.0 (2016-09-02)

Features

  • allow override theme with function (87aa7aa)

0.20.0 (2016-08-26)

Bug Fixes

Features

  • button: default to regular color/bg for other states (9937d0e)
  • button: make borderRadius styleable (a5d9537)

0.19.1 (2016-07-29)

Bug Fixes

Features

0.19.0 (2016-07-18)

Bug Fixes

  • button: fixes to <FlatDangerButton /< and styles (7498f91)
  • text: disabled style now sets cursor to not-allowed (4ff105c)

Features

0.18.0 (2016-07-13)

Features

  • button: add x-small button size (d5edc73)

0.17.0 (2016-07-13)

Bug Fixes

  • focus: fix focusNext/focusPrev for arbitrary keys (9849170)

Features

0.16.7 (2016-07-08)

Bug Fixes

  • topNav: do not render if secondaryMenu is not provided (0931fa4)

0.16.6 (2016-07-07)

Bug Fixes

  • button: fix "hover on active" style (c4a7290)

0.16.5 (2016-07-05)

Bug Fixes

  • focus: fix unregistering focusables (1dc235c)

0.16.4 (2016-07-04)

Bug Fixes

  • input: better focus management for and (ff0ed4c)

0.16.3 (2016-07-04)

Bug Fixes

0.16.2 (2016-07-04)

Bug Fixes

  • input: a11y labels for and (d7af724)

Features

  • input: and now conform to a11y (eebfa41)

0.16.1 (2016-07-01)

Bug Fixes

  • topNav: fix font size for (15e2d6c)

Features

  • input, text: fixes to styling of disabled state (9d5da61)

0.16.0 (2016-07-01)

0.15.0 (2016-06-29)

Features

  • button: rtl support for groupHorizontally (2ffbe16)
  • i18n: set dir={dir} to DOM (f464b11)
  • input: rtl support for and (20b9073)

0.14.0 (2016-06-29)

Bug Fixes

  • i18n: fix context types (422729a)

Features

0.13.0 (2016-06-29)

Features

  • block: add i18n aware float prop to (ec8704a)

0.12.0 (2016-06-29)

Bug Fixes

  • testutils: pass context to renderer (72aa380)

Features

  • block,i18n: add i18n props to (624f68b)
  • i18n: simplest context based API for i18n (8b1ed52)

0.11.2 (2016-06-23)

Bug Fixes

0.11.1 (2016-06-23)

Bug Fixes

  • progress: fix for progressbar to show values with precide fractions (ee83478)

0.11.0 (2016-06-23)

Features

0.10.0 (2016-06-21)

Features

0.9.0 (2016-06-21)

Features

  • button: allow to control width, height, textAlign from props (698eee9)
  • button: allow to use button as a link (228c8a6)
  • input: fix focus styling for inputs (ed7ce9e)

0.8.0 (2016-06-21)

Bug Fixes

Features

  • topNav: add top navigation (3019990)

0.7.0 (2016-06-21)

Features

  • block: add {max,min}{Width,Height} (7d78d07)

0.6.1 (2016-06-20)

Bug Fixes

  • button: set lineHeight to prevent mis-align (04bf11d)

0.6.0 (2016-06-20)

Bug Fixes

  • button: more consistent styles (878e698)
  • button: more emphasis on active styles (1f89504)

Features

0.5.0 (2016-06-20)

Bug Fixes

Features

  • card: add header/footer and SuccessCard variation (389076c)
  • card: refactor to be based on variants (4259f07)

0.4.1 (2016-06-17)

Bug Fixes

  • input: do not trigger onChange for disabled checkboxes and radios (4154960)

0.4.0 (2016-06-14)

Features

  • input: add styles for disabled state (49d31c6)
  • input: disabled state for and (4915cb7)

0.3.0 (2016-06-06)

Features

  • input: error styles (be3df0b)
  • radio,checkbox: add title prop (032fcc4)

0.2.0 (2016-06-02)

Bug Fixes

  • checkbox,radio: styling (52dbc59)

Features

  • button: add support for iconRight, fix styles (a00a33a)

0.1.1 (2016-06-02)

Bug Fixes

  • fix typo (c19a1e8) fixes for and (0380ce0) block: do not override display prop (491fcc4) rm dead code (d7a79ff) button: better focus styles (5e9ff15) button: better styles for focus variant (dcf493f) checkbox: fix toggling on label click (7f80ea1) radio: rm dead code (c8fdee2) Features add (992bfda) add (0e02a4f) add (2812745) add (8c7bf88)
  • add and (595b308)
  • add (cfee9a8) add <Textarea /> (5fe4e04) add button variants (c01c984) add index module (b53a7f0) better styles for (f477832) bump react-dom-stylesheet (ef3efdd) button fixes (1e7d7be) export (6526a43) button: improvements to focus styling (391e0ae) checkbox: add hint (2042ce2) input: add onFocus/onBlur for (da3becd) radio: add support for inputRef (43facdf) radio: onBlur/onFocus (07c7e80) export stylesheet module (4103cbc) style fixes for (c176136) radio: support hint (82eaf53) text: add text components (d43cb35)