@sproutsocial/racine 20.9.0 → 20.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Change Log
2
2
 
3
+ ## 20.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - baa709cbe: Allow the control of Menu (and Listbox) state
8
+
9
+ Uses the same pattern as Popout.
10
+
11
+ - 89075a1b1: Upgrade from node v16 to v18
12
+
13
+ ### Patch Changes
14
+
15
+ - 2ec7f343e: Update text.subtext theme color in dark mode to better reflect accessible contrast standards
16
+ - 30fdb087d: Update Tooltip id to propertly match `describedBy` aria tag
17
+
3
18
  ## 20.9.0
4
19
 
5
20
  ### Minor Changes
@@ -348,7 +363,7 @@
348
363
 
349
364
  ### Major Changes
350
365
 
351
- - 03601450: Introducing the new and improved Card component!
366
+ - 03601450: Introducing the new and improved Card component\!
352
367
 
353
368
  **Breaking changes**
354
369
 
@@ -644,7 +659,7 @@
644
659
 
645
660
  ## 13.0.0
646
661
 
647
- **BROKEN BUILD** Use 13.0.1 instead!
662
+ **BROKEN BUILD** Use 13.0.1 instead\!
648
663
 
649
664
  ### Major Changes
650
665
 
@@ -699,9 +714,9 @@
699
714
 
700
715
  ### Minor Changes
701
716
 
702
- - 1c52dc5c: Bump React in peerDependencies from ^16.2.0 to >=16.8.0
717
+ - 1c52dc5c: Bump React in peerDependencies from ^16.2.0 to \>=16.8.0
703
718
  - Updated version number ensures that features like hooks are supported (introduced in 16.8.0)
704
- - Updated version selection syntax allows consumers to use React 17+ without conflict
719
+ - Updated version selection syntax allows consumers to use React 17\+ without conflict
705
720
  - Does _not_ affect the built package, as we are currently using 16.12.0 in devDependencies
706
721
 
707
722
  ### Patch Changes
@@ -834,7 +849,7 @@
834
849
  - SpotIllustration
835
850
  - Switch
836
851
  - b2c4834: The `ItemComponent` and `getItemProps` props on the `OverflowList` component are now optional
837
- - 8a70eff: We've made some enhancements to the Partner Logo component! The Partner Logo component API now closely aligns with the Icon component.
852
+ - 8a70eff: We've made some enhancements to the Partner Logo component\! The Partner Logo component API now closely aligns with the Icon component.
838
853
 
839
854
  - Added support for different logo types ie. `wordmark` or `lockup`
840
855
  - Added support for predefined sizes. ie. `mini`, `small`, `medium`, `large`, and `jumbo`.
@@ -1505,7 +1520,7 @@
1505
1520
 
1506
1521
  ### Major Changes
1507
1522
 
1508
- - 052802b: This work includes adding semantic color tokens to our Racine theme and updating the Racine components to use the new tokens. Breaking changes include modifications to the the theme properties. Breaking changes include error -> error.color, warning -> warning.color, cta.primary -> cta.primary.color, cta.secondary -> cta.secondary.color, and cta.link -> cta.link.color
1523
+ - 052802b: This work includes adding semantic color tokens to our Racine theme and updating the Racine components to use the new tokens. Breaking changes include modifications to the the theme properties. Breaking changes include error  error.color, warning  warning.color, cta.primary cta.primary.color, cta.secondary cta.secondary.color, and cta.link cta.link.color
1509
1524
 
1510
1525
  ## 6.25.2
1511
1526
 
@@ -1851,25 +1866,25 @@
1851
1866
 
1852
1867
  ### Patch Changes
1853
1868
 
1854
- - e78d2c9: # Fix remaining node-fetch vulnerability
1869
+ - e78d2c9: \# Fix remaining node-fetch vulnerability
1855
1870
 
1856
1871
  Use `resolutions` to force `react-popper` to use a more current version of its dependency, `create-react-context`, since we are unready to upgrade `react-popper`.
1857
1872
 
1858
- ```
1873
+ ```html
1859
1874
  yarn audit v1.21.1
1860
1875
  ┌───────────────┬──────────────────────────────────────────────────────────────┐
1861
- │ low │ Denial of Service
1876
+ │ low │ Denial of Service
1862
1877
  ├───────────────┼──────────────────────────────────────────────────────────────┤
1863
- │ Package │ node-fetch
1878
+ │ Package │ node-fetch
1864
1879
  ├───────────────┼──────────────────────────────────────────────────────────────┤
1865
- │ Patched in │ >=2.6.1 <3.0.0-beta.1|| >= 3.0.0-beta.9
1880
+ │ Patched in │ >=2.6.1 <3.0.0-beta.1|| >= 3.0.0-beta.9
1866
1881
  ├───────────────┼──────────────────────────────────────────────────────────────┤
1867
- │ Dependency of │ react-popper
1882
+ │ Dependency of │ react-popper
1868
1883
  ├───────────────┼──────────────────────────────────────────────────────────────┤
1869
- │ Path │ react-popper > create-react-context > fbjs >
1870
- │ │ isomorphic-fetch > node-fetch
1884
+ │ Path │ react-popper> create-react-context > fbjs > │ │ isomorphic-fetch >
1885
+ node-fetch │
1871
1886
  ├───────────────┼──────────────────────────────────────────────────────────────┤
1872
- │ More info │ https://www.npmjs.com/advisories/1556
1887
+ │ More info │ https://www.npmjs.com/advisories/1556
1873
1888
  └───────────────┴──────────────────────────────────────────────────────────────┘
1874
1889
  ```
1875
1890
 
@@ -1919,7 +1934,7 @@
1919
1934
 
1920
1935
  ### Major Changes
1921
1936
 
1922
- - 2e75622: # BREAKING CHANGES to the TokenInput component interface
1937
+ - 2e75622: \# BREAKING CHANGES to the TokenInput component interface
1923
1938
 
1924
1939
  ## Changes
1925
1940
 
@@ -2354,7 +2369,7 @@
2354
2369
 
2355
2370
  ### Patch Changes
2356
2371
 
2357
- - 83849af: add flow types for border(Top|Bottom)(Left|Right)Radius, fix className flow type collision on styled-components common props
2372
+ - 83849af: add flow types for border\(Top|Bottom\)\(Left|Right\)Radius, fix className flow type collision on styled-components common props
2358
2373
 
2359
2374
  ## 5.8.0
2360
2375
 
@@ -2370,64 +2385,46 @@
2370
2385
 
2371
2386
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
2372
2387
 
2373
- <a name="5.7.3"></a>
2374
-
2375
2388
  ## [5.7.3](https://github.com/sproutsocial/racine/compare/v5.7.2...v5.7.3) (2020-04-13)
2376
2389
 
2377
- <a name="5.7.2"></a>
2378
-
2379
2390
  ## [5.7.2](https://github.com/sproutsocial/racine/compare/v5.7.1...v5.7.2) (2020-04-13)
2380
2391
 
2381
2392
  ### Bug Fixes
2382
2393
 
2383
2394
  - **Portal:** make component safe for SSR ([#780](https://github.com/sproutsocial/racine/issues/780)) ([51501c9](https://github.com/sproutsocial/racine/commit/51501c9))
2384
2395
 
2385
- <a name="5.7.1"></a>
2386
-
2387
2396
  ## [5.7.1](https://github.com/sproutsocial/racine/compare/v5.7.0...v5.7.1) (2020-04-09)
2388
2397
 
2389
2398
  ### Bug Fixes
2390
2399
 
2391
2400
  - **Message:** update condensed avatar size CUSTCARE-379 ([#778](https://github.com/sproutsocial/racine/issues/778)) ([317b77f](https://github.com/sproutsocial/racine/commit/317b77f))
2392
2401
 
2393
- <a name="5.7.0"></a>
2394
-
2395
2402
  # [5.7.0](https://github.com/sproutsocial/racine/compare/v5.6.1...v5.7.0) (2020-04-08)
2396
2403
 
2397
2404
  ### Features
2398
2405
 
2399
2406
  - **Message:** add condensed density CUSTCARE-379 ([#777](https://github.com/sproutsocial/racine/issues/777)) ([cdf5dd1](https://github.com/sproutsocial/racine/commit/cdf5dd1))
2400
2407
 
2401
- <a name="5.6.1"></a>
2402
-
2403
2408
  ## [5.6.1](https://github.com/sproutsocial/racine/compare/v5.6.0...v5.6.1) (2020-04-01)
2404
2409
 
2405
2410
  ### Bug Fixes
2406
2411
 
2407
2412
  - **Switch:** fix flow type definition ([#775](https://github.com/sproutsocial/racine/issues/775)) ([ede9326](https://github.com/sproutsocial/racine/commit/ede9326))
2408
2413
 
2409
- <a name="5.6.0"></a>
2410
-
2411
2414
  # [5.6.0](https://github.com/sproutsocial/racine/compare/v5.5.2...v5.6.0) (2020-03-31)
2412
2415
 
2413
2416
  ### Features
2414
2417
 
2415
2418
  - add standardized breakpoints for responsive props ([#764](https://github.com/sproutsocial/racine/issues/764)) ([87b8f56](https://github.com/sproutsocial/racine/commit/87b8f56))
2416
2419
 
2417
- <a name="5.5.2"></a>
2418
-
2419
2420
  ## [5.5.2](https://github.com/sproutsocial/racine/compare/v5.5.1...v5.5.2) (2020-03-24)
2420
2421
 
2421
- <a name="5.5.1"></a>
2422
-
2423
2422
  ## [5.5.1](https://github.com/sproutsocial/racine/compare/v5.5.0...v5.5.1) (2020-03-24)
2424
2423
 
2425
2424
  ### Bug Fixes
2426
2425
 
2427
2426
  - **Message:** correct innerRef prop flow type ([#772](https://github.com/sproutsocial/racine/issues/772)) ([624f1e8](https://github.com/sproutsocial/racine/commit/624f1e8))
2428
2427
 
2429
- <a name="5.5.0"></a>
2430
-
2431
2428
  # [5.5.0](https://github.com/sproutsocial/racine/compare/v5.4.2...v5.5.0) (2020-03-16)
2432
2429
 
2433
2430
  ### Bug Fixes
@@ -2439,16 +2436,10 @@ All notable changes to this project will be documented in this file. See [standa
2439
2436
 
2440
2437
  - **Message:** add Avatar subcomponent ([#766](https://github.com/sproutsocial/racine/issues/766)) ([9d9eaa3](https://github.com/sproutsocial/racine/commit/9d9eaa3))
2441
2438
 
2442
- <a name="5.4.2"></a>
2443
-
2444
2439
  ## [5.4.2](https://github.com/sproutsocial/racine/compare/v5.4.1...v5.4.2) (2020-03-11)
2445
2440
 
2446
- <a name="5.4.1"></a>
2447
-
2448
2441
  ## [5.4.1](https://github.com/sproutsocial/racine/compare/v5.4.0...v5.4.1) (2020-03-09)
2449
2442
 
2450
- <a name="5.4.0"></a>
2451
-
2452
2443
  # [5.4.0](https://github.com/sproutsocial/racine/compare/v5.3.0...v5.4.0) (2020-03-04)
2453
2444
 
2454
2445
  ### Bug Fixes
@@ -2459,8 +2450,6 @@ All notable changes to this project will be documented in this file. See [standa
2459
2450
 
2460
2451
  - **Breadcrumb:** creation of the breadcrumb component ([#759](https://github.com/sproutsocial/racine/issues/759)) ([9bb78a7](https://github.com/sproutsocial/racine/commit/9bb78a7))
2461
2452
 
2462
- <a name="5.3.0"></a>
2463
-
2464
2453
  # [5.3.0](https://github.com/sproutsocial/racine/compare/v5.2.0...v5.3.0) (2020-03-03)
2465
2454
 
2466
2455
  ### Bug Fixes
@@ -2473,16 +2462,12 @@ All notable changes to this project will be documented in this file. See [standa
2473
2462
  - **utils:** added border radius system props ([#758](https://github.com/sproutsocial/racine/issues/758)) ([0fae6f0](https://github.com/sproutsocial/racine/commit/0fae6f0))
2474
2463
  - add Avatar component ([#760](https://github.com/sproutsocial/racine/issues/760)) ([227c042](https://github.com/sproutsocial/racine/commit/227c042))
2475
2464
 
2476
- <a name="5.2.0"></a>
2477
-
2478
2465
  # [5.2.0](https://github.com/sproutsocial/racine/compare/v5.1.0...v5.2.0) (2020-02-24)
2479
2466
 
2480
2467
  ### Features
2481
2468
 
2482
2469
  - **Banner:** rename Alert to Banner, new design ([#743](https://github.com/sproutsocial/racine/issues/743)) ([571761e](https://github.com/sproutsocial/racine/commit/571761e))
2483
2470
 
2484
- <a name="5.1.0"></a>
2485
-
2486
2471
  # [5.1.0](https://github.com/sproutsocial/racine/compare/v5.0.0...v5.1.0) (2020-02-20)
2487
2472
 
2488
2473
  ### Bug Fixes
@@ -2497,8 +2482,6 @@ All notable changes to this project will be documented in this file. See [standa
2497
2482
  - **icons:** add save assets icon ([#746](https://github.com/sproutsocial/racine/issues/746)) ([b3dedb0](https://github.com/sproutsocial/racine/commit/b3dedb0))
2498
2483
  - **Popout:** add focusLockProps prop ([#748](https://github.com/sproutsocial/racine/issues/748)) ([3600af6](https://github.com/sproutsocial/racine/commit/3600af6))
2499
2484
 
2500
- <a name="5.0.0"></a>
2501
-
2502
2485
  # [5.0.0](https://github.com/sproutsocial/racine/compare/v4.6.2...v5.0.0) (2020-02-05)
2503
2486
 
2504
2487
  ### Chores
@@ -2509,16 +2492,10 @@ All notable changes to this project will be documented in this file. See [standa
2509
2492
 
2510
2493
  - All components have now been switched over to the refreshed, "Nectar" aesthetic.
2511
2494
 
2512
- <a name="4.6.2"></a>
2513
-
2514
2495
  ## [4.6.2](https://github.com/sproutsocial/racine/compare/v4.6.1...v4.6.2) (2020-01-29)
2515
2496
 
2516
- <a name="4.6.1"></a>
2517
-
2518
2497
  ## [4.6.1](https://github.com/sproutsocial/racine/compare/v4.6.0...v4.6.1) (2020-01-28)
2519
2498
 
2520
- <a name="4.6.0"></a>
2521
-
2522
2499
  # [4.6.0](https://github.com/sproutsocial/racine/compare/v4.5.0...v4.6.0) (2020-01-28)
2523
2500
 
2524
2501
  ### Features
@@ -2530,8 +2507,6 @@ All notable changes to this project will be documented in this file. See [standa
2530
2507
 
2531
2508
  - **FormField:** decrease render depth of FormField ([#714](https://github.com/sproutsocial/racine/issues/714)) ([4ec706e](https://github.com/sproutsocial/racine/commit/4ec706e))
2532
2509
 
2533
- <a name="4.5.0"></a>
2534
-
2535
2510
  # [4.5.0](https://github.com/sproutsocial/racine/compare/v4.4.3...v4.5.0) (2020-01-15)
2536
2511
 
2537
2512
  ### Bug Fixes
@@ -2545,8 +2520,6 @@ All notable changes to this project will be documented in this file. See [standa
2545
2520
 
2546
2521
  - **icons:** puzzle piece ([#706](https://github.com/sproutsocial/racine/issues/706)) ([b32263c](https://github.com/sproutsocial/racine/commit/b32263c))
2547
2522
 
2548
- <a name="4.4.3"></a>
2549
-
2550
2523
  ## [4.4.3](https://github.com/sproutsocial/racine/compare/v4.4.2...v4.4.3) (2020-01-13)
2551
2524
 
2552
2525
  ### Bug Fixes
@@ -2555,24 +2528,18 @@ All notable changes to this project will be documented in this file. See [standa
2555
2528
  - **Message:** remove unneeded props from message button ([#708](https://github.com/sproutsocial/racine/issues/708)) ([ce8b129](https://github.com/sproutsocial/racine/commit/ce8b129))
2556
2529
  - **Popout:** fix onClose and onOpen trigger behavior ([#705](https://github.com/sproutsocial/racine/issues/705)) ([6773ed6](https://github.com/sproutsocial/racine/commit/6773ed6))
2557
2530
 
2558
- <a name="4.4.2"></a>
2559
-
2560
2531
  ## [4.4.2](https://github.com/sproutsocial/racine/compare/v4.4.1...v4.4.2) (2019-12-19)
2561
2532
 
2562
2533
  ### Bug Fixes
2563
2534
 
2564
2535
  - **Popout:** revert [#695](https://github.com/sproutsocial/racine/issues/695) ([68a478c](https://github.com/sproutsocial/racine/commit/68a478c))
2565
2536
 
2566
- <a name="4.4.1"></a>
2567
-
2568
2537
  ## [4.4.1](https://github.com/sproutsocial/racine/compare/v4.4.0...v4.4.1) (2019-12-18)
2569
2538
 
2570
2539
  ### Bug Fixes
2571
2540
 
2572
2541
  - **Stack:** wrap items in div to isolate styles ([#702](https://github.com/sproutsocial/racine/issues/702)) ([1f7589a](https://github.com/sproutsocial/racine/commit/1f7589a))
2573
2542
 
2574
- <a name="4.4.0"></a>
2575
-
2576
2543
  # [4.4.0](https://github.com/sproutsocial/racine/compare/v4.3.0...v4.4.0) (2019-12-17)
2577
2544
 
2578
2545
  ### Bug Fixes
@@ -2583,23 +2550,17 @@ All notable changes to this project will be documented in this file. See [standa
2583
2550
 
2584
2551
  - add Stack component ([#693](https://github.com/sproutsocial/racine/issues/693)) ([be75397](https://github.com/sproutsocial/racine/commit/be75397))
2585
2552
 
2586
- <a name="4.3.0"></a>
2587
-
2588
2553
  # [4.3.0](https://github.com/sproutsocial/racine/compare/v4.2.0...v4.3.0) (2019-12-16)
2589
2554
 
2590
2555
  ### Features
2591
2556
 
2592
2557
  - **icons:** add dropbox and google drive icons ([74dfa52](https://github.com/sproutsocial/racine/commit/74dfa52))
2593
2558
 
2594
- <a name="4.2.0"></a>
2595
-
2596
2559
  # [4.2.0](https://github.com/sproutsocial/racine/compare/v4.1.2...v4.2.0) (2019-12-12)
2597
2560
 
2598
2561
  ### Features
2599
2562
 
2600
- - Enable icon linting + further icon optimization ([#694](https://github.com/sproutsocial/racine/issues/694)) ([5914497](https://github.com/sproutsocial/racine/commit/5914497))
2601
-
2602
- <a name="4.1.2"></a>
2563
+ - Enable icon linting \+ further icon optimization ([#694](https://github.com/sproutsocial/racine/issues/694)) ([5914497](https://github.com/sproutsocial/racine/commit/5914497))
2603
2564
 
2604
2565
  ## [4.1.2](https://github.com/sproutsocial/racine/compare/v4.1.1...v4.1.2) (2019-12-11)
2605
2566
 
@@ -2607,16 +2568,12 @@ All notable changes to this project will be documented in this file. See [standa
2607
2568
 
2608
2569
  - **Modal:** fix ReactModalAdapter class names ([#692](https://github.com/sproutsocial/racine/issues/692)) ([8e184cc](https://github.com/sproutsocial/racine/commit/8e184cc))
2609
2570
 
2610
- <a name="4.1.1"></a>
2611
-
2612
2571
  ## [4.1.1](https://github.com/sproutsocial/racine/compare/v4.1.0...v4.1.1) (2019-12-04)
2613
2572
 
2614
2573
  ### Bug Fixes
2615
2574
 
2616
2575
  - **Message:** make densities and context available as subs of Me… ([#687](https://github.com/sproutsocial/racine/issues/687)) ([1bd9fdf](https://github.com/sproutsocial/racine/commit/1bd9fdf))
2617
2576
 
2618
- <a name="4.1.0"></a>
2619
-
2620
2577
  # [4.1.0](https://github.com/sproutsocial/racine/compare/v4.0.0...v4.1.0) (2019-12-03)
2621
2578
 
2622
2579
  ### Features
@@ -2624,8 +2581,6 @@ All notable changes to this project will be documented in this file. See [standa
2624
2581
  - add Message component ([#671](https://github.com/sproutsocial/racine/issues/671)) ([1d279d4](https://github.com/sproutsocial/racine/commit/1d279d4))
2625
2582
  - **Drawer:** drawer content should accept system props ([#686](https://github.com/sproutsocial/racine/issues/686)) ([fb93deb](https://github.com/sproutsocial/racine/commit/fb93deb))
2626
2583
 
2627
- <a name="4.0.0"></a>
2628
-
2629
2584
  # [4.0.0](https://github.com/sproutsocial/racine/compare/v3.36.0...v4.0.0) (2019-12-02)
2630
2585
 
2631
2586
  ### BREAKING CHANGES
@@ -2657,8 +2612,6 @@ All notable changes to this project will be documented in this file. See [standa
2657
2612
  - **Modal:** remove opinionated modal styles ([#629](https://github.com/sproutsocial/racine/issues/629)) ([6fb5dd5](https://github.com/sproutsocial/racine/commit/6fb5dd5))
2658
2613
  - **Select:** add innerRef to Select ([#673](https://github.com/sproutsocial/racine/issues/673)) ([fab3d79](https://github.com/sproutsocial/racine/commit/fab3d79))
2659
2614
 
2660
- <a name="3.36.0"></a>
2661
-
2662
2615
  # [3.36.0](https://github.com/sproutsocial/racine/compare/v3.35.3...v3.36.0) (2019-11-14)
2663
2616
 
2664
2617
  ### Bug Fixes
@@ -2670,24 +2623,16 @@ All notable changes to this project will be documented in this file. See [standa
2670
2623
 
2671
2624
  - **Popout:** add option to mount using portal ([#666](https://github.com/sproutsocial/racine/issues/666)) ([672e760](https://github.com/sproutsocial/racine/commit/672e760))
2672
2625
 
2673
- <a name="3.35.3"></a>
2674
-
2675
2626
  ## [3.35.3](https://github.com/sproutsocial/racine/compare/v3.35.2...v3.35.3) (2019-11-06)
2676
2627
 
2677
2628
  ### Bug Fixes
2678
2629
 
2679
2630
  - **Link:** add default type to links as buttons ([#665](https://github.com/sproutsocial/racine/issues/665)) ([bf0d14f](https://github.com/sproutsocial/racine/commit/bf0d14f))
2680
2631
 
2681
- <a name="3.35.2"></a>
2682
-
2683
2632
  ## [3.35.2](https://github.com/sproutsocial/racine/compare/v3.35.1...v3.35.2) (2019-11-05)
2684
2633
 
2685
- <a name="3.35.1"></a>
2686
-
2687
2634
  ## [3.35.1](https://github.com/sproutsocial/racine/compare/v3.35.0...v3.35.1) (2019-11-04)
2688
2635
 
2689
- <a name="3.35.0"></a>
2690
-
2691
2636
  # [3.35.0](https://github.com/sproutsocial/racine/compare/v3.34.0...v3.35.0) (2019-11-04)
2692
2637
 
2693
2638
  ### Bug Fixes
@@ -2699,8 +2644,6 @@ All notable changes to this project will be documented in this file. See [standa
2699
2644
 
2700
2645
  - **icons:** add keyboard icon ([#658](https://github.com/sproutsocial/racine/issues/658)) ([afe781b](https://github.com/sproutsocial/racine/commit/afe781b))
2701
2646
 
2702
- <a name="3.34.0"></a>
2703
-
2704
2647
  # [3.34.0](https://github.com/sproutsocial/racine/compare/v3.33.0...v3.34.0) (2019-10-28)
2705
2648
 
2706
2649
  ### Bug Fixes
@@ -2712,8 +2655,6 @@ All notable changes to this project will be documented in this file. See [standa
2712
2655
  - **icons:** add arrow-left-line ([#653](https://github.com/sproutsocial/racine/issues/653)) ([8364a3d](https://github.com/sproutsocial/racine/commit/8364a3d))
2713
2656
  - **icons:** add click-to-view icon ([#652](https://github.com/sproutsocial/racine/issues/652)) ([7adb673](https://github.com/sproutsocial/racine/commit/7adb673))
2714
2657
 
2715
- <a name="3.33.0"></a>
2716
-
2717
2658
  # [3.33.0](https://github.com/sproutsocial/racine/compare/v3.32.0...v3.33.0) (2019-10-23)
2718
2659
 
2719
2660
  ### Bug Fixes
@@ -2727,8 +2668,6 @@ All notable changes to this project will be documented in this file. See [standa
2727
2668
  - **icons:** add dislike icons ([#650](https://github.com/sproutsocial/racine/issues/650)) ([89e1f86](https://github.com/sproutsocial/racine/commit/89e1f86))
2728
2669
  - **utils:** add cursor system prop ([#648](https://github.com/sproutsocial/racine/issues/648)) ([856e6ac](https://github.com/sproutsocial/racine/commit/856e6ac))
2729
2670
 
2730
- <a name="3.32.0"></a>
2731
-
2732
2671
  # [3.32.0](https://github.com/sproutsocial/racine/compare/v3.31.0...v3.32.0) (2019-10-22)
2733
2672
 
2734
2673
  ### Bug Fixes
@@ -2743,8 +2682,6 @@ All notable changes to this project will be documented in this file. See [standa
2743
2682
 
2744
2683
  - **icons:** add flag outline icon ([#645](https://github.com/sproutsocial/racine/issues/645)) ([8331047](https://github.com/sproutsocial/racine/commit/8331047))
2745
2684
 
2746
- <a name="3.31.0"></a>
2747
-
2748
2685
  # [3.31.0](https://github.com/sproutsocial/racine/compare/v3.30.3...v3.31.0) (2019-10-17)
2749
2686
 
2750
2687
  ### Features
@@ -2753,32 +2690,24 @@ All notable changes to this project will be documented in this file. See [standa
2753
2690
  - **Popout:** use react-focus-lock for focusOnContent ([#624](https://github.com/sproutsocial/racine/issues/624)) ([b0634d6](https://github.com/sproutsocial/racine/commit/b0634d6))
2754
2691
  - **Table:** update table header alignment to default bottom ([#638](https://github.com/sproutsocial/racine/issues/638)) ([e2d9c8a](https://github.com/sproutsocial/racine/commit/e2d9c8a))
2755
2692
 
2756
- <a name="3.30.3"></a>
2757
-
2758
2693
  ## [3.30.3](https://github.com/sproutsocial/racine/compare/v3.30.2...v3.30.3) (2019-10-15)
2759
2694
 
2760
2695
  ### Bug Fixes
2761
2696
 
2762
2697
  - **icons:** swap triangle-nofill svg incon ([#634](https://github.com/sproutsocial/racine/issues/634)) ([fba8012](https://github.com/sproutsocial/racine/commit/fba8012))
2763
2698
 
2764
- <a name="3.30.2"></a>
2765
-
2766
2699
  ## [3.30.2](https://github.com/sproutsocial/racine/compare/v3.30.1...v3.30.2) (2019-10-09)
2767
2700
 
2768
2701
  ### Bug Fixes
2769
2702
 
2770
2703
  - **Icon:** change styled Icon property for size to iconSize ([#633](https://github.com/sproutsocial/racine/issues/633)) ([50635d8](https://github.com/sproutsocial/racine/commit/50635d8))
2771
2704
 
2772
- <a name="3.30.1"></a>
2773
-
2774
2705
  ## [3.30.1](https://github.com/sproutsocial/racine/compare/v3.30.0...v3.30.1) (2019-10-07)
2775
2706
 
2776
2707
  ### Bug Fixes
2777
2708
 
2778
2709
  - **utils:** check for DOM environment in hooks ([#628](https://github.com/sproutsocial/racine/issues/628)) ([c1bcee6](https://github.com/sproutsocial/racine/commit/c1bcee6))
2779
2710
 
2780
- <a name="3.30.0"></a>
2781
-
2782
2711
  # [3.30.0](https://github.com/sproutsocial/racine/compare/v3.29.1...v3.30.0) (2019-10-04)
2783
2712
 
2784
2713
  ### Features
@@ -2786,24 +2715,18 @@ All notable changes to this project will be documented in this file. See [standa
2786
2715
  - **icons:** add outline icons for eye slash and unfollow ([#622](https://github.com/sproutsocial/racine/issues/622)) ([ce18f9c](https://github.com/sproutsocial/racine/commit/ce18f9c))
2787
2716
  - **Input, Textarea:** remove readonly prop ([#627](https://github.com/sproutsocial/racine/issues/627)) ([eaf3445](https://github.com/sproutsocial/racine/commit/eaf3445))
2788
2717
 
2789
- <a name="3.29.1"></a>
2790
-
2791
2718
  ## [3.29.1](https://github.com/sproutsocial/racine/compare/v3.29.0...v3.29.1) (2019-10-03)
2792
2719
 
2793
2720
  ### Bug Fixes
2794
2721
 
2795
2722
  - **Input:** readonly should be optional ([#625](https://github.com/sproutsocial/racine/issues/625)) ([9e08cdf](https://github.com/sproutsocial/racine/commit/9e08cdf))
2796
2723
 
2797
- <a name="3.29.0"></a>
2798
-
2799
2724
  # [3.29.0](https://github.com/sproutsocial/racine/compare/v3.28.0...v3.29.0) (2019-10-03)
2800
2725
 
2801
2726
  ### Features
2802
2727
 
2803
2728
  - **Input, Textarea:** add readonly prop ([#621](https://github.com/sproutsocial/racine/issues/621)) ([31c5f1d](https://github.com/sproutsocial/racine/commit/31c5f1d))
2804
2729
 
2805
- <a name="3.28.0"></a>
2806
-
2807
2730
  # [3.28.0](https://github.com/sproutsocial/racine/compare/v3.27.0...v3.28.0) (2019-10-03)
2808
2731
 
2809
2732
  ### Bug Fixes
@@ -2817,8 +2740,6 @@ All notable changes to this project will be documented in this file. See [standa
2817
2740
  - add Toggle Icon component ([#620](https://github.com/sproutsocial/racine/issues/620)) ([6067d63](https://github.com/sproutsocial/racine/commit/6067d63))
2818
2741
  - Automatically reposition Popout when content changes ([#619](https://github.com/sproutsocial/racine/issues/619)) ([03c74ea](https://github.com/sproutsocial/racine/commit/03c74ea))
2819
2742
 
2820
- <a name="3.27.0"></a>
2821
-
2822
2743
  # [3.27.0](https://github.com/sproutsocial/racine/compare/v3.26.0...v3.27.0) (2019-10-01)
2823
2744
 
2824
2745
  ### Bug Fixes
@@ -2829,24 +2750,18 @@ All notable changes to this project will be documented in this file. See [standa
2829
2750
 
2830
2751
  - **ThemeProvider:** export theme ([#610](https://github.com/sproutsocial/racine/issues/610)) ([67b6638](https://github.com/sproutsocial/racine/commit/67b6638))
2831
2752
 
2832
- <a name="3.26.0"></a>
2833
-
2834
2753
  # [3.26.0](https://github.com/sproutsocial/racine/compare/v3.25.1...v3.26.0) (2019-09-30)
2835
2754
 
2836
2755
  ### Features
2837
2756
 
2838
2757
  - **Button:** add placeholder appearance ([ae58d95](https://github.com/sproutsocial/racine/commit/ae58d95))
2839
2758
 
2840
- <a name="3.25.1"></a>
2841
-
2842
2759
  ## [3.25.1](https://github.com/sproutsocial/racine/compare/v3.25.0...v3.25.1) (2019-09-30)
2843
2760
 
2844
2761
  ### Bug Fixes
2845
2762
 
2846
2763
  - Remove blur on click in Button and Link ([#608](https://github.com/sproutsocial/racine/issues/608)) ([4df721f](https://github.com/sproutsocial/racine/commit/4df721f))
2847
2764
 
2848
- <a name="3.25.0"></a>
2849
-
2850
2765
  # [3.25.0](https://github.com/sproutsocial/racine/compare/v3.24.0...v3.25.0) (2019-09-27)
2851
2766
 
2852
2767
  ### Bug Fixes
@@ -2857,16 +2772,12 @@ All notable changes to this project will be documented in this file. See [standa
2857
2772
 
2858
2773
  - **icons:** add outline icons for bell and message ([#605](https://github.com/sproutsocial/racine/issues/605)) ([4d95352](https://github.com/sproutsocial/racine/commit/4d95352))
2859
2774
 
2860
- <a name="3.24.0"></a>
2861
-
2862
2775
  # [3.24.0](https://github.com/sproutsocial/racine/compare/v3.23.0...v3.24.0) (2019-09-25)
2863
2776
 
2864
2777
  ### Features
2865
2778
 
2866
2779
  - **icons:** update and add new sentiment icons ([#602](https://github.com/sproutsocial/racine/issues/602)) ([8539d4e](https://github.com/sproutsocial/racine/commit/8539d4e))
2867
2780
 
2868
- <a name="3.23.0"></a>
2869
-
2870
2781
  # [3.23.0](https://github.com/sproutsocial/racine/compare/v3.22.1...v3.23.0) (2019-09-24)
2871
2782
 
2872
2783
  ### Features
@@ -2874,16 +2785,12 @@ All notable changes to this project will be documented in this file. See [standa
2874
2785
  - **Fieldset:** add Fieldset component ([#481](https://github.com/sproutsocial/racine/issues/481)) ([cbb88c0](https://github.com/sproutsocial/racine/commit/cbb88c0))
2875
2786
  - **icons:** add outline icons for publishing ([870fdaa](https://github.com/sproutsocial/racine/commit/870fdaa))
2876
2787
 
2877
- <a name="3.22.1"></a>
2878
-
2879
2788
  ## [3.22.1](https://github.com/sproutsocial/racine/compare/v3.22.0...v3.22.1) (2019-09-19)
2880
2789
 
2881
2790
  ### Bug Fixes
2882
2791
 
2883
2792
  - **Token:** flow issue with default props ([#598](https://github.com/sproutsocial/racine/issues/598)) ([522c432](https://github.com/sproutsocial/racine/commit/522c432))
2884
2793
 
2885
- <a name="3.22.0"></a>
2886
-
2887
2794
  # [3.22.0](https://github.com/sproutsocial/racine/compare/v3.21.0...v3.22.0) (2019-09-19)
2888
2795
 
2889
2796
  ### Bug Fixes
@@ -2897,8 +2804,6 @@ All notable changes to this project will be documented in this file. See [standa
2897
2804
  - **Popout:** add scheduleUpdateRef prop ([#592](https://github.com/sproutsocial/racine/issues/592)) ([ea7ec73](https://github.com/sproutsocial/racine/commit/ea7ec73))
2898
2805
  - **Token:** Add data-qa-token attribute ([#588](https://github.com/sproutsocial/racine/issues/588)) ([9052c85](https://github.com/sproutsocial/racine/commit/9052c85))
2899
2806
 
2900
- <a name="3.21.0"></a>
2901
-
2902
2807
  # [3.21.0](https://github.com/sproutsocial/racine/compare/v3.20.0...v3.21.0) (2019-09-16)
2903
2808
 
2904
2809
  ### Bug Fixes
@@ -2915,8 +2820,6 @@ All notable changes to this project will be documented in this file. See [standa
2915
2820
  - **FormField:** add FormField component ([#326](https://github.com/sproutsocial/racine/issues/326)) ([32df1c7](https://github.com/sproutsocial/racine/commit/32df1c7))
2916
2821
  - **theme:** allow prefixes for space, border radii, shadows, an… ([#457](https://github.com/sproutsocial/racine/issues/457)) ([d2e44f2](https://github.com/sproutsocial/racine/commit/d2e44f2))
2917
2822
 
2918
- <a name="3.20.0"></a>
2919
-
2920
2823
  # [3.20.0](https://github.com/sproutsocial/racine/compare/v3.19.1...v3.20.0) (2019-09-09)
2921
2824
 
2922
2825
  ### Bug Fixes
@@ -2928,12 +2831,8 @@ All notable changes to this project will be documented in this file. See [standa
2928
2831
 
2929
2832
  - **icons:** add pause icon ([#571](https://github.com/sproutsocial/racine/issues/571)) ([3e27505](https://github.com/sproutsocial/racine/commit/3e27505))
2930
2833
 
2931
- <a name="3.19.1"></a>
2932
-
2933
2834
  ## [3.19.1](https://github.com/sproutsocial/racine/compare/v3.19.0...v3.19.1) (2019-09-05)
2934
2835
 
2935
- <a name="3.19.0"></a>
2936
-
2937
2836
  # [3.19.0](https://github.com/sproutsocial/racine/compare/v3.18.2...v3.19.0) (2019-09-05)
2938
2837
 
2939
2838
  ### Bug Fixes
@@ -2944,12 +2843,8 @@ All notable changes to this project will be documented in this file. See [standa
2944
2843
 
2945
2844
  - add EmptyState component ([#560](https://github.com/sproutsocial/racine/issues/560)) ([77f0dd3](https://github.com/sproutsocial/racine/commit/77f0dd3))
2946
2845
 
2947
- <a name="3.18.2"></a>
2948
-
2949
2846
  ## [3.18.2](https://github.com/sproutsocial/racine/compare/v3.18.1...v3.18.2) (2019-09-03)
2950
2847
 
2951
- <a name="3.18.1"></a>
2952
-
2953
2848
  ## [3.18.1](https://github.com/sproutsocial/racine/compare/v3.18.0...v3.18.1) (2019-08-28)
2954
2849
 
2955
2850
  ### Bug Fixes
@@ -2957,8 +2852,6 @@ All notable changes to this project will be documented in this file. See [standa
2957
2852
  - add extrabold to fontWeights theme ([#555](https://github.com/sproutsocial/racine/issues/555)) ([e5ec437](https://github.com/sproutsocial/racine/commit/e5ec437))
2958
2853
  - **Button:** add a default type ([#556](https://github.com/sproutsocial/racine/issues/556)) ([82e4116](https://github.com/sproutsocial/racine/commit/82e4116))
2959
2854
 
2960
- <a name="3.18.0"></a>
2961
-
2962
2855
  # [3.18.0](https://github.com/sproutsocial/racine/compare/v3.17.2...v3.18.0) (2019-08-21)
2963
2856
 
2964
2857
  ### Bug Fixes
@@ -2973,16 +2866,12 @@ All notable changes to this project will be documented in this file. See [standa
2973
2866
  - **icons:** add follow-outline icon ([#553](https://github.com/sproutsocial/racine/issues/553)) ([10e9db7](https://github.com/sproutsocial/racine/commit/10e9db7))
2974
2867
  - **icons:** update grip icon ([#548](https://github.com/sproutsocial/racine/issues/548)) ([7468cc2](https://github.com/sproutsocial/racine/commit/7468cc2))
2975
2868
 
2976
- <a name="3.17.2"></a>
2977
-
2978
2869
  ## [3.17.2](https://github.com/sproutsocial/racine/compare/v3.17.1...v3.17.2) (2019-08-13)
2979
2870
 
2980
2871
  ### Bug Fixes
2981
2872
 
2982
2873
  - **Collapsible:** fix layout in Chrome ([#546](https://github.com/sproutsocial/racine/issues/546)) ([2827c1c](https://github.com/sproutsocial/racine/commit/2827c1c))
2983
2874
 
2984
- <a name="3.17.1"></a>
2985
-
2986
2875
  ## [3.17.1](https://github.com/sproutsocial/racine/compare/v3.17.0...v3.17.1) (2019-08-12)
2987
2876
 
2988
2877
  ### Bug Fixes
@@ -2990,8 +2879,6 @@ All notable changes to this project will be documented in this file. See [standa
2990
2879
  - **Button:** add back inline block style ([#545](https://github.com/sproutsocial/racine/issues/545)) ([9c9d2d5](https://github.com/sproutsocial/racine/commit/9c9d2d5))
2991
2880
  - **Input:** change key up and key down prop flow types ([#544](https://github.com/sproutsocial/racine/issues/544)) ([bed7056](https://github.com/sproutsocial/racine/commit/bed7056))
2992
2881
 
2993
- <a name="3.17.0"></a>
2994
-
2995
2882
  # [3.17.0](https://github.com/sproutsocial/racine/compare/v3.16.0...v3.17.0) (2019-08-12)
2996
2883
 
2997
2884
  ### Bug Fixes
@@ -3008,8 +2895,6 @@ All notable changes to this project will be documented in this file. See [standa
3008
2895
  - **Drawer:** allow drawer header customization ([#538](https://github.com/sproutsocial/racine/issues/538)) ([a4ec003](https://github.com/sproutsocial/racine/commit/a4ec003))
3009
2896
  - **icons:** add outline icon for Saved Replies ([#540](https://github.com/sproutsocial/racine/issues/540)) ([af8190e](https://github.com/sproutsocial/racine/commit/af8190e))
3010
2897
 
3011
- <a name="3.16.0"></a>
3012
-
3013
2898
  # [3.16.0](https://github.com/sproutsocial/racine/compare/v3.15.0...v3.16.0) (2019-08-07)
3014
2899
 
3015
2900
  ### Bug Fixes
@@ -3021,8 +2906,6 @@ All notable changes to this project will be documented in this file. See [standa
3021
2906
  - **icons:** replace unlock icon ([#534](https://github.com/sproutsocial/racine/issues/534)) ([d01e91e](https://github.com/sproutsocial/racine/commit/d01e91e))
3022
2907
  - add Collapsible component ([#518](https://github.com/sproutsocial/racine/issues/518)) ([470b70c](https://github.com/sproutsocial/racine/commit/470b70c))
3023
2908
 
3024
- <a name="3.15.0"></a>
3025
-
3026
2909
  # [3.15.0](https://github.com/sproutsocial/racine/compare/v3.14.0...v3.15.0) (2019-08-06)
3027
2910
 
3028
2911
  ### Bug Fixes
@@ -3034,8 +2917,6 @@ All notable changes to this project will be documented in this file. See [standa
3034
2917
 
3035
2918
  - **Popout:** pass keyboard/mouse events to setIsShown ([#532](https://github.com/sproutsocial/racine/issues/532)) ([cfff713](https://github.com/sproutsocial/racine/commit/cfff713))
3036
2919
 
3037
- <a name="3.14.0"></a>
3038
-
3039
2920
  # [3.14.0](https://github.com/sproutsocial/racine/compare/v3.13.1...v3.14.0) (2019-08-05)
3040
2921
 
3041
2922
  ### Bug Fixes
@@ -3047,24 +2928,18 @@ All notable changes to this project will be documented in this file. See [standa
3047
2928
 
3048
2929
  - **icons:** add export icon ([#529](https://github.com/sproutsocial/racine/issues/529)) ([fdcc208](https://github.com/sproutsocial/racine/commit/fdcc208))
3049
2930
 
3050
- <a name="3.13.1"></a>
3051
-
3052
2931
  ## [3.13.1](https://github.com/sproutsocial/racine/compare/v3.13.0...v3.13.1) (2019-08-01)
3053
2932
 
3054
2933
  ### Bug Fixes
3055
2934
 
3056
2935
  - circle-check-inverse icon bug ([#525](https://github.com/sproutsocial/racine/issues/525)) ([a7f764b](https://github.com/sproutsocial/racine/commit/a7f764b))
3057
2936
 
3058
- <a name="3.13.0"></a>
3059
-
3060
2937
  # [3.13.0](https://github.com/sproutsocial/racine/compare/v3.12.1...v3.13.0) (2019-07-31)
3061
2938
 
3062
2939
  ### Features
3063
2940
 
3064
2941
  - **icons:** external-link-alt ([#519](https://github.com/sproutsocial/racine/issues/519)) ([45216b5](https://github.com/sproutsocial/racine/commit/45216b5))
3065
2942
 
3066
- <a name="3.12.1"></a>
3067
-
3068
2943
  ## [3.12.1](https://github.com/sproutsocial/racine/compare/v3.12.0...v3.12.1) (2019-07-30)
3069
2944
 
3070
2945
  ### Bug Fixes
@@ -3072,8 +2947,6 @@ All notable changes to this project will be documented in this file. See [standa
3072
2947
  - **Checkbox:** block pointer events on check icon ([#517](https://github.com/sproutsocial/racine/issues/517)) ([709030b](https://github.com/sproutsocial/racine/commit/709030b))
3073
2948
  - **Checkbox, Radio:** use primary green ([#516](https://github.com/sproutsocial/racine/issues/516)) ([e5d9e32](https://github.com/sproutsocial/racine/commit/e5d9e32))
3074
2949
 
3075
- <a name="3.12.0"></a>
3076
-
3077
2950
  # [3.12.0](https://github.com/sproutsocial/racine/compare/v3.11.0...v3.12.0) (2019-07-29)
3078
2951
 
3079
2952
  ### Features
@@ -3081,8 +2954,6 @@ All notable changes to this project will be documented in this file. See [standa
3081
2954
  - add Numeral component ([#387](https://github.com/sproutsocial/racine/issues/387)) ([900ffa4](https://github.com/sproutsocial/racine/commit/900ffa4))
3082
2955
  - **icons:** add outline icons for Nectar ([#514](https://github.com/sproutsocial/racine/issues/514)) ([97e30dd](https://github.com/sproutsocial/racine/commit/97e30dd))
3083
2956
 
3084
- <a name="3.11.0"></a>
3085
-
3086
2957
  # [3.11.0](https://github.com/sproutsocial/racine/compare/v3.10.1...v3.11.0) (2019-07-26)
3087
2958
 
3088
2959
  ### Features
@@ -3090,24 +2961,18 @@ All notable changes to this project will be documented in this file. See [standa
3090
2961
  - **icons:** add tripadvisor-circle icons ([#511](https://github.com/sproutsocial/racine/issues/511)) ([2a9fac4](https://github.com/sproutsocial/racine/commit/2a9fac4))
3091
2962
  - add LoaderButton component ([#512](https://github.com/sproutsocial/racine/issues/512)) ([0f65046](https://github.com/sproutsocial/racine/commit/0f65046))
3092
2963
 
3093
- <a name="3.10.1"></a>
3094
-
3095
2964
  ## [3.10.1](https://github.com/sproutsocial/racine/compare/v3.10.0...v3.10.1) (2019-07-23)
3096
2965
 
3097
2966
  ### Bug Fixes
3098
2967
 
3099
2968
  - **Text:** leave vertical padding ([#505](https://github.com/sproutsocial/racine/issues/505)) ([728be5c](https://github.com/sproutsocial/racine/commit/728be5c))
3100
2969
 
3101
- <a name="3.10.0"></a>
3102
-
3103
2970
  # [3.10.0](https://github.com/sproutsocial/racine/compare/v3.9.0...v3.10.0) (2019-07-23)
3104
2971
 
3105
2972
  ### Features
3106
2973
 
3107
2974
  - labels for Checkbox and Radio ([#480](https://github.com/sproutsocial/racine/issues/480)) ([5713f9e](https://github.com/sproutsocial/racine/commit/5713f9e))
3108
2975
 
3109
- <a name="3.9.0"></a>
3110
-
3111
2976
  # [3.9.0](https://github.com/sproutsocial/racine/compare/v3.8.0...v3.9.0) (2019-07-16)
3112
2977
 
3113
2978
  ### Features
@@ -3115,16 +2980,12 @@ All notable changes to this project will be documented in this file. See [standa
3115
2980
  - **icons:** add sparkles-solid icon ([#492](https://github.com/sproutsocial/racine/issues/492)) ([2904c00](https://github.com/sproutsocial/racine/commit/2904c00))
3116
2981
  - **Tooltip:** make tooltip content left aligned for box appearance ([#490](https://github.com/sproutsocial/racine/issues/490)) ([412aba8](https://github.com/sproutsocial/racine/commit/412aba8))
3117
2982
 
3118
- <a name="3.8.0"></a>
3119
-
3120
2983
  # [3.8.0](https://github.com/sproutsocial/racine/compare/v3.7.0...v3.8.0) (2019-07-15)
3121
2984
 
3122
2985
  ### Features
3123
2986
 
3124
2987
  - **icons:** add file edit icon ([#489](https://github.com/sproutsocial/racine/issues/489)) ([d9a8c01](https://github.com/sproutsocial/racine/commit/d9a8c01))
3125
2988
 
3126
- <a name="3.7.0"></a>
3127
-
3128
2989
  # [3.7.0](https://github.com/sproutsocial/racine/compare/v3.6.0...v3.7.0) (2019-07-11)
3129
2990
 
3130
2991
  ### Features
@@ -3132,8 +2993,6 @@ All notable changes to this project will be documented in this file. See [standa
3132
2993
  - **Input:** add autocomplete prop ([#479](https://github.com/sproutsocial/racine/issues/479)) ([de9baf6](https://github.com/sproutsocial/racine/commit/de9baf6))
3133
2994
  - **Popout:** improvements for fully controlled Popouts ([#483](https://github.com/sproutsocial/racine/issues/483)) ([321ae00](https://github.com/sproutsocial/racine/commit/321ae00))
3134
2995
 
3135
- <a name="3.6.0"></a>
3136
-
3137
2996
  # [3.6.0](https://github.com/sproutsocial/racine/compare/v3.5.0...v3.6.0) (2019-07-10)
3138
2997
 
3139
2998
  ### Bug Fixes
@@ -3147,8 +3006,6 @@ All notable changes to this project will be documented in this file. See [standa
3147
3006
 
3148
3007
  - **Input:** added hasWarning to Input component ([#475](https://github.com/sproutsocial/racine/issues/475)) ([68821bf](https://github.com/sproutsocial/racine/commit/68821bf))
3149
3008
 
3150
- <a name="3.5.0"></a>
3151
-
3152
3009
  # [3.5.0](https://github.com/sproutsocial/racine/compare/v3.4.1...v3.5.0) (2019-07-08)
3153
3010
 
3154
3011
  ### Bug Fixes
@@ -3162,8 +3019,6 @@ All notable changes to this project will be documented in this file. See [standa
3162
3019
  - **Tabs:** add full width style ([#458](https://github.com/sproutsocial/racine/issues/458)) ([22a4af1](https://github.com/sproutsocial/racine/commit/22a4af1))
3163
3020
  - **textarea:** add max length prop to textarea ([#464](https://github.com/sproutsocial/racine/issues/464)) ([a7ef18c](https://github.com/sproutsocial/racine/commit/a7ef18c))
3164
3021
 
3165
- <a name="3.4.1"></a>
3166
-
3167
3022
  ## [3.4.1](https://github.com/sproutsocial/racine/compare/v3.4.0...v3.4.1) (2019-07-02)
3168
3023
 
3169
3024
  ### Bug Fixes
@@ -3171,8 +3026,6 @@ All notable changes to this project will be documented in this file. See [standa
3171
3026
  - **Tooltip:** fix flow types for web-app ([#452](https://github.com/sproutsocial/racine/issues/452)) ([4a3df5f](https://github.com/sproutsocial/racine/commit/4a3df5f))
3172
3027
  - **Tooltip:** spread props onto tooltip container ([#447](https://github.com/sproutsocial/racine/issues/447)) ([e40a3fa](https://github.com/sproutsocial/racine/commit/e40a3fa))
3173
3028
 
3174
- <a name="3.4.0"></a>
3175
-
3176
3029
  # [3.4.0](https://github.com/sproutsocial/racine/compare/v3.3.1...v3.4.0) (2019-07-01)
3177
3030
 
3178
3031
  ### Bug Fixes
@@ -3183,16 +3036,12 @@ All notable changes to this project will be documented in this file. See [standa
3183
3036
 
3184
3037
  - **Drawer:** focus lock drawer ([#441](https://github.com/sproutsocial/racine/issues/441)) ([0ea2629](https://github.com/sproutsocial/racine/commit/0ea2629))
3185
3038
 
3186
- <a name="3.3.1"></a>
3187
-
3188
3039
  ## [3.3.1](https://github.com/sproutsocial/racine/compare/v3.3.0...v3.3.1) (2019-06-29)
3189
3040
 
3190
3041
  ### Bug Fixes
3191
3042
 
3192
3043
  - **Portal:** fix browser checks ([e8a1582](https://github.com/sproutsocial/racine/commit/e8a1582))
3193
3044
 
3194
- <a name="3.3.0"></a>
3195
-
3196
3045
  # [3.3.0](https://github.com/sproutsocial/racine/compare/v3.2.0...v3.3.0) (2019-06-28)
3197
3046
 
3198
3047
  ### Bug Fixes
@@ -3207,8 +3056,6 @@ All notable changes to this project will be documented in this file. See [standa
3207
3056
  - **Popout:** add onOpen and onClose callbacks ([#437](https://github.com/sproutsocial/racine/issues/437)) ([fecfc1d](https://github.com/sproutsocial/racine/commit/fecfc1d))
3208
3057
  - **theme:** add Nectar border radius shims ([#431](https://github.com/sproutsocial/racine/issues/431)) ([951866f](https://github.com/sproutsocial/racine/commit/951866f))
3209
3058
 
3210
- <a name="3.2.0"></a>
3211
-
3212
3059
  # [3.2.0](https://github.com/sproutsocial/racine/compare/v3.1.4...v3.2.0) (2019-06-26)
3213
3060
 
3214
3061
  ### Bug Fixes
@@ -3224,8 +3071,6 @@ All notable changes to this project will be documented in this file. See [standa
3224
3071
  - **Popout:** add ability to autofocus on popout content ([#412](https://github.com/sproutsocial/racine/issues/412)) ([f1c2c5c](https://github.com/sproutsocial/racine/commit/f1c2c5c))
3225
3072
  - **theme:** add “warning” semantic token ([#404](https://github.com/sproutsocial/racine/issues/404)) ([c684457](https://github.com/sproutsocial/racine/commit/c684457))
3226
3073
 
3227
- <a name="3.1.4"></a>
3228
-
3229
3074
  ## [3.1.4](https://github.com/sproutsocial/racine/compare/v3.1.3...v3.1.4) (2019-06-24)
3230
3075
 
3231
3076
  ### Bug Fixes
@@ -3233,28 +3078,20 @@ All notable changes to this project will be documented in this file. See [standa
3233
3078
  - **icons:** update Facebook icon to latest ([#403](https://github.com/sproutsocial/racine/issues/403)) ([fae5949](https://github.com/sproutsocial/racine/commit/fae5949))
3234
3079
  - **Input:** Remove IE clear button. fixes RS-420 ([#397](https://github.com/sproutsocial/racine/issues/397)) ([76bac23](https://github.com/sproutsocial/racine/commit/76bac23))
3235
3080
 
3236
- <a name="3.1.3"></a>
3237
-
3238
3081
  ## [3.1.3](https://github.com/sproutsocial/racine/compare/v3.1.2...v3.1.3) (2019-06-19)
3239
3082
 
3240
3083
  ### Bug Fixes
3241
3084
 
3242
3085
  - **icons:** fix fill issue with tripadvisor svg ([#379](https://github.com/sproutsocial/racine/issues/379)) ([1f3e5c2](https://github.com/sproutsocial/racine/commit/1f3e5c2))
3243
3086
 
3244
- <a name="3.1.2"></a>
3245
-
3246
3087
  ## [3.1.2](https://github.com/sproutsocial/racine/compare/v3.1.1...v3.1.2) (2019-06-18)
3247
3088
 
3248
3089
  ### Bug Fixes
3249
3090
 
3250
3091
  - add file to files ([940b9f3](https://github.com/sproutsocial/racine/commit/940b9f3))
3251
3092
 
3252
- <a name="3.1.1"></a>
3253
-
3254
3093
  ## [3.1.1](https://github.com/sproutsocial/racine/compare/v3.1.0...v3.1.1) (2019-06-18)
3255
3094
 
3256
- <a name="3.1.0"></a>
3257
-
3258
3095
  # [3.1.0](https://github.com/sproutsocial/racine/compare/v3.0.4...v3.1.0) (2019-06-18)
3259
3096
 
3260
3097
  ### Features
@@ -3262,16 +3099,12 @@ All notable changes to this project will be documented in this file. See [standa
3262
3099
  - **icons:** add sticky-note icon ([#371](https://github.com/sproutsocial/racine/issues/371)) ([bb01292](https://github.com/sproutsocial/racine/commit/bb01292))
3263
3100
  - **icons:** add tripadvisor icon ([#369](https://github.com/sproutsocial/racine/issues/369)) ([9783703](https://github.com/sproutsocial/racine/commit/9783703))
3264
3101
 
3265
- <a name="3.0.4"></a>
3266
-
3267
3102
  ## [3.0.4](https://github.com/sproutsocial/racine/compare/v3.0.3...v3.0.4) (2019-06-18)
3268
3103
 
3269
3104
  ### Bug Fixes
3270
3105
 
3271
3106
  - **Link:** forward custom “as” prop ([#362](https://github.com/sproutsocial/racine/issues/362)) ([5af9836](https://github.com/sproutsocial/racine/commit/5af9836))
3272
3107
 
3273
- <a name="3.0.3"></a>
3274
-
3275
3108
  ## [3.0.3](https://github.com/sproutsocial/racine/compare/v3.0.2...v3.0.3) (2019-06-17)
3276
3109
 
3277
3110
  ### Bug Fixes
@@ -3279,8 +3112,6 @@ All notable changes to this project will be documented in this file. See [standa
3279
3112
  - **Button:** select Icons in buttons using their classname ([#351](https://github.com/sproutsocial/racine/issues/351)) ([e06408a](https://github.com/sproutsocial/racine/commit/e06408a))
3280
3113
  - **Modal:** header rendering issue in react-hot-loader ([#352](https://github.com/sproutsocial/racine/issues/352)) ([358ad47](https://github.com/sproutsocial/racine/commit/358ad47))
3281
3114
 
3282
- <a name="3.0.2"></a>
3283
-
3284
3115
  ## [3.0.2](https://github.com/sproutsocial/racine/compare/v3.0.1...v3.0.2) (2019-06-13)
3285
3116
 
3286
3117
  ### build
@@ -3299,8 +3130,6 @@ These changes are only breaking if you were accessing the undocumented internals
3299
3130
  - removes webpack output
3300
3131
  - `lib` now holds all esmodules, while `commonjs` is the folder for commonjs modules. The `src` folder was only used for Flow types, so to clarify its use the folder has been renamed to `__flow__`
3301
3132
 
3302
- <a name="3.0.1"></a>
3303
-
3304
3133
  ## [3.0.1](https://github.com/sproutsocial/racine/compare/v3.0.0...v3.0.1) (2019-06-13)
3305
3134
 
3306
3135
  ### Bug Fixes
@@ -3308,8 +3137,6 @@ These changes are only breaking if you were accessing the undocumented internals
3308
3137
  - update flow suppression comment ([#346](https://github.com/sproutsocial/racine/issues/346)) ([674a352](https://github.com/sproutsocial/racine/commit/674a352))
3309
3138
  - **Text:** restore functionality of fontSize prop ([#347](https://github.com/sproutsocial/racine/issues/347)) ([dbe20e4](https://github.com/sproutsocial/racine/commit/dbe20e4))
3310
3139
 
3311
- <a name="3.0.0"></a>
3312
-
3313
3140
  # [3.0.0](https://github.com/sproutsocial/racine/compare/v2.5.0...v3.0.0) (2019-06-13)
3314
3141
 
3315
3142
  ### BREAKING CHANGES
@@ -3342,8 +3169,6 @@ These changes are only breaking if you were accessing the undocumented internals
3342
3169
  - **Input:** remove red ring in firefox ([#336](https://github.com/sproutsocial/racine/issues/336)) ([6b1f591](https://github.com/sproutsocial/racine/commit/6b1f591))
3343
3170
  - **Modal:** add close button aria-label ([#328](https://github.com/sproutsocial/racine/issues/328)) ([694ded7](https://github.com/sproutsocial/racine/commit/694ded7))
3344
3171
 
3345
- <a name="2.5.0"></a>
3346
-
3347
3172
  # [2.5.0](https://github.com/sproutsocial/racine/compare/v2.4.1...v2.5.0) (2019-06-06)
3348
3173
 
3349
3174
  ### Bug Fixes
@@ -3355,16 +3180,12 @@ These changes are only breaking if you were accessing the undocumented internals
3355
3180
 
3356
3181
  - add large and small sizes to Select and Input ([#331](https://github.com/sproutsocial/racine/issues/331)) ([8d5a4fd](https://github.com/sproutsocial/racine/commit/8d5a4fd))
3357
3182
 
3358
- <a name="2.4.1"></a>
3359
-
3360
3183
  ## [2.4.1](https://github.com/sproutsocial/racine/compare/v2.4.0...v2.4.1) (2019-06-05)
3361
3184
 
3362
3185
  ### Bug Fixes
3363
3186
 
3364
3187
  - **Button:** remove hover state from default theme ([#329](https://github.com/sproutsocial/racine/issues/329)) ([e88834b](https://github.com/sproutsocial/racine/commit/e88834b))
3365
3188
 
3366
- <a name="2.4.0"></a>
3367
-
3368
3189
  # [2.4.0](https://github.com/sproutsocial/racine/compare/v2.3.0...v2.4.0) (2019-05-28)
3369
3190
 
3370
3191
  ### Bug Fixes
@@ -3375,8 +3196,6 @@ These changes are only breaking if you were accessing the undocumented internals
3375
3196
 
3376
3197
  - add semantic theme values ([c4d5b8e](https://github.com/sproutsocial/racine/commit/c4d5b8e))
3377
3198
 
3378
- <a name="2.3.0"></a>
3379
-
3380
3199
  # [2.3.0](https://github.com/sproutsocial/racine/compare/v2.2.2...v2.3.0) (2019-05-20)
3381
3200
 
3382
3201
  ### Features
@@ -3384,20 +3203,14 @@ These changes are only breaking if you were accessing the undocumented internals
3384
3203
  - **icons:** add recommendation icon ([#321](https://github.com/sproutsocial/racine/issues/321)) ([f73470b](https://github.com/sproutsocial/racine/commit/f73470b))
3385
3204
  - **Modal:** expose COMMON system props ([#322](https://github.com/sproutsocial/racine/issues/322)) ([79e691e](https://github.com/sproutsocial/racine/commit/79e691e))
3386
3205
 
3387
- <a name="2.2.2"></a>
3388
-
3389
3206
  ## [2.2.2](https://github.com/sproutsocial/racine/compare/v2.2.1...v2.2.2) (2019-05-16)
3390
3207
 
3391
3208
  ### Bug Fixes
3392
3209
 
3393
3210
  - **Box:** FlowIssue Box component ([#318](https://github.com/sproutsocial/racine/issues/318)) ([2691128](https://github.com/sproutsocial/racine/commit/2691128))
3394
3211
 
3395
- <a name="2.2.1"></a>
3396
-
3397
3212
  ## [2.2.1](https://github.com/sproutsocial/racine/compare/v2.2.0...v2.2.1) (2019-05-15)
3398
3213
 
3399
- <a name="2.2.0"></a>
3400
-
3401
3214
  # [2.2.0](https://github.com/sproutsocial/racine/compare/v2.1.0...v2.2.0) (2019-05-15)
3402
3215
 
3403
3216
  ### Bug Fixes
@@ -3416,8 +3229,6 @@ These changes are only breaking if you were accessing the undocumented internals
3416
3229
 
3417
3230
  - **Portal:** add portal helper component ([#295](https://github.com/sproutsocial/racine/issues/295)) ([f9654bd](https://github.com/sproutsocial/racine/commit/f9654bd))
3418
3231
 
3419
- <a name="2.1.0"></a>
3420
-
3421
3232
  # [2.1.0](https://github.com/sproutsocial/racine/compare/v2.0.0...v2.1.0) (2019-04-24)
3422
3233
 
3423
3234
  ### Bug Fixes
@@ -3428,8 +3239,6 @@ These changes are only breaking if you were accessing the undocumented internals
3428
3239
 
3429
3240
  - add [@storybook](https://github.com/storybook)/knobs integration ([#290](https://github.com/sproutsocial/racine/issues/290)) ([da9f7a4](https://github.com/sproutsocial/racine/commit/da9f7a4))
3430
3241
 
3431
- <a name="2.0.0"></a>
3432
-
3433
3242
  # [2.0.0](https://github.com/sproutsocial/racine/compare/v1.4.0...v2.0.0) (2019-04-24)
3434
3243
 
3435
3244
  ### Documentation
@@ -3440,8 +3249,6 @@ These changes are only breaking if you were accessing the undocumented internals
3440
3249
 
3441
3250
  - The custom Racine app has been replaced with Storybook. No changes to the package have been made. This was made as a breaking change because of the significance of the local development experience.
3442
3251
 
3443
- <a name="1.4.0"></a>
3444
-
3445
3252
  # [1.4.0](https://github.com/sproutsocial/racine/compare/v1.3.0...v1.4.0) (2019-04-23)
3446
3253
 
3447
3254
  ### Bug Fixes
@@ -3453,8 +3260,6 @@ These changes are only breaking if you were accessing the undocumented internals
3453
3260
  - **icons:** add recommendation icon ([#286](https://github.com/sproutsocial/racine/issues/286)) ([0d0ea31](https://github.com/sproutsocial/racine/commit/0d0ea31))
3454
3261
  - **modal:** add customizable z-index ([#287](https://github.com/sproutsocial/racine/issues/287)) ([9e4a593](https://github.com/sproutsocial/racine/commit/9e4a593))
3455
3262
 
3456
- <a name="1.3.0"></a>
3457
-
3458
3263
  # [1.3.0](https://github.com/sproutsocial/racine/compare/v1.2.9...v1.3.0) (2019-04-18)
3459
3264
 
3460
3265
  ### Bug Fixes
@@ -3465,16 +3270,10 @@ These changes are only breaking if you were accessing the undocumented internals
3465
3270
 
3466
3271
  - **icons:** add google-my-business icon ([#283](https://github.com/sproutsocial/racine/issues/283)) ([f7b0e2c](https://github.com/sproutsocial/racine/commit/f7b0e2c))
3467
3272
 
3468
- <a name="1.2.9"></a>
3469
-
3470
3273
  ## [1.2.9](https://github.com/sproutsocial/racine/compare/v1.2.8...v1.2.9) (2019-04-12)
3471
3274
 
3472
- <a name="1.2.8"></a>
3473
-
3474
3275
  ## [1.2.8](https://github.com/sproutsocial/racine/compare/v1.2.7...v1.2.8) (2019-04-12)
3475
3276
 
3476
- <a name="1.2.7"></a>
3477
-
3478
3277
  ## [1.2.7](https://github.com/sproutsocial/racine/compare/v1.2.6...v1.2.7) (2019-04-10)
3479
3278
 
3480
3279
  ### Bug Fixes
@@ -3482,52 +3281,38 @@ These changes are only breaking if you were accessing the undocumented internals
3482
3281
  - **icons:** fix fill of circle-check-filled ([#273](https://github.com/sproutsocial/racine/issues/273)) ([c633984](https://github.com/sproutsocial/racine/commit/c633984)), closes [#272](https://github.com/sproutsocial/racine/issues/272)
3483
3282
  - rename borders theme key to borderWidths ([#274](https://github.com/sproutsocial/racine/issues/274)) ([e20792f](https://github.com/sproutsocial/racine/commit/e20792f))
3484
3283
 
3485
- <a name="1.2.6"></a>
3486
-
3487
3284
  ## [1.2.6](https://github.com/sproutsocial/racine/compare/v1.2.5...v1.2.6) (2019-04-09)
3488
3285
 
3489
3286
  ### Bug Fixes
3490
3287
 
3491
3288
  - add qa props spread to forms for early adopters ([#271](https://github.com/sproutsocial/racine/issues/271)) ([069eee0](https://github.com/sproutsocial/racine/commit/069eee0))
3492
3289
 
3493
- <a name="1.2.5"></a>
3494
-
3495
3290
  ## [1.2.5](https://github.com/sproutsocial/racine/compare/v1.2.4...v1.2.5) (2019-04-04)
3496
3291
 
3497
3292
  ### Bug Fixes
3498
3293
 
3499
3294
  - **checkbox:** remove class name ([#269](https://github.com/sproutsocial/racine/issues/269)) ([b859bab](https://github.com/sproutsocial/racine/commit/b859bab))
3500
3295
 
3501
- <a name="1.2.4"></a>
3502
-
3503
3296
  ## [1.2.4](https://github.com/sproutsocial/racine/compare/v1.2.3...v1.2.4) (2019-04-04)
3504
3297
 
3505
3298
  ### Bug Fixes
3506
3299
 
3507
3300
  - adjust focus and disabled states ([#268](https://github.com/sproutsocial/racine/issues/268)) ([66b3963](https://github.com/sproutsocial/racine/commit/66b3963))
3508
3301
 
3509
- <a name="1.2.3"></a>
3510
-
3511
3302
  ## [1.2.3](https://github.com/sproutsocial/racine/compare/v1.2.2...v1.2.3) (2019-04-03)
3512
3303
 
3513
3304
  ### Bug Fixes
3514
3305
 
3515
3306
  - remove HTML tags from prop descriptions ([ee8d62a](https://github.com/sproutsocial/racine/commit/ee8d62a))
3516
3307
 
3517
- <a name="1.2.2"></a>
3518
-
3519
3308
  ## [1.2.2](https://github.com/sproutsocial/racine/compare/v1.2.1...v1.2.2) (2019-04-03)
3520
3309
 
3521
3310
  ### Bug Fixes
3522
3311
 
3523
3312
  - **forms:** add refs to textarea and input ([367eb81](https://github.com/sproutsocial/racine/commit/367eb81))
3524
3313
 
3525
- <a name="1.2.1"></a>
3526
-
3527
3314
  ## [1.2.1](https://github.com/sproutsocial/racine/compare/v1.2.0...v1.2.1) (2019-04-03)
3528
3315
 
3529
- <a name="1.2.0"></a>
3530
-
3531
3316
  # [1.2.0](https://github.com/sproutsocial/racine/compare/v1.1.0...v1.2.0) (2019-04-02)
3532
3317
 
3533
3318
  ### Bug Fixes
@@ -3538,16 +3323,12 @@ These changes are only breaking if you were accessing the undocumented internals
3538
3323
 
3539
3324
  - **forms:** add form components ([c1b1381](https://github.com/sproutsocial/racine/commit/c1b1381))
3540
3325
 
3541
- <a name="1.1.0"></a>
3542
-
3543
3326
  # [1.1.0](https://github.com/sproutsocial/racine/compare/v1.0.0...v1.1.0) (2019-03-28)
3544
3327
 
3545
3328
  ### Features
3546
3329
 
3547
3330
  - **modal:** add Modal component ([4989ffb](https://github.com/sproutsocial/racine/commit/4989ffb))
3548
3331
 
3549
- <a name="1.0.0"></a>
3550
-
3551
3332
  # [1.0.0](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.25...v1.0.0) (2019-03-20)
3552
3333
 
3553
3334
  ### Bug Fixes
@@ -3558,12 +3339,8 @@ These changes are only breaking if you were accessing the undocumented internals
3558
3339
 
3559
3340
  - **icons:** add eye slash icon ([#261](https://github.com/sproutsocial/racine/issues/261)) ([cdfe612](https://github.com/sproutsocial/racine/commit/cdfe612))
3560
3341
 
3561
- <a name="1.0.0-beta.25"></a>
3562
-
3563
3342
  # [1.0.0-beta.25](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2019-03-19)
3564
3343
 
3565
- <a name="1.0.0-beta.24"></a>
3566
-
3567
3344
  # [1.0.0-beta.24](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2019-03-18)
3568
3345
 
3569
3346
  ### Bug Fixes
@@ -3575,40 +3352,30 @@ These changes are only breaking if you were accessing the undocumented internals
3575
3352
  - **icons:** add star-half icon ([#254](https://github.com/sproutsocial/racine/issues/254)) ([b6dcb97](https://github.com/sproutsocial/racine/commit/b6dcb97))
3576
3353
  - **tabs:** new tabs component ([#243](https://github.com/sproutsocial/racine/issues/243)) ([7e71b98](https://github.com/sproutsocial/racine/commit/7e71b98))
3577
3354
 
3578
- <a name="1.0.0-beta.23"></a>
3579
-
3580
3355
  # [1.0.0-beta.23](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2019-03-15)
3581
3356
 
3582
3357
  ### Features
3583
3358
 
3584
3359
  - **icons:** add story icons ([#253](https://github.com/sproutsocial/racine/issues/253)) ([0937aff](https://github.com/sproutsocial/racine/commit/0937aff))
3585
3360
 
3586
- <a name="1.0.0-beta.22"></a>
3587
-
3588
3361
  # [1.0.0-beta.22](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2019-03-14)
3589
3362
 
3590
3363
  ### Features
3591
3364
 
3592
3365
  - add Token component ([#251](https://github.com/sproutsocial/racine/issues/251)) ([0677d54](https://github.com/sproutsocial/racine/commit/0677d54))
3593
3366
 
3594
- <a name="1.0.0-beta.21"></a>
3595
-
3596
3367
  # [1.0.0-beta.21](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2019-03-13)
3597
3368
 
3598
3369
  ### Bug Fixes
3599
3370
 
3600
3371
  - **Switch:** pass the event onClick ([#252](https://github.com/sproutsocial/racine/issues/252)) ([bf9313b](https://github.com/sproutsocial/racine/commit/bf9313b))
3601
3372
 
3602
- <a name="1.0.0-beta.20"></a>
3603
-
3604
3373
  # [1.0.0-beta.20](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2019-03-12)
3605
3374
 
3606
3375
  ### Features
3607
3376
 
3608
3377
  - **icons:** adding arrow-right-line and window-restore [COMPOSE-3600](<[#250](https://github.com/sproutsocial/racine/issues/250)>) ([958e1f0](https://github.com/sproutsocial/racine/commit/958e1f0))
3609
3378
 
3610
- <a name="1.0.0-beta.19"></a>
3611
-
3612
3379
  # [1.0.0-beta.19](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-03-12)
3613
3380
 
3614
3381
  ### Features
@@ -3616,8 +3383,6 @@ These changes are only breaking if you were accessing the undocumented internals
3616
3383
  - **icons:** update trend-up, trend-neutral, trend-down svgs ([#248](https://github.com/sproutsocial/racine/issues/248)) ([e165ec3](https://github.com/sproutsocial/racine/commit/e165ec3))
3617
3384
  - add Switch component ([#244](https://github.com/sproutsocial/racine/issues/244)) ([8a5ab3d](https://github.com/sproutsocial/racine/commit/8a5ab3d))
3618
3385
 
3619
- <a name="1.0.0-beta.18"></a>
3620
-
3621
3386
  # [1.0.0-beta.18](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2019-03-11)
3622
3387
 
3623
3388
  ### Bug Fixes
@@ -3631,32 +3396,24 @@ These changes are only breaking if you were accessing the undocumented internals
3631
3396
  - **Button:** add default font stack update focus outline ([#245](https://github.com/sproutsocial/racine/issues/245)) ([ab06e64](https://github.com/sproutsocial/racine/commit/ab06e64))
3632
3397
  - **Link:** add default font stack, inherit font size ([#246](https://github.com/sproutsocial/racine/issues/246)) ([5b66265](https://github.com/sproutsocial/racine/commit/5b66265))
3633
3398
 
3634
- <a name="1.0.0-beta.17"></a>
3635
-
3636
3399
  # [1.0.0-beta.17](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2019-03-06)
3637
3400
 
3638
3401
  ### Bug Fixes
3639
3402
 
3640
3403
  - **badge:** remove prop type objects ([#238](https://github.com/sproutsocial/racine/issues/238)) ([767447e](https://github.com/sproutsocial/racine/commit/767447e))
3641
3404
 
3642
- <a name="1.0.0-beta.16"></a>
3643
-
3644
3405
  # [1.0.0-beta.16](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2019-03-06)
3645
3406
 
3646
3407
  ### Bug Fixes
3647
3408
 
3648
3409
  - **Badge:** freeze enum objects ([#237](https://github.com/sproutsocial/racine/issues/237)) ([7883030](https://github.com/sproutsocial/racine/commit/7883030))
3649
3410
 
3650
- <a name="1.0.0-beta.15"></a>
3651
-
3652
3411
  # [1.0.0-beta.15](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2019-03-06)
3653
3412
 
3654
3413
  ### Features
3655
3414
 
3656
3415
  - **Button:** add layout package, normalize a and button size ([#236](https://github.com/sproutsocial/racine/issues/236)) ([2b8e26e](https://github.com/sproutsocial/racine/commit/2b8e26e))
3657
3416
 
3658
- <a name="1.0.0-beta.14"></a>
3659
-
3660
3417
  # [1.0.0-beta.14](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2019-03-04)
3661
3418
 
3662
3419
  ### Features
@@ -3666,16 +3423,12 @@ These changes are only breaking if you were accessing the undocumented internals
3666
3423
  - **Button:** apply current Sprout color theme to Button ([#231](https://github.com/sproutsocial/racine/issues/231)) ([96e2885](https://github.com/sproutsocial/racine/commit/96e2885))
3667
3424
  - add Link component ([#234](https://github.com/sproutsocial/racine/issues/234)) ([6e1d801](https://github.com/sproutsocial/racine/commit/6e1d801))
3668
3425
 
3669
- <a name="1.0.0-beta.13"></a>
3670
-
3671
3426
  # [1.0.0-beta.13](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2019-02-25)
3672
3427
 
3673
3428
  ### Features
3674
3429
 
3675
3430
  - **icon:** add play icon ([ef9b7aa](https://github.com/sproutsocial/racine/commit/ef9b7aa))
3676
3431
 
3677
- <a name="1.0.0-beta.12"></a>
3678
-
3679
3432
  # [1.0.0-beta.12](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2019-02-22)
3680
3433
 
3681
3434
  ### Features
@@ -3683,8 +3436,6 @@ These changes are only breaking if you were accessing the undocumented internals
3683
3436
  - **icons:** add spike alert icon ([#225](https://github.com/sproutsocial/racine/issues/225)) ([9de5c09](https://github.com/sproutsocial/racine/commit/9de5c09))
3684
3437
  - **icons:** replace filter with sliders-h ([#223](https://github.com/sproutsocial/racine/issues/223)) ([e5c9987](https://github.com/sproutsocial/racine/commit/e5c9987))
3685
3438
 
3686
- <a name="1.0.0-beta.11"></a>
3687
-
3688
3439
  # [1.0.0-beta.11](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2019-02-21)
3689
3440
 
3690
3441
  ### Bug Fixes
@@ -3692,15 +3443,11 @@ These changes are only breaking if you were accessing the undocumented internals
3692
3443
  - **dependencies:** remove svg-to-dataurl dependency ([#221](https://github.com/sproutsocial/racine/issues/221)) ([1ebb77c](https://github.com/sproutsocial/racine/commit/1ebb77c))
3693
3444
  - **Radio:** fix line break issue ([#222](https://github.com/sproutsocial/racine/issues/222)) ([db46f89](https://github.com/sproutsocial/racine/commit/db46f89))
3694
3445
 
3695
- <a name="1.0.0-beta.10"></a>
3696
-
3697
3446
  # [1.0.0-beta.10](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2019-02-20)
3698
3447
 
3699
3448
  ### Features
3700
3449
 
3701
- - **icons:** fix filter + add cloud ([#219](https://github.com/sproutsocial/racine/issues/219)) ([a436f14](https://github.com/sproutsocial/racine/commit/a436f14))
3702
-
3703
- <a name="1.0.0-beta.9"></a>
3450
+ - **icons:** fix filter \+ add cloud ([#219](https://github.com/sproutsocial/racine/issues/219)) ([a436f14](https://github.com/sproutsocial/racine/commit/a436f14))
3704
3451
 
3705
3452
  # [1.0.0-beta.9](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2019-02-20)
3706
3453
 
@@ -3709,20 +3456,14 @@ These changes are only breaking if you were accessing the undocumented internals
3709
3456
  - **icons:** add icons for filtering ([#216](https://github.com/sproutsocial/racine/issues/216)) ([0963a93](https://github.com/sproutsocial/racine/commit/0963a93))
3710
3457
  - **icons:** create "Unlink" icon ([#218](https://github.com/sproutsocial/racine/issues/218)) ([cca7252](https://github.com/sproutsocial/racine/commit/cca7252))
3711
3458
 
3712
- <a name="1.0.0-beta.8"></a>
3713
-
3714
3459
  # [1.0.0-beta.8](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2019-02-20)
3715
3460
 
3716
- <a name="1.0.0-beta.7"></a>
3717
-
3718
3461
  # [1.0.0-beta.7](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2019-02-20)
3719
3462
 
3720
3463
  ### Bug Fixes
3721
3464
 
3722
3465
  - **Icon:** fix typo ([#214](https://github.com/sproutsocial/racine/issues/214)) ([db6c71e](https://github.com/sproutsocial/racine/commit/db6c71e))
3723
3466
 
3724
- <a name="1.0.0-beta.6"></a>
3725
-
3726
3467
  # [1.0.0-beta.6](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2019-02-20)
3727
3468
 
3728
3469
  ### Bug Fixes
@@ -3730,24 +3471,18 @@ These changes are only breaking if you were accessing the undocumented internals
3730
3471
  - **icons:** replace trend arrow icons with new svgs ([#213](https://github.com/sproutsocial/racine/issues/213)) ([1a6d6f7](https://github.com/sproutsocial/racine/commit/1a6d6f7))
3731
3472
  - **theme:** fix shadows variable typo ([#215](https://github.com/sproutsocial/racine/issues/215)) ([69f44c4](https://github.com/sproutsocial/racine/commit/69f44c4))
3732
3473
 
3733
- <a name="1.0.0-beta.5"></a>
3734
-
3735
3474
  # [1.0.0-beta.5](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2019-02-18)
3736
3475
 
3737
3476
  ### Bug Fixes
3738
3477
 
3739
3478
  - revert 34fa3ff0020b3f988ca210f3fe5fb0a575506b98 ([#212](https://github.com/sproutsocial/racine/issues/212)) ([5795961](https://github.com/sproutsocial/racine/commit/5795961))
3740
3479
 
3741
- <a name="1.0.0-beta.4"></a>
3742
-
3743
3480
  # [1.0.0-beta.4](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2019-02-14)
3744
3481
 
3745
3482
  ### Bug Fixes
3746
3483
 
3747
3484
  - **Icon:** fix IE 11 hack ([#209](https://github.com/sproutsocial/racine/issues/209)) ([37b512e](https://github.com/sproutsocial/racine/commit/37b512e))
3748
3485
 
3749
- <a name="1.0.0-beta.3"></a>
3750
-
3751
3486
  # [1.0.0-beta.3](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2019-02-14)
3752
3487
 
3753
3488
  ### Bug Fixes
@@ -3756,16 +3491,12 @@ These changes are only breaking if you were accessing the undocumented internals
3756
3491
  - **theme:** theme.shadows property name ([#201](https://github.com/sproutsocial/racine/issues/201)) ([a05ca8f](https://github.com/sproutsocial/racine/commit/a05ca8f))
3757
3492
  - revert c132148849ccbe61569f588e04d748db0b5ebaf4 ([#207](https://github.com/sproutsocial/racine/issues/207)) ([34fa3ff](https://github.com/sproutsocial/racine/commit/34fa3ff))
3758
3493
 
3759
- <a name="1.0.0-beta.2"></a>
3760
-
3761
3494
  # [1.0.0-beta.2](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2019-02-12)
3762
3495
 
3763
3496
  ### Features
3764
3497
 
3765
3498
  - convert Alert, ChartLegend, Loader, Radio, Checkbox, Table, TableCell, TableHeaderCell, TableRowAccordion, Text, and Textarea to styled components ([c132148](https://github.com/sproutsocial/racine/commit/c132148))
3766
3499
 
3767
- <a name="1.0.0-beta.1"></a>
3768
-
3769
3500
  # [1.0.0-beta.1](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2019-02-07)
3770
3501
 
3771
3502
  ### Bug Fixes
@@ -3776,16 +3507,12 @@ These changes are only breaking if you were accessing the undocumented internals
3776
3507
 
3777
3508
  - convert CharacterCounter, Icon, Image, Indicator, KeyboardKey, and ToggleHint to styled components ([36a0a5c](https://github.com/sproutsocial/racine/commit/36a0a5c))
3778
3509
 
3779
- <a name="1.0.0-beta.0"></a>
3780
-
3781
3510
  # [1.0.0-beta.0](https://github.com/sproutsocial/racine/compare/v0.3.3...v1.0.0-beta.0) (2019-02-05)
3782
3511
 
3783
3512
  ### Features
3784
3513
 
3785
3514
  - **dependencies:** add styled-components & styled-system ([0218df6](https://github.com/sproutsocial/racine/commit/0218df6))
3786
3515
 
3787
- <a name="0.3.3"></a>
3788
-
3789
3516
  ## [0.3.3](https://github.com/sproutsocial/racine/compare/v0.3.2...v0.3.3) (2019-01-15)
3790
3517
 
3791
3518
  ### Features
@@ -3793,24 +3520,18 @@ These changes are only breaking if you were accessing the undocumented internals
3793
3520
  - add Table component ([#160](https://github.com/sproutsocial/racine/issues/160)) ([047e743](https://github.com/sproutsocial/racine/commit/047e743))
3794
3521
  - **icons:** update Google Analytics icons ([#194](https://github.com/sproutsocial/racine/issues/194)) ([e234d7f](https://github.com/sproutsocial/racine/commit/e234d7f))
3795
3522
 
3796
- <a name="0.3.2"></a>
3797
-
3798
3523
  ## [0.3.2](https://github.com/sproutsocial/racine/compare/v0.3.1...v0.3.2) (2018-12-07)
3799
3524
 
3800
3525
  ### Features
3801
3526
 
3802
3527
  - **icons:** add share icon ([#191](https://github.com/sproutsocial/racine/issues/191)) ([39d9eb5](https://github.com/sproutsocial/racine/commit/39d9eb5))
3803
3528
 
3804
- <a name="0.3.1"></a>
3805
-
3806
3529
  ## [0.3.1](https://github.com/sproutsocial/racine/compare/v0.3.0...v0.3.1) (2018-12-07)
3807
3530
 
3808
3531
  ### Features
3809
3532
 
3810
3533
  - **icons:** add publishing times icon ([#190](https://github.com/sproutsocial/racine/issues/190)) ([60836e6](https://github.com/sproutsocial/racine/commit/60836e6))
3811
3534
 
3812
- <a name="0.3.0"></a>
3813
-
3814
3535
  # [0.3.0](https://github.com/sproutsocial/racine/compare/v0.2.41...v0.3.0) (2018-12-04)
3815
3536
 
3816
3537
  ### Bug Fixes
@@ -3825,124 +3546,88 @@ These changes are only breaking if you were accessing the undocumented internals
3825
3546
 
3826
3547
  - the upgrade of babel changed the components' outputs
3827
3548
 
3828
- <a name="0.2.41"></a>
3829
-
3830
3549
  ## [0.2.41](https://github.com/sproutsocial/racine/compare/v0.2.40...v0.2.41) (2018-12-03)
3831
3550
 
3832
- <a name="0.2.40"></a>
3833
-
3834
3551
  ## [0.2.40](https://github.com/sproutsocial/racine/compare/v0.2.39...v0.2.40) (2018-12-03)
3835
3552
 
3836
- <a name="0.2.39"></a>
3837
-
3838
3553
  ## [0.2.39](https://github.com/sproutsocial/racine/compare/v0.2.38...v0.2.39) (2018-11-30)
3839
3554
 
3840
3555
  ### Features
3841
3556
 
3842
3557
  - add ChartLegend component ([#181](https://github.com/sproutsocial/racine/issues/181)) ([6444a3f](https://github.com/sproutsocial/racine/commit/6444a3f))
3843
3558
 
3844
- <a name="0.2.38"></a>
3845
-
3846
3559
  ## [0.2.38](https://github.com/sproutsocial/racine/compare/v0.2.37...v0.2.38) (2018-11-29)
3847
3560
 
3848
3561
  ### Features
3849
3562
 
3850
3563
  - **icons:** story icon ([#183](https://github.com/sproutsocial/racine/issues/183)) ([19ba408](https://github.com/sproutsocial/racine/commit/19ba408))
3851
3564
 
3852
- <a name="0.2.37"></a>
3853
-
3854
3565
  ## [0.2.37](https://github.com/sproutsocial/racine/compare/v0.2.36...v0.2.37) (2018-11-19)
3855
3566
 
3856
- <a name="0.2.36"></a>
3857
-
3858
3567
  ## [0.2.36](https://github.com/sproutsocial/racine/compare/v0.2.35...v0.2.36) (2018-11-13)
3859
3568
 
3860
3569
  ### Features
3861
3570
 
3862
3571
  - add KeyboardKey component ([#177](https://github.com/sproutsocial/racine/issues/177)) ([efb8393](https://github.com/sproutsocial/racine/commit/efb8393))
3863
3572
 
3864
- <a name="0.2.35"></a>
3865
-
3866
3573
  ## [0.2.35](https://github.com/sproutsocial/racine/compare/v0.2.34...v0.2.35) (2018-11-13)
3867
3574
 
3868
3575
  ### Features
3869
3576
 
3870
3577
  - **icon:** update image-caption icon ([#174](https://github.com/sproutsocial/racine/issues/174)) ([7b2bbfb](https://github.com/sproutsocial/racine/commit/7b2bbfb))
3871
3578
 
3872
- <a name="0.2.34"></a>
3873
-
3874
3579
  ## [0.2.34](https://github.com/sproutsocial/racine/compare/v0.2.33...v0.2.34) (2018-11-09)
3875
3580
 
3876
- <a name="0.2.33"></a>
3877
-
3878
3581
  ## [0.2.33](https://github.com/sproutsocial/racine/compare/v0.2.32...v0.2.33) (2018-11-08)
3879
3582
 
3880
3583
  ### Features
3881
3584
 
3882
3585
  - **icon:** image caption icon ([#172](https://github.com/sproutsocial/racine/issues/172)) ([935d6a7](https://github.com/sproutsocial/racine/commit/935d6a7))
3883
3586
 
3884
- <a name="0.2.32"></a>
3885
-
3886
3587
  ## [0.2.32](https://github.com/sproutsocial/racine/compare/v0.2.31...v0.2.32) (2018-11-01)
3887
3588
 
3888
3589
  ### Features
3889
3590
 
3890
3591
  - **icons:** crop icon ([#170](https://github.com/sproutsocial/racine/issues/170)) ([fb85748](https://github.com/sproutsocial/racine/commit/fb85748))
3891
3592
 
3892
- <a name="0.2.31"></a>
3893
-
3894
3593
  ## [0.2.31](https://github.com/sproutsocial/racine/compare/v0.2.30...v0.2.31) (2018-10-31)
3895
3594
 
3896
3595
  ### Bug Fixes
3897
3596
 
3898
3597
  - point 'Meta Data & Changelog' links to racine repo ([#168](https://github.com/sproutsocial/racine/issues/168)) ([6e5502a](https://github.com/sproutsocial/racine/commit/6e5502a))
3899
3598
 
3900
- <a name="0.2.30"></a>
3901
-
3902
3599
  ## [0.2.30](https://github.com/sproutsocial/racine/compare/v0.2.29...v0.2.30) (2018-10-25)
3903
3600
 
3904
3601
  ### Features
3905
3602
 
3906
3603
  - **Badge:** update color options per seeds documentation ([#167](https://github.com/sproutsocial/racine/issues/167)) ([f53b98e](https://github.com/sproutsocial/racine/commit/f53b98e))
3907
3604
 
3908
- <a name="0.2.29"></a>
3909
-
3910
3605
  ## [0.2.29](https://github.com/sproutsocial/racine/compare/v0.2.28...v0.2.29) (2018-10-24)
3911
3606
 
3912
3607
  ### Features
3913
3608
 
3914
3609
  - add carousel icon ([#166](https://github.com/sproutsocial/racine/issues/166)) ([c774710](https://github.com/sproutsocial/racine/commit/c774710))
3915
3610
 
3916
- <a name="0.2.28"></a>
3917
-
3918
3611
  ## [0.2.28](https://github.com/sproutsocial/racine/compare/v0.2.27...v0.2.28) (2018-10-24)
3919
3612
 
3920
3613
  ### Features
3921
3614
 
3922
3615
  - add Image component ([#165](https://github.com/sproutsocial/racine/issues/165)) ([bbaf3d2](https://github.com/sproutsocial/racine/commit/bbaf3d2))
3923
3616
 
3924
- <a name="0.2.27"></a>
3925
-
3926
3617
  ## [0.2.27](https://github.com/sproutsocial/racine/compare/v0.2.26...v0.2.27) (2018-10-17)
3927
3618
 
3928
- <a name="0.2.26"></a>
3929
-
3930
3619
  ## [0.2.26](https://github.com/sproutsocial/racine/compare/v0.2.25...v0.2.26) (2018-10-17)
3931
3620
 
3932
3621
  ### Features
3933
3622
 
3934
3623
  - add arrows icon ([#163](https://github.com/sproutsocial/racine/issues/163)) ([ae39bc8](https://github.com/sproutsocial/racine/commit/ae39bc8))
3935
3624
 
3936
- <a name="0.2.25"></a>
3937
-
3938
3625
  ## [0.2.25](https://github.com/sproutsocial/racine/compare/v0.2.24...v0.2.25) (2018-10-04)
3939
3626
 
3940
3627
  ### Features
3941
3628
 
3942
3629
  - add glasses icon ([#161](https://github.com/sproutsocial/racine/issues/161)) ([988cd7b](https://github.com/sproutsocial/racine/commit/988cd7b))
3943
3630
 
3944
- <a name="0.2.24"></a>
3945
-
3946
3631
  ## [0.2.24](https://github.com/sproutsocial/racine/compare/v0.2.23...v0.2.24) (2018-10-02)
3947
3632
 
3948
3633
  ### Features
@@ -3951,60 +3636,44 @@ These changes are only breaking if you were accessing the undocumented internals
3951
3636
  - **icons:** add file-chart-line icon ([#154](https://github.com/sproutsocial/racine/issues/154)) ([b5bb229](https://github.com/sproutsocial/racine/commit/b5bb229))
3952
3637
  - **Text:** fix category contxtual classification ([#157](https://github.com/sproutsocial/racine/issues/157)) ([78b94ed](https://github.com/sproutsocial/racine/commit/78b94ed))
3953
3638
 
3954
- <a name="0.2.23"></a>
3955
-
3956
3639
  ## [0.2.23](https://github.com/sproutsocial/racine/compare/v0.2.22...v0.2.23) (2018-09-26)
3957
3640
 
3958
3641
  ### Features
3959
3642
 
3960
3643
  - **icons:** update bots icon ([e309eb3](https://github.com/sproutsocial/racine/commit/e309eb3))
3961
3644
 
3962
- <a name="0.2.22"></a>
3963
-
3964
3645
  ## [0.2.22](https://github.com/sproutsocial/racine/compare/v0.2.21...v0.2.22) (2018-09-26)
3965
3646
 
3966
3647
  ### Features
3967
3648
 
3968
3649
  - **icons:** add new filled external-link icon ([#152](https://github.com/sproutsocial/racine/issues/152)) ([80b76e4](https://github.com/sproutsocial/racine/commit/80b76e4))
3969
3650
 
3970
- <a name="0.2.21"></a>
3971
-
3972
3651
  ## [0.2.21](https://github.com/sproutsocial/racine/compare/v0.2.20...v0.2.21) (2018-09-18)
3973
3652
 
3974
3653
  ### Features
3975
3654
 
3976
3655
  - **icons:** add external-link icon ([#151](https://github.com/sproutsocial/racine/issues/151)) ([a4e1c18](https://github.com/sproutsocial/racine/commit/a4e1c18))
3977
3656
 
3978
- <a name="0.2.20"></a>
3979
-
3980
3657
  ## [0.2.20](https://github.com/sproutsocial/racine/compare/v0.2.19...v0.2.20) (2018-09-13)
3981
3658
 
3982
- <a name="0.2.19"></a>
3983
-
3984
3659
  ## [0.2.19](https://github.com/sproutsocial/racine/compare/v0.2.18...v0.2.19) (2018-09-13)
3985
3660
 
3986
3661
  ### Features
3987
3662
 
3988
3663
  - **icons:** add exchange-alt icon ([#150](https://github.com/sproutsocial/racine/issues/150)) ([f53567a](https://github.com/sproutsocial/racine/commit/f53567a))
3989
3664
 
3990
- <a name="0.2.18"></a>
3991
-
3992
3665
  ## [0.2.18](https://github.com/sproutsocial/racine/compare/v0.2.17...v0.2.18) (2018-09-12)
3993
3666
 
3994
3667
  ### Features
3995
3668
 
3996
3669
  - **icons:** add square icons for reddit, rss, youtube, tumblr ([#146](https://github.com/sproutsocial/racine/issues/146)) ([b586238](https://github.com/sproutsocial/racine/commit/b586238))
3997
3670
 
3998
- <a name="0.2.17"></a>
3999
-
4000
3671
  ## [0.2.17](https://github.com/sproutsocial/racine/compare/v0.2.16...v0.2.17) (2018-09-11)
4001
3672
 
4002
3673
  ### Features
4003
3674
 
4004
3675
  - **icons:** add audience network icons ([#148](https://github.com/sproutsocial/racine/issues/148)) ([4787439](https://github.com/sproutsocial/racine/commit/4787439))
4005
3676
 
4006
- <a name="0.2.16"></a>
4007
-
4008
3677
  ## [0.2.16](https://github.com/sproutsocial/racine/compare/v0.2.15...v0.2.16) (2018-09-04)
4009
3678
 
4010
3679
  ### Features
@@ -4012,64 +3681,48 @@ These changes are only breaking if you were accessing the undocumented internals
4012
3681
  - **icons:** add barcode icon ([#145](https://github.com/sproutsocial/racine/issues/145)) ([85820be](https://github.com/sproutsocial/racine/commit/85820be))
4013
3682
  - add Text component ([#144](https://github.com/sproutsocial/racine/issues/144)) ([d33b103](https://github.com/sproutsocial/racine/commit/d33b103))
4014
3683
 
4015
- <a name="0.2.15"></a>
4016
-
4017
3684
  ## [0.2.15](https://github.com/sproutsocial/racine/compare/v0.2.14...v0.2.15) (2018-08-21)
4018
3685
 
4019
3686
  ### Features
4020
3687
 
4021
3688
  - **icons:** replace custom youtube icon with Font Awesome version ([#143](https://github.com/sproutsocial/racine/issues/143)) ([e138432](https://github.com/sproutsocial/racine/commit/e138432))
4022
3689
 
4023
- <a name="0.2.14"></a>
4024
-
4025
3690
  ## [0.2.14](https://github.com/sproutsocial/racine/compare/v0.2.13...v0.2.14) (2018-08-21)
4026
3691
 
4027
3692
  ### Features
4028
3693
 
4029
3694
  - **icons:** moved the old, misnamed youtube-sqaure icon and replaced it with the youtube icon. ([dc14dfa](https://github.com/sproutsocial/racine/commit/dc14dfa))
4030
3695
 
4031
- <a name="0.2.13"></a>
4032
-
4033
3696
  ## [0.2.13](https://github.com/sproutsocial/racine/compare/v0.2.12...v0.2.13) (2018-08-06)
4034
3697
 
4035
3698
  ### Features
4036
3699
 
4037
3700
  - **icons:** add paid calculator icon ([#138](https://github.com/sproutsocial/racine/issues/138)) ([ff3fe3b](https://github.com/sproutsocial/racine/commit/ff3fe3b))
4038
3701
 
4039
- <a name="0.2.12"></a>
4040
-
4041
3702
  ## [0.2.12](https://github.com/sproutsocial/racine/compare/v0.2.11...v0.2.12) (2018-07-31)
4042
3703
 
4043
3704
  ### Bug Fixes
4044
3705
 
4045
3706
  - **Loader:** make QA attribute optional ([#134](https://github.com/sproutsocial/racine/issues/134)) ([3f9eb9a](https://github.com/sproutsocial/racine/commit/3f9eb9a))
4046
3707
 
4047
- <a name="0.2.11"></a>
4048
-
4049
3708
  ## [0.2.11](https://github.com/sproutsocial/racine/compare/v0.2.10...v0.2.11) (2018-07-30)
4050
3709
 
4051
3710
  ### Features
4052
3711
 
4053
3712
  - add Loader component ([#128](https://github.com/sproutsocial/racine/issues/128)) ([7503b75](https://github.com/sproutsocial/racine/commit/7503b75))
4054
3713
 
4055
- <a name="0.2.10"></a>
4056
-
4057
3714
  ## [0.2.10](https://github.com/sproutsocial/racine/compare/v0.2.9...v0.2.10) (2018-07-26)
4058
3715
 
4059
3716
  ### Features
4060
3717
 
4061
3718
  - **icons:** adding new money icon for boosting ([#129](https://github.com/sproutsocial/racine/issues/129)) ([9da74ec](https://github.com/sproutsocial/racine/commit/9da74ec))
4062
3719
 
4063
- <a name="0.2.9"></a>
4064
-
4065
3720
  ## [0.2.9](https://github.com/sproutsocial/racine/compare/v0.2.8...v0.2.9) (2018-07-12)
4066
3721
 
4067
3722
  ### Bug Fixes
4068
3723
 
4069
3724
  - **Alert:** change Alert icon size to default ([#127](https://github.com/sproutsocial/racine/issues/127)) ([217ee74](https://github.com/sproutsocial/racine/commit/217ee74))
4070
3725
 
4071
- <a name="0.2.8"></a>
4072
-
4073
3726
  ## [0.2.8](https://github.com/sproutsocial/racine/compare/v0.2.7...v0.2.8) (2018-07-12)
4074
3727
 
4075
3728
  ### Features
@@ -4077,24 +3730,18 @@ These changes are only breaking if you were accessing the undocumented internals
4077
3730
  - **Alert:** add tests and CSS fixed to Alert ([93f173e](https://github.com/sproutsocial/racine/commit/93f173e))
4078
3731
  - **Alert:** add tests and CSS fixes to Alert ([e6ab868](https://github.com/sproutsocial/racine/commit/e6ab868))
4079
3732
 
4080
- <a name="0.2.7"></a>
4081
-
4082
3733
  ## [0.2.7](https://github.com/sproutsocial/racine/compare/v0.2.6...v0.2.7) (2018-07-11)
4083
3734
 
4084
3735
  ### Bug Fixes
4085
3736
 
4086
3737
  - **Icon:** fix Icon rendering in PDFs ([#126](https://github.com/sproutsocial/racine/issues/126)) ([eb4f195](https://github.com/sproutsocial/racine/commit/eb4f195))
4087
3738
 
4088
- <a name="0.2.6"></a>
4089
-
4090
3739
  ## [0.2.6](https://github.com/sproutsocial/racine/compare/v0.2.5...v0.2.6) (2018-07-11)
4091
3740
 
4092
3741
  ### Bug Fixes
4093
3742
 
4094
3743
  - **Icon:** add IE 11 fix ([#123](https://github.com/sproutsocial/racine/issues/123)) ([326380a](https://github.com/sproutsocial/racine/commit/326380a))
4095
3744
 
4096
- <a name="0.2.5"></a>
4097
-
4098
3745
  ## [0.2.5](https://github.com/sproutsocial/racine/compare/v0.2.4...v0.2.5) (2018-07-09)
4099
3746
 
4100
3747
  ### Features
@@ -4102,16 +3749,12 @@ These changes are only breaking if you were accessing the undocumented internals
4102
3749
  - **Icons:** add fixed width option to Icon component ([#122](https://github.com/sproutsocial/racine/issues/122)) ([41281e3](https://github.com/sproutsocial/racine/commit/41281e3))
4103
3750
  - **ToggleHint:** add ToggleHint component ([#121](https://github.com/sproutsocial/racine/issues/121)) ([a0115e0](https://github.com/sproutsocial/racine/commit/a0115e0))
4104
3751
 
4105
- <a name="0.2.4"></a>
4106
-
4107
3752
  ## [0.2.4](https://github.com/sproutsocial/racine/compare/v0.2.3...v0.2.4) (2018-06-29)
4108
3753
 
4109
3754
  ### Bug Fixes
4110
3755
 
4111
3756
  - **icons:** hotfix to revert fixedwidth CSS until PR is tested further ([#119](https://github.com/sproutsocial/racine/issues/119)) ([427b341](https://github.com/sproutsocial/racine/commit/427b341))
4112
3757
 
4113
- <a name="0.2.3"></a>
4114
-
4115
3758
  ## [0.2.3](https://github.com/sproutsocial/racine/compare/v0.2.2...v0.2.3) (2018-06-28)
4116
3759
 
4117
3760
  ### Bug Fixes
@@ -4122,16 +3765,12 @@ These changes are only breaking if you were accessing the undocumented internals
4122
3765
 
4123
3766
  - **Icon:** proportional width icons ([7f3e38e](https://github.com/sproutsocial/racine/commit/7f3e38e))
4124
3767
 
4125
- <a name="0.2.2"></a>
4126
-
4127
3768
  ## [0.2.2](https://github.com/sproutsocial/racine/compare/v0.2.1...v0.2.2) (2018-06-22)
4128
3769
 
4129
3770
  ### Bug Fixes
4130
3771
 
4131
3772
  - **icons:** fix name of trash-can icon ([#116](https://github.com/sproutsocial/racine/issues/116)) ([b3923e4](https://github.com/sproutsocial/racine/commit/b3923e4))
4132
3773
 
4133
- <a name="0.2.1"></a>
4134
-
4135
3774
  ## [0.2.1](https://github.com/sproutsocial/racine/compare/v0.2.0...v0.2.1) (2018-06-22)
4136
3775
 
4137
3776
  ### Bug Fixes
@@ -4139,8 +3778,6 @@ These changes are only breaking if you were accessing the undocumented internals
4139
3778
  - **icons:** fixing SVG names to match SEEDS standards part 1 ([#114](https://github.com/sproutsocial/racine/issues/114)) ([e399bca](https://github.com/sproutsocial/racine/commit/e399bca))
4140
3779
  - **icons:** fixing SVG names to match SEEDS standards part 2 ([#115](https://github.com/sproutsocial/racine/issues/115)) ([53c3d09](https://github.com/sproutsocial/racine/commit/53c3d09))
4141
3780
 
4142
- <a name="0.2.0"></a>
4143
-
4144
3781
  # [0.2.0](https://github.com/sproutsocial/racine/compare/v0.1.4...v0.2.0) (2018-06-18)
4145
3782
 
4146
3783
  ### Features
@@ -4154,8 +3791,6 @@ These changes are only breaking if you were accessing the undocumented internals
4154
3791
 
4155
3792
  - **Icon:** changes all existing icons
4156
3793
 
4157
- <a name="0.1.5"></a>
4158
-
4159
3794
  ## [0.1.5](https://github.com/sproutsocial/racine/compare/v0.1.4...v0.1.5) (2018-06-12)
4160
3795
 
4161
3796
  ### Features
@@ -4163,16 +3798,12 @@ These changes are only breaking if you were accessing the undocumented internals
4163
3798
  - add Textarea component ([#104](https://github.com/sproutsocial/racine/issues/104)) ([bea0984](https://github.com/sproutsocial/racine/commit/bea0984))
4164
3799
  - **Badge:** get badge up to parity with workshop ([#111](https://github.com/sproutsocial/racine/issues/111)) ([225efe9](https://github.com/sproutsocial/racine/commit/225efe9))
4165
3800
 
4166
- <a name="0.1.4"></a>
4167
-
4168
3801
  ## [0.1.4](https://github.com/sproutsocial/racine/compare/v0.1.3...v0.1.4) (2018-05-23)
4169
3802
 
4170
3803
  ### Features
4171
3804
 
4172
3805
  - **Icon:** fix issue with fill being set on audio icon ([#97](https://github.com/sproutsocial/racine/issues/97)) ([4e52430](https://github.com/sproutsocial/racine/commit/4e52430))
4173
3806
 
4174
- <a name="0.1.3"></a>
4175
-
4176
3807
  ## [0.1.3](https://github.com/sproutsocial/racine/compare/v0.1.2...v0.1.3) (2018-05-17)
4177
3808
 
4178
3809
  ### Features
@@ -4180,8 +3811,6 @@ These changes are only breaking if you were accessing the undocumented internals
4180
3811
  - add Radio component ([#91](https://github.com/sproutsocial/racine/issues/91)) ([c2901e7](https://github.com/sproutsocial/racine/commit/c2901e7))
4181
3812
  - **icons:** add audio icon ([#93](https://github.com/sproutsocial/racine/issues/93)) ([b97268c](https://github.com/sproutsocial/racine/commit/b97268c))
4182
3813
 
4183
- <a name="0.1.2"></a>
4184
-
4185
3814
  ## [0.1.2](https://github.com/sproutsocial/racine/compare/v0.1.1...v0.1.2) (2018-05-10)
4186
3815
 
4187
3816
  ### Bug Fixes
@@ -4189,8 +3818,6 @@ These changes are only breaking if you were accessing the undocumented internals
4189
3818
  - **build:** ignore setupTests.js in published JS ([#89](https://github.com/sproutsocial/racine/issues/89)) ([23b55bf](https://github.com/sproutsocial/racine/commit/23b55bf))
4190
3819
  - **build:** remove postinstall script from package.json ([#90](https://github.com/sproutsocial/racine/issues/90)) ([82240a9](https://github.com/sproutsocial/racine/commit/82240a9))
4191
3820
 
4192
- <a name="0.1.1"></a>
4193
-
4194
3821
  ## [0.1.1](https://github.com/sproutsocial/racine/compare/v0.1.0...v0.1.1) (2018-05-10)
4195
3822
 
4196
3823
  ### Features
@@ -4200,8 +3827,6 @@ These changes are only breaking if you were accessing the undocumented internals
4200
3827
  - add Checkbox component ([#86](https://github.com/sproutsocial/racine/issues/86)) ([9cef219](https://github.com/sproutsocial/racine/commit/9cef219))
4201
3828
  - **icons:** sync icons with web-app ([#87](https://github.com/sproutsocial/racine/issues/87)) ([c42e63b](https://github.com/sproutsocial/racine/commit/c42e63b))
4202
3829
 
4203
- <a name="0.1.0"></a>
4204
-
4205
3830
  # [0.1.0](https://github.com/sproutsocial/racine/compare/v0.0.7...v0.1.0) (2018-04-04)
4206
3831
 
4207
3832
  ### Features
@@ -4212,8 +3837,6 @@ These changes are only breaking if you were accessing the undocumented internals
4212
3837
 
4213
3838
  - **EducationTip:** remove EducationTip component
4214
3839
 
4215
- <a name="0.0.7"></a>
4216
-
4217
3840
  ## [0.0.7](https://github.com/sproutsocial/racine/compare/v0.0.6...v0.0.7) (2018-03-27)
4218
3841
 
4219
3842
  ### Bug Fixes
@@ -4225,19 +3848,15 @@ These changes are only breaking if you were accessing the undocumented internals
4225
3848
  - **build:** export propTypes converted from Flow Types ([#60](https://github.com/sproutsocial/racine/issues/60)) ([ba86eb7](https://github.com/sproutsocial/racine/commit/ba86eb7))
4226
3849
  - **icon:** add reporting period icon ([b314211](https://github.com/sproutsocial/racine/commit/b314211))
4227
3850
 
4228
- <a name="0.0.6"></a>
4229
-
4230
3851
  ## [0.0.6](https://github.com/sproutsocial/racine/compare/v0.0.5...v0.0.6) (2018-03-23)
4231
3852
 
4232
3853
  ### Features
4233
3854
 
4234
3855
  - **build:** add dist/iconList.js to package output ([#54](https://github.com/sproutsocial/racine/issues/54)) ([b6ea84a](https://github.com/sproutsocial/racine/commit/b6ea84a))
4235
3856
 
4236
- <a name="0.0.5"></a>
4237
-
4238
3857
  ## [0.0.5](https://github.com/sproutsocial/racine/compare/v0.0.2...v0.0.5) (2018-03-21)
4239
3858
 
4240
- (0.0.3 - 0.0.5-1 were invalid publishes are were removed)
3859
+ \(0.0.3 \- 0.0.5\-1 were invalid publishes are were removed\)
4241
3860
 
4242
3861
  ### Features
4243
3862