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