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