|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.5.22 (June 13, 2017) |
| 4 | + |
| 5 | +- Remove setting font-family with global CSS rule and set fontFamily on components that need it |
| 6 | + |
| 7 | +## 0.5.21 (June 13, 2017) |
| 8 | + |
| 9 | +- Set default `alt` text to empty string |
| 10 | + |
| 11 | +## 0.5.20 (June 8, 2017) |
| 12 | + |
| 13 | +- Change the `lineHeight` CSS property on the `ButtonStateless` component to `'unset'` to fix Safari bug |
| 14 | + |
| 15 | +## 0.5.19 (June 8, 2017) |
| 16 | + |
| 17 | +- Remove `inline-flex` from `InputTime`'s `default` style |
| 18 | +- Add missing `,` in our `fontFamily` value |
| 19 | + |
| 20 | +## 0.5.18 (June 7, 2017) |
| 21 | + |
| 22 | +- Make first day of week configurable in `InputDate` |
| 23 | + |
| 24 | +## 0.5.17 (June 5, 2017) |
| 25 | + |
| 26 | +- Change `InputDate` selected date color to universal blue |
| 27 | + |
| 28 | +## 0.5.16 (June 5, 2017) |
| 29 | + |
| 30 | +- Remove browser prefix strings as keys and replaces them with preferred keys |
| 31 | + |
| 32 | +## 0.5.15 (June 5, 2017) |
| 33 | + |
| 34 | +- Add `CloseSmallIcon`, `Notification`, and `NotificationClose` to `Icon/index.js` |
| 35 | + |
| 36 | +## 0.5.14 (June 5, 2017) |
| 37 | + |
| 38 | +- Add `CloseSmallIcon`, `Notification`, and `NotificationClose` components |
| 39 | +- Update `WarningIcon` component |
| 40 | + |
| 41 | +## 0.5.13 (June 5, 2017) |
| 42 | + |
| 43 | +- Add a `lineHeight: 0` rule to our `noStyle` config on ButtonStateless |
| 44 | + |
| 45 | +## 0.5.12 (June 1, 2017) |
| 46 | + |
| 47 | +- Add `disabled` config to `InputTime` component |
| 48 | + |
| 49 | +## 0.5.11 (May 31, 2017) |
| 50 | + |
| 51 | +- Add `quaternary` config to `ButtonStateless` component |
| 52 | + |
3 | 53 | ## 0.5.10 (May 26, 2017) |
4 | 54 |
|
5 | 55 | - Add `noStyle` config to `InputTimes` |
|
0 commit comments