UNPKG

54.7 kBMarkdownView Raw
1## 5.1.58
2###### _June 28, 2019_
3- AnchorButton: re-release w/ change to patch className issue [#802](https://github.com/GetAmbassador/react-ions/pull/802)
4
5## 5.1.57
6###### _June 28, 2019_
7- AnchorButton: add className and style props [#800](https://github.com/GetAmbassador/react-ions/pull/800)
8
9## 5.1.56
10###### _June 19, 2019_
11- RadioGroup/Radio: allow for boolean values to be passed [#798](https://github.com/GetAmbassador/react-ions/pull/798)
12
13## 5.1.55
14###### _June 3, 2019_
15- Re-release of 5.1.54 (export was botched)
16
17## 5.1.54
18###### _May 13, 2019_
19- Colors: adding purple [#794](https://github.com/GetAmbassador/react-ions/pull/794)
20
21## 5.1.53
22###### _May 10, 2019_
23- FormGroup: fix error reference in change handler [#792](https://github.com/GetAmbassador/react-ions/pull/792)
24
25## 5.1.52
26###### _April 25, 2019_
27- FormGroup: fix stop submit [#790](https://github.com/GetAmbassador/react-ions/pull/790)
28
29## 5.1.51
30###### _April 24, 2019_
31- ButtonConfirmation: add type prop [#788](https://github.com/GetAmbassador/react-ions/pull/788)
32
33## 5.1.50
34###### _April 19, 2019_
35- Textarea: add readOnly prop [#786](https://github.com/GetAmbassador/react-ions/pull/786)
36
37## 5.1.49
38###### _April 17, 2019_
39- ButtonConfirmation: add wide prop [#784](https://github.com/GetAmbassador/react-ions/pull/784)
40
41## 5.1.48
42###### _April 10, 2019_
43- ButtonConfirmation: adjust wrapper to play nicely with inlined buttons [#782](https://github.com/GetAmbassador/react-ions/pull/782)
44- Typeahead: slight adjustment to loader position, and visual appeal of close button. [#782](https://github.com/GetAmbassador/react-ions/pull/782)
45
46## 5.1.47
47###### _April 9, 2019_
48- Add visibility icon, adjust width on small select and typeahead [#780](https://github.com/GetAmbassador/react-ions/pull/780)
49
50## 5.1.46
51###### _March 27, 2019_
52- add print icon [#778](https://github.com/GetAmbassador/react-ions/pull/778)
53
54## 5.1.45
55###### _March 20, 2019_
56- removing duplicate keys [#775](https://github.com/GetAmbassador/react-ions/pull/775)
57
58## 5.1.44
59###### _March 12, 2019_
60- Toggle, ConfirmationOverlay: Allow confirmText and prompt props to accept a node, respectively [#773](https://github.com/GetAmbassador/react-ions/pull/773)
61
62## 5.1.43
63###### _February 26, 2019_
64- Button: swap color condition order to handle Spinner color [#771](https://github.com/GetAmbassador/react-ions/pull/771)
65
66## 5.1.42
67###### _February 22, 2019_
68- Icons: adding ambassabot [#768](https://github.com/GetAmbassador/react-ions/pull/768)
69- FormGroup: Remove absolute positioning when validating [#767](https://github.com/GetAmbassador/react-ions/pull/767)
70
71## 5.1.41
72###### _February 20, 2019_
73- Re-releasing with updated package-lock.json
74
75## 5.1.40
76###### _February 19, 2019_
77- Icons: patch for `mbsy-megaphone` [#763](https://github.com/GetAmbassador/react-ions/pull/763)
78
79## 5.1.39
80###### _February 19, 2019_
81- Icons: updated `mbsy-megaphone` [#761](https://github.com/GetAmbassador/react-ions/pull/761)
82
83## 5.1.38
84###### _February 19, 2019_
85- Icons: Rebuilt the sprite generator, to eliminate the `use` element, as it was causing a bug in Chrome where the icon would disappear randomly. [#756](https://github.com/GetAmbassador/react-ions/pull/756)
86- Icons: added `mbsy-megaphone` [#759](https://github.com/GetAmbassador/react-ions/pull/759)
87
88## 5.1.37
89###### _February 18, 2019_
90- Button: Allow touch events on buttons [#757](https://github.com/GetAmbassador/react-ions/pull/757)
91
92## 5.1.36
93###### _February 1, 2019_
94- Toggle: add condition to cWRP, to allow for confirmation to pass along nextProps, no matter what the current prop is [#751](https://github.com/GetAmbassador/react-ions/pull/751)
95- Security update: React-DOM [#750](https://github.com/GetAmbassador/react-ions/pull/750)
96- Input: add an icon and add helper text option [#749](https://github.com/GetAmbassador/react-ions/pull/749)
97- StyledComponents: add min-version to peer-dependencies [#748](https://github.com/GetAmbassador/react-ions/pull/748)
98
99## 5.1.35
100###### _January 14, 2018_
101- Loader: adding circular loader to buttons, and porting to SVG for animation [#746](https://github.com/GetAmbassador/react-ions/pull/746)
102- Textarea: adding height option [#744](https://github.com/GetAmbassador/react-ions/pull/744)
103
104## 5.1.34
105###### _December 27, 2018_
106- Upgraded libraries in package.json to address security vulnerabilities [#741](https://github.com/GetAmbassador/react-ions/pull/741)
107
108## 5.1.33
109###### _December 21, 2018_
110- Tooltip: added className to node that wraps the "bound" tooltip element
111
112## 5.1.32
113###### _December 20, 2018_
114- Typeahead: width support [#737](https://github.com/GetAmbassador/react-ions/pull/737)
115- SelectField: width support [#736](https://github.com/GetAmbassador/react-ions/pull/736)
116
117## 5.1.31
118###### _December 12, 2018_
119- Modal: updating size defaults, and adding an "medium" width option [#732](https://github.com/GetAmbassador/react-ions/pull/732)
120
121## 5.1.30
122###### _December 4, 2018_
123- Dependencies: upgrade Mocha [#729](https://github.com/GetAmbassador/react-ions/pull/729)
124- Input: allow for the type attribute to be passed [#727](https://github.com/GetAmbassador/react-ions/pull/727)
125- Chip: minor adjustments [#726](https://github.com/GetAmbassador/react-ions/pull/726)
126
127## 5.1.29
128###### _November 14, 2018_
129Chip: Allow full color palette to be rendered [#724](https://github.com/GetAmbassador/react-ions/pull/724)
130
131## 5.1.28
132###### _October 26, 2018_
133- Toggle: add loading state [#716](https://github.com/GetAmbassador/react-ions/pull/716)
134- Buttons: disable hover when not supported [#715](https://github.com/GetAmbassador/react-ions/pull/715)
135- Toggle: add confirmation [#714](https://github.com/GetAmbassador/react-ions/pull/714)
136
137## 5.1.26
138###### _October 12, 2018_
139- Upgraded clipboard package to 2.0.1 [#712](https://github.com/GetAmbassador/react-ions/pull/712)
140- Added md-check-circle icon [#711](https://github.com/GetAmbassador/react-ions/pull/711)
141- Updated node and npm [#710](https://github.com/GetAmbassador/react-ions/pull/710)
142
143## 5.1.25
144###### _September 24, 2018_
145- Fix for avatar width [#708](https://github.com/GetAmbassador/react-ions/pull/708)
146
147## 5.1.24
148###### _September 20, 2018_
149- Avatar: Added flex properties to avatar, to handle width when wrapped [#706](https://github.com/GetAmbassador/react-ions/pull/706)
150
151## 5.1.23
152###### _September 17, 2018_
153- Input: Expose a blur() method [#704](https://github.com/GetAmbassador/react-ions/pull/704)
154
155## 5.1.22
156###### _September 12, 2018_
157- Dropdown: Improve css specificity of wrapper [#702](https://github.com/GetAmbassador/react-ions/pull/702)
158
159## 5.1.21
160###### _September 6, 2018_
161- Icons: Added Facebook Messenger and Google Ads [#700](https://github.com/GetAmbassador/react-ions/pull/700)
162
163## 5.1.20
164###### _August 30, 2018_
165- Adding back gen export [#698](https://github.com/GetAmbassador/react-ions/pull/698)
166
167## 5.1.19
168###### _August 30, 2018_
169- Clean up sprite generation script [#696](https://github.com/GetAmbassador/react-ions/pull/696)
170- Allow popover to be nested without conflicting styles [#694](https://github.com/GetAmbassador/react-ions/pull/694)
171- Upgraded lodash [#693](https://github.com/GetAmbassador/react-ions/pull/693)
172
173## 5.1.18
174###### _August 30, 2018_
175- Republishing an updated version and adding a sprite generation script option to npm [#691](https://github.com/GetAmbassador/react-ions/pull/691)
176
177## 5.1.17
178###### _August 29, 2018_
179- Icons: adding trending and social icons [#689](https://github.com/GetAmbassador/react-ions/pull/689)
180- Circle: build file fix [#688](https://github.com/GetAmbassador/react-ions/pull/688)
181
182## 5.1.16
183###### _August 27, 2018_
184- Checkbox: Add native title to labels [#685](https://github.com/GetAmbassador/react-ions/pull/685)
185- CircleCI 2.0: [#684](https://github.com/GetAmbassador/react-ions/pull/684)
186
187## 5.1.15
188###### _August 27, 2018_
189- InlineEdit: Revert changes made in 5.1.14 [#683](https://github.com/GetAmbassador/react-ions/pull/683)
190- Tooltip: Remove shouldComponentUpdate from component to enable children updating [#683](https://github.com/GetAmbassador/react-ions/pull/683)
191
192## 5.1.14
193###### _August 23, 2018_
194- InlineEdit: Update inline edit tooltip to include the label in the triggerable area [#680](https://github.com/GetAmbassador/react-ions/pull/680)
195
196## 5.1.13
197###### _August 22, 2018_
198- Icons: adding swap_horiz [#678](https://github.com/GetAmbassador/react-ions/pull/678)
199
200## 5.1.12
201###### _July 30, 2018_
202- Grid: changed default spacing values from .5rem (8px) to .75rem (12px) [#675](https://github.com/GetAmbassador/react-ions/pull/675)
203
204## 5.1.11
205###### _July 27, 2018_
206- Fix InlineEdit bug - errors thrown on subsequent saves [#673](https://github.com/GetAmbassador/react-ions/pull/673)
207
208## 5.1.10
209###### _July 18, 2018_
210- Fix InlineEdit bug where there's an error after loading [#671](https://github.com/GetAmbassador/react-ions/pull/671)
211
212## 5.1.9
213###### _July 17, 2018_
214- Input, Buttons: minor updates to handle legacy browsers (mostly Safari 10 and below) [#664](https://github.com/GetAmbassador/react-ions/pull/664)
215
216## 5.1.8
217###### _July 17, 2018_
218- Reactivate copy to clipboard when loading is finished [#665](https://github.com/GetAmbassador/react-ions/pull/665)
219- Add custom copy value to InlineEdit [#663](https://github.com/GetAmbassador/react-ions/pull/663)
220- Update PanelGroup to accept node as title and toggle icon position right [#662](https://github.com/GetAmbassador/react-ions/pull/662)
221
222## 5.1.7
223###### _July 10, 2018_
224- Mixin: adding a property to handle webkit browsers [#660](https://github.com/GetAmbassador/react-ions/pull/660)
225
226## 5.1.6
227###### _July 10, 2018_
228- Popover: removing margin selector [#658](https://github.com/GetAmbassador/react-ions/pull/658)
229- Mixin: adding 'dont break out' mixin for long strings [#658](https://github.com/GetAmbassador/react-ions/pull/658)
230- Dropdown: add disabled prop [#657](https://github.com/GetAmbassador/react-ions/pull/657)
231
232## 5.1.5
233###### _June 27, 2018_
234- Popover: adding popover specific z-index, to help layering with tooltips
235[#651](https://github.com/GetAmbassador/react-ions/pull/651)
236
237## 5.1.4
238###### _June 26, 2018_
239- Button Confirmation: adding left align explicitly to confirmation header
240[#650](https://github.com/GetAmbassador/react-ions/pull/650)
241
242- Dropdown: tweak to z-index and example
243[#649](https://github.com/GetAmbassador/react-ions/pull/649)
244
245- Dropdown: fix for alignment: right positioning. Reverted previous DOM structure, because it introduced display issues with various implementations. Implemented CSS-based solution using translateX [#647](https://github.com/GetAmbassador/react-ions/pull/647)
246
247## 5.1.3
248###### _June 22, 2018_
249- Re-release for 5.1.2
250
251## 5.1.2
252###### _June 22, 2018_
253- Dropdown: Patch for dropdown close [#644](https://github.com/GetAmbassador/react-ions/pull/644)
254
255## 5.1.1
256###### _June 22, 2018_
257- Icons: Adding md-merge and md-share [#642](https://github.com/GetAmbassador/react-ions/pull/642)
258
259## 5.1.0
260###### _June 21, 2018_
261- Popover: Option to include left and right positioning, refactoring to use Styled Component [#636](https://github.com/GetAmbassador/react-ions/pull/636)
262- Dropdown: Option to allow right alignment under a node, refactoring to use Styled Component [#637](https://github.com/GetAmbassador/react-ions/pull/637)
263
264## 5.0.5
265###### _May 9, 2018_
266- Icons: Why you should forget everything you learned about viewbox. [#632](https://github.com/GetAmbassador/react-ions/pull/632)
267- Panel Group: Changing icon so that arrow points to the right in example [#631](https://github.com/GetAmbassador/react-ions/pull/631)
268
269## 5.0.4
270###### _April 10, 2018_
271- Circle: update yml file for pushing to staging [#627](https://github.com/GetAmbassador/react-ions/pull/627)
272- Icons: added new icon, ic_devices_hub, for source [#627](https://github.com/GetAmbassador/react-ions/pull/627)
273
274## 5.0.3
275###### _March 21, 2018_
276- SelectField: fix for cross-browser caret positioning [#623](https://github.com/GetAmbassador/react-ions/pull/623)
277
278## 5.0.2
279###### _March 7, 2018_
280- Popover: Assign default position when specified conditions aren't met [#621](https://github.com/GetAmbassador/react-ions/pull/621)
281
282## 5.0.1
283###### _March 2, 2018_
284- Popover: Center text on actionable buttons [#619](https://github.com/GetAmbassador/react-ions/pull/619)
285
286## 5.0.0
287###### _February 20, 2018_
288
289### Breaking changes
290- All components have been updated with new icons [#566](https://github.com/GetAmbassador/react-ions/pull/566)
291
292### Additional changes
293- FormGroup: Merge prop errors with state errors before calling changeCallback [#611](https://github.com/GetAmbassador/react-ions/pull/611)
294- Typeahead: Set custom value on when it first mounts [#609](https://github.com/GetAmbassador/react-ions/pull/609)
295- Forms: Update various form validation and styles [#608](https://github.com/GetAmbassador/react-ions/pull/608)
296- ValidatedField: Add a class and default styles [#605](https://github.com/GetAmbassador/react-ions/pull/605)
297- FormGroup: Make form validation work with nested form fields [#604](https://github.com/GetAmbassador/react-ions/pull/604)
298
299## 4.0.4
300###### _February 5, 2018_
301- Update Header to handle both splash and non-splash UI [#602](https://github.com/GetAmbassador/react-ions/pull/602)
302- Create an HOC EnhanceWithCopy [#601](https://github.com/GetAmbassador/react-ions/pull/601)
303- Add id prop to the Input component [#600](https://github.com/GetAmbassador/react-ions/pull/600)
304
305## 4.0.3
306###### _January 29, 2018_
307- Breadcrumb: Slight tweak to mobile padding [#598](https://github.com/GetAmbassador/react-ions/pull/598)
308
309## 4.0.2
310###### _January 24, 2018_
311- Breadcrumb: Visual changes [#596](https://github.com/GetAmbassador/react-ions/pull/596)
312
313- Breadcrumb: Allow items to be clickable [#592](https://github.com/GetAmbassador/react-ions/pull/592)
314
315## 4.0.1
316###### _January 17, 2018_
317- Fixed icon paths [#585](https://github.com/GetAmbassador/react-ions/pull/585)
318
319## 4.0.0
320###### _January 17, 2018_
321
322### Breaking changes
323- In order to upgrade to React 16 support for React versions prior to 15.3 has been dropped [#575](https://github.com/GetAmbassador/react-ions/pull/575)
324
325## 3.1.3
326###### _January 16, 2018_
327Inline Edit - adding correct clipboard icon path [#579](https://github.com/GetAmbassador/react-ions/pull/579)
328
329## 3.1.2
330###### _January 12, 2018_
331Inline Edit - changing icon names to match previous Streamline version [#569](https://github.com/GetAmbassador/react-ions/pull/569)
332
333## 3.1.1
334###### _January 2, 2018_
335Icon UI - adjusting a few minor example UI items [#561](https://github.com/GetAmbassador/react-ions/pull/561)
336
337## 3.1.0
338###### _January 2, 2018_
339- Update LICENSE [#559](https://github.com/GetAmbassador/react-ions/pull/559)
340
341- Icons: added sprite generator, adjusted components to use original icon names [#558](https://github.com/GetAmbassador/react-ions/pull/558)
342
343- Icons: ported Icon set from Open Iconic to Material UI [#557](https://github.com/GetAmbassador/react-ions/pull/557)
344
345## 3.0.1
346###### _December 19, 2017_
347- README: quick update
348
349## 3.0.0
350###### _December 19, 2017_
351
352### Breaking changes
353- In order to be in compliance with MIT licensing:
354 * We've removed our licensed version of the *Proxima Nova* font. Though, the font will be available when in development (on port :3000), if you use our components in a production environment, the font will use a system fallback. For more details: http://reactions.getambassador.com/components.
355 * We've removed our licensed (Streamline) icon set, and have replaced it with Open Iconic. For more details: http://reactions.getambassador.com/foundations/iconography.
356
357- Iconography: changed Iconic to exact version in package.json [#553](https://github.com/GetAmbassador/react-ions/pull/553)
358
359- Typography: load remote font CSS file, revert some doc-specific font overrides [#551](https://github.com/GetAmbassador/react-ions/pull/551)
360
361- Fonts: remove Proxima Nova font [#548](https://github.com/GetAmbassador/react-ions/pull/548)
362
363- Icons: swap out SVG sprite, update components to use new icons [#547](https://github.com/GetAmbassador/react-ions/pull/547)
364
365- Marked: update package dependency [#546](https://github.com/GetAmbassador/react-ions/pull/546)
366
367## 2.0.25
368###### _December 7, 2017_
369- Dependencies: Update momentjs in dependencies [#542](https://github.com/GetAmbassador/react-ions/pull/542)
370
371## 2.0.24
372###### _December 7, 2017_
373- Checkbox: Add custom HTML label [#543](https://github.com/GetAmbassador/react-ions/pull/543)
374
375## 2.0.23
376###### _December 5, 2017_
377- FormGroup: move validation logic to public utility [#540](https://github.com/GetAmbassador/react-ions/pull/540)
378
379- FormGroup: implemenent error prop validation [#539](https://github.com/GetAmbassador/react-ions/pull/539)
380
381- FormGroup: remove exports from FormGroup index [#538](https://github.com/GetAmbassador/react-ions/pull/538)
382
383## 2.0.22
384- FormGroup: added validation option for input and textarea [#536](https://github.com/GetAmbassador/react-ions/pull/536)
385
386## 2.0.21
387###### _November 21, 2017_
388
389- Input: disallow the user from editing w/out disabling [#533](https://github.com/GetAmbassador/react-ions/pull/533)
390- Button: addition of the aria-disabled prop [#532](https://github.com/GetAmbassador/react-ions/pull/532)
391
392## 2.0.20
393###### _October 30, 2017_
394
395- Input: Enhancement to allow for a node prefix/suffix;
396- Textarea, Input: added className prop to allow for Styled elements [#530](https://github.com/GetAmbassador/react-ions/pull/530)
397
398## 2.0.19
399###### _October 24, 2017_
400
401- Sortable List: update sortable list UI [#528](https://github.com/GetAmbassador/react-ions/pull/528)
402
403- Icons: Google and Yahoo [#527](https://github.com/GetAmbassador/react-ions/pull/527)
404
405## 2.0.18
406###### _October 19, 2017_
407
408- Datepicker: fix inline select element width on small screens [#525](https://github.com/GetAmbassador/react-ions/pull/525)
409
410- Tooltip: allow the app ID to be passed in [#524](https://github.com/GetAmbassador/react-ions/pull/524)
411
412## 2.0.17
413###### _October 6, 2017_
414
415- Input, Textarea, SelectField: adding background tint to disabled input [#522](https://github.com/GetAmbassador/react-ions/pull/522)
416
417- Checkbox: Implement focus border transition [#521](https://github.com/GetAmbassador/react-ions/pull/521)
418
419- Button: event handlers for mouseOver, mouseLeave, mouseDown, mouseOut [#520](https://github.com/GetAmbassador/react-ions/pull/520)
420
421- Toggle: updates to toggle style, with optional yes/no text [#519](https://github.com/GetAmbassador/react-ions/pull/519)
422
423- Removing Codacy Badge [#518](https://github.com/GetAmbassador/react-ions/pull/518)
424
425## 2.0.16
426###### _September 25, 2017_
427- ButtonAnchor: allowing for internal links to be disabled [#516](https://github.com/GetAmbassador/react-ions/pull/516)
428
429## 2.0.15
430###### _September 15, 2017_
431- Datepicker: adding placeholder prop;
432 Textarea: adjusting line height [#514](https://github.com/GetAmbassador/react-ions/pull/514)
433
434## 2.0.14
435###### _September 13, 2017_
436- DatePicker: add disabled prop [#511](https://github.com/GetAmbassador/react-ions/pull/511)
437
438- Spinner: add className [#510](https://github.com/GetAmbassador/react-ions/pull/510)
439
440- Button: allow custom color to be passed to the loader [#509](https://github.com/GetAmbassador/react-ions/pull/509)
441
442- optClass: pass classname [#508](https://github.com/GetAmbassador/react-ions/pull/508)
443
444- Input: handle null values [#507](https://github.com/GetAmbassador/react-ions/pull/507)
445
446- Toggle: add padding/negative margin [#506](https://github.com/GetAmbassador/react-ions/pull/506)
447
448## 2.0.13
449###### _September 6, 2017_
450- Toggle: Allow the toggle to not have a label when disabled [#504](https://github.com/GetAmbassador/react-ions/pull/504)
451- CHANGELOG: Adding a couple of PR's [#503](https://github.com/GetAmbassador/react-ions/pull/503)
452
453## 2.0.12
454###### _September 5, 2017_
455- Resolving version conflict
456
457## 2.0.11
458###### _September 5, 2017_
459- Input: removing duplicate name prop [#500](https://github.com/GetAmbassador/react-ions/pull/500)
460- Allow FormGroup to work with null elements [#499](https://github.com/GetAmbassador/react-ions/pull/499)
461- Add the name prop to the Toggle component so it can be used in the FormGroup [#498](https://github.com/GetAmbassador/react-ions/pull/498)
462
463## 2.0.10
464###### _September 4, 2017_
465- Update Typeahead value in state when allowCustomValue is set to true [#495](https://github.com/GetAmbassador/react-ions/pull/495)
466
467## 2.0.9
468###### _August 28, 2017_
469- Added .modal-tab-content class and styles [#494](https://github.com/GetAmbassador/react-ions/pull/494)
470
471## 2.0.8
472###### _August 22, 2017_
473
474- Input: Implementing cDU to handle inline styles [#492](https://github.com/GetAmbassador/react-ions/pull/492)
475
476- Tooltip: Re-render when the content prop changes [#491](https://github.com/GetAmbassador/react-ions/pull/491)
477
478## 2.0.7
479###### _August 17, 2017_
480
481- Modal: removing a header export [#489](https://github.com/GetAmbassador/react-ions/pull/489)
482
483- Button: adding a new color option: 'warning' [#480](https://github.com/GetAmbassador/react-ions/pull/480)
484
485## 2.0.6
486###### _August 16, 2017_
487
488- Chip: adding callback option [#487](https://github.com/GetAmbassador/react-ions/pull/487)
489
490- (NEW Components) Introducting: Color splash modal, Popover & Chip [#486](https://github.com/GetAmbassador/react-ions/pull/486)
491
492- Radio: adding an inline style option for width [#485](https://github.com/GetAmbassador/react-ions/pull/485)
493
494- Input: adding an inline style option for width [#483](https://github.com/GetAmbassador/react-ions/pull/483)
495
496## 2.0.5
497###### _August 8, 2017_
498
499- ButtonGroup: include name prop on radio so the value can be reconciled in FormGroup. [#481](https://github.com/GetAmbassador/react-ions/pull/481)
500
501## 2.0.4
502###### _July 31, 2017_
503
504- FormGroup: pass full option object when available. [#477](https://github.com/GetAmbassador/react-ions/pull/477)
505
506- DatePicker: Address z-index so that entire border is visible on inline select fields. [#476](https://github.com/GetAmbassador/react-ions/pull/476)
507
508## 2.0.3
509###### _July 26, 2017_
510
511- SelectField: Adding style prop for inline style. [#474](https://github.com/GetAmbassador/react-ions/pull/474))
512
513- PanelGroup: Remove user-select: none until Chrome bug is resolved. [#473](https://github.com/GetAmbassador/react-ions/pull/473))
514
515- ColorPicker: Implement padding now that there's a child node. [#472](https://github.com/GetAmbassador/react-ions/pull/472))
516
517- Input: Changed structure of Input to fix style issue when a label is present. [#469](https://github.com/GetAmbassador/react-ions/pull/469))
518
519- DatePicker: addressing date picker border width issues. [#468](https://github.com/GetAmbassador/react-ions/pull/468))
520
521## 2.0.2
522###### _July 20, 2017_
523
524- Input: Add prefix and suffix props ([#466](https://github.com/GetAmbassador/react-ions/pull/466),
525[#466](https://github.com/GetAmbassador/react-ions/pull/466))
526
527- Updating borders of various components ([#464](https://github.com/GetAmbassador/react-ions/pull/464),
528[#464](https://github.com/GetAmbassador/react-ions/pull/464))
529
530## 2.0.1
531###### _July 14, 2017_
532
533- Re-release to ensure content prop is `string`.
534
535## 2.0.0
536###### _July 13, 2017_
537
538### Breaking Change
539In our refactoring of the `<Tooltip />` component, we've removed the option to pass a `node` of any type. The tooltip will now only accept a `string` as a content type.
540
541- Tooltip: Refactored to utilize a single DOM node, and improve performance ([#460](https://github.com/GetAmbassador/react-ions/pull/460),
542[#459](https://github.com/GetAmbassador/react-ions/pull/459))
543
544## 1.1.7
545###### _June 28, 2017_
546
547- Typeahead: Removing sCU ([#457](https://github.com/GetAmbassador/react-ions/pull/457))
548
549## 1.1.6
550###### _June 28, 2017_
551
552- Typeahead: adjusting sCU and adding fix for cWRP for clearing custom values ([#455](https://github.com/GetAmbassador/react-ions/pull/455))
553
554- Textarea: adding name prop and adjusting return value ([#454](https://github.com/GetAmbassador/react-ions/pull/454))
555
556- Button: adding style prop option for inlining styles ([#453](https://github.com/GetAmbassador/react-ions/pull/453))
557
558## 1.1.5
559###### _June 22, 2017_
560
561- SelectField: adding fill (100%) option ([#451](https://github.com/GetAmbassador/react-ions/pull/451))
562
563- Input: adding fill (100%) option ([#450](https://github.com/GetAmbassador/react-ions/pull/450))
564
565- Button: adding fill (100%) option ([#449](https://github.com/GetAmbassador/react-ions/pull/449))
566
567- Modal: Add box-shadow ([#448](https://github.com/GetAmbassador/react-ions/pull/448))
568
569- Typeahead: allow arbitrary values ([#447](https://github.com/GetAmbassador/react-ions/pull/447))
570
571- Tabs: add tab suffix option ([#446](https://github.com/GetAmbassador/react-ions/pull/446))
572
573## 1.1.4
574###### _June 13, 2017__
575
576- Checkbox: adding back cursor CSS to input ([#443](https://github.com/GetAmbassador/react-ions/pull/443))
577- Checkbox: 'native' checkbox implementation ([#442](https://github.com/GetAmbassador/react-ions/pull/442))
578
579## 1.1.3
580###### _June 13, 2017__
581
582- Removing duplicate prop from ButtonAnchor ([#440](https://github.com/GetAmbassador/react-ions/pull/440))
583
584## 1.1.2
585###### _June 9, 2017__
586
587- Added type to Button props
588([#438](https://github.com/GetAmbassador/react-ions/pull/438))
589
590## 1.1.1
591###### _June 8, 2017__
592
593- Use published version of react-color and remove className from Tooltips
594([#436](https://github.com/GetAmbassador/react-ions/pull/436))
595
596- Added check for loading to sCU for ButtonConfirmation
597([#435](https://github.com/GetAmbassador/react-ions/pull/435))
598
599- Updated component paths in examples so users can copy and paste them directly
600([#430](https://github.com/GetAmbassador/react-ions/pull/430))
601
602## 1.1.0
603###### _June 6, 2017_
604
605- Updated react-* dependencies
606([#432](https://github.com/GetAmbassador/react-ions/pull/432))
607
608- Updated react peerDependencies & devDependencies
609([#429](https://github.com/GetAmbassador/react-ions/pull/429))
610([#431](https://github.com/GetAmbassador/react-ions/pull/431))
611
612
613- Installed prop-types and change all props from `React.PropTypes` to `PropTypes`
614([#428](https://github.com/GetAmbassador/react-ions/pull/428))
615
616- Removed spread operators and explicitly added props with PropTypes to avoid unknown prop warning
617([#426](https://github.com/GetAmbassador/react-ions/pull/426))
618([#427](https://github.com/GetAmbassador/react-ions/pull/427))
619
620## 1.0.31
621###### _May 18, 2017_
622
623- Tabs: Update TabWrapper optClass prop to accept an array or string ([#423](https://github.com/GetAmbassador/react-ions/pull/423))
624
625## 1.0.30
626###### _May 18, 2017_
627
628- Tabs: contemporize look/feel ([#421](https://github.com/GetAmbassador/react-ions/pull/421))
629
630## 1.0.29
631###### _May 16, 2017_
632
633- SelectField, DatePicker, Typeahead: add label prop ([#419](https://github.com/GetAmbassador/react-ions/pull/419))
634
635- Checkbox: description layout ([#418](https://github.com/GetAmbassador/react-ions/pull/418))
636
637- DatePicker: Use month, day, and year placeholders ([#417](https://github.com/GetAmbassador/react-ions/pull/417))
638
639## 1.0.28
640###### _May 15, 2017_
641
642- Checkbox: implement description layout ([#415](https://github.com/GetAmbassador/react-ions/pull/415))
643
644- RadioGroup: add description option, remove label position and required field layout ([#414](https://github.com/GetAmbassador/react-ions/pull/414))
645
646## 1.0.27
647###### _May 9, 2017_
648
649- SelectField: Allow hiding items in the select dropdown ([#412](https://github.com/GetAmbassador/react-ions/pull/412))
650
651- Modal: Add CSS selector to enable modal footer wrap ([#411](https://github.com/GetAmbassador/react-ions/pull/411))
652
653- Tabs: Add titlePrefix prop, and associated examples and tests ([#410](https://github.com/GetAmbassador/react-ions/pull/410))
654
655- Modal: Allow elements to be rendered without an h1 wrapper ([#409](https://github.com/GetAmbassador/react-ions/pull/409))
656
657## 1.0.26
658###### _May 4, 2017_
659
660- Avatar: update to fade-in option to handle transparency ([#406](https://github.com/GetAmbassador/react-ions/pull/406))
661
662## 1.0.25
663###### _May 2, 2017_
664
665- Avatar: added fade-in feature/option ([#404](https://github.com/GetAmbassador/react-ions/pull/404))
666
667- PanelSlider: allowing overflow in table, when slider is not transitioning ([#403](https://github.com/GetAmbassador/react-ions/pull/403))
668
669- Replace default panel group icon ([#402](https://github.com/GetAmbassador/react-ions/pull/402))
670
671## 1.0.24
672###### _April 27, 2017_
673
674- Modal: patch for fade ([#399](https://github.com/GetAmbassador/react-ions/pull/399))
675
676## 1.0.23
677###### _April 26, 2017_
678
679- Modal: fixing overflow ([#397](https://github.com/GetAmbassador/react-ions/pull/397))
680
681- SelectField: adjusting width ([#395](https://github.com/GetAmbassador/react-ions/pull/395))
682
683- Avatar: toLowerCase() letters for the switch statement to support uppercase ([#394](https://github.com/GetAmbassador/react-ions/pull/394))
684
685- Avatar: show default color if no letters passed in ([#393](https://github.com/GetAmbassador/react-ions/pull/393))
686
687## 1.0.22
688###### _April 19, 2017_
689
690- PanelSlider: removing sCU ([#391](https://github.com/GetAmbassador/react-ions/pull/391))
691
692- Avatar: allow Avatar to update if letters change ([#390](https://github.com/GetAmbassador/react-ions/pull/390))
693
694## 1.0.21
695###### _April 14, 2017_
696
697- Added new icon: icon-calendar-alert ([#388](https://github.com/GetAmbassador/react-ions/pull/388))
698
699- Added fallback avatar ([#384](https://github.com/GetAmbassador/react-ions/pull/384))
700
701## 1.0.20
702###### _April 14, 2017_
703
704- Added new icon: icon-hourglass-1 ([#386](https://github.com/GetAmbassador/react-ions/pull/386))
705
706## 1.0.19
707###### _April 10, 2017_
708
709- PanelGroup - Added a couple of tests to detect PanelHeader condition ([#382](https://github.com/GetAmbassador/react-ions/pull/382))
710
711## 1.0.18
712###### _April 8, 2017_
713
714- PanelSlider - Fix for detecting whether Panel is rendering a Slider or a Group ([#380](https://github.com/GetAmbassador/react-ions/pull/380))
715
716## 1.0.17
717###### _April 7, 2017_
718
719- Visual tweaks to the modal ([#378](https://github.com/GetAmbassador/react-ions/pull/378))
720
721- Minor fixes to breadcrumb UI ([#377](https://github.com/GetAmbassador/react-ions/pull/377))
722
723- PanelSlider - Logic and CSS to handle varying heights ([#376](https://github.com/GetAmbassador/react-ions/pull/376))
724
725## 1.0.16
726###### _April 6, 2017_
727
728- Removing white-space property from panel slider ([#374](https://github.com/GetAmbassador/react-ions/pull/374))
729
730## 1.0.15
731###### _April 5, 2017_
732
733- Build out panelslider component ([#371](https://github.com/GetAmbassador/react-ions/pull/371))
734
735## 1.0.14
736###### _April 4, 2017_
737
738- Re-release of 1.0.14
739
740## 1.0.13
741###### _April 4, 2017_
742
743- Fix for word break on tooltips ([#368](https://github.com/GetAmbassador/react-ions/pull/368))
744
745## 1.0.12
746###### _March 29, 2017_
747
748- Increased the size of the power-4 icon ([#364](https://github.com/GetAmbassador/react-ions/pull/364))
749
750## 1.0.11
751###### _March 28, 2017_
752
753- Fix for Button Confirmation layout ([#361](https://github.com/GetAmbassador/react-ions/pull/361))
754
755## 1.0.10
756###### _March 19, 2017_
757
758- Re-releasing to update icon set
759
760## 1.0.9
761###### _March 17, 2017_
762
763- Create Button Confirmation component and add in examples to docs ([#357](https://github.com/GetAmbassador/react-ions/pull/357))
764
765- Add new nav icons and update docs ([#355](https://github.com/GetAmbassador/react-ions/pull/355))
766
767- Create new attribute for checkbox to lock it ([#354](https://github.com/GetAmbassador/react-ions/pull/354))
768
769## 1.0.8
770###### _March 8, 2017_
771
772- Refactor breadcrumbs component to use breakpoints for mobile ([#352](https://github.com/GetAmbassador/react-ions/pull/352))
773
774- Add "locked" checkbox option ([#351](https://github.com/GetAmbassador/react-ions/pull/351))
775
776## 1.0.7
777###### _February 21, 2017_
778
779- Add a new download icon ([#348](https://github.com/GetAmbassador/react-ions/pull/348))
780
781## 1.0.6
782###### _February 9, 2017_
783
784- Updates to autoprefixer and postcss-loader to handle build failure ([#345](https://github.com/GetAmbassador/react-ions/pull/345))
785- Add coupon/voucher icon ([#344](https://github.com/GetAmbassador/react-ions/pull/344))
786
787## 1.0.5
788###### _January 31, 2017_
789
790- Add screen variable for xlarge screens ([#341](https://github.com/GetAmbassador/react-ions/pull/341))
791
792## 1.0.4
793###### _January 27, 2017_
794
795- Removing unused imports from components and tests ([#339](https://github.com/GetAmbassador/react-ions/pull/339))
796
797## 1.0.3
798###### _January 11, 2017_
799
800- Added example Webpack app to README ([#337](https://github.com/GetAmbassador/react-ions/pull/337))
801
802## 1.0.2
803###### _January 9, 2017_
804
805- Updated scripts in package.json ([#335](https://github.com/GetAmbassador/react-ions/pull/335))
806
807## 1.0.1
808###### _January 5, 2017_
809
810- [Icons] Added Dwolla and Paypal ([#332](https://github.com/GetAmbassador/react-ions/pull/332))
811
812## 1.0.0
813###### _December 22, 2016_
814
815- First major release. ([#330](https://github.com/GetAmbassador/react-ions/pull/330))
816
817## 0.77.0
818###### _December 5, 2016_
819
820- [Icons] Add a hand card icon (and more) ([#322](https://github.com/GetAmbassador/react-ions/pull/322))
821
822## 0.76.0
823###### _December 2, 2016_
824
825- [InlineEdit] Build out select field option for the <InlineEdit /> component
826([#320](https://github.com/GetAmbassador/react-ions/pull/320))
827
828- [ActivityFeed] Remove ActivityFeed Component
829([#319](https://github.com/GetAmbassador/react-ions/pull/319))
830
831## 0.75.0
832###### _November 23, 2016_
833
834- [ActivityFeed] Add optional renderer function prop
835- [Spinner] Fix undefined loading prop issue
836([#317](https://github.com/GetAmbassador/react-ions/pull/317))
837
838- [Checkbox] Allow different icons
839([#316](https://github.com/GetAmbassador/react-ions/pull/316))
840
841## 0.74.0
842###### _November 18, 2016_
843
844- 129557149 spinner enhancement delay
845([#313](https://github.com/GetAmbassador/react-ions/pull/313))
846([#314](https://github.com/GetAmbassador/react-ions/pull/314))
847
848## 0.73.0
849###### _November 17, 2016_
850- (Re-release of 0.72.0 to fix build issues)
851
852## 0.72.0
853###### _November 15, 2016_
854
855##### Component Fixes / Enhancements
856
857- Functionality for isSmallScreen on Activity Feed
858([#308](https://github.com/GetAmbassador/react-ions/pull/308))
859
860- [#133708091] Add ability to pass in a loading state to activity feed items
861([#307](https://github.com/GetAmbassador/react-ions/pull/307))
862
863- [#131100595] Use ~ version for dependencies
864([#306](https://github.com/GetAmbassador/react-ions/pull/306))
865
866- [#134339973] Update package.json and webpack config
867([#305](https://github.com/GetAmbassador/react-ions/pull/305))
868
869- [#134026857] activityfeed allow manual override for fixed position feed
870([#304](https://github.com/GetAmbassador/react-ions/pull/304))
871
872## 0.71.0
873###### _November 11, 2016_
874
875##### General
876
877- Move all packages we don't need to devDependencies
878([#296](https://github.com/GetAmbassador/react-ions/pull/296))
879
880##### Component Fixes / Enhancements
881
882- [Icons] Adding icon
883([#301](https://github.com/GetAmbassador/react-ions/pull/301))
884
885## 0.70.0
886###### _November 9, 2016_
887
888##### Component Fixes / Enhancements
889
890- [ActivityFeed] Slight tweak to flex width
891([#297](https://github.com/GetAmbassador/react-ions/pull/297))
892
893## 0.69.0
894###### _November 9, 2016_
895
896##### Component Fixes / Enhancements
897
898- [ActivityFeed] Ability to add "confirmation" dropdown
899([#296](https://github.com/GetAmbassador/react-ions/pull/296))
900
901## 0.67.0
902###### _October 28, 2016_
903
904- [Alerts] Re-position to 15px from top and right
905([#294](https://github.com/GetAmbassador/react-ions/pull/294))
906
907##### Component Fixes / Enhancements
908
909- [ButtonGroup] Make the button groups the same height as the regular buttons
910([#288](https://github.com/GetAmbassador/react-ions/pull/288))
911- [ActivityFeed] ActivityFeed enhancements
912([#287](https://github.com/GetAmbassador/react-ions/pull/287))
913- [ButtonGroup] Remove border in between selected / non-selected buttons in ButtonGroup
914([#286](https://github.com/GetAmbassador/react-ions/pull/286))
915
916## 0.66.0
917###### _October 21, 2016_
918
919##### Component Fixes / Enhancements
920
921- [ButtonGroup] ButtonGroup enhancements
922([#284](https://github.com/GetAmbassador/react-ions/pull/284))
923
924## 0.65.0
925###### _October 11, 2016_
926
927##### Component Fixes / Enhancements
928
929- [Icons] Added new icon
930([#282](https://github.com/GetAmbassador/react-ions/pull/282))
931
932## 0.64.0
933###### _October 10, 2016_
934
935##### Component Fixes / Enhancements
936
937- [Dropdown] - Add callbackConfirmation option to Dropdown list item config
938([#278](https://github.com/GetAmbassador/react-ions/pull/278))
939- [Icon] - Add icon for klout
940([#279](https://github.com/GetAmbassador/react-ions/pull/279))
941- [InlineEdit] - Only show copy icon on hover
942([#280](https://github.com/GetAmbassador/react-ions/pull/280))
943
944## 0.63.0
945###### _October 6, 2016_
946
947##### Component Fixes / Enhancements
948
949- [InlineEdit] - Various bug fixes
950([#276](https://github.com/GetAmbassador/react-ions/pull/276))
951- [InlineEdit] - Improve read only experience
952([#275](https://github.com/GetAmbassador/react-ions/pull/275))
953- [Datepicker] - Improve tests
954([#274](https://github.com/GetAmbassador/react-ions/pull/274))
955
956## 0.62.0
957###### _October 4, 2016_
958
959##### Component Fixes / Enhancements
960
961- [TextEditor] - Use style attribute for align and font formats
962([#272](https://github.com/GetAmbassador/react-ions/pull/272))
963
964## 0.61.0
965###### _October 4, 2016_
966
967##### Component Fixes / Enhancements
968
969- [TextEditor] - Set TextEditor state before triggering the callback
970([#270](https://github.com/GetAmbassador/react-ions/pull/270))
971- [TextEditor] - Fix global css import in TextEditor styles
972([#268](https://github.com/GetAmbassador/react-ions/pull/268))
973- [TextEditor] - Add merge tags plugin to rich text component
974([#266](https://github.com/GetAmbassador/react-ions/pull/266))
975- [InlineEdit] - Add a cancel callback to InlineEdit
976([#265](https://github.com/GetAmbassador/react-ions/pull/265))
977
978## 0.60.0
979###### _September 28, 2016_
980
981##### Component Fixes / Enhancements
982
983- [BreadCrumb] - add sCU / Immutability
984([#261](https://github.com/GetAmbassador/react-ions/pull/261))
985- [InlineEdit] - enhancement: error state enhancements
986([#260](https://github.com/GetAmbassador/react-ions/pull/260))
987- [BreadCrumb] - updated functionality for mobile/responsive breadcrumb
988([#259](https://github.com/GetAmbassador/react-ions/pull/259))
989- [InlineEdit] - enhancement: tooltip
990([#258](https://github.com/GetAmbassador/react-ions/pull/258))
991- [InlineEdit] - enhancement: inline layout
992([#257](https://github.com/GetAmbassador/react-ions/pull/257))
993
994
995## 0.59.0
996###### _September 26, 2016_
997
998##### Component Fixes / Enhancements
999
1000- [InlineEdit] - Do not fire changeCallback when InlineEdit is canceled ([#253](https://github.com/GetAmbassador/react-ions/pull/253))
1001- [InlineEdit] - Fix copy/paste bug in InlineEdit ([#254](https://github.com/GetAmbassador/react-ions/pull/254))
1002- [InlineEdit] - Added copy value to clipboard functionality ([#255](https://github.com/GetAmbassador/react-ions/pull/255))
1003
1004
1005## 0.58.0
1006###### _September 23, 2016_
1007
1008##### Component Fixes / Enhancements
1009
1010- [InlineEdit] - Added error state ([#251](https://github.com/GetAmbassador/react-ions/pull/251))
1011- [InlineEdit] - Added loading and readonly states ([#248](https://github.com/GetAmbassador/react-ions/pull/248))
1012- [RadioGroup] - Uncheck radios when fasly values are passed ([#250](https://github.com/GetAmbassador/react-ions/pull/250))
1013- [Icon] - Added 3 new icons ([#249](https://github.com/GetAmbassador/react-ions/pull/249))
1014- [TextEditor] Created new theme
1015([#246](https://github.com/GetAmbassador/react-ions/pull/246))
1016
1017## 0.57.0
1018###### _September 21, 2016_
1019
1020##### Component Fixes / Enhancements
1021
1022- [Dropdown] use Immutability, don't re-render on click outside if dropdown not opened
1023([#245](https://github.com/GetAmbassador/react-ions/pull/245))
1024- [TextEditor] new component added
1025([#244](https://github.com/GetAmbassador/react-ions/pull/244))
1026- [Modal] style changes
1027([#243](https://github.com/GetAmbassador/react-ions/pull/243))
1028
1029## 0.56.0
1030###### _September 13, 2016_
1031
1032##### Component Fixes / Enhancements
1033
1034- [FormGroup] Fix formgroup not setting fields state if changeCallback is not provided
1035([#241](https://github.com/GetAmbassador/react-ions/pull/241))
1036
1037## 0.55.0
1038###### _September 12, 2016_
1039
1040##### Component Fixes / Enhancements
1041
1042- [FormGroup] Ensure value is passed to child components as raw js
1043([#239](https://github.com/GetAmbassador/react-ions/pull/239))
1044- [FormGroup] Do not update internal FormGroup state if props have not changed
1045([#237](https://github.com/GetAmbassador/react-ions/pull/237))
1046- [Typeahead] Fix Typeahead cWRP method to allow value to be an empty string
1047([#238](https://github.com/GetAmbassador/react-ions/pull/238))
1048
1049## 0.54.0
1050###### _September 7, 2016_
1051
1052##### Component Fixes / Enhancements
1053
1054- [FormGroup] Refactored internal state to use Immutable data structure
1055([#235](https://github.com/GetAmbassador/react-ions/pull/235))
1056
1057## 0.53.0
1058###### _September 6, 2016_
1059
1060##### Component Fixes / Enhancements
1061
1062- [InlineEdit] Fixed inline issues and added new functionality
1063([#229](https://github.com/GetAmbassador/react-ions/pull/229))
1064
1065## 0.52.0
1066###### _September 6, 2016_
1067
1068##### Component Fixes / Enhancements
1069
1070- [Typeahead] Fix: Unable to reset typeahead value in FormGroup
1071([#231](https://github.com/GetAmbassador/react-ions/pull/231))
1072
1073## 0.51.0
1074###### _September 1, 2016_
1075
1076##### Component Fixes / Enhancements
1077
1078- [Icons] Several new icons added
1079([#227](https://github.com/GetAmbassador/react-ions/pull/227))
1080
1081## 0.50.0
1082###### _August 30, 2016_
1083
1084##### Component Fixes / Enhancements
1085
1086- [InlineEdit] New component added
1087([#225](https://github.com/GetAmbassador/react-ions/pull/225))
1088
1089## 0.48.0
1090###### _August 23, 2016_
1091
1092##### Component Fixes / Enhancements
1093
1094- [Breadcrumb] Prepend icon to breadcrumb item
1095([#223](https://github.com/GetAmbassador/react-ions/pull/223))
1096
1097## 0.47.0
1098###### _August 23, 2016_
1099
1100##### Component Fixes / Enhancements
1101
1102- [Tooltip] Fix position and remove listeners on 'show' by default
1103([#221](https://github.com/GetAmbassador/react-ions/pull/221))
1104
1105- [RadioGroup] reset to default
1106([#220](https://github.com/GetAmbassador/react-ions/pull/220))
1107
1108## 0.46.0
1109###### _August 22, 2016_
1110
1111##### Component Fixes / Enhancements
1112
1113- [Tooltip] visibility
1114([#218](https://github.com/GetAmbassador/react-ions/pull/218))
1115
1116- [Activityfeed] offset calculation
1117([#217](https://github.com/GetAmbassador/react-ions/pull/217))
1118
1119## 0.45.0
1120###### _August 18, 2016_
1121
1122##### Component Fixes / Enhancements
1123
1124- [Dropdown] Updating CSS
1125([#215](https://github.com/GetAmbassador/react-ions/pull/215))
1126- [Dropdown] Enhance with list
1127([#214](https://github.com/GetAmbassador/react-ions/pull/214))
1128- [Avatar]
1129([#213](https://github.com/GetAmbassador/react-ions/pull/213))
1130- [RadioGroup] focus child input
1131([#212](https://github.com/GetAmbassador/react-ions/pull/212))
1132
1133## 0.45.0
1134###### _August 12, 2016_
1135
1136##### Component Fixes / Enhancements
1137
1138- [Spinner] Update spinner to stateless
1139([#210](https://github.com/GetAmbassador/react-ions/pull/210))
1140- [Icon] Add Streamline wrench icon
1141([#209](https://github.com/GetAmbassador/react-ions/pull/209))
1142- [Checkbox] Show checkmark on disabled checkbox
1143([#208](https://github.com/GetAmbassador/react-ions/pull/208))
1144- [ActivityFeed] Fix Uncaught Invariant Violation when feed is resized
1145([#207](https://github.com/GetAmbassador/react-ions/pull/207))
1146- [Spinner] added inline option
1147([#206](https://github.com/GetAmbassador/react-ions/pull/206))
1148- [MultiSelect] <MultiSelect />/<Typeahead /> filter
1149([#205](https://github.com/GetAmbassador/react-ions/pull/205))
1150- [InputList] write tests
1151([#204](https://github.com/GetAmbassador/react-ions/pull/204))
1152
1153## 0.44.0
1154###### _August 10, 2016_
1155
1156##### Component Fixes / Enhancements
1157
1158- [ActivityFeed] - Various improvements ([#202](https://github.com/GetAmbassador/react-ions/pull/202))
1159- [MultiSelect / Typeahead] - Prevent changeCallback from being fired when search value is cleared ([#201](https://github.com/GetAmbassador/react-ions/pull/201))
1160- [Typeahead] - Added searchDebounceTime optional prop ([#200](https://github.com/GetAmbassador/react-ions/pull/200))
1161
1162## 0.43.0
1163###### _August 8, 2016_
1164
1165##### Component Fixes / Enhancements
1166
1167- [Spinner] - Added ability to override spinner color ([#197](https://github.com/GetAmbassador/react-ions/pull/197))
1168
1169- [ActivityFeed] - Added infinite scroll ([#193](https://github.com/GetAmbassador/react-ions/pull/193))
1170
1171- [InputList] - New form input to accept a list of strings values ([#194](https://github.com/GetAmbassador/react-ions/pull/194))
1172
1173- [Input] - Added valueType prop to handle numbers ([#195](https://github.com/GetAmbassador/react-ions/pull/195))
1174
1175- [MultiSelect / Typeahead] - Clear search string after selection ([#196](https://github.com/GetAmbassador/react-ions/pull/196))
1176
1177## 0.42.0
1178###### _August 1, 2016_
1179
1180##### Component Fixes / Enhancements
1181
1182- [Alerts] - Added option to have alerts slide in ([#188](https://github.com/GetAmbassador/react-ions/pull/188))
1183
1184- [Date Picker] - Added option to keep input fields inline on small screens (default is full width) ([#187](https://github.com/GetAmbassador/react-ions/pull/187))
1185
1186## 0.41.0
1187###### _July 26, 2016_
1188
1189##### Component Fixes / Enhancements
1190
1191- [Typeahead] - Clear typeahead values ([#184](https://github.com/GetAmbassador/react-ions/pull/184))
1192
1193- [Spinner] - New component to handle loading state ([#183](https://github.com/GetAmbassador/react-ions/pull/183))
1194
1195- [Typeahead] - Add reset button ([#182](https://github.com/GetAmbassador/react-ions/pull/182))
1196
1197- [Typeahead] - Consistent color for input value ([#181](https://github.com/GetAmbassador/react-ions/pull/181))
1198
1199## 0.40.0
1200###### _July 19, 2016_
1201
1202##### Component Fixes / Enhancements
1203
1204- [FormGroup, SelectField] - Minor CSS tweaks ([#179](https://github.com/GetAmbassador/react-ions/pull/179))
1205
1206## 0.39.0
1207###### _July 19, 2016_
1208
1209##### Component Fixes / Enhancements
1210
1211- [Typeahead] - Fix for display prop ([#177](https://github.com/GetAmbassador/react-ions/pull/177))
1212
1213## 0.38.0
1214###### _July 18, 2016_
1215
1216##### Component Fixes / Enhancements
1217- [Typeahead] - Support for number props ([#174](https://github.com/GetAmbassador/react-ions/pull/174))
1218- [Datepicker] - Style mods ([#175](https://github.com/GetAmbassador/react-ions/pull/175))
1219
1220## 0.37.0
1221###### _July 14, 2016_
1222
1223##### Component Fixes / Enhancements
1224- [Date Picker] - Use abbreviated month names ([#172](https://github.com/GetAmbassador/react-ions/pull/172))
1225
1226## 0.36.0
1227###### _July 13, 2016_
1228
1229##### Component Fixes / Enhancements
1230- [Date Picker] - Connect fields ([#169](https://github.com/GetAmbassador/react-ions/pull/169))
1231- [Form Group] - Added debounce option ([#170](https://github.com/GetAmbassador/react-ions/pull/170))
1232
1233## 0.35.0
1234###### _July 5, 2016_
1235
1236##### Component Fixes / Enhancements
1237- [Icons] - Added social icons (Facebook, Twitter, LinkedIn) ([#167](https://github.com/GetAmbassador/react-ions/pull/167))
1238
1239## 0.34.0
1240###### _June 30, 2016_
1241
1242- [Select Field] - Enabling setting value of zero ([#165](https://github.com/GetAmbassador/react-ions/pull/165))
1243
1244## 0.33.0
1245###### _June 30, 2016_
1246
1247##### Component Fixes / Enhancements
1248- [Radio Button] - Added white background color ([#164](https://github.com/GetAmbassador/react-ions/pull/164))
1249
1250## 0.31.0
1251###### _June 29, 2016_
1252
1253##### Component Fixes / Enhancements
1254- [Button] - Added multiple optClass support for Button component ([#161](https://github.com/GetAmbassador/react-ions/pull/161))
1255
1256## 0.0.30
1257###### _June 28, 2016_
1258
1259##### Component Fixes / Enhancements
1260- [Icons] - Added clock icons ([#159](https://github.com/GetAmbassador/react-ions/pull/159))
1261- [MultiSelect] - Add select list UI ([#157](https://github.com/GetAmbassador/react-ions/pull/157))
1262- [Nav] - Fix for close button ([#156](https://github.com/GetAmbassador/react-ions/pull/156))
1263- [MultiSelect] - Build out MultiSelect component ([#154](https://github.com/GetAmbassador/react-ions/pull/154))
1264- [FormGroup] - Small screen support ([#151](https://github.com/GetAmbassador/react-ions/pull/151))
1265- [Typeahead] - Build out Typeahead component ([#150](https://github.com/GetAmbassador/react-ions/pull/150))
1266
1267
1268## 0.0.29
1269###### _June 17, 2016_
1270
1271## 0.0.28
1272###### _June 16, 2016_
1273
1274##### Component Fixes / Enhancements
1275- [OptClass] - Helper method update ([#148](https://github.com/GetAmbassador/react-ions/pull/148))
1276
1277##### Component Fixes / Enhancements
1278- [FormGroup] - Enabled nested form groups ([#146](https://github.com/GetAmbassador/react-ions/pull/146))
1279
1280- [ActivityFeed] - Visual enhancements ([#145](https://github.com/GetAmbassador/react-ions/pull/145))
1281
1282- [PanelGroup] - ([#144](https://github.com/GetAmbassador/react-ions/pull/144))
1283
1284- [OptClass] - Helper method ([#142](https://github.com/GetAmbassador/react-ions/pull/142))
1285
1286## 0.0.27
1287###### _June 15, 2016_
1288
1289##### Component Fixes / Enhancements
1290- [Alerts] Allow onClose callback to be passed with alerts in the alert system ([#140](https://github.com/GetAmbassador/react-ions/pull/140))
1291
1292## 0.0.26
1293###### _June 15, 2016_
1294
1295##### Component Fixes / Enhancements
1296- [Icons] Support for IE11 and above ([#137](https://github.com/GetAmbassador/react-ions/pull/137))
1297- [SelectField] Enhancements ([#136](https://github.com/GetAmbassador/react-ions/pull/136))
1298- [Modal] z-index adjustments ([#135](https://github.com/GetAmbassador/react-ions/pull/135))
1299
1300## 0.0.25
1301###### _June 13, 2016_
1302
1303##### Component Fixes / Enhancements
1304- [CSS Grid] Enabled Flexbox Grid - ([#133](https://github.com/GetAmbassador/react-ions/pull/133))
1305- [AnchorButton] Added `Collapse` ([#132](https://github.com/GetAmbassador/react-ions/pull/132))
1306- [Sortable] Working inside of modal ([#131](https://github.com/GetAmbassador/react-ions/pull/131))
1307
1308## 0.0.24
1309###### _June 10, 2016_
1310
1311##### Component Fixes / Enhancements
1312- [Buttons] - ([#129](https://github.com/GetAmbassador/react-ions/pull/129))
1313- [Select Field] - ([#128](https://github.com/GetAmbassador/react-ions/pull/128))
1314- [Web] - ([#127](https://github.com/GetAmbassador/react-ions/pull/127))
1315
1316## 0.0.23
1317###### _June 10, 2016_
1318
1319##### Component Fixes / Enhancements
1320- [Select field style enhancements] - ([#124](https://github.com/GetAmbassador/react-ions/pull/124))
1321- [Nav enhancements] - ([#125](https://github.com/GetAmbassador/react-ions/pull/125))
1322
1323## 0.0.22
1324###### _June 9, 2016_
1325
1326##### Component Fixes / Enhancements
1327- [Sortable List updates] - ([#122](https://github.com/GetAmbassador/react-ions/pull/122))
1328
1329## 0.0.21
1330###### _June 8, 2016_
1331- [Upgrading ReactDOM and Test Utils]([#120](https://github.com/GetAmbassador/react-ions/pull/120))
1332
1333## 0.0.20
1334###### _June 8, 2016_
1335
1336##### Component Fixes / Enhancements
1337- [Upgrading to React 15.1.0]([#119](https://github.com/GetAmbassador/react-ions/pull/119))
1338
1339##### Feature
1340- [Sortable List] - ([#116](https://github.com/GetAmbassador/react-ions/pull/116))
1341- [File Upload] - ([#117](https://github.com/GetAmbassador/react-ions/pull/117))
1342- [Color Picker] - ([#118](https://github.com/GetAmbassador/react-ions/pull/118))
1343
1344## 0.0.19
1345###### _June 6, 2016_
1346
1347##### Component Fixes / Enhancements
1348- [Dropdown] - Added changeCallback, fired when dropdown is opened / closed
1349([#113](https://github.com/GetAmbassador/react-ions/pull/113))
1350- [SelectField] - Ensure valueProp is respected
1351([#114](https://github.com/GetAmbassador/react-ions/pull/114))
1352- [Icons] - Added to icon set
1353([#112](https://github.com/GetAmbassador/react-ions/pull/112))
1354
1355## 0.0.18
1356###### _June 2, 2016_
1357
1358##### Component Fixes / Enhancements
1359- [FileUpload] - Allow string or array value prop type
1360([#110](https://github.com/GetAmbassador/react-ions/pull/110))
1361
1362## 0.0.16
1363###### _June 2, 2016_
1364
1365##### Feature
1366- [ColorPicker] - ([#98](https://github.com/GetAmbassador/react-ions/pull/98))
1367
1368## 0.0.15
1369###### _June 1, 2016_
1370
1371##### Feature
1372- [Toggle] - ([#102](https://github.com/GetAmbassador/react-ions/pull/102))
1373
1374##### Component Fixes / Enhancements
1375- [FormGroup] - Prevent default on form submit
1376([#106](https://github.com/GetAmbassador/react-ions/pull/106))
1377
1378## 0.0.14
1379###### _June 1, 2016_
1380
1381##### Feature
1382- [Dropdown] - ([#103](https://github.com/GetAmbassador/react-ions/pull/103))
1383
1384## 0.0.13
1385###### _May 31, 2016_
1386
1387##### Component Fixes / Enhancements
1388- [Badge] - Style improvements ([#101](https://github.com/GetAmbassador/react-ions/pull/101))
1389
1390## 0.0.12
1391###### _May 27, 2016_
1392
1393##### Component Fixes / Enhancements
1394- [Badge] - Style improvements ([#99](https://github.com/GetAmbassador/react-ions/pull/99))
1395- [ActivityFeed] - Style improvements ([#97](https://github.com/GetAmbassador/react-ions/pull/97))
1396
1397## 0.0.11
1398###### _May 26, 2016_
1399
1400##### Component Fixes / Enhancements
1401- [PanelGroup] A few style bugs fixed
1402([#90](https://github.com/GetAmbassador/react-ions/pull/90))
1403
1404- [SelectField] Enable component to have an icon on left
1405([#91](https://github.com/GetAmbassador/react-ions/pull/91))
1406
1407- [Badge] Enhancements
1408([#92](https://github.com/GetAmbassador/react-ions/pull/92))
1409
1410## 0.0.10
1411###### _May 25, 2016_
1412
1413##### Component Fixes / Enhancements
1414- [Buttons] Add danger-alt optClass
1415 ([#86](https://github.com/GetAmbassador/react-ions/pull/86))
1416
1417- [Panel Group] Add change callback to panel group
1418 ([#87](https://github.com/GetAmbassador/react-ions/pull/87))
1419
1420- [Forms] Re-render form group on state change
1421 ([#88](https://github.com/GetAmbassador/react-ions/pull/88))
1422
1423## 0.0.9
1424###### _May 24, 2016_
1425
1426##### Component Fixes / Enhancements
1427- [Icons] Added to icon set
1428 ([#83](https://github.com/GetAmbassador/react-ions/pull/83))
1429
1430- [Alerts] Use nextProps when receiving new props in the AlertSystem component
1431 ([#84](https://github.com/GetAmbassador/react-ions/pull/84))
1432
1433## 0.0.8
1434###### _May 23, 2016_
1435
1436##### Component Fixes / Enhancements
1437- [Forms] Form Group Component
1438 ([#76](https://github.com/GetAmbassador/react-ions/pull/76))
1439
1440- [Inputs] Normalize Radio Group & Select Field values ([#80](https://github.com/GetAmbassador/react-ions/pull/80))
1441
1442## 0.0.7
1443###### _May 19, 2016_
1444
1445##### General
1446- [Web] stateful components now update when new props are received ([#77](https://github.com/GetAmbassador/react-ions/pull/77))
1447
1448##### Component Fixes / Enhancements
1449- [Progress Feed] made style paths relative ([#78](https://github.com/GetAmbassador/react-ions/pull/78))
1450
1451## 0.0.6
1452###### _May 17, 2016_
1453
1454##### General
1455- [Web] auto-close sidebar when route changes ([#75](https://github.com/GetAmbassador/react-ions/pull/75))
1456- [Web] prevent CSS leaks in component examples ([#75](https://github.com/GetAmbassador/react-ions/pull/75))
1457- [Web] make radio component stateless ([#75](https://github.com/GetAmbassador/react-ions/pull/75))
1458
1459##### Component Fixes / Enhancements
1460- [Activity Feed] formatting bug ([#75](https://github.com/GetAmbassador/react-ions/pull/75))
1461- [Buttons] fixed nested icons, cleaned up loading state ([#75](https://github.com/GetAmbassador/react-ions/pull/75))