@sproutsocial/racine 12.1.0 → 12.2.0-partner-logos.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.
Files changed (451) hide show
  1. package/__flow__/Checkbox/styles.js +75 -75
  2. package/__flow__/Collapsible/index.js +3 -2
  3. package/__flow__/EnumLogoNames.js +2 -0
  4. package/__flow__/Image/index.js +10 -2
  5. package/__flow__/LogoViewBoxes.js +1 -0
  6. package/__flow__/PartnerLogo/TypePartnerNames.js +34 -0
  7. package/__flow__/PartnerLogo/index.js +39 -0
  8. package/__flow__/PartnerLogo/index.stories.js +73 -0
  9. package/__flow__/PartnerLogo/partnerLogos/bitly-dark.svg +1 -0
  10. package/__flow__/PartnerLogo/partnerLogos/bitly.svg +1 -0
  11. package/__flow__/PartnerLogo/partnerLogos/canva-dark.svg +1 -0
  12. package/__flow__/PartnerLogo/partnerLogos/canva.svg +1 -0
  13. package/__flow__/PartnerLogo/partnerLogos/dropbox-dark.svg +1 -0
  14. package/__flow__/PartnerLogo/partnerLogos/dropbox.svg +1 -0
  15. package/__flow__/PartnerLogo/partnerLogos/facebook-dark.svg +1 -0
  16. package/__flow__/PartnerLogo/partnerLogos/facebook-shops-dark.svg +1 -0
  17. package/__flow__/PartnerLogo/partnerLogos/facebook-shops.svg +1 -0
  18. package/__flow__/PartnerLogo/partnerLogos/facebook.svg +1 -0
  19. package/__flow__/PartnerLogo/partnerLogos/feedly-dark.svg +3 -0
  20. package/__flow__/PartnerLogo/partnerLogos/feedly.svg +3 -0
  21. package/__flow__/PartnerLogo/partnerLogos/glassdoor-dark.svg +1 -0
  22. package/__flow__/PartnerLogo/partnerLogos/glassdoor.svg +1 -0
  23. package/__flow__/PartnerLogo/partnerLogos/google-analytics-dark.svg +1 -0
  24. package/__flow__/PartnerLogo/partnerLogos/google-analytics.svg +1 -0
  25. package/__flow__/PartnerLogo/partnerLogos/google-business-messages-dark.svg +1 -0
  26. package/__flow__/PartnerLogo/partnerLogos/google-business-messages.svg +1 -0
  27. package/__flow__/PartnerLogo/partnerLogos/google-drive-dark.svg +1 -0
  28. package/__flow__/PartnerLogo/partnerLogos/google-drive.svg +1 -0
  29. package/__flow__/PartnerLogo/partnerLogos/google-my-business-dark.svg +1 -0
  30. package/__flow__/PartnerLogo/partnerLogos/google-my-business.svg +1 -0
  31. package/__flow__/PartnerLogo/partnerLogos/hubspot-dark.svg +1 -0
  32. package/__flow__/PartnerLogo/partnerLogos/hubspot.svg +1 -0
  33. package/__flow__/PartnerLogo/partnerLogos/instagram-dark.svg +1 -0
  34. package/__flow__/PartnerLogo/partnerLogos/instagram.svg +1 -0
  35. package/__flow__/PartnerLogo/partnerLogos/linkedin-dark.svg +1 -0
  36. package/__flow__/PartnerLogo/partnerLogos/linkedin.svg +1 -0
  37. package/__flow__/PartnerLogo/partnerLogos/marketo-dark.svg +1 -0
  38. package/__flow__/PartnerLogo/partnerLogos/marketo.svg +1 -0
  39. package/__flow__/PartnerLogo/partnerLogos/messenger-dark.svg +1 -0
  40. package/__flow__/PartnerLogo/partnerLogos/messenger.svg +1 -0
  41. package/__flow__/PartnerLogo/partnerLogos/microsoft-dynamics-dark.svg +1 -0
  42. package/__flow__/PartnerLogo/partnerLogos/microsoft-dynamics.svg +1 -0
  43. package/__flow__/PartnerLogo/partnerLogos/pinterest-dark.svg +1 -0
  44. package/__flow__/PartnerLogo/partnerLogos/pinterest.svg +1 -0
  45. package/__flow__/PartnerLogo/partnerLogos/reddit-dark.svg +1 -0
  46. package/__flow__/PartnerLogo/partnerLogos/reddit.svg +1 -0
  47. package/__flow__/PartnerLogo/partnerLogos/salesforce-dark.svg +1 -0
  48. package/__flow__/PartnerLogo/partnerLogos/salesforce.svg +1 -0
  49. package/__flow__/PartnerLogo/partnerLogos/shopify-dark.svg +1 -0
  50. package/__flow__/PartnerLogo/partnerLogos/shopify.svg +1 -0
  51. package/__flow__/PartnerLogo/partnerLogos/slack-dark.svg +1 -0
  52. package/__flow__/PartnerLogo/partnerLogos/slack.svg +1 -0
  53. package/__flow__/PartnerLogo/partnerLogos/tiktok-dark.svg +1 -0
  54. package/__flow__/PartnerLogo/partnerLogos/tiktok.svg +1 -0
  55. package/__flow__/PartnerLogo/partnerLogos/tripadvisor-dark.svg +1 -0
  56. package/__flow__/PartnerLogo/partnerLogos/tripadvisor.svg +1 -0
  57. package/__flow__/PartnerLogo/partnerLogos/tumblr-dark.svg +1 -0
  58. package/__flow__/PartnerLogo/partnerLogos/tumblr.svg +1 -0
  59. package/__flow__/PartnerLogo/partnerLogos/twitter-dark.svg +1 -0
  60. package/__flow__/PartnerLogo/partnerLogos/twitter.svg +1 -0
  61. package/__flow__/PartnerLogo/partnerLogos/whatsapp-dark.svg +1 -0
  62. package/__flow__/PartnerLogo/partnerLogos/whatsapp.svg +1 -0
  63. package/__flow__/PartnerLogo/partnerLogos/woocommerce-dark.svg +1 -0
  64. package/__flow__/PartnerLogo/partnerLogos/woocommerce.svg +1 -0
  65. package/__flow__/PartnerLogo/partnerLogos/yelp-dark.svg +1 -0
  66. package/__flow__/PartnerLogo/partnerLogos/yelp.svg +1 -0
  67. package/__flow__/PartnerLogo/partnerLogos/youtube-dark.svg +1 -0
  68. package/__flow__/PartnerLogo/partnerLogos/youtube.svg +1 -0
  69. package/__flow__/PartnerLogo/partnerLogos/zendesk-dark.svg +1 -0
  70. package/__flow__/PartnerLogo/partnerLogos/zendesk.svg +1 -0
  71. package/__flow__/SegmentedControl/index.js +3 -2
  72. package/__flow__/TableCell/index.js +9 -2
  73. package/__flow__/ToggleHint/index.js +9 -2
  74. package/__flow__/systemProps/color.js +1 -2
  75. package/__flow__/utils/responsiveProps/index.test.js +10 -2
  76. package/commonjs/PartnerLogo/TypePartnerNames.js +1 -0
  77. package/commonjs/PartnerLogo/index.js +45 -0
  78. package/dist/{icons.svg → icon.svg} +0 -0
  79. package/dist/logo.svg +1 -0
  80. package/dist/logoList.js +1 -0
  81. package/lib/EnumLogoNames.js +0 -0
  82. package/lib/LogoViewBoxes.js +64 -0
  83. package/lib/PartnerLogo/TypePartnerNames.js +0 -0
  84. package/lib/PartnerLogo/index.js +34 -0
  85. package/package.json +3 -8
  86. package/CHANGELOG.md +0 -3265
  87. package/__flow__/include-icons.js +0 -11
  88. package/commonjs/include-icons.js +0 -14
  89. package/icons/active-listener.svg +0 -3
  90. package/icons/add-item.svg +0 -3
  91. package/icons/add-keyword.svg +0 -3
  92. package/icons/add-team-member.svg +0 -3
  93. package/icons/add-variable.svg +0 -3
  94. package/icons/address-card-outline.svg +0 -3
  95. package/icons/address-card-solid.svg +0 -3
  96. package/icons/adobe-experience-manager.svg +0 -3
  97. package/icons/ads.svg +0 -3
  98. package/icons/android.svg +0 -3
  99. package/icons/apple.svg +0 -3
  100. package/icons/approval-indicator-outline.svg +0 -3
  101. package/icons/approval-indicator.svg +0 -3
  102. package/icons/archive.svg +0 -3
  103. package/icons/arrow-down-line.svg +0 -3
  104. package/icons/arrow-down.svg +0 -3
  105. package/icons/arrow-left-line.svg +0 -3
  106. package/icons/arrow-left.svg +0 -3
  107. package/icons/arrow-right-line.svg +0 -3
  108. package/icons/arrow-right.svg +0 -3
  109. package/icons/arrow-up-line.svg +0 -3
  110. package/icons/arrow-up.svg +0 -3
  111. package/icons/arrows.svg +0 -3
  112. package/icons/asset-library-outline.svg +0 -3
  113. package/icons/asset-library.svg +0 -3
  114. package/icons/assign.svg +0 -3
  115. package/icons/atom.svg +0 -3
  116. package/icons/audio.svg +0 -3
  117. package/icons/back-to-top.svg +0 -3
  118. package/icons/bambu-icon-outline.svg +0 -3
  119. package/icons/bambu-icon.svg +0 -3
  120. package/icons/barcode.svg +0 -3
  121. package/icons/basketball.svg +0 -3
  122. package/icons/bell-outline.svg +0 -3
  123. package/icons/bigcommerce.svg +0 -3
  124. package/icons/bitly.svg +0 -3
  125. package/icons/bold.svg +0 -3
  126. package/icons/book.svg +0 -3
  127. package/icons/bot.svg +0 -3
  128. package/icons/browser.svg +0 -3
  129. package/icons/business.svg +0 -3
  130. package/icons/calendar-outline.svg +0 -3
  131. package/icons/calendar.svg +0 -3
  132. package/icons/camera-outline.svg +0 -3
  133. package/icons/camera-story.svg +0 -3
  134. package/icons/camera.svg +0 -3
  135. package/icons/campaign.svg +0 -3
  136. package/icons/canva.svg +0 -3
  137. package/icons/carousel.svg +0 -3
  138. package/icons/cart-plus-outline.svg +0 -3
  139. package/icons/cart-plus.svg +0 -3
  140. package/icons/check.svg +0 -3
  141. package/icons/chevron-down-filled.svg +0 -3
  142. package/icons/chevron-down.svg +0 -3
  143. package/icons/chevron-left.svg +0 -3
  144. package/icons/chevron-right.svg +0 -3
  145. package/icons/chevron-up-down-filled.svg +0 -3
  146. package/icons/chevron-up-filled.svg +0 -3
  147. package/icons/chevron-up.svg +0 -3
  148. package/icons/circle+.svg +0 -3
  149. package/icons/circle-check-outline.svg +0 -3
  150. package/icons/circle-check.svg +0 -3
  151. package/icons/circle.svg +0 -3
  152. package/icons/circles.svg +0 -3
  153. package/icons/circlex.svg +0 -3
  154. package/icons/click-to-view.svg +0 -3
  155. package/icons/clicks.svg +0 -3
  156. package/icons/clipboard-outline.svg +0 -3
  157. package/icons/clipboard.svg +0 -3
  158. package/icons/clock.svg +0 -3
  159. package/icons/closed-captioning.svg +0 -3
  160. package/icons/cloud.svg +0 -3
  161. package/icons/code.svg +0 -3
  162. package/icons/columns.svg +0 -3
  163. package/icons/comment-alt-outline.svg +0 -3
  164. package/icons/comment-alt.svg +0 -3
  165. package/icons/comment-lines-alt-outline.svg +0 -3
  166. package/icons/comment.svg +0 -3
  167. package/icons/compact-density.svg +0 -3
  168. package/icons/compact-indicator.svg +0 -3
  169. package/icons/comparison.svg +0 -3
  170. package/icons/competitor.svg +0 -3
  171. package/icons/compose.svg +0 -3
  172. package/icons/content-suggestions.svg +0 -3
  173. package/icons/credit-card.svg +0 -3
  174. package/icons/crop.svg +0 -3
  175. package/icons/crown.svg +0 -3
  176. package/icons/dashboard.svg +0 -3
  177. package/icons/deconstructed-negative-sentiment.svg +0 -3
  178. package/icons/deconstructed-neutral-sentiment.svg +0 -3
  179. package/icons/deconstructed-positive-sentiment.svg +0 -3
  180. package/icons/discovery.svg +0 -3
  181. package/icons/dislike-outline.svg +0 -3
  182. package/icons/dislike.svg +0 -3
  183. package/icons/dm-link-outline.svg +0 -3
  184. package/icons/dm-link.svg +0 -3
  185. package/icons/dotdotdot.svg +0 -3
  186. package/icons/download.svg +0 -3
  187. package/icons/drafts-outline.svg +0 -3
  188. package/icons/drafts.svg +0 -3
  189. package/icons/dropbox.svg +0 -3
  190. package/icons/duplicate-outline.svg +0 -3
  191. package/icons/duplicate.svg +0 -3
  192. package/icons/emoji-outline.svg +0 -3
  193. package/icons/emoji.svg +0 -3
  194. package/icons/empty-image.svg +0 -3
  195. package/icons/engagement-per-post.svg +0 -3
  196. package/icons/engagements.svg +0 -3
  197. package/icons/error.svg +0 -3
  198. package/icons/exchange-alt.svg +0 -3
  199. package/icons/expanded-indicator.svg +0 -3
  200. package/icons/export.svg +0 -3
  201. package/icons/extended-circles.svg +0 -3
  202. package/icons/external-link-alt.svg +0 -3
  203. package/icons/external-link.svg +0 -3
  204. package/icons/extreme-negative-sentiment.svg +0 -12
  205. package/icons/eye-outline.svg +0 -3
  206. package/icons/eye-slash-outline.svg +0 -3
  207. package/icons/eye-slash.svg +0 -3
  208. package/icons/eye.svg +0 -3
  209. package/icons/facebook-audience-network.svg +0 -3
  210. package/icons/facebook-branded-content-outline.svg +0 -3
  211. package/icons/facebook-branded-content.svg +0 -3
  212. package/icons/facebook-groups.svg +0 -3
  213. package/icons/facebook.svg +0 -3
  214. package/icons/fb-reactions-angry.svg +0 -14
  215. package/icons/fb-reactions-haha.svg +0 -6
  216. package/icons/fb-reactions-like.svg +0 -4
  217. package/icons/fb-reactions-love.svg +0 -4
  218. package/icons/fb-reactions-sad.svg +0 -12
  219. package/icons/fb-reactions-wow.svg +0 -11
  220. package/icons/feedly.svg +0 -3
  221. package/icons/feeds.svg +0 -3
  222. package/icons/female.svg +0 -3
  223. package/icons/file-chart-line.svg +0 -3
  224. package/icons/file-edit.svg +0 -3
  225. package/icons/file-times-solid.svg +0 -3
  226. package/icons/filter.svg +0 -3
  227. package/icons/flag-outline.svg +0 -3
  228. package/icons/flag.svg +0 -3
  229. package/icons/flat-negative-sentiment-outline.svg +0 -4
  230. package/icons/flat-negative-sentiment.svg +0 -3
  231. package/icons/flat-neutral-sentiment-outline.svg +0 -4
  232. package/icons/flat-neutral-sentiment.svg +0 -3
  233. package/icons/flat-positive-sentiment-outline.svg +0 -4
  234. package/icons/flat-positive-sentiment.svg +0 -3
  235. package/icons/folder-open.svg +0 -3
  236. package/icons/folder.svg +0 -3
  237. package/icons/follow-outline.svg +0 -3
  238. package/icons/follow.svg +0 -3
  239. package/icons/follower-increase.svg +0 -3
  240. package/icons/following.svg +0 -3
  241. package/icons/font.svg +0 -3
  242. package/icons/full-access.svg +0 -3
  243. package/icons/gear.svg +0 -3
  244. package/icons/gears.svg +0 -10
  245. package/icons/glassdoor.svg +0 -3
  246. package/icons/glasses.svg +0 -3
  247. package/icons/globe.svg +0 -3
  248. package/icons/google-analytics-color.svg +0 -4
  249. package/icons/google-business-messages.svg +0 -3
  250. package/icons/google-drive.svg +0 -3
  251. package/icons/google-my-business.svg +0 -13
  252. package/icons/grip.svg +0 -3
  253. package/icons/h1.svg +0 -3
  254. package/icons/h2.svg +0 -3
  255. package/icons/hamburger.svg +0 -3
  256. package/icons/hashtag.svg +0 -3
  257. package/icons/headset.svg +0 -3
  258. package/icons/heart-outline.svg +0 -3
  259. package/icons/heart.svg +0 -3
  260. package/icons/heartbeat.svg +0 -3
  261. package/icons/help-alt.svg +0 -3
  262. package/icons/help.svg +0 -3
  263. package/icons/hiking.svg +0 -3
  264. package/icons/history.svg +0 -3
  265. package/icons/home.svg +0 -3
  266. package/icons/hourglass.svg +0 -3
  267. package/icons/hubspot.svg +0 -3
  268. package/icons/image-caption.svg +0 -3
  269. package/icons/image.svg +0 -3
  270. package/icons/images.svg +0 -3
  271. package/icons/impressions-per-post.svg +0 -3
  272. package/icons/impressions.svg +0 -3
  273. package/icons/inactive-listener.svg +0 -3
  274. package/icons/inbox-action.svg +0 -3
  275. package/icons/inbox-views.svg +0 -3
  276. package/icons/inbox.svg +0 -3
  277. package/icons/indicator.svg +0 -3
  278. package/icons/industry.svg +0 -3
  279. package/icons/info.svg +0 -3
  280. package/icons/instagram.svg +0 -3
  281. package/icons/internal-activity-outline.svg +0 -3
  282. package/icons/internal-activity.svg +0 -3
  283. package/icons/italic.svg +0 -3
  284. package/icons/key.svg +0 -3
  285. package/icons/keyboard.svg +0 -3
  286. package/icons/laptop-phone.svg +0 -3
  287. package/icons/large-density.svg +0 -3
  288. package/icons/lift.svg +0 -3
  289. package/icons/like-outline.svg +0 -3
  290. package/icons/like.svg +0 -3
  291. package/icons/link.svg +0 -3
  292. package/icons/linkedin-audience-network.svg +0 -3
  293. package/icons/linkedin.svg +0 -3
  294. package/icons/list-ol.svg +0 -3
  295. package/icons/listening.svg +0 -3
  296. package/icons/lists.svg +0 -3
  297. package/icons/location-outline.svg +0 -3
  298. package/icons/location.svg +0 -3
  299. package/icons/lock.svg +0 -3
  300. package/icons/magic-wand.svg +0 -3
  301. package/icons/male.svg +0 -3
  302. package/icons/marketo.svg +0 -3
  303. package/icons/mention.svg +0 -3
  304. package/icons/message-preview-outline.svg +0 -3
  305. package/icons/message-preview.svg +0 -3
  306. package/icons/message.svg +0 -3
  307. package/icons/messages-outline.svg +0 -3
  308. package/icons/messages.svg +0 -3
  309. package/icons/messenger.svg +0 -11
  310. package/icons/metric-table.svg +0 -3
  311. package/icons/microsoft-dynamics.svg +0 -4
  312. package/icons/minus.svg +0 -3
  313. package/icons/mobile.svg +0 -3
  314. package/icons/monitor.svg +0 -3
  315. package/icons/moon.svg +0 -3
  316. package/icons/negative-sentiment.svg +0 -4
  317. package/icons/neutral-positive-sentiment.svg +0 -6
  318. package/icons/neutral-sentiment.svg +0 -4
  319. package/icons/new-trend.svg +0 -3
  320. package/icons/newspaper.svg +0 -3
  321. package/icons/no-access.svg +0 -3
  322. package/icons/notepad.svg +0 -3
  323. package/icons/notifications-publishing-outline.svg +0 -3
  324. package/icons/notifications-publishing.svg +0 -3
  325. package/icons/notifications.svg +0 -3
  326. package/icons/offline.svg +0 -3
  327. package/icons/online.svg +0 -3
  328. package/icons/paid-promotion-outline.svg +0 -3
  329. package/icons/paid-promotion.svg +0 -3
  330. package/icons/paid.svg +0 -3
  331. package/icons/paint.svg +0 -3
  332. package/icons/palette.svg +0 -3
  333. package/icons/paperclip.svg +0 -3
  334. package/icons/pause.svg +0 -3
  335. package/icons/pencil-outline.svg +0 -3
  336. package/icons/pencil.svg +0 -3
  337. package/icons/person.svg +0 -3
  338. package/icons/phone.svg +0 -3
  339. package/icons/pinterest-boards-outline.svg +0 -3
  340. package/icons/pinterest-boards.svg +0 -3
  341. package/icons/pinterest.svg +0 -3
  342. package/icons/play-circle.svg +0 -3
  343. package/icons/play.svg +0 -3
  344. package/icons/plug.svg +0 -3
  345. package/icons/plus.svg +0 -3
  346. package/icons/positive-sentiment.svg +0 -5
  347. package/icons/power-up-outline.svg +0 -3
  348. package/icons/power-up.svg +0 -3
  349. package/icons/profile-connect.svg +0 -3
  350. package/icons/profile-disconnect.svg +0 -3
  351. package/icons/publishing-outline.svg +0 -3
  352. package/icons/publishing.svg +0 -3
  353. package/icons/puzzle-piece.svg +0 -3
  354. package/icons/qr-code.svg +0 -3
  355. package/icons/queue.svg +0 -3
  356. package/icons/recommendation.svg +0 -3
  357. package/icons/reddit-alien.svg +0 -3
  358. package/icons/reddit.svg +0 -3
  359. package/icons/referrals.svg +0 -3
  360. package/icons/refresh.svg +0 -3
  361. package/icons/rejected.svg +0 -3
  362. package/icons/reply-outline.svg +0 -3
  363. package/icons/reply.svg +0 -3
  364. package/icons/reporting-period.svg +0 -3
  365. package/icons/reporting.svg +0 -3
  366. package/icons/reports-home.svg +0 -3
  367. package/icons/reports.svg +0 -3
  368. package/icons/retweet.svg +0 -3
  369. package/icons/rss.svg +0 -3
  370. package/icons/sales.svg +0 -3
  371. package/icons/salesforce.svg +0 -3
  372. package/icons/save-assets.svg +0 -3
  373. package/icons/saved-messages.svg +0 -3
  374. package/icons/saved-reply-outline.svg +0 -3
  375. package/icons/saved-reply.svg +0 -3
  376. package/icons/search.svg +0 -3
  377. package/icons/sent-message-outline.svg +0 -3
  378. package/icons/sent-message.svg +0 -3
  379. package/icons/share.svg +0 -3
  380. package/icons/shopify.svg +0 -5
  381. package/icons/show-navigation.svg +0 -3
  382. package/icons/slack.svg +0 -3
  383. package/icons/small-density.svg +0 -3
  384. package/icons/smiley.svg +0 -3
  385. package/icons/some-access.svg +0 -3
  386. package/icons/sparkles.svg +0 -3
  387. package/icons/spike-alert.svg +0 -3
  388. package/icons/star-half-alt-solid.svg +0 -3
  389. package/icons/star-of-life.svg +0 -3
  390. package/icons/star-outline.svg +0 -3
  391. package/icons/star.svg +0 -3
  392. package/icons/sticky-note-outline.svg +0 -3
  393. package/icons/sticky-note.svg +0 -3
  394. package/icons/stories.svg +0 -3
  395. package/icons/story.svg +0 -3
  396. package/icons/suggestions.svg +0 -3
  397. package/icons/sun.svg +0 -3
  398. package/icons/tag-outline.svg +0 -3
  399. package/icons/tag.svg +0 -3
  400. package/icons/targeting-outline.svg +0 -3
  401. package/icons/targeting.svg +0 -3
  402. package/icons/tasks-outline.svg +0 -3
  403. package/icons/tasks.svg +0 -3
  404. package/icons/team-conversation-outline.svg +0 -3
  405. package/icons/team-conversation.svg +0 -3
  406. package/icons/team.svg +0 -3
  407. package/icons/text-asset.svg +0 -3
  408. package/icons/text.svg +0 -3
  409. package/icons/tiktok.svg +0 -5
  410. package/icons/times.svg +0 -3
  411. package/icons/trash-can-outline.svg +0 -3
  412. package/icons/trash-can.svg +0 -3
  413. package/icons/trend-down.svg +0 -3
  414. package/icons/trend-neutral.svg +0 -3
  415. package/icons/trend-up.svg +0 -3
  416. package/icons/trends.svg +0 -3
  417. package/icons/triangle-black.svg +0 -3
  418. package/icons/triangle.svg +0 -3
  419. package/icons/tripadvisor-circle-outline.svg +0 -3
  420. package/icons/tripadvisor-circle.svg +0 -11
  421. package/icons/tripadvisor.svg +0 -4
  422. package/icons/trophy-outline.svg +0 -3
  423. package/icons/tumblr.svg +0 -3
  424. package/icons/twitter-audience-network.svg +0 -3
  425. package/icons/twitter.svg +0 -3
  426. package/icons/unfollow-outline.svg +0 -3
  427. package/icons/unfollow.svg +0 -3
  428. package/icons/unlink.svg +0 -3
  429. package/icons/unlock.svg +0 -3
  430. package/icons/upload.svg +0 -3
  431. package/icons/user-circle.svg +0 -3
  432. package/icons/users.svg +0 -3
  433. package/icons/verified.svg +0 -3
  434. package/icons/video-camera-story.svg +0 -3
  435. package/icons/video-camera.svg +0 -3
  436. package/icons/vip.svg +0 -3
  437. package/icons/weight.svg +0 -3
  438. package/icons/whatsapp.svg +0 -20
  439. package/icons/window-maximize.svg +0 -3
  440. package/icons/window-minimize.svg +0 -3
  441. package/icons/window-regular.svg +0 -3
  442. package/icons/window-restore.svg +0 -3
  443. package/icons/woocommerce.svg +0 -3
  444. package/icons/x.svg +0 -3
  445. package/icons/yelp-full-star.svg +0 -3
  446. package/icons/yelp-half-star.svg +0 -4
  447. package/icons/yelp.svg +0 -10
  448. package/icons/youtube.svg +0 -3
  449. package/icons/zendesk.svg +0 -3
  450. package/includeIcons.js +0 -14
  451. package/lib/include-icons.js +0 -12
package/CHANGELOG.md DELETED
@@ -1,3265 +0,0 @@
1
- # Change Log
2
-
3
- ## 12.1.0
4
-
5
- ### Minor Changes
6
-
7
- - 76941e3: add growth specific colors to sprout theme for light and dark mode
8
-
9
- ## 12.0.0
10
-
11
- ### Major Changes
12
-
13
- - 54639f5: Moved `theme.util.interact()` to a hook called `useInteractiveColor()`
14
-
15
- - `theme.util.interact()` will no longer be available on the theme object and is moved to a hook called `useInteractiveColor()`
16
- - To import the hook, use `import { useInteractiveColor } from '@sproutsocial/racine'`
17
- - `useInteractiveColor()` accepts a theme color option and returns a lighten or darken version of that color depending on the theme mode currently in use('light' or 'dark')
18
- - `useInteractiveColor()` can only be utilized within a theme context.
19
-
20
- example:
21
-
22
- ```jsx
23
- import { useInteractiveColor } from '@sproutsocial/racine'
24
-
25
- ....
26
- &:hover,
27
- &:active {
28
- color: ${({theme}) => useInteract(theme.colors.icon.base)};
29
- }
30
- ```
31
-
32
- ## 11.9.0
33
-
34
- ### Minor Changes
35
-
36
- - 6c3e703: Extend the sprout theme to add colors for trend arrows
37
-
38
- ### Patch Changes
39
-
40
- - 1c10a77: Fix args
41
-
42
- ## 11.8.0
43
-
44
- ### Minor Changes
45
-
46
- - 1b66f38: Input.ClearButton no longer requires onClear prop
47
- - Input has been updated to be able to clear itself for both controlled and uncontrolled Inputs
48
- - The onChange function will be called upon clearing the input.
49
- - Due to this change, Inputs with type "search" will now automatically include a ClearButton, whereas previously a ClearButton would not be rendered unless an onClear prop was provided.
50
-
51
- ### Patch Changes
52
-
53
- - 1b66f38: Adjust Input elemBefore and elemAfter positioning
54
- - These elements were previously positioned 12px from the side of the Input
55
- - They are now positioned 8px from the side of the Input, for better alignment with Input.ClearButton.
56
- - 1b66f38: Expose Input.ClearButton for uncontrolled Inputs
57
- - Previously, Input.ClearButton would not be usable for uncontrolled Inputs due to checking whether a value was in the input to clear only via the "value" prop.
58
- - Now, Input.ClearButton is usable for uncontrolled Inputs because it is checking for updates to the value in its handleChange function.
59
-
60
- ## 11.7.1
61
-
62
- ### Patch Changes
63
-
64
- - d7b2b1f: - Plug icon
65
- - Alternate help icon
66
-
67
- ## 11.7.0
68
-
69
- ### Minor Changes
70
-
71
- - 90438e2: Add \_themed.scss for Sprout theme
72
- - This allows usage of Sprout theme-specific values in SCSS
73
-
74
- ## 11.6.2
75
-
76
- ### Patch Changes
77
-
78
- - 560c463: Added a new extended theme for the compare to period for the date picker.
79
-
80
- ## 11.6.1
81
-
82
- ### Patch Changes
83
-
84
- - eb27d01: Fix interact util in dark mode themes
85
- - The `interact` util was located at a different location in the light and dark mode base theme objects. It was at the base level of the light theme and nested inside of `colors` for the dark theme.
86
- - `interact` was seemingly available at the base level of the theme in both modes, because we spread the light theme as the basis of the dark theme. However, the `interact` util accessible at the base level of the theme would behave like light mode in either mode.
87
- - The `interact` util located inside the `colors` object inside the dark mode theme object was not usable, due to only being defined in that location for dark mode, and has been removed.
88
- - eb27d01: Remove 'just-clone' dependency
89
- - eb27d01: Fix "navigation" colors in SproutTheme
90
- - The "navigation" colors were not available in the theme due to being spread in incorrectly.
91
- - eb27d01: Improve theme types to be more accurate
92
-
93
- ## 11.6.0
94
-
95
- ### Minor Changes
96
-
97
- - 43adc28: Added a sprout theme to racine
98
-
99
- ## 11.5.0
100
-
101
- ### Minor Changes
102
-
103
- - fa8a45d: Dependency upgrades: upgraded severe vulnerabilities as well as storybook and jest suite fixes. Upgraded styled components from beta to stable v5.2.3.
104
-
105
- ## 11.4.1
106
-
107
- ### Patch Changes
108
-
109
- - 89c935f: Handle focus management in Input handleClear more consistently
110
- - Previously, focus would be returned to the input when Input.ClearButton was triggered only if the innerRef prop was undefined or an object, not if it was a function.
111
- - Now, focus is always returned to the input when the clear button is clicked, regardless of the type of the innerRef prop.
112
-
113
- ## 11.4.0
114
-
115
- ### Minor Changes
116
-
117
- - d888fa0: Add search icon to type "search" Input
118
- - "<Icon name="search" />" is added to Inputs with type "search" unless an elemBefore prop is passed to override it.
119
- - d888fa0: Add Input.ClearButton
120
- - This button is automatically included when Input has type "search" and no "elemAfter" prop is passed
121
- - This button can be manually included with the "elemAfter" prop for non-search inputs
122
- - In either case, the button will only be rendered if an "onClear" callback is passed to the Input component
123
- - A "clearButtonLabel" prop should also be passed to the Input component
124
-
125
- ## 11.3.0
126
-
127
- ### Minor Changes
128
-
129
- - e8a9df6: Add text highlight style to theme
130
-
131
- ### Patch Changes
132
-
133
- - 9e66592: Pass TokenInput autocomplete prop to input as autoComplete to suppress JSX console warnings
134
-
135
- ## 11.2.5
136
-
137
- ### Patch Changes
138
-
139
- - a73cdfb: remove weird characters from props descriptions
140
-
141
- ## 11.2.4
142
-
143
- ### Patch Changes
144
-
145
- - 206bd32: copy updates to the TypeProps comments that power Seeds prop tables
146
-
147
- ## 11.2.3
148
-
149
- ### Patch Changes
150
-
151
- - 514d738: Patch badge component flow issue
152
-
153
- ## 11.2.2
154
-
155
- ### Patch Changes
156
-
157
- - 9cc377e: Created extended theme directory
158
-
159
- ## 11.2.1
160
-
161
- ### Patch Changes
162
-
163
- - 6968733: adds deprecation messaging to typeProps to be displayed on seeds page
164
-
165
- ## 11.2.0
166
-
167
- ### Minor Changes
168
-
169
- - a71a431: backwards compatible style and api changes to the badge component
170
-
171
- ## 11.1.2
172
-
173
- ### Patch Changes
174
-
175
- - 81f95bc: Add flow support for newer colors in theme
176
-
177
- ## 11.1.1
178
-
179
- ### Patch Changes
180
-
181
- - 17cfdda: New Icon: power-up-outline
182
-
183
- ## 11.1.0
184
-
185
- ### Minor Changes
186
-
187
- - 03d1f1a: Export system props
188
-
189
- ## 11.0.2
190
-
191
- ### Patch Changes
192
-
193
- - f3b0741: Add icon.applied to theme file
194
- - 521ee2b: Ensure subcomponents have proper displayName attributes
195
-
196
- ## 11.0.1
197
-
198
- ### Patch Changes
199
-
200
- - 82a6a89: Adjusted styling of selected state to be less confusing for users based on org wide feedback
201
-
202
- ## 11.0.0
203
-
204
- ### Major Changes
205
-
206
- - 3f25fab: Remove themed mixin in favor of functions only
207
-
208
- - Changes in 10.0.0 made the mixin unnecessary
209
- - The functions that were created for use with the mixin can now be used standalone for the same purpose.
210
- - Migration requires removal of all `@include themed` mixin calls. The code inside can stay the same. For example:
211
-
212
- ```scss
213
- @include themed {
214
- color: colors("text.body");
215
- }
216
- ```
217
-
218
- becomes
219
-
220
- ```scss
221
- color: colors("text.body");
222
- ```
223
-
224
- ### Patch Changes
225
-
226
- - f28456b: Add overlay theme object
227
- - a3ed9eb: Patches Menu Group margin issue
228
-
229
- ## 10.0.0
230
-
231
- ### Major Changes
232
-
233
- - 98f063a: Make theme names consistent by removing references to "default-light" and "default-dark"
234
- - We no longer refer to the "light" theme as "default-light" in the theme object.
235
- - We no longer refer to the "dark" theme as "default-dark" in the theme object.
236
- - 98f063a: Change "themed" SCSS mixin setup
237
- - A parent theme classname of 'theme--light' or 'theme--dark' is no longer required to use the mixin.
238
- - A separate mixin is offered per theme, instead of a single mixin for all themes.
239
- - 98f063a: Rename "default" theme to "light"
240
-
241
- ## 9.0.3
242
-
243
- ### Patch Changes
244
-
245
- - a9a06a6: Added aliases for sentiment colors
246
-
247
- ## 9.0.2
248
-
249
- ### Patch Changes
250
-
251
- - 3215099: bug fix for mix blend mode
252
-
253
- ## 9.0.1
254
-
255
- ### Patch Changes
256
-
257
- - 52052ae: Update MenuGroupContainer so that it takes system props instead of css styling
258
- - 2fc4f88: Adds a `palette` prop to Token and uses the proper accessible color tokens
259
- - 7a87944: Update @storybook/react to resolve a vulnerability in one of its sub-dependencies (immer)
260
-
261
- ## 9.0.0
262
-
263
- ### Major Changes
264
-
265
- - a71802f: convert shadow tokens to semantic tokens
266
-
267
- ## 8.8.0
268
-
269
- ### Minor Changes
270
-
271
- - 2746920: Add SCSS themed mixin and functions
272
-
273
- ### Patch Changes
274
-
275
- - 69ddb8e: Replace instances of Icon colors with semantic names
276
-
277
- ## 8.7.1
278
-
279
- ### Patch Changes
280
-
281
- - 1cf97da: Remove font weight rule from Breadcrumbs styles
282
-
283
- ## 8.7.0
284
-
285
- ### Minor Changes
286
-
287
- - bcfb6eb: Export themes as scss variables
288
-
289
- ## 8.6.3
290
-
291
- ### Patch Changes
292
-
293
- - 777fcd7: Unset inverted icon color when menu item is hovered and active
294
-
295
- ## 8.6.2
296
-
297
- ### Patch Changes
298
-
299
- - 039da3f: Address visual bug on collapsible shadow
300
-
301
- ## 8.6.1
302
-
303
- ### Patch Changes
304
-
305
- - c46c79d: Pressing space on a filter input in listbox triggers a submit, preventing users from entering text with spaces. This fix changes the behavior such that if the input is in focus, the space won't trigger a select.
306
- - b34b463: Invert the icon colors in menu items to mirror the text behavior.
307
-
308
- ## 8.6.0
309
-
310
- ### Minor Changes
311
-
312
- - d1c8003: Adds data-viz color rotation to the theme file to support data-viz across dark mode and future themes.
313
-
314
- ## 8.5.2
315
-
316
- ### Patch Changes
317
-
318
- - 41b0717: Adds openHeight and collapsedHeight props to Collapsible component for more flexible collapse usage
319
-
320
- ## 8.5.1
321
-
322
- ### Patch Changes
323
-
324
- - 48628f0: Sync icons from Figma
325
-
326
- ## 8.5.0
327
-
328
- ### Minor Changes
329
-
330
- - 343c636: adds tiktok network color to theme, adds tiktok icon, adds sentiment icons
331
-
332
- ## 8.4.0
333
-
334
- ### Minor Changes
335
-
336
- - 311f9bb: Added placement prop to menuButton component
337
-
338
- ## 8.3.0
339
-
340
- ### Minor Changes
341
-
342
- - 13699d6: Updating Link component to include flexbox shorthand props
343
-
344
- ## 8.2.0
345
-
346
- ### Minor Changes
347
-
348
- - a3887f0: Avatar now has an option for predefined color combos in line with design's accessibility and color guidelines. Overrides are still enabled via styled-system.
349
-
350
- ## 8.1.4
351
-
352
- ### Patch Changes
353
-
354
- - c920778: removing duplicate icon
355
-
356
- ## 8.1.3
357
-
358
- ### Patch Changes
359
-
360
- - 90dbdfc: update autosizer import
361
-
362
- ## 8.1.2
363
-
364
- ### Patch Changes
365
-
366
- - e5bb567: update bigcommerce icon name
367
-
368
- ## 8.1.1
369
-
370
- ### Patch Changes
371
-
372
- - b470c46: Fix big commerce icon and naming convention
373
-
374
- ## 8.1.0
375
-
376
- ### Minor Changes
377
-
378
- - cda796b: adds bigcommerce icon
379
-
380
- ## 8.0.0
381
-
382
- ### Major Changes
383
-
384
- - 856797e: This update includes major changes to the theme file structure that enables theming with a thoroughly tested and more intuitive devEx
385
- - 856797e: This change includes the newest iteration of the theme file that updates a number of paths in the color object to create more logical semantic names.
386
-
387
- ## 7.7.0
388
-
389
- ### Minor Changes
390
-
391
- - dfdb3b5: Added a forwardRef to Modal.Content.
392
-
393
- ## 7.6.1
394
-
395
- ### Patch Changes
396
-
397
- - 9cd384f: Add new icons to the icon library
398
-
399
- ## 7.6.0
400
-
401
- ### Minor Changes
402
-
403
- - b69f92a: fix(token) hover styling for invalid tokens
404
-
405
- ## 7.5.0
406
-
407
- ### Minor Changes
408
-
409
- - 6700ead: This change allows consumers to specify whether or not a Link should be underlined. This work is part of our accessibility initiatives.
410
-
411
- ## 7.4.2
412
-
413
- ### Patch Changes
414
-
415
- - da247d2: update whatsapp icon
416
-
417
- ## 7.4.1
418
-
419
- ### Patch Changes
420
-
421
- - 17fcee6: Revert beta-release feature.
422
-
423
- ## 7.4.0
424
-
425
- ### Minor Changes
426
-
427
- - e1cff9d: Add beta release capability to the Racine development process.
428
-
429
- ## 7.3.8
430
-
431
- ### Patch Changes
432
-
433
- - 80f49f8: Remove npm deprecation from beta release action.
434
-
435
- ## 7.3.7
436
-
437
- ### Patch Changes
438
-
439
- - df202ec: Use Node 15 for beta-release action.
440
-
441
- ## 7.3.6
442
-
443
- ### Patch Changes
444
-
445
- - 3b01ae7: Fix NPM deprecation behavior.
446
- - f1eabea: Add registry specifier.
447
-
448
- ## 7.3.5
449
-
450
- ### Patch Changes
451
-
452
- - a929081: Fix quoting of package version in deprecate command in beta release action.
453
-
454
- ## 7.3.4
455
-
456
- ### Patch Changes
457
-
458
- - 2fa8f19: Fix beta deprecation command in beta-release action.
459
-
460
- ## 7.3.3
461
-
462
- ### Patch Changes
463
-
464
- - 4fc0375: Fix use of \$BETA_SEMVER env var.
465
-
466
- ## 7.3.2
467
-
468
- ### Patch Changes
469
-
470
- - 9e41c57: Fix auth token access in beta release action.
471
-
472
- ## 7.3.1
473
-
474
- ### Patch Changes
475
-
476
- - d5f607e: Add missing NPM token env var to beta-release action.
477
-
478
- ## 7.3.0
479
-
480
- ### Minor Changes
481
-
482
- - 80a1ed7: Update seeds-networkcolor, add WhatsApp to theme.js
483
-
484
- ## 7.2.2
485
-
486
- ### Patch Changes
487
-
488
- - 4db6157: Fix missing dash in beta-release action.
489
-
490
- ## 7.2.1
491
-
492
- ### Patch Changes
493
-
494
- - 0175581: Update beta release Github action to publish to NPM.
495
-
496
- ## 7.2.0
497
-
498
- ### Minor Changes
499
-
500
- - 4f1ea48: Add beta release Github action.
501
- - a2f7821: Added subcomponents that support common type styles recommended for product use
502
-
503
- ## 7.1.0
504
-
505
- ### Minor Changes
506
-
507
- - 0113a82: Update table components to render explicit children
508
-
509
- ## 7.0.2
510
-
511
- ### Patch Changes
512
-
513
- - 482968e: Pass inputProps to Checkbox
514
-
515
- ## 7.0.1
516
-
517
- ### Patch Changes
518
-
519
- - 145b487: Align icons within Banner components to the first line of the message, instead of centered
520
-
521
- ## 7.0.0
522
-
523
- ### Major Changes
524
-
525
- - 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
526
-
527
- ## 6.25.2
528
-
529
- ### Patch Changes
530
-
531
- - 0a8ab22: fixes yelp addition in Theme.js
532
- - 0a8ab22: Adds Yelp to theme.js file
533
-
534
- ## 6.25.1
535
-
536
- ### Patch Changes
537
-
538
- - b0b1c60: delay triggering open of modal to run async and prevent render weirdness
539
- - e97c613: Adds Yelp to theme.js file
540
-
541
- ## 6.25.0
542
-
543
- ### Minor Changes
544
-
545
- - 38b94ac: Bump up seeds packet for Yelp token addition
546
-
547
- ## 6.24.0
548
-
549
- ### Minor Changes
550
-
551
- - e5d8bcb: adds yelp star rating icon to seeds
552
-
553
- ## 6.23.0
554
-
555
- ### Minor Changes
556
-
557
- - 49cb663: Add stories icon
558
-
559
- ## 6.22.3
560
-
561
- ### Patch Changes
562
-
563
- - 4ec7f47: Removes the ARIA role of "button" from the Popout component
564
-
565
- ## 6.22.2
566
-
567
- ### Patch Changes
568
-
569
- - 7a5e031: Make the new dependencies added for the date pickers be peer vs direct dependencies.
570
-
571
- ## 6.22.1
572
-
573
- ### Patch Changes
574
-
575
- - 19d9d3f: revert Remove a11y labels changes
576
-
577
- ## 6.22.0
578
-
579
- ### Minor Changes
580
-
581
- - 6aa35b4: add filled-in cart-plus icon and rename previous cart icon to cart-plus-outline
582
-
583
- ## 6.21.0
584
-
585
- ### Minor Changes
586
-
587
- - cb6244e: make font-weight on Link configurable
588
- - cc30795: Fix issue with Popout event propagation
589
-
590
- ### Patch Changes
591
-
592
- - ea40b82: remove a11y labels and fixed tests
593
-
594
- ## 6.20.0
595
-
596
- ### Minor Changes
597
-
598
- - f0d70f5: add marketo icon
599
-
600
- ### Patch Changes
601
-
602
- - cd3d6da: update modal css to use flex for centering
603
-
604
- ## 6.19.0
605
-
606
- ### Minor Changes
607
-
608
- - 9726c45: Add export for dark theme
609
-
610
- ## 6.18.3
611
-
612
- ### Patch Changes
613
-
614
- - 3e505cf: Changes the hyphen for the null case in Numeral.js to an em dash
615
-
616
- ## 6.18.2
617
-
618
- ### Patch Changes
619
-
620
- - b2015e3: # Changes
621
-
622
- - Fix wording of abbreviation prop comment.
623
-
624
- ## 6.18.1
625
-
626
- ### Patch Changes
627
-
628
- - 4aea53e: # Changes
629
-
630
- - Update the comment for the abbreviate prop.
631
- - Move TypeProps back into index.js in order for Seeds prop table to be able to find them automatically.
632
-
633
- ## 6.18.0
634
-
635
- ### Minor Changes
636
-
637
- - 90eaa51: use "standard" when compact fails in Intl.NumberFormat
638
-
639
- ## 6.17.0
640
-
641
- ### Minor Changes
642
-
643
- - 1c45fd1: Added additional color for "Suggestion" badge
644
-
645
- ## 6.16.0
646
-
647
- ### Minor Changes
648
-
649
- - df8fd68: Added `appearance` to Input, with "secondary" being a borderless input.
650
- - fcffab0: Added `ariaLabel` to the `Button` component.
651
-
652
- ## 6.15.2
653
-
654
- ### Patch Changes
655
-
656
- - 1807bb7: Add Shopify network color from seeds packet
657
-
658
- ## 6.15.1
659
-
660
- ### Patch Changes
661
-
662
- - 1bca469: Update Racine GitHub release process to use Node v14
663
-
664
- ## 6.15.0
665
-
666
- ### Minor Changes
667
-
668
- - 9818e70: ## Improvements
669
-
670
- ### Behavior Fixes
671
-
672
- - Ensures abbreviated numbers always include 2 decimal places of precision, by default.
673
- - Ensures _decimal_ numerals show up to 2 decimal places of precision, by default.
674
- - Ensures _percent_ numerals show up to 1 decimal places of precision, by default.
675
- - Ensures _currency_ numerals always display 2 decimal places of precision - in both the display _and_ tooltip text, by default.
676
- - Makes abbreviated numerals show their _specified_ level of precision in _both_ the display text and tooltip text.
677
-
678
- ### New Features
679
-
680
- - Properly handles abbreviations in non-US locales, such as Spain, France, Brazil, and Germany.
681
- - It also handles abbreviations in _non_-[arabic](https://en.wikipedia.org/wiki/Arabic_numerals) numerals such as [Eastern Arabic](https://en.wikipedia.org/wiki/Eastern_Arabic_numerals).
682
- - Enables specifying a numeral as _currency_ by simply including the `currency` prop without the `format` prop.
683
- - Enables specifying an abbreviation threshold (different from the default value of 10000) via the `abbreviate` prop.
684
-
685
- ### Implementation Improvements
686
-
687
- - Simplifies the formatting of numbers eliminating the `numeral` [package](https://www.npmjs.com/package/numeral), by relying solely upon the built-in [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat).
688
- - Refactors away long `if-else-if` sequences.
689
- - Refactors away magic numbers.
690
-
691
- ### Implementation Fixes
692
-
693
- - Fixes the use of the `lru-memoize` [package](https://www.npmjs.com/package/lru-memoize#api) to ensure its results are properly cached.
694
-
695
- ### Other Improvements
696
-
697
- - Improves the knobs in Numeral's storybook to include more options, including an _unset_ option for the optional props.
698
-
699
- ## 6.14.1
700
-
701
- ### Patch Changes
702
-
703
- - 89dc334: Update Jenkins to use Node v14
704
-
705
- ## 6.14.0
706
-
707
- ### Minor Changes
708
-
709
- - 686fa35: # Improvements
710
-
711
- - Updates the required version of Node to v14.15.5
712
-
713
- ## 6.13.0
714
-
715
- ### Minor Changes
716
-
717
- - 73e81d1: Updates FormField to accept a labelHidden prop
718
-
719
- ## 6.12.0
720
-
721
- ### Minor Changes
722
-
723
- - e8a64f1: fix(tokeninput) add aria-describedby
724
-
725
- ### Patch Changes
726
-
727
- - 6be9173: Add gear icon
728
-
729
- ## 6.11.2
730
-
731
- ### Patch Changes
732
-
733
- - 18ff3c9: Security updates
734
- - 806b867: Fixes Arrays in Tooltips
735
-
736
- ## 6.11.1
737
-
738
- ### Patch Changes
739
-
740
- - 51604f1: Pass readOnly prop to textarea
741
-
742
- ## 6.11.0
743
-
744
- ### Minor Changes
745
-
746
- - 5c6591d: Smart aria-labels for listbox component
747
-
748
- ## 6.10.2
749
-
750
- ### Patch Changes
751
-
752
- - ba44d23: Adds Canva Icon
753
-
754
- ## 6.10.1
755
-
756
- ### Patch Changes
757
-
758
- - 5881622: Remove Collapsible animation when initially expanded
759
-
760
- ## 6.10.0
761
-
762
- ### Minor Changes
763
-
764
- - 89f4ef8: Publishes individual SVGs in NPM package
765
-
766
- ## 6.9.1
767
-
768
- ### Patch Changes
769
-
770
- - e673a62: [SEC-8155] Deploy CodeQL
771
-
772
- ## 6.9.0
773
-
774
- ### Minor Changes
775
-
776
- - e7f7eac: Added support for individual token icons in TokenInput
777
-
778
- ### Patch Changes
779
-
780
- - e7f7eac: Export TypeToastOptions
781
-
782
- ## 6.8.0
783
-
784
- ### Minor Changes
785
-
786
- - a314af7: Add whiteSpace system prop
787
-
788
- ### Patch Changes
789
-
790
- - 027eb60: Pass flex-align property into MenuItem
791
-
792
- ## 6.7.4
793
-
794
- ### Patch Changes
795
-
796
- - a2100de: Added ariaDescribedby to FormField type props
797
- - 26ea7b6: MenuCheckbox now supports indeterminate state
798
-
799
- ## 6.7.3
800
-
801
- ### Patch Changes
802
-
803
- - 4cf1346: Fixes for performance issues in Menu and OverflowList
804
-
805
- ## 6.7.2
806
-
807
- ### Patch Changes
808
-
809
- - d1b6ef7: Added aria-describedby association to FormField and other form components
810
- - 2618ece: Use aria-pressed in Switch for more accessible component
811
-
812
- ## 6.7.1
813
-
814
- ### Patch Changes
815
-
816
- - e918f98: Don't override menu item with an aria-label
817
-
818
- ## 6.7.0
819
-
820
- ### Minor Changes
821
-
822
- - 0136d44: Update TokenInput event props logic
823
-
824
- ## 6.6.0
825
-
826
- ### Minor Changes
827
-
828
- - 294759c: Add a truncated prop to the Tooltip component
829
- - 99e34cc: Add border radius token 400
830
-
831
- ## 6.5.0
832
-
833
- ### Minor Changes
834
-
835
- - 3ebb3dc: Add the ability to change the MenuGroup title's element
836
-
837
- ## 6.4.1
838
-
839
- ### Patch Changes
840
-
841
- - b131840: Export TypeToastOptions
842
-
843
- ## 6.4.0
844
-
845
- ### Minor Changes
846
-
847
- - 46e67fa: Export the MenuButtonContext so consumers can selectively close menus
848
-
849
- ## 6.3.2
850
-
851
- ### Patch Changes
852
-
853
- - 3c58977: Remove unneccessary role from Collapsible component
854
-
855
- ## 6.3.1
856
-
857
- ### Patch Changes
858
-
859
- - a5a9d29: Explicitly declared some table styles in DatePicker to prevent css stylesheet overrides on Seeds
860
-
861
- ## 6.3.0
862
-
863
- ### Minor Changes
864
-
865
- - 951dfae: Add autocomplete as a prop to tokeninput so consumers can disable when using a menu
866
-
867
- ## 6.2.1
868
-
869
- ### Patch Changes
870
-
871
- - e78d2c9: # Fix remaining node-fetch vulnerability
872
-
873
- 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`.
874
-
875
- ```
876
- yarn audit v1.21.1
877
- ┌───────────────┬──────────────────────────────────────────────────────────────┐
878
- │ low │ Denial of Service │
879
- ├───────────────┼──────────────────────────────────────────────────────────────┤
880
- │ Package │ node-fetch │
881
- ├───────────────┼──────────────────────────────────────────────────────────────┤
882
- │ Patched in │ >=2.6.1 <3.0.0-beta.1|| >= 3.0.0-beta.9 │
883
- ├───────────────┼──────────────────────────────────────────────────────────────┤
884
- │ Dependency of │ react-popper │
885
- ├───────────────┼──────────────────────────────────────────────────────────────┤
886
- │ Path │ react-popper > create-react-context > fbjs > │
887
- │ │ isomorphic-fetch > node-fetch │
888
- ├───────────────┼──────────────────────────────────────────────────────────────┤
889
- │ More info │ https://www.npmjs.com/advisories/1556 │
890
- └───────────────┴──────────────────────────────────────────────────────────────┘
891
- ```
892
-
893
- ## 6.2.0
894
-
895
- ### Minor Changes
896
-
897
- - 402e384: make Popout.Content system props overridable
898
- - 402e384: add SingleDatePicker and DateRangePicker
899
- - 402e384: add moment, moment flow types
900
-
901
- ### Patch Changes
902
-
903
- - 402e384: remove duplicate build process in watch
904
-
905
- ## 6.1.4
906
-
907
- ### Patch Changes
908
-
909
- - d10ba31: Removes double box-shadow focus state on tokenInput
910
-
911
- ## 6.1.3
912
-
913
- ### Patch Changes
914
-
915
- - c31b1d0: Update packages to handle highest priority security vulnerabilities
916
-
917
- ## 6.1.2
918
-
919
- ### Patch Changes
920
-
921
- - 6274b87: Adjust the weight of external-link-alt to match other icons
922
-
923
- ## 6.1.1
924
-
925
- ### Patch Changes
926
-
927
- - 0350000: Fix menu test broken when upgrading React Test Library
928
-
929
- ## 6.1.0
930
-
931
- ### Minor Changes
932
-
933
- - 112712b: Modify the target element a user needs to click in order to close an opened Drawer"
934
-
935
- ## 6.0.0
936
-
937
- ### Major Changes
938
-
939
- - 2e75622: # BREAKING CHANGES to the TokenInput component interface
940
-
941
- ## Changes
942
-
943
- ### Added props
944
-
945
- - `onChangeTokens?: (tokens: TypeTokenSpec[]) => void`
946
- - `onAddToken?: (tokenSpec: TypeTokenSpec) => void`
947
- - `onRemoveToken?: (tokenId: string) => void`
948
- - `onClickToken?: (e: SyntheticEvent<HTMLButtonElement>, tokenId: string) => void`
949
- - `delimiters?: string[]`
950
-
951
- ### Removed props
952
-
953
- - `onTokenClick?: (e: SyntheticEvent<HTMLButtonElement>, token: TypeTokenInputToken) => void`
954
-
955
- ### Added types
956
-
957
- - `type TypeTokenSpec = { id: string, text: string, valid?: boolean, }`
958
-
959
- ### Removed types
960
-
961
- - `type TypeTokenInputToken = { ...React.ElementConfig<typeof Token>, id: string, children: string, }`
962
-
963
- ## Discussion
964
-
965
- The semantics of `TokenInput` have been changed to pass in data - ids and token specs - instead of elements as parameters to the token handler props.
966
-
967
- Specifically, the `onTokenClick` prop has been replaced with the `onClickToken` to:
968
-
969
- 1. simply pass the id of the clicked token as opposed to an entire element;
970
- 1. be consistent with the naming of the other token-oriented props.
971
-
972
- The `TokenInput` enables either simple or fine-grained control. In most cases, you can simply use the `onChangeTokens` prop. For more control over the creation and deletion of tokens, use the `onAddToken` and `onRemoveToken` props, instead.
973
-
974
- Also, you can now specify the `delimiters` used to separate the inputted text into new tokens.
975
-
976
- ### Patch Changes
977
-
978
- - ff66ead: Update network colors to include new pinterest and linkedin values
979
-
980
- ## 5.29.3
981
-
982
- ### Patch Changes
983
-
984
- - 56c299c: Put min-width on the correct wrapper
985
-
986
- ## 5.29.2
987
-
988
- ### Patch Changes
989
-
990
- - 91e0a01: Add min-width:0 to MenuItem
991
-
992
- ## 5.29.1
993
-
994
- ### Patch Changes
995
-
996
- - a0f4217: Reverting the upgrade to react-popper
997
-
998
- ## 5.29.0
999
-
1000
- ### Minor Changes
1001
-
1002
- - 9df6933: Bumped `react-popper` to 2.2.4. This is a major version bump which migrates to Popper V2. Now, `@popperjs/core` must be installed as a peer dependency. Additionally, there were two places in the Racine `Popout` component that needed to be updated. The `scheduleUpdate` method has been renamed to `update` and returns a promise, and the `outOfBoundaries` prop has been replaced with `isReferenceHidden` and `hasPopperEscaped`. See [here](https://github.com/popperjs/react-popper/pull/333) for the full release notes.
1003
-
1004
- ## 5.28.0
1005
-
1006
- ### Minor Changes
1007
-
1008
- - e3e595e: Add opportunity type to banner component
1009
-
1010
- ## 5.27.1
1011
-
1012
- ### Patch Changes
1013
-
1014
- - a314a7b: correctly pass readOnly prop to input
1015
-
1016
- ## 5.27.0
1017
-
1018
- ### Minor Changes
1019
-
1020
- - 5ff0e02: Add onClear callback to useMultiSelect hook
1021
-
1022
- ## 5.26.2
1023
-
1024
- ### Patch Changes
1025
-
1026
- - f9ea96f: Attempt to fix OverflowList in webapp jest env
1027
-
1028
- ## 5.26.1
1029
-
1030
- ### Patch Changes
1031
-
1032
- - 8f9c842: Moves the element where a user can close the Drawer by clicking outside of it down to the first child element (the main app) from the body element. The fixes an issue where a user using the dropdown filters clicks inside it will cause the Drawer to accidentally close.
1033
-
1034
- ## 5.26.0
1035
-
1036
- ### Minor Changes
1037
-
1038
- - 1d49713: Creates fall back for color prop on Icon component used in Toast Component
1039
-
1040
- ## 5.25.0
1041
-
1042
- ### Minor Changes
1043
-
1044
- - 108b148: Updates Toast component to use more Icon options
1045
-
1046
- ## 5.24.2
1047
-
1048
- ### Patch Changes
1049
-
1050
- - 0f1c7e6: Bump seeds-networkcolor version
1051
-
1052
- ## 5.24.1
1053
-
1054
- ### Patch Changes
1055
-
1056
- - 9e0268e: fix swapped network colors
1057
-
1058
- ## 5.24.0
1059
-
1060
- ### Minor Changes
1061
-
1062
- - 1effa28: Add network colors for Salesforce, Zendesk, and Hubspot
1063
-
1064
- ## 5.23.3
1065
-
1066
- ### Patch Changes
1067
-
1068
- - 3a7df5e: Add book icon
1069
-
1070
- ## 5.23.2
1071
-
1072
- ### Patch Changes
1073
-
1074
- - c000ba1: MenuItem - allow data-qa-menu-item prop to be overriden
1075
- - ca38ab7: Various TokenInput type fixes
1076
-
1077
- ## 5.23.1
1078
-
1079
- ### Patch Changes
1080
-
1081
- - 55c3bf8: Globally export TokenInput component
1082
-
1083
- ## 5.23.0
1084
-
1085
- ### Minor Changes
1086
-
1087
- - 3e92a83: Add new TokenInput component
1088
-
1089
- ## 5.22.4
1090
-
1091
- ### Patch Changes
1092
-
1093
- - 9196d49: Add closed caption icon
1094
-
1095
- ## 5.22.3
1096
-
1097
- ### Patch Changes
1098
-
1099
- - 26b8664: Specify react-virtualized 9.18.5 to match webapp
1100
-
1101
- ## 5.22.2
1102
-
1103
- ### Patch Changes
1104
-
1105
- - 42755dd: update Input isValid prop to force boolean values in rendered elements
1106
-
1107
- ## 5.22.1
1108
-
1109
- ### Patch Changes
1110
-
1111
- - e5f8435: Fix spacing of form field title when using helper text
1112
-
1113
- ## 5.22.0
1114
-
1115
- ### Minor Changes
1116
-
1117
- - 6d29a11: make Fieldset more composable with child components
1118
-
1119
- ### Patch Changes
1120
-
1121
- - 6d29a11: add jest flow typings
1122
-
1123
- ## 5.21.0
1124
-
1125
- ### Minor Changes
1126
-
1127
- - 95b488d: Add OverflowList component
1128
-
1129
- ## 5.20.0
1130
-
1131
- ### Minor Changes
1132
-
1133
- - ab4fb13: Add Google Business Messages network color to theme
1134
-
1135
- ## 5.19.2
1136
-
1137
- ### Patch Changes
1138
-
1139
- - 1e1684d: Change children and content prop types of Tooltip to React.Node
1140
- - 73b1380: Add Layout System Props group to Text component
1141
-
1142
- ## 5.19.1
1143
-
1144
- ### Patch Changes
1145
-
1146
- - b232234: Only add aria-describedby on tooltips that are open
1147
-
1148
- ## 5.19.0
1149
-
1150
- ### Minor Changes
1151
-
1152
- - ec1dde4: Remove unused icons: `gplus`, `gplus-alt`, `pinterest-square`, `reddit-square`, `rss-square`, `twitter2`, `youtube-square`
1153
-
1154
- ### Patch Changes
1155
-
1156
- - 5010b66: Add google-business-messages icon
1157
-
1158
- ## 5.18.3
1159
-
1160
- ### Patch Changes
1161
-
1162
- - 2b30923: Add `disabled` prop for Menu.Group and Listbox.Group
1163
- - 2b30923: Design tweaks for Menu and Listbox
1164
-
1165
- ## 5.18.2
1166
-
1167
- ### Patch Changes
1168
-
1169
- - 31c5234: Update overflow props on breadcrumb component to be optional
1170
-
1171
- ## 5.18.1
1172
-
1173
- ### Patch Changes
1174
-
1175
- - c39760f: Adds disabled styles for disabled Listbox items
1176
- - c39760f: Align ListboxButton popouts to bottom-start by default
1177
- - cdfedad: Fix flow issue with “size” prop on ListboxButton
1178
-
1179
- ## 5.18.0
1180
-
1181
- ### Minor Changes
1182
-
1183
- - d6d3593: Add overflow menu capability to Breadcrumb
1184
-
1185
- ## 5.17.6
1186
-
1187
- ### Patch Changes
1188
-
1189
- - b3d2014: Make Token a non-submit button
1190
-
1191
- ## 5.17.5
1192
-
1193
- ### Patch Changes
1194
-
1195
- - 2ae8896: Set tabIndex on Checkbox input instead of container
1196
- - 7809bce: Add archive icon
1197
-
1198
- ## 5.17.4
1199
-
1200
- ### Patch Changes
1201
-
1202
- - 9a5f35e: Fix size of x icon in Toast
1203
- - db90795: EmptyState: Hide wrapping box when media is not provided
1204
-
1205
- ## 5.17.3
1206
-
1207
- ### Patch Changes
1208
-
1209
- - a0ec170: Makes EmptyState's media prop optional
1210
- - 8ef9296: Flow fix for Menu
1211
-
1212
- ## 5.17.2
1213
-
1214
- ### Patch Changes
1215
-
1216
- - 14c59ac: Minor bug fixes for Menu and Listbox
1217
-
1218
- ## 5.17.1
1219
-
1220
- ### Patch Changes
1221
-
1222
- - 35a189c: Change version of scroll-into-view-if-needed to match web app
1223
-
1224
- ## 5.17.0
1225
-
1226
- ### Minor Changes
1227
-
1228
- - ca65014: Add Menu and Listbox components
1229
-
1230
- ## 5.16.0
1231
-
1232
- ### Minor Changes
1233
-
1234
- - ac3924c: Allow styling to FormField component and clean up of qa fields
1235
-
1236
- ## 5.15.9
1237
-
1238
- ### Patch Changes
1239
-
1240
- - 1b7230b: Add Facebook Groups icon
1241
-
1242
- ## 5.15.8
1243
-
1244
- ### Patch Changes
1245
-
1246
- - 7043ff1: raw-loader is used in Toast so it needs to be a dependency
1247
- - d7016f9: Changing the default precision for the Numeral component when dealing with currencies
1248
- - bfe073a: Making the content prop on the Popout and Tooltip components optional
1249
- - c8f17c1: Add Glassdoor color
1250
- - e6c98a1: Disable interactivity for "pill" tooltips
1251
-
1252
- ## 5.15.7
1253
-
1254
- ### Patch Changes
1255
-
1256
- - 8f23014: Add Glassdoor icon
1257
-
1258
- ## 5.15.6
1259
-
1260
- ### Patch Changes
1261
-
1262
- - 8b33446: Adjusted animation on skeleton component now communicates forward progress
1263
- - 8ac502a: Toast updated to use semantic Seeds values
1264
-
1265
- ## 5.15.5
1266
-
1267
- ### Patch Changes
1268
-
1269
- - 2a29537: Fixed a small bug on checkbox where the pill variation did not have a transition on hover.
1270
- - 240ea47: Update Slack icon to match their new logo
1271
-
1272
- ## 5.15.4
1273
-
1274
- ### Patch Changes
1275
-
1276
- - 9569ba6: Adjust toast font size and alignment
1277
-
1278
- ## 5.15.3
1279
-
1280
- ### Patch Changes
1281
-
1282
- - d88ff57: Add qa attributes to Toast component
1283
-
1284
- ## 5.15.2
1285
-
1286
- ### Patch Changes
1287
-
1288
- - b9fa5ba: Update react-toastify
1289
-
1290
- ## 5.15.1
1291
-
1292
- ### Patch Changes
1293
-
1294
- - feeb946: Set correct width for toasts, regardless of content
1295
- - 20c9fd4: Fix import statement for react-toastify css
1296
-
1297
- ## 5.15.0
1298
-
1299
- ### Minor Changes
1300
-
1301
- - 8ccd0ba: Add Toast component
1302
- - 841eaee: Add Skeleton component
1303
-
1304
- ## 5.14.0
1305
-
1306
- ### Minor Changes
1307
-
1308
- - c81af7d: Make the `align`, `direction`, and `space` props of the Stack component accept responsive values
1309
-
1310
- ## 5.13.2
1311
-
1312
- ### Patch Changes
1313
-
1314
- - 051d592: Set default background color on Card
1315
-
1316
- ## 5.13.1
1317
-
1318
- ### Patch Changes
1319
-
1320
- - df2010b: Fix common `bg` prop not being respected
1321
-
1322
- ## 5.13.0
1323
-
1324
- ### Minor Changes
1325
-
1326
- - 73bac2f: Add CSS grid props to Box component
1327
-
1328
- ## 5.12.2
1329
-
1330
- ### Patch Changes
1331
-
1332
- - 5d46f54: Fix z-index bug on Card
1333
-
1334
- ## 5.12.1
1335
-
1336
- ### Patch Changes
1337
-
1338
- - 6646e97: Add Card to package exports
1339
-
1340
- ## 5.12.0
1341
-
1342
- ### Minor Changes
1343
-
1344
- - d26a365: Add a Card component
1345
-
1346
- ### Patch Changes
1347
-
1348
- - 79c0f4c: Additional condensed message spacing tweaks
1349
-
1350
- ## 5.11.0
1351
-
1352
- ### Minor Changes
1353
-
1354
- - 55b5a44: The Drawer.Closebutton is changed into a pill button instead of the default in order to highlight the hover state
1355
-
1356
- ### Patch Changes
1357
-
1358
- - 270cb4d: Spacing adjustments for Messages
1359
-
1360
- ## 5.10.0
1361
-
1362
- ### Minor Changes
1363
-
1364
- - 2462c04: Message.Footer should be nowrap when in condensed
1365
-
1366
- ## 5.9.0
1367
-
1368
- ### Minor Changes
1369
-
1370
- - 8acb826: Add `stretch` alignment option for the Stack component
1371
-
1372
- ### Patch Changes
1373
-
1374
- - 83849af: add flow types for border(Top|Bottom)(Left|Right)Radius, fix className flow type collision on styled-components common props
1375
-
1376
- ## 5.8.0
1377
-
1378
- ### Minor Changes
1379
-
1380
- - 1eab2a5: Add `trophy-outline` icon
1381
-
1382
- ## 5.7.4
1383
-
1384
- ### Patch Changes
1385
-
1386
- - d36f49a: Adjust Message.Header padding for condensed density
1387
-
1388
- 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.
1389
-
1390
- <a name="5.7.3"></a>
1391
-
1392
- ## [5.7.3](https://github.com/sproutsocial/racine/compare/v5.7.2...v5.7.3) (2020-04-13)
1393
-
1394
- <a name="5.7.2"></a>
1395
-
1396
- ## [5.7.2](https://github.com/sproutsocial/racine/compare/v5.7.1...v5.7.2) (2020-04-13)
1397
-
1398
- ### Bug Fixes
1399
-
1400
- - **Portal:** make component safe for SSR ([#780](https://github.com/sproutsocial/racine/issues/780)) ([51501c9](https://github.com/sproutsocial/racine/commit/51501c9))
1401
-
1402
- <a name="5.7.1"></a>
1403
-
1404
- ## [5.7.1](https://github.com/sproutsocial/racine/compare/v5.7.0...v5.7.1) (2020-04-09)
1405
-
1406
- ### Bug Fixes
1407
-
1408
- - **Message:** update condensed avatar size CUSTCARE-379 ([#778](https://github.com/sproutsocial/racine/issues/778)) ([317b77f](https://github.com/sproutsocial/racine/commit/317b77f))
1409
-
1410
- <a name="5.7.0"></a>
1411
-
1412
- # [5.7.0](https://github.com/sproutsocial/racine/compare/v5.6.1...v5.7.0) (2020-04-08)
1413
-
1414
- ### Features
1415
-
1416
- - **Message:** add condensed density CUSTCARE-379 ([#777](https://github.com/sproutsocial/racine/issues/777)) ([cdf5dd1](https://github.com/sproutsocial/racine/commit/cdf5dd1))
1417
-
1418
- <a name="5.6.1"></a>
1419
-
1420
- ## [5.6.1](https://github.com/sproutsocial/racine/compare/v5.6.0...v5.6.1) (2020-04-01)
1421
-
1422
- ### Bug Fixes
1423
-
1424
- - **Switch:** fix flow type definition ([#775](https://github.com/sproutsocial/racine/issues/775)) ([ede9326](https://github.com/sproutsocial/racine/commit/ede9326))
1425
-
1426
- <a name="5.6.0"></a>
1427
-
1428
- # [5.6.0](https://github.com/sproutsocial/racine/compare/v5.5.2...v5.6.0) (2020-03-31)
1429
-
1430
- ### Features
1431
-
1432
- - add standardized breakpoints for responsive props ([#764](https://github.com/sproutsocial/racine/issues/764)) ([87b8f56](https://github.com/sproutsocial/racine/commit/87b8f56))
1433
-
1434
- <a name="5.5.2"></a>
1435
-
1436
- ## [5.5.2](https://github.com/sproutsocial/racine/compare/v5.5.1...v5.5.2) (2020-03-24)
1437
-
1438
- <a name="5.5.1"></a>
1439
-
1440
- ## [5.5.1](https://github.com/sproutsocial/racine/compare/v5.5.0...v5.5.1) (2020-03-24)
1441
-
1442
- ### Bug Fixes
1443
-
1444
- - **Message:** correct innerRef prop flow type ([#772](https://github.com/sproutsocial/racine/issues/772)) ([624f1e8](https://github.com/sproutsocial/racine/commit/624f1e8))
1445
-
1446
- <a name="5.5.0"></a>
1447
-
1448
- # [5.5.0](https://github.com/sproutsocial/racine/compare/v5.4.2...v5.5.0) (2020-03-16)
1449
-
1450
- ### Bug Fixes
1451
-
1452
- - **LoaderButton:** fix secondary appearance ([#767](https://github.com/sproutsocial/racine/issues/767)) ([bc746a9](https://github.com/sproutsocial/racine/commit/bc746a9))
1453
- - **Switch:** fix “on” state ([#769](https://github.com/sproutsocial/racine/issues/769)) ([e964b3d](https://github.com/sproutsocial/racine/commit/e964b3d))
1454
-
1455
- ### Features
1456
-
1457
- - **Message:** add Avatar subcomponent ([#766](https://github.com/sproutsocial/racine/issues/766)) ([9d9eaa3](https://github.com/sproutsocial/racine/commit/9d9eaa3))
1458
-
1459
- <a name="5.4.2"></a>
1460
-
1461
- ## [5.4.2](https://github.com/sproutsocial/racine/compare/v5.4.1...v5.4.2) (2020-03-11)
1462
-
1463
- <a name="5.4.1"></a>
1464
-
1465
- ## [5.4.1](https://github.com/sproutsocial/racine/compare/v5.4.0...v5.4.1) (2020-03-09)
1466
-
1467
- <a name="5.4.0"></a>
1468
-
1469
- # [5.4.0](https://github.com/sproutsocial/racine/compare/v5.3.0...v5.4.0) (2020-03-04)
1470
-
1471
- ### Bug Fixes
1472
-
1473
- - **Avatar:** add margin 0 to image ([f4432c9](https://github.com/sproutsocial/racine/commit/f4432c9))
1474
-
1475
- ### Features
1476
-
1477
- - **Breadcrumb:** creation of the breadcrumb component ([#759](https://github.com/sproutsocial/racine/issues/759)) ([9bb78a7](https://github.com/sproutsocial/racine/commit/9bb78a7))
1478
-
1479
- <a name="5.3.0"></a>
1480
-
1481
- # [5.3.0](https://github.com/sproutsocial/racine/compare/v5.2.0...v5.3.0) (2020-03-03)
1482
-
1483
- ### Bug Fixes
1484
-
1485
- - **Banner:** switch to correct icons ([7fa53a2](https://github.com/sproutsocial/racine/commit/7fa53a2))
1486
- - **ChartLegend:** fix label text color ([#756](https://github.com/sproutsocial/racine/issues/756)) ([cd68cf9](https://github.com/sproutsocial/racine/commit/cd68cf9))
1487
-
1488
- ### Features
1489
-
1490
- - **utils:** added border radius system props ([#758](https://github.com/sproutsocial/racine/issues/758)) ([0fae6f0](https://github.com/sproutsocial/racine/commit/0fae6f0))
1491
- - add Avatar component ([#760](https://github.com/sproutsocial/racine/issues/760)) ([227c042](https://github.com/sproutsocial/racine/commit/227c042))
1492
-
1493
- <a name="5.2.0"></a>
1494
-
1495
- # [5.2.0](https://github.com/sproutsocial/racine/compare/v5.1.0...v5.2.0) (2020-02-24)
1496
-
1497
- ### Features
1498
-
1499
- - **Banner:** rename Alert to Banner, new design ([#743](https://github.com/sproutsocial/racine/issues/743)) ([571761e](https://github.com/sproutsocial/racine/commit/571761e))
1500
-
1501
- <a name="5.1.0"></a>
1502
-
1503
- # [5.1.0](https://github.com/sproutsocial/racine/compare/v5.0.0...v5.1.0) (2020-02-20)
1504
-
1505
- ### Bug Fixes
1506
-
1507
- - **icons:** fix misspelling in icon deprecation map ([5d24ca3](https://github.com/sproutsocial/racine/commit/5d24ca3))
1508
- - **icons:** update Tripadvisor Icon ([#734](https://github.com/sproutsocial/racine/issues/734)) ([a728543](https://github.com/sproutsocial/racine/commit/a728543))
1509
- - **Modal:** add flow types for Modal.Content ([#741](https://github.com/sproutsocial/racine/issues/741)) ([f2e4f42](https://github.com/sproutsocial/racine/commit/f2e4f42))
1510
-
1511
- ### Features
1512
-
1513
- - **icons:** add comment lines alt outline icon ([#747](https://github.com/sproutsocial/racine/issues/747)) ([db669a7](https://github.com/sproutsocial/racine/commit/db669a7))
1514
- - **icons:** add save assets icon ([#746](https://github.com/sproutsocial/racine/issues/746)) ([b3dedb0](https://github.com/sproutsocial/racine/commit/b3dedb0))
1515
- - **Popout:** add focusLockProps prop ([#748](https://github.com/sproutsocial/racine/issues/748)) ([3600af6](https://github.com/sproutsocial/racine/commit/3600af6))
1516
-
1517
- <a name="5.0.0"></a>
1518
-
1519
- # [5.0.0](https://github.com/sproutsocial/racine/compare/v4.6.2...v5.0.0) (2020-02-05)
1520
-
1521
- ### Chores
1522
-
1523
- - merge nectar branch into master ([#732](https://github.com/sproutsocial/racine/issues/732)) ([2362a24](https://github.com/sproutsocial/racine/commit/2362a24))
1524
-
1525
- ### BREAKING CHANGES
1526
-
1527
- - All components have now been switched over to the refreshed, "Nectar" aesthetic.
1528
-
1529
- <a name="4.6.2"></a>
1530
-
1531
- ## [4.6.2](https://github.com/sproutsocial/racine/compare/v4.6.1...v4.6.2) (2020-01-29)
1532
-
1533
- <a name="4.6.1"></a>
1534
-
1535
- ## [4.6.1](https://github.com/sproutsocial/racine/compare/v4.6.0...v4.6.1) (2020-01-28)
1536
-
1537
- <a name="4.6.0"></a>
1538
-
1539
- # [4.6.0](https://github.com/sproutsocial/racine/compare/v4.5.0...v4.6.0) (2020-01-28)
1540
-
1541
- ### Features
1542
-
1543
- - **icons:** add density control icons ([#713](https://github.com/sproutsocial/racine/issues/713)) ([2ba7e11](https://github.com/sproutsocial/racine/commit/2ba7e11))
1544
- - **icons:** add helper for including icons in new projects ([#580](https://github.com/sproutsocial/racine/issues/580)) ([ea9082d](https://github.com/sproutsocial/racine/commit/ea9082d))
1545
-
1546
- ### Performance Improvements
1547
-
1548
- - **FormField:** decrease render depth of FormField ([#714](https://github.com/sproutsocial/racine/issues/714)) ([4ec706e](https://github.com/sproutsocial/racine/commit/4ec706e))
1549
-
1550
- <a name="4.5.0"></a>
1551
-
1552
- # [4.5.0](https://github.com/sproutsocial/racine/compare/v4.4.3...v4.5.0) (2020-01-15)
1553
-
1554
- ### Bug Fixes
1555
-
1556
- - **Button:** outline and active buttons use neutral 800 ([#709](https://github.com/sproutsocial/racine/issues/709)) ([9065307](https://github.com/sproutsocial/racine/commit/9065307))
1557
- - **Message:** adjust and clean up spacing on message ([#712](https://github.com/sproutsocial/racine/issues/712)) ([1c9c41c](https://github.com/sproutsocial/racine/commit/1c9c41c))
1558
- - **Tooltip:** wire up zIndex prop ([#711](https://github.com/sproutsocial/racine/issues/711)) ([1733f62](https://github.com/sproutsocial/racine/commit/1733f62)), closes [#496](https://github.com/sproutsocial/racine/issues/496)
1559
- - **utils:** fix bad ref. to network color for fb-aud-net in theme util ([#710](https://github.com/sproutsocial/racine/issues/710)) ([03451ba](https://github.com/sproutsocial/racine/commit/03451ba))
1560
-
1561
- ### Features
1562
-
1563
- - **icons:** puzzle piece ([#706](https://github.com/sproutsocial/racine/issues/706)) ([b32263c](https://github.com/sproutsocial/racine/commit/b32263c))
1564
-
1565
- <a name="4.4.3"></a>
1566
-
1567
- ## [4.4.3](https://github.com/sproutsocial/racine/compare/v4.4.2...v4.4.3) (2020-01-13)
1568
-
1569
- ### Bug Fixes
1570
-
1571
- - **Button:** enable backface visibility on pill button ([#707](https://github.com/sproutsocial/racine/issues/707)) ([331970d](https://github.com/sproutsocial/racine/commit/331970d))
1572
- - **Message:** remove unneeded props from message button ([#708](https://github.com/sproutsocial/racine/issues/708)) ([ce8b129](https://github.com/sproutsocial/racine/commit/ce8b129))
1573
- - **Popout:** fix onClose and onOpen trigger behavior ([#705](https://github.com/sproutsocial/racine/issues/705)) ([6773ed6](https://github.com/sproutsocial/racine/commit/6773ed6))
1574
-
1575
- <a name="4.4.2"></a>
1576
-
1577
- ## [4.4.2](https://github.com/sproutsocial/racine/compare/v4.4.1...v4.4.2) (2019-12-19)
1578
-
1579
- ### Bug Fixes
1580
-
1581
- - **Popout:** revert [#695](https://github.com/sproutsocial/racine/issues/695) ([68a478c](https://github.com/sproutsocial/racine/commit/68a478c))
1582
-
1583
- <a name="4.4.1"></a>
1584
-
1585
- ## [4.4.1](https://github.com/sproutsocial/racine/compare/v4.4.0...v4.4.1) (2019-12-18)
1586
-
1587
- ### Bug Fixes
1588
-
1589
- - **Stack:** wrap items in div to isolate styles ([#702](https://github.com/sproutsocial/racine/issues/702)) ([1f7589a](https://github.com/sproutsocial/racine/commit/1f7589a))
1590
-
1591
- <a name="4.4.0"></a>
1592
-
1593
- # [4.4.0](https://github.com/sproutsocial/racine/compare/v4.3.0...v4.4.0) (2019-12-17)
1594
-
1595
- ### Bug Fixes
1596
-
1597
- - **Popout:** clean up a11y for tooltip and popout ([#695](https://github.com/sproutsocial/racine/issues/695)) ([1b6a137](https://github.com/sproutsocial/racine/commit/1b6a137))
1598
-
1599
- ### Features
1600
-
1601
- - add Stack component ([#693](https://github.com/sproutsocial/racine/issues/693)) ([be75397](https://github.com/sproutsocial/racine/commit/be75397))
1602
-
1603
- <a name="4.3.0"></a>
1604
-
1605
- # [4.3.0](https://github.com/sproutsocial/racine/compare/v4.2.0...v4.3.0) (2019-12-16)
1606
-
1607
- ### Features
1608
-
1609
- - **icons:** add dropbox and google drive icons ([74dfa52](https://github.com/sproutsocial/racine/commit/74dfa52))
1610
-
1611
- <a name="4.2.0"></a>
1612
-
1613
- # [4.2.0](https://github.com/sproutsocial/racine/compare/v4.1.2...v4.2.0) (2019-12-12)
1614
-
1615
- ### Features
1616
-
1617
- - Enable icon linting + further icon optimization ([#694](https://github.com/sproutsocial/racine/issues/694)) ([5914497](https://github.com/sproutsocial/racine/commit/5914497))
1618
-
1619
- <a name="4.1.2"></a>
1620
-
1621
- ## [4.1.2](https://github.com/sproutsocial/racine/compare/v4.1.1...v4.1.2) (2019-12-11)
1622
-
1623
- ### Bug Fixes
1624
-
1625
- - **Modal:** fix ReactModalAdapter class names ([#692](https://github.com/sproutsocial/racine/issues/692)) ([8e184cc](https://github.com/sproutsocial/racine/commit/8e184cc))
1626
-
1627
- <a name="4.1.1"></a>
1628
-
1629
- ## [4.1.1](https://github.com/sproutsocial/racine/compare/v4.1.0...v4.1.1) (2019-12-04)
1630
-
1631
- ### Bug Fixes
1632
-
1633
- - **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))
1634
-
1635
- <a name="4.1.0"></a>
1636
-
1637
- # [4.1.0](https://github.com/sproutsocial/racine/compare/v4.0.0...v4.1.0) (2019-12-03)
1638
-
1639
- ### Features
1640
-
1641
- - add Message component ([#671](https://github.com/sproutsocial/racine/issues/671)) ([1d279d4](https://github.com/sproutsocial/racine/commit/1d279d4))
1642
- - **Drawer:** drawer content should accept system props ([#686](https://github.com/sproutsocial/racine/issues/686)) ([fb93deb](https://github.com/sproutsocial/racine/commit/fb93deb))
1643
-
1644
- <a name="4.0.0"></a>
1645
-
1646
- # [4.0.0](https://github.com/sproutsocial/racine/compare/v3.36.0...v4.0.0) (2019-12-02)
1647
-
1648
- ### BREAKING CHANGES
1649
-
1650
- - Components must be wrapped in a ThemeProvider
1651
- - **Modal:** The API of the Modal component has changed. Visit Seeds for updated documentation.
1652
- - **Drawer:** The API of the Drawer component has changed. Visit Seeds for updated documentation.
1653
- - components must now be wrapped in a ThemeProvider
1654
-
1655
- ### Bug Fixes
1656
-
1657
- - remove theme object from default props ([#574](https://github.com/sproutsocial/racine/issues/574)) ([ffd5d1b](https://github.com/sproutsocial/racine/commit/ffd5d1b))
1658
- - **Checkbox:** align check when labels wrap ([3ea0861](https://github.com/sproutsocial/racine/commit/3ea0861))
1659
- - **Checkbox:** fix qa attributes ([0db753e](https://github.com/sproutsocial/racine/commit/0db753e))
1660
- - **Checkbox:** keep border when checkbox is focused ([#683](https://github.com/sproutsocial/racine/issues/683)) ([fd7aaab](https://github.com/sproutsocial/racine/commit/fd7aaab))
1661
- - **Checkbox:** refactor default checkboxes for perf ([#668](https://github.com/sproutsocial/racine/issues/668)) ([2b93677](https://github.com/sproutsocial/racine/commit/2b93677))
1662
- - **Modal:** add border to footer via system prop ([38a0dbf](https://github.com/sproutsocial/racine/commit/38a0dbf))
1663
- - **Modal:** add border top to footer ([a6e6544](https://github.com/sproutsocial/racine/commit/a6e6544))
1664
- - **Modal:** fix logic for close button ([7fb5115](https://github.com/sproutsocial/racine/commit/7fb5115))
1665
-
1666
- ### Chores
1667
-
1668
- - remove hardcoded themes ([10d44b0](https://github.com/sproutsocial/racine/commit/10d44b0))
1669
-
1670
- ### Features
1671
-
1672
- - **Drawer:** add ability to customize components further ([#667](https://github.com/sproutsocial/racine/issues/667)) ([1b4dc99](https://github.com/sproutsocial/racine/commit/1b4dc99))
1673
- - **Drawer:** remove layout opinions and header prop, add esc ke… ([#557](https://github.com/sproutsocial/racine/issues/557)) ([af3fd00](https://github.com/sproutsocial/racine/commit/af3fd00))
1674
- - **Modal:** remove opinionated modal styles ([#629](https://github.com/sproutsocial/racine/issues/629)) ([6fb5dd5](https://github.com/sproutsocial/racine/commit/6fb5dd5))
1675
- - **Select:** add innerRef to Select ([#673](https://github.com/sproutsocial/racine/issues/673)) ([fab3d79](https://github.com/sproutsocial/racine/commit/fab3d79))
1676
-
1677
- <a name="3.36.0"></a>
1678
-
1679
- # [3.36.0](https://github.com/sproutsocial/racine/compare/v3.35.3...v3.36.0) (2019-11-14)
1680
-
1681
- ### Bug Fixes
1682
-
1683
- - **Select:** fix onChange event type ([#670](https://github.com/sproutsocial/racine/issues/670)) ([da57248](https://github.com/sproutsocial/racine/commit/da57248))
1684
- - **Tabs:** add bottom border to tabs ([#656](https://github.com/sproutsocial/racine/issues/656)) ([1c7bf62](https://github.com/sproutsocial/racine/commit/1c7bf62))
1685
-
1686
- ### Features
1687
-
1688
- - **Popout:** add option to mount using portal ([#666](https://github.com/sproutsocial/racine/issues/666)) ([672e760](https://github.com/sproutsocial/racine/commit/672e760))
1689
-
1690
- <a name="3.35.3"></a>
1691
-
1692
- ## [3.35.3](https://github.com/sproutsocial/racine/compare/v3.35.2...v3.35.3) (2019-11-06)
1693
-
1694
- ### Bug Fixes
1695
-
1696
- - **Link:** add default type to links as buttons ([#665](https://github.com/sproutsocial/racine/issues/665)) ([bf0d14f](https://github.com/sproutsocial/racine/commit/bf0d14f))
1697
-
1698
- <a name="3.35.2"></a>
1699
-
1700
- ## [3.35.2](https://github.com/sproutsocial/racine/compare/v3.35.1...v3.35.2) (2019-11-05)
1701
-
1702
- <a name="3.35.1"></a>
1703
-
1704
- ## [3.35.1](https://github.com/sproutsocial/racine/compare/v3.35.0...v3.35.1) (2019-11-04)
1705
-
1706
- <a name="3.35.0"></a>
1707
-
1708
- # [3.35.0](https://github.com/sproutsocial/racine/compare/v3.34.0...v3.35.0) (2019-11-04)
1709
-
1710
- ### Bug Fixes
1711
-
1712
- - **EmptyState:** generalize subtext flow type ([#657](https://github.com/sproutsocial/racine/issues/657)) ([4589744](https://github.com/sproutsocial/racine/commit/4589744))
1713
- - **icons:** remove unused icons ([#640](https://github.com/sproutsocial/racine/issues/640)) ([3a27bef](https://github.com/sproutsocial/racine/commit/3a27bef))
1714
-
1715
- ### Features
1716
-
1717
- - **icons:** add keyboard icon ([#658](https://github.com/sproutsocial/racine/issues/658)) ([afe781b](https://github.com/sproutsocial/racine/commit/afe781b))
1718
-
1719
- <a name="3.34.0"></a>
1720
-
1721
- # [3.34.0](https://github.com/sproutsocial/racine/compare/v3.33.0...v3.34.0) (2019-10-28)
1722
-
1723
- ### Bug Fixes
1724
-
1725
- - **Link:** make selector casing consistent ([#655](https://github.com/sproutsocial/racine/issues/655)) ([830864a](https://github.com/sproutsocial/racine/commit/830864a))
1726
-
1727
- ### Features
1728
-
1729
- - **icons:** add arrow-left-line ([#653](https://github.com/sproutsocial/racine/issues/653)) ([8364a3d](https://github.com/sproutsocial/racine/commit/8364a3d))
1730
- - **icons:** add click-to-view icon ([#652](https://github.com/sproutsocial/racine/issues/652)) ([7adb673](https://github.com/sproutsocial/racine/commit/7adb673))
1731
-
1732
- <a name="3.33.0"></a>
1733
-
1734
- # [3.33.0](https://github.com/sproutsocial/racine/compare/v3.32.0...v3.33.0) (2019-10-23)
1735
-
1736
- ### Bug Fixes
1737
-
1738
- - **icons:** clean up follow-outline icon markup ([#651](https://github.com/sproutsocial/racine/issues/651)) ([3052436](https://github.com/sproutsocial/racine/commit/3052436))
1739
- - **LoaderButton:** center loader in all browsers ([#649](https://github.com/sproutsocial/racine/issues/649)) ([2c620f3](https://github.com/sproutsocial/racine/commit/2c620f3))
1740
- - **Popout:** use referenceElement to workaround memory leak ([#642](https://github.com/sproutsocial/racine/issues/642)) ([7415261](https://github.com/sproutsocial/racine/commit/7415261))
1741
-
1742
- ### Features
1743
-
1744
- - **icons:** add dislike icons ([#650](https://github.com/sproutsocial/racine/issues/650)) ([89e1f86](https://github.com/sproutsocial/racine/commit/89e1f86))
1745
- - **utils:** add cursor system prop ([#648](https://github.com/sproutsocial/racine/issues/648)) ([856e6ac](https://github.com/sproutsocial/racine/commit/856e6ac))
1746
-
1747
- <a name="3.32.0"></a>
1748
-
1749
- # [3.32.0](https://github.com/sproutsocial/racine/compare/v3.31.0...v3.32.0) (2019-10-22)
1750
-
1751
- ### Bug Fixes
1752
-
1753
- - **Collapsible:** remove default height ([#644](https://github.com/sproutsocial/racine/issues/644)) ([029462a](https://github.com/sproutsocial/racine/commit/029462a))
1754
- - align qa selectors with standards ([#635](https://github.com/sproutsocial/racine/issues/635)) ([f552594](https://github.com/sproutsocial/racine/commit/f552594))
1755
- - **icons:** asset library and asset library outline icons ([#646](https://github.com/sproutsocial/racine/issues/646)) ([0f60ec1](https://github.com/sproutsocial/racine/commit/0f60ec1))
1756
- - **Image, Numeral:** design and attribute fixes ([bba32e5](https://github.com/sproutsocial/racine/commit/bba32e5))
1757
- - **SegmentedControl, Modal, Drawer:** IE and Chrome fixes ([#647](https://github.com/sproutsocial/racine/issues/647)) ([294fab0](https://github.com/sproutsocial/racine/commit/294fab0))
1758
-
1759
- ### Features
1760
-
1761
- - **icons:** add flag outline icon ([#645](https://github.com/sproutsocial/racine/issues/645)) ([8331047](https://github.com/sproutsocial/racine/commit/8331047))
1762
-
1763
- <a name="3.31.0"></a>
1764
-
1765
- # [3.31.0](https://github.com/sproutsocial/racine/compare/v3.30.3...v3.31.0) (2019-10-17)
1766
-
1767
- ### Features
1768
-
1769
- - **icons:** add icons for images, camera story, and video camera story ([#639](https://github.com/sproutsocial/racine/issues/639)) ([6769218](https://github.com/sproutsocial/racine/commit/6769218))
1770
- - **Popout:** use react-focus-lock for focusOnContent ([#624](https://github.com/sproutsocial/racine/issues/624)) ([b0634d6](https://github.com/sproutsocial/racine/commit/b0634d6))
1771
- - **Table:** update table header alignment to default bottom ([#638](https://github.com/sproutsocial/racine/issues/638)) ([e2d9c8a](https://github.com/sproutsocial/racine/commit/e2d9c8a))
1772
-
1773
- <a name="3.30.3"></a>
1774
-
1775
- ## [3.30.3](https://github.com/sproutsocial/racine/compare/v3.30.2...v3.30.3) (2019-10-15)
1776
-
1777
- ### Bug Fixes
1778
-
1779
- - **icons:** swap triangle-nofill svg incon ([#634](https://github.com/sproutsocial/racine/issues/634)) ([fba8012](https://github.com/sproutsocial/racine/commit/fba8012))
1780
-
1781
- <a name="3.30.2"></a>
1782
-
1783
- ## [3.30.2](https://github.com/sproutsocial/racine/compare/v3.30.1...v3.30.2) (2019-10-09)
1784
-
1785
- ### Bug Fixes
1786
-
1787
- - **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))
1788
-
1789
- <a name="3.30.1"></a>
1790
-
1791
- ## [3.30.1](https://github.com/sproutsocial/racine/compare/v3.30.0...v3.30.1) (2019-10-07)
1792
-
1793
- ### Bug Fixes
1794
-
1795
- - **utils:** check for DOM environment in hooks ([#628](https://github.com/sproutsocial/racine/issues/628)) ([c1bcee6](https://github.com/sproutsocial/racine/commit/c1bcee6))
1796
-
1797
- <a name="3.30.0"></a>
1798
-
1799
- # [3.30.0](https://github.com/sproutsocial/racine/compare/v3.29.1...v3.30.0) (2019-10-04)
1800
-
1801
- ### Features
1802
-
1803
- - **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))
1804
- - **Input, Textarea:** remove readonly prop ([#627](https://github.com/sproutsocial/racine/issues/627)) ([eaf3445](https://github.com/sproutsocial/racine/commit/eaf3445))
1805
-
1806
- <a name="3.29.1"></a>
1807
-
1808
- ## [3.29.1](https://github.com/sproutsocial/racine/compare/v3.29.0...v3.29.1) (2019-10-03)
1809
-
1810
- ### Bug Fixes
1811
-
1812
- - **Input:** readonly should be optional ([#625](https://github.com/sproutsocial/racine/issues/625)) ([9e08cdf](https://github.com/sproutsocial/racine/commit/9e08cdf))
1813
-
1814
- <a name="3.29.0"></a>
1815
-
1816
- # [3.29.0](https://github.com/sproutsocial/racine/compare/v3.28.0...v3.29.0) (2019-10-03)
1817
-
1818
- ### Features
1819
-
1820
- - **Input, Textarea:** add readonly prop ([#621](https://github.com/sproutsocial/racine/issues/621)) ([31c5f1d](https://github.com/sproutsocial/racine/commit/31c5f1d))
1821
-
1822
- <a name="3.28.0"></a>
1823
-
1824
- # [3.28.0](https://github.com/sproutsocial/racine/compare/v3.27.0...v3.28.0) (2019-10-03)
1825
-
1826
- ### Bug Fixes
1827
-
1828
- - **Fieldset:** Form updates ([#617](https://github.com/sproutsocial/racine/issues/617)) ([a83a98e](https://github.com/sproutsocial/racine/commit/a83a98e))
1829
- - **icons:** updated compose icon ([9372018](https://github.com/sproutsocial/racine/commit/9372018))
1830
- - **Numeral:** use border-bottom over underline ([#615](https://github.com/sproutsocial/racine/issues/615)) ([06e91e5](https://github.com/sproutsocial/racine/commit/06e91e5))
1831
-
1832
- ### Features
1833
-
1834
- - add Toggle Icon component ([#620](https://github.com/sproutsocial/racine/issues/620)) ([6067d63](https://github.com/sproutsocial/racine/commit/6067d63))
1835
- - Automatically reposition Popout when content changes ([#619](https://github.com/sproutsocial/racine/issues/619)) ([03c74ea](https://github.com/sproutsocial/racine/commit/03c74ea))
1836
-
1837
- <a name="3.27.0"></a>
1838
-
1839
- # [3.27.0](https://github.com/sproutsocial/racine/compare/v3.26.0...v3.27.0) (2019-10-01)
1840
-
1841
- ### Bug Fixes
1842
-
1843
- - **Select:** update qa-selector for name ([#611](https://github.com/sproutsocial/racine/issues/611)) ([934639f](https://github.com/sproutsocial/racine/commit/934639f))
1844
-
1845
- ### Features
1846
-
1847
- - **ThemeProvider:** export theme ([#610](https://github.com/sproutsocial/racine/issues/610)) ([67b6638](https://github.com/sproutsocial/racine/commit/67b6638))
1848
-
1849
- <a name="3.26.0"></a>
1850
-
1851
- # [3.26.0](https://github.com/sproutsocial/racine/compare/v3.25.1...v3.26.0) (2019-09-30)
1852
-
1853
- ### Features
1854
-
1855
- - **Button:** add placeholder appearance ([ae58d95](https://github.com/sproutsocial/racine/commit/ae58d95))
1856
-
1857
- <a name="3.25.1"></a>
1858
-
1859
- ## [3.25.1](https://github.com/sproutsocial/racine/compare/v3.25.0...v3.25.1) (2019-09-30)
1860
-
1861
- ### Bug Fixes
1862
-
1863
- - Remove blur on click in Button and Link ([#608](https://github.com/sproutsocial/racine/issues/608)) ([4df721f](https://github.com/sproutsocial/racine/commit/4df721f))
1864
-
1865
- <a name="3.25.0"></a>
1866
-
1867
- # [3.25.0](https://github.com/sproutsocial/racine/compare/v3.24.0...v3.25.0) (2019-09-27)
1868
-
1869
- ### Bug Fixes
1870
-
1871
- - **KeyboardKey:** set minimum width ([#606](https://github.com/sproutsocial/racine/issues/606)) ([69803fb](https://github.com/sproutsocial/racine/commit/69803fb))
1872
-
1873
- ### Features
1874
-
1875
- - **icons:** add outline icons for bell and message ([#605](https://github.com/sproutsocial/racine/issues/605)) ([4d95352](https://github.com/sproutsocial/racine/commit/4d95352))
1876
-
1877
- <a name="3.24.0"></a>
1878
-
1879
- # [3.24.0](https://github.com/sproutsocial/racine/compare/v3.23.0...v3.24.0) (2019-09-25)
1880
-
1881
- ### Features
1882
-
1883
- - **icons:** update and add new sentiment icons ([#602](https://github.com/sproutsocial/racine/issues/602)) ([8539d4e](https://github.com/sproutsocial/racine/commit/8539d4e))
1884
-
1885
- <a name="3.23.0"></a>
1886
-
1887
- # [3.23.0](https://github.com/sproutsocial/racine/compare/v3.22.1...v3.23.0) (2019-09-24)
1888
-
1889
- ### Features
1890
-
1891
- - **Fieldset:** add Fieldset component ([#481](https://github.com/sproutsocial/racine/issues/481)) ([cbb88c0](https://github.com/sproutsocial/racine/commit/cbb88c0))
1892
- - **icons:** add outline icons for publishing ([870fdaa](https://github.com/sproutsocial/racine/commit/870fdaa))
1893
-
1894
- <a name="3.22.1"></a>
1895
-
1896
- ## [3.22.1](https://github.com/sproutsocial/racine/compare/v3.22.0...v3.22.1) (2019-09-19)
1897
-
1898
- ### Bug Fixes
1899
-
1900
- - **Token:** flow issue with default props ([#598](https://github.com/sproutsocial/racine/issues/598)) ([522c432](https://github.com/sproutsocial/racine/commit/522c432))
1901
-
1902
- <a name="3.22.0"></a>
1903
-
1904
- # [3.22.0](https://github.com/sproutsocial/racine/compare/v3.21.0...v3.22.0) (2019-09-19)
1905
-
1906
- ### Bug Fixes
1907
-
1908
- - **icons:** update TripAdvisor icon outline ([#589](https://github.com/sproutsocial/racine/issues/589)) ([0dec893](https://github.com/sproutsocial/racine/commit/0dec893))
1909
- - **EmptyState:** fix headline font size ([#596](https://github.com/sproutsocial/racine/issues/596)) ([656941d](https://github.com/sproutsocial/racine/commit/656941d))
1910
-
1911
- ### Features
1912
-
1913
- - **icons:** add user-circle icon ([#595](https://github.com/sproutsocial/racine/issues/595)) ([a1950ef](https://github.com/sproutsocial/racine/commit/a1950ef))
1914
- - **Popout:** add scheduleUpdateRef prop ([#592](https://github.com/sproutsocial/racine/issues/592)) ([ea7ec73](https://github.com/sproutsocial/racine/commit/ea7ec73))
1915
- - **Token:** Add data-qa-token attribute ([#588](https://github.com/sproutsocial/racine/issues/588)) ([9052c85](https://github.com/sproutsocial/racine/commit/9052c85))
1916
-
1917
- <a name="3.21.0"></a>
1918
-
1919
- # [3.21.0](https://github.com/sproutsocial/racine/compare/v3.20.0...v3.21.0) (2019-09-16)
1920
-
1921
- ### Bug Fixes
1922
-
1923
- - **Button, Checkbox:** add multiply blend to pill appearance ([#579](https://github.com/sproutsocial/racine/issues/579)) ([ab1cd36](https://github.com/sproutsocial/racine/commit/ab1cd36))
1924
- - **Icon:** add focusable false for IE ([#584](https://github.com/sproutsocial/racine/issues/584)) ([2da4a32](https://github.com/sproutsocial/racine/commit/2da4a32))
1925
- - **KeyboardKey:** allow system props ([#581](https://github.com/sproutsocial/racine/issues/581)) ([7eb4a09](https://github.com/sproutsocial/racine/commit/7eb4a09))
1926
- - **Tabs:** add attribute for selected state([#585](https://github.com/sproutsocial/racine/issues/585)) ([56b02d1](https://github.com/sproutsocial/racine/commit/56b02d1))
1927
- - add inputProps to Input, Select, Textarea ([#586](https://github.com/sproutsocial/racine/issues/586)) ([986239f](https://github.com/sproutsocial/racine/commit/986239f))
1928
-
1929
- ### Features
1930
-
1931
- - **Collapsible:** add offset prop ([#583](https://github.com/sproutsocial/racine/issues/583)) ([ccf387f](https://github.com/sproutsocial/racine/commit/ccf387f))
1932
- - **FormField:** add FormField component ([#326](https://github.com/sproutsocial/racine/issues/326)) ([32df1c7](https://github.com/sproutsocial/racine/commit/32df1c7))
1933
- - **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))
1934
-
1935
- <a name="3.20.0"></a>
1936
-
1937
- # [3.20.0](https://github.com/sproutsocial/racine/compare/v3.19.1...v3.20.0) (2019-09-09)
1938
-
1939
- ### Bug Fixes
1940
-
1941
- - **icons:** update TripAdvisor outline color ([#573](https://github.com/sproutsocial/racine/issues/573)) ([3a9eb92](https://github.com/sproutsocial/racine/commit/3a9eb92))
1942
- - **Select:** set select visibility ([#575](https://github.com/sproutsocial/racine/issues/575)) ([2c4e4d5](https://github.com/sproutsocial/racine/commit/2c4e4d5))
1943
-
1944
- ### Features
1945
-
1946
- - **icons:** add pause icon ([#571](https://github.com/sproutsocial/racine/issues/571)) ([3e27505](https://github.com/sproutsocial/racine/commit/3e27505))
1947
-
1948
- <a name="3.19.1"></a>
1949
-
1950
- ## [3.19.1](https://github.com/sproutsocial/racine/compare/v3.19.0...v3.19.1) (2019-09-05)
1951
-
1952
- <a name="3.19.0"></a>
1953
-
1954
- # [3.19.0](https://github.com/sproutsocial/racine/compare/v3.18.2...v3.19.0) (2019-09-05)
1955
-
1956
- ### Bug Fixes
1957
-
1958
- - **Button:** override visited styles for links ([#569](https://github.com/sproutsocial/racine/issues/569)) ([27004e9](https://github.com/sproutsocial/racine/commit/27004e9))
1959
-
1960
- ### Features
1961
-
1962
- - add EmptyState component ([#560](https://github.com/sproutsocial/racine/issues/560)) ([77f0dd3](https://github.com/sproutsocial/racine/commit/77f0dd3))
1963
-
1964
- <a name="3.18.2"></a>
1965
-
1966
- ## [3.18.2](https://github.com/sproutsocial/racine/compare/v3.18.1...v3.18.2) (2019-09-03)
1967
-
1968
- <a name="3.18.1"></a>
1969
-
1970
- ## [3.18.1](https://github.com/sproutsocial/racine/compare/v3.18.0...v3.18.1) (2019-08-28)
1971
-
1972
- ### Bug Fixes
1973
-
1974
- - add extrabold to fontWeights theme ([#555](https://github.com/sproutsocial/racine/issues/555)) ([e5ec437](https://github.com/sproutsocial/racine/commit/e5ec437))
1975
- - **Button:** add a default type ([#556](https://github.com/sproutsocial/racine/issues/556)) ([82e4116](https://github.com/sproutsocial/racine/commit/82e4116))
1976
-
1977
- <a name="3.18.0"></a>
1978
-
1979
- # [3.18.0](https://github.com/sproutsocial/racine/compare/v3.17.2...v3.18.0) (2019-08-21)
1980
-
1981
- ### Bug Fixes
1982
-
1983
- - **Button:** use themeGet for hoverColor ([#549](https://github.com/sproutsocial/racine/issues/549)) ([af076ed](https://github.com/sproutsocial/racine/commit/af076ed))
1984
- - **dependencies:** move seeds-packets to peerDependencies ([#542](https://github.com/sproutsocial/racine/issues/542)) ([db10988](https://github.com/sproutsocial/racine/commit/db10988))
1985
- - **Image:** replace deprecated lifecycle method ([#547](https://github.com/sproutsocial/racine/issues/547)) ([0c34fde](https://github.com/sproutsocial/racine/commit/0c34fde))
1986
-
1987
- ### Features
1988
-
1989
- - **icons:** add filter icon address-card ([#554](https://github.com/sproutsocial/racine/issues/554)) ([1997d2f](https://github.com/sproutsocial/racine/commit/1997d2f))
1990
- - **icons:** add follow-outline icon ([#553](https://github.com/sproutsocial/racine/issues/553)) ([10e9db7](https://github.com/sproutsocial/racine/commit/10e9db7))
1991
- - **icons:** update grip icon ([#548](https://github.com/sproutsocial/racine/issues/548)) ([7468cc2](https://github.com/sproutsocial/racine/commit/7468cc2))
1992
-
1993
- <a name="3.17.2"></a>
1994
-
1995
- ## [3.17.2](https://github.com/sproutsocial/racine/compare/v3.17.1...v3.17.2) (2019-08-13)
1996
-
1997
- ### Bug Fixes
1998
-
1999
- - **Collapsible:** fix layout in Chrome ([#546](https://github.com/sproutsocial/racine/issues/546)) ([2827c1c](https://github.com/sproutsocial/racine/commit/2827c1c))
2000
-
2001
- <a name="3.17.1"></a>
2002
-
2003
- ## [3.17.1](https://github.com/sproutsocial/racine/compare/v3.17.0...v3.17.1) (2019-08-12)
2004
-
2005
- ### Bug Fixes
2006
-
2007
- - **Button:** add back inline block style ([#545](https://github.com/sproutsocial/racine/issues/545)) ([9c9d2d5](https://github.com/sproutsocial/racine/commit/9c9d2d5))
2008
- - **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))
2009
-
2010
- <a name="3.17.0"></a>
2011
-
2012
- # [3.17.0](https://github.com/sproutsocial/racine/compare/v3.16.0...v3.17.0) (2019-08-12)
2013
-
2014
- ### Bug Fixes
2015
-
2016
- - **Collapsible:** fixed flow issue ([#537](https://github.com/sproutsocial/racine/issues/537)) ([104f8f0](https://github.com/sproutsocial/racine/commit/104f8f0))
2017
- - **Collapsible:** set hidden attribute when collapsed ([#541](https://github.com/sproutsocial/racine/issues/541)) ([5507ab6](https://github.com/sproutsocial/racine/commit/5507ab6))
2018
- - **Numeral:** fixed flow issue ([#539](https://github.com/sproutsocial/racine/issues/539)) ([fe1fc72](https://github.com/sproutsocial/racine/commit/fe1fc72))
2019
- - **Popout:** flow issues and a few dependency array mismatches ([#526](https://github.com/sproutsocial/racine/issues/526)) ([8de889e](https://github.com/sproutsocial/racine/commit/8de889e))
2020
-
2021
- ### Features
2022
-
2023
- - add pill style to Button and Checkbox ([#535](https://github.com/sproutsocial/racine/issues/535)) ([3277675](https://github.com/sproutsocial/racine/commit/3277675))
2024
- - add SegmentedControl component ([#536](https://github.com/sproutsocial/racine/issues/536)) ([17d4e1b](https://github.com/sproutsocial/racine/commit/17d4e1b))
2025
- - **Drawer:** allow drawer header customization ([#538](https://github.com/sproutsocial/racine/issues/538)) ([a4ec003](https://github.com/sproutsocial/racine/commit/a4ec003))
2026
- - **icons:** add outline icon for Saved Replies ([#540](https://github.com/sproutsocial/racine/issues/540)) ([af8190e](https://github.com/sproutsocial/racine/commit/af8190e))
2027
-
2028
- <a name="3.16.0"></a>
2029
-
2030
- # [3.16.0](https://github.com/sproutsocial/racine/compare/v3.15.0...v3.16.0) (2019-08-07)
2031
-
2032
- ### Bug Fixes
2033
-
2034
- - **Checkbox:** fix IE 11 issue ([#533](https://github.com/sproutsocial/racine/issues/533)) ([0ce2987](https://github.com/sproutsocial/racine/commit/0ce2987))
2035
-
2036
- ### Features
2037
-
2038
- - **icons:** replace unlock icon ([#534](https://github.com/sproutsocial/racine/issues/534)) ([d01e91e](https://github.com/sproutsocial/racine/commit/d01e91e))
2039
- - add Collapsible component ([#518](https://github.com/sproutsocial/racine/issues/518)) ([470b70c](https://github.com/sproutsocial/racine/commit/470b70c))
2040
-
2041
- <a name="3.15.0"></a>
2042
-
2043
- # [3.15.0](https://github.com/sproutsocial/racine/compare/v3.14.0...v3.15.0) (2019-08-06)
2044
-
2045
- ### Bug Fixes
2046
-
2047
- - **Drawer:** add height: 100% to drawer content ([#531](https://github.com/sproutsocial/racine/issues/531)) ([55ba450](https://github.com/sproutsocial/racine/commit/55ba450))
2048
- - **Tabs:** fix focus ring, active state ([#530](https://github.com/sproutsocial/racine/issues/530)) ([81a559e](https://github.com/sproutsocial/racine/commit/81a559e))
2049
-
2050
- ### Features
2051
-
2052
- - **Popout:** pass keyboard/mouse events to setIsShown ([#532](https://github.com/sproutsocial/racine/issues/532)) ([cfff713](https://github.com/sproutsocial/racine/commit/cfff713))
2053
-
2054
- <a name="3.14.0"></a>
2055
-
2056
- # [3.14.0](https://github.com/sproutsocial/racine/compare/v3.13.1...v3.14.0) (2019-08-05)
2057
-
2058
- ### Bug Fixes
2059
-
2060
- - **Numeral:** handle 0 and include some tests ([#527](https://github.com/sproutsocial/racine/issues/527)) ([5702d69](https://github.com/sproutsocial/racine/commit/5702d69))
2061
- - remove bg on link buttons, add new network colors ([#528](https://github.com/sproutsocial/racine/issues/528)) ([27317cf](https://github.com/sproutsocial/racine/commit/27317cf))
2062
-
2063
- ### Features
2064
-
2065
- - **icons:** add export icon ([#529](https://github.com/sproutsocial/racine/issues/529)) ([fdcc208](https://github.com/sproutsocial/racine/commit/fdcc208))
2066
-
2067
- <a name="3.13.1"></a>
2068
-
2069
- ## [3.13.1](https://github.com/sproutsocial/racine/compare/v3.13.0...v3.13.1) (2019-08-01)
2070
-
2071
- ### Bug Fixes
2072
-
2073
- - circle-check-inverse icon bug ([#525](https://github.com/sproutsocial/racine/issues/525)) ([a7f764b](https://github.com/sproutsocial/racine/commit/a7f764b))
2074
-
2075
- <a name="3.13.0"></a>
2076
-
2077
- # [3.13.0](https://github.com/sproutsocial/racine/compare/v3.12.1...v3.13.0) (2019-07-31)
2078
-
2079
- ### Features
2080
-
2081
- - **icons:** external-link-alt ([#519](https://github.com/sproutsocial/racine/issues/519)) ([45216b5](https://github.com/sproutsocial/racine/commit/45216b5))
2082
-
2083
- <a name="3.12.1"></a>
2084
-
2085
- ## [3.12.1](https://github.com/sproutsocial/racine/compare/v3.12.0...v3.12.1) (2019-07-30)
2086
-
2087
- ### Bug Fixes
2088
-
2089
- - **Checkbox:** block pointer events on check icon ([#517](https://github.com/sproutsocial/racine/issues/517)) ([709030b](https://github.com/sproutsocial/racine/commit/709030b))
2090
- - **Checkbox, Radio:** use primary green ([#516](https://github.com/sproutsocial/racine/issues/516)) ([e5d9e32](https://github.com/sproutsocial/racine/commit/e5d9e32))
2091
-
2092
- <a name="3.12.0"></a>
2093
-
2094
- # [3.12.0](https://github.com/sproutsocial/racine/compare/v3.11.0...v3.12.0) (2019-07-29)
2095
-
2096
- ### Features
2097
-
2098
- - add Numeral component ([#387](https://github.com/sproutsocial/racine/issues/387)) ([900ffa4](https://github.com/sproutsocial/racine/commit/900ffa4))
2099
- - **icons:** add outline icons for Nectar ([#514](https://github.com/sproutsocial/racine/issues/514)) ([97e30dd](https://github.com/sproutsocial/racine/commit/97e30dd))
2100
-
2101
- <a name="3.11.0"></a>
2102
-
2103
- # [3.11.0](https://github.com/sproutsocial/racine/compare/v3.10.1...v3.11.0) (2019-07-26)
2104
-
2105
- ### Features
2106
-
2107
- - **icons:** add tripadvisor-circle icons ([#511](https://github.com/sproutsocial/racine/issues/511)) ([2a9fac4](https://github.com/sproutsocial/racine/commit/2a9fac4))
2108
- - add LoaderButton component ([#512](https://github.com/sproutsocial/racine/issues/512)) ([0f65046](https://github.com/sproutsocial/racine/commit/0f65046))
2109
-
2110
- <a name="3.10.1"></a>
2111
-
2112
- ## [3.10.1](https://github.com/sproutsocial/racine/compare/v3.10.0...v3.10.1) (2019-07-23)
2113
-
2114
- ### Bug Fixes
2115
-
2116
- - **Text:** leave vertical padding ([#505](https://github.com/sproutsocial/racine/issues/505)) ([728be5c](https://github.com/sproutsocial/racine/commit/728be5c))
2117
-
2118
- <a name="3.10.0"></a>
2119
-
2120
- # [3.10.0](https://github.com/sproutsocial/racine/compare/v3.9.0...v3.10.0) (2019-07-23)
2121
-
2122
- ### Features
2123
-
2124
- - labels for Checkbox and Radio ([#480](https://github.com/sproutsocial/racine/issues/480)) ([5713f9e](https://github.com/sproutsocial/racine/commit/5713f9e))
2125
-
2126
- <a name="3.9.0"></a>
2127
-
2128
- # [3.9.0](https://github.com/sproutsocial/racine/compare/v3.8.0...v3.9.0) (2019-07-16)
2129
-
2130
- ### Features
2131
-
2132
- - **icons:** add sparkles-solid icon ([#492](https://github.com/sproutsocial/racine/issues/492)) ([2904c00](https://github.com/sproutsocial/racine/commit/2904c00))
2133
- - **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))
2134
-
2135
- <a name="3.8.0"></a>
2136
-
2137
- # [3.8.0](https://github.com/sproutsocial/racine/compare/v3.7.0...v3.8.0) (2019-07-15)
2138
-
2139
- ### Features
2140
-
2141
- - **icons:** add file edit icon ([#489](https://github.com/sproutsocial/racine/issues/489)) ([d9a8c01](https://github.com/sproutsocial/racine/commit/d9a8c01))
2142
-
2143
- <a name="3.7.0"></a>
2144
-
2145
- # [3.7.0](https://github.com/sproutsocial/racine/compare/v3.6.0...v3.7.0) (2019-07-11)
2146
-
2147
- ### Features
2148
-
2149
- - **Input:** add autocomplete prop ([#479](https://github.com/sproutsocial/racine/issues/479)) ([de9baf6](https://github.com/sproutsocial/racine/commit/de9baf6))
2150
- - **Popout:** improvements for fully controlled Popouts ([#483](https://github.com/sproutsocial/racine/issues/483)) ([321ae00](https://github.com/sproutsocial/racine/commit/321ae00))
2151
-
2152
- <a name="3.6.0"></a>
2153
-
2154
- # [3.6.0](https://github.com/sproutsocial/racine/compare/v3.5.0...v3.6.0) (2019-07-10)
2155
-
2156
- ### Bug Fixes
2157
-
2158
- - **Popout & Tooltip:** remove unnecessary wrapper div ([#474](https://github.com/sproutsocial/racine/issues/474)) ([b3224ec](https://github.com/sproutsocial/racine/commit/b3224ec))
2159
- - **Tabs:** fix fullWidth prop Flow type ([#473](https://github.com/sproutsocial/racine/issues/473)) ([05f3fd7](https://github.com/sproutsocial/racine/commit/05f3fd7))
2160
- - **theme:** incorrect border prop value ([#469](https://github.com/sproutsocial/racine/issues/469)) ([f7bc46b](https://github.com/sproutsocial/racine/commit/f7bc46b))
2161
- - **Tooltip:** change default tooltip fontsize from 11px to 13px ([#468](https://github.com/sproutsocial/racine/issues/468)) ([0b9cf45](https://github.com/sproutsocial/racine/commit/0b9cf45))
2162
-
2163
- ### Features
2164
-
2165
- - **Input:** added hasWarning to Input component ([#475](https://github.com/sproutsocial/racine/issues/475)) ([68821bf](https://github.com/sproutsocial/racine/commit/68821bf))
2166
-
2167
- <a name="3.5.0"></a>
2168
-
2169
- # [3.5.0](https://github.com/sproutsocial/racine/compare/v3.4.1...v3.5.0) (2019-07-08)
2170
-
2171
- ### Bug Fixes
2172
-
2173
- - **Drawer:** do not autofocus drawer contents ([#454](https://github.com/sproutsocial/racine/issues/454)) ([c2dc5f5](https://github.com/sproutsocial/racine/commit/c2dc5f5))
2174
- - **Select:** do not spread props onto arrow ([#455](https://github.com/sproutsocial/racine/issues/455)) ([82a9095](https://github.com/sproutsocial/racine/commit/82a9095))
2175
-
2176
- ### Features
2177
-
2178
- - **Input:** add onPaste handler to Input ([#465](https://github.com/sproutsocial/racine/issues/465)) ([b527b1b](https://github.com/sproutsocial/racine/commit/b527b1b))
2179
- - **Tabs:** add full width style ([#458](https://github.com/sproutsocial/racine/issues/458)) ([22a4af1](https://github.com/sproutsocial/racine/commit/22a4af1))
2180
- - **textarea:** add max length prop to textarea ([#464](https://github.com/sproutsocial/racine/issues/464)) ([a7ef18c](https://github.com/sproutsocial/racine/commit/a7ef18c))
2181
-
2182
- <a name="3.4.1"></a>
2183
-
2184
- ## [3.4.1](https://github.com/sproutsocial/racine/compare/v3.4.0...v3.4.1) (2019-07-02)
2185
-
2186
- ### Bug Fixes
2187
-
2188
- - **Tooltip:** fix flow types for web-app ([#452](https://github.com/sproutsocial/racine/issues/452)) ([4a3df5f](https://github.com/sproutsocial/racine/commit/4a3df5f))
2189
- - **Tooltip:** spread props onto tooltip container ([#447](https://github.com/sproutsocial/racine/issues/447)) ([e40a3fa](https://github.com/sproutsocial/racine/commit/e40a3fa))
2190
-
2191
- <a name="3.4.0"></a>
2192
-
2193
- # [3.4.0](https://github.com/sproutsocial/racine/compare/v3.3.1...v3.4.0) (2019-07-01)
2194
-
2195
- ### Bug Fixes
2196
-
2197
- - **theme:** add 0 shades for colors ([#446](https://github.com/sproutsocial/racine/issues/446)) ([5699915](https://github.com/sproutsocial/racine/commit/5699915))
2198
-
2199
- ### Features
2200
-
2201
- - **Drawer:** focus lock drawer ([#441](https://github.com/sproutsocial/racine/issues/441)) ([0ea2629](https://github.com/sproutsocial/racine/commit/0ea2629))
2202
-
2203
- <a name="3.3.1"></a>
2204
-
2205
- ## [3.3.1](https://github.com/sproutsocial/racine/compare/v3.3.0...v3.3.1) (2019-06-29)
2206
-
2207
- ### Bug Fixes
2208
-
2209
- - **Portal:** fix browser checks ([e8a1582](https://github.com/sproutsocial/racine/commit/e8a1582))
2210
-
2211
- <a name="3.3.0"></a>
2212
-
2213
- # [3.3.0](https://github.com/sproutsocial/racine/compare/v3.2.0...v3.3.0) (2019-06-28)
2214
-
2215
- ### Bug Fixes
2216
-
2217
- - **Drawer:** tweak styles ([#439](https://github.com/sproutsocial/racine/issues/439)) ([cef4c12](https://github.com/sproutsocial/racine/commit/cef4c12))
2218
- - **Portal:** prevent fatal errors with SSR ([#438](https://github.com/sproutsocial/racine/issues/438)) ([18ac220](https://github.com/sproutsocial/racine/commit/18ac220))
2219
- - **Tooltip:** infer content appearance from type ([#424](https://github.com/sproutsocial/racine/issues/424)) ([ded50ff](https://github.com/sproutsocial/racine/commit/ded50ff))
2220
-
2221
- ### Features
2222
-
2223
- - **icons:** add publishing failed posts icon, file-times ([#440](https://github.com/sproutsocial/racine/issues/440)) ([038c815](https://github.com/sproutsocial/racine/commit/038c815))
2224
- - **Popout:** add onOpen and onClose callbacks ([#437](https://github.com/sproutsocial/racine/issues/437)) ([fecfc1d](https://github.com/sproutsocial/racine/commit/fecfc1d))
2225
- - **theme:** add Nectar border radius shims ([#431](https://github.com/sproutsocial/racine/issues/431)) ([951866f](https://github.com/sproutsocial/racine/commit/951866f))
2226
-
2227
- <a name="3.2.0"></a>
2228
-
2229
- # [3.2.0](https://github.com/sproutsocial/racine/compare/v3.1.4...v3.2.0) (2019-06-26)
2230
-
2231
- ### Bug Fixes
2232
-
2233
- - **Modal:** suppress flow warning in web-app-core b/c of hooks ([#422](https://github.com/sproutsocial/racine/issues/422)) ([38113a2](https://github.com/sproutsocial/racine/commit/38113a2))
2234
- - **Popout:** make viewport the default boundaries, expose prop ([#405](https://github.com/sproutsocial/racine/issues/405)) ([05b3d73](https://github.com/sproutsocial/racine/commit/05b3d73))
2235
-
2236
- ### Features
2237
-
2238
- - add Tooltip component ([#361](https://github.com/sproutsocial/racine/issues/361)) ([e522dc4](https://github.com/sproutsocial/racine/commit/e522dc4))
2239
- - **Drawer:** add drawer component ([7c4bf4a](https://github.com/sproutsocial/racine/commit/7c4bf4a))
2240
- - **Modal:** make onClose optional ([#411](https://github.com/sproutsocial/racine/issues/411)) ([210419d](https://github.com/sproutsocial/racine/commit/210419d))
2241
- - **Popout:** add ability to autofocus on popout content ([#412](https://github.com/sproutsocial/racine/issues/412)) ([f1c2c5c](https://github.com/sproutsocial/racine/commit/f1c2c5c))
2242
- - **theme:** add “warning” semantic token ([#404](https://github.com/sproutsocial/racine/issues/404)) ([c684457](https://github.com/sproutsocial/racine/commit/c684457))
2243
-
2244
- <a name="3.1.4"></a>
2245
-
2246
- ## [3.1.4](https://github.com/sproutsocial/racine/compare/v3.1.3...v3.1.4) (2019-06-24)
2247
-
2248
- ### Bug Fixes
2249
-
2250
- - **icons:** update Facebook icon to latest ([#403](https://github.com/sproutsocial/racine/issues/403)) ([fae5949](https://github.com/sproutsocial/racine/commit/fae5949))
2251
- - **Input:** Remove IE clear button. fixes RS-420 ([#397](https://github.com/sproutsocial/racine/issues/397)) ([76bac23](https://github.com/sproutsocial/racine/commit/76bac23))
2252
-
2253
- <a name="3.1.3"></a>
2254
-
2255
- ## [3.1.3](https://github.com/sproutsocial/racine/compare/v3.1.2...v3.1.3) (2019-06-19)
2256
-
2257
- ### Bug Fixes
2258
-
2259
- - **icons:** fix fill issue with tripadvisor svg ([#379](https://github.com/sproutsocial/racine/issues/379)) ([1f3e5c2](https://github.com/sproutsocial/racine/commit/1f3e5c2))
2260
-
2261
- <a name="3.1.2"></a>
2262
-
2263
- ## [3.1.2](https://github.com/sproutsocial/racine/compare/v3.1.1...v3.1.2) (2019-06-18)
2264
-
2265
- ### Bug Fixes
2266
-
2267
- - add file to files ([940b9f3](https://github.com/sproutsocial/racine/commit/940b9f3))
2268
-
2269
- <a name="3.1.1"></a>
2270
-
2271
- ## [3.1.1](https://github.com/sproutsocial/racine/compare/v3.1.0...v3.1.1) (2019-06-18)
2272
-
2273
- <a name="3.1.0"></a>
2274
-
2275
- # [3.1.0](https://github.com/sproutsocial/racine/compare/v3.0.4...v3.1.0) (2019-06-18)
2276
-
2277
- ### Features
2278
-
2279
- - **icons:** add sticky-note icon ([#371](https://github.com/sproutsocial/racine/issues/371)) ([bb01292](https://github.com/sproutsocial/racine/commit/bb01292))
2280
- - **icons:** add tripadvisor icon ([#369](https://github.com/sproutsocial/racine/issues/369)) ([9783703](https://github.com/sproutsocial/racine/commit/9783703))
2281
-
2282
- <a name="3.0.4"></a>
2283
-
2284
- ## [3.0.4](https://github.com/sproutsocial/racine/compare/v3.0.3...v3.0.4) (2019-06-18)
2285
-
2286
- ### Bug Fixes
2287
-
2288
- - **Link:** forward custom “as” prop ([#362](https://github.com/sproutsocial/racine/issues/362)) ([5af9836](https://github.com/sproutsocial/racine/commit/5af9836))
2289
-
2290
- <a name="3.0.3"></a>
2291
-
2292
- ## [3.0.3](https://github.com/sproutsocial/racine/compare/v3.0.2...v3.0.3) (2019-06-17)
2293
-
2294
- ### Bug Fixes
2295
-
2296
- - **Button:** select Icons in buttons using their classname ([#351](https://github.com/sproutsocial/racine/issues/351)) ([e06408a](https://github.com/sproutsocial/racine/commit/e06408a))
2297
- - **Modal:** header rendering issue in react-hot-loader ([#352](https://github.com/sproutsocial/racine/issues/352)) ([358ad47](https://github.com/sproutsocial/racine/commit/358ad47))
2298
-
2299
- <a name="3.0.2"></a>
2300
-
2301
- ## [3.0.2](https://github.com/sproutsocial/racine/compare/v3.0.1...v3.0.2) (2019-06-13)
2302
-
2303
- ### build
2304
-
2305
- - remove webpack built output ([#349](https://github.com/sproutsocial/racine/issues/349)) ([611e979](https://github.com/sproutsocial/racine/commit/611e979))
2306
- - rename output folders for clarity ([#348](https://github.com/sproutsocial/racine/issues/348)) ([91482c6](https://github.com/sproutsocial/racine/commit/91482c6))
2307
-
2308
- ### Features
2309
-
2310
- - **icons:** add columns icon ([#350](https://github.com/sproutsocial/racine/issues/350)) ([fb1e537](https://github.com/sproutsocial/racine/commit/fb1e537))
2311
-
2312
- ### BREAKING CHANGES
2313
-
2314
- These changes are only breaking if you were accessing the undocumented internals of the package.
2315
-
2316
- - removes webpack output
2317
- - `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__`
2318
-
2319
- <a name="3.0.1"></a>
2320
-
2321
- ## [3.0.1](https://github.com/sproutsocial/racine/compare/v3.0.0...v3.0.1) (2019-06-13)
2322
-
2323
- ### Bug Fixes
2324
-
2325
- - update flow suppression comment ([#346](https://github.com/sproutsocial/racine/issues/346)) ([674a352](https://github.com/sproutsocial/racine/commit/674a352))
2326
- - **Text:** restore functionality of fontSize prop ([#347](https://github.com/sproutsocial/racine/issues/347)) ([dbe20e4](https://github.com/sproutsocial/racine/commit/dbe20e4))
2327
-
2328
- <a name="3.0.0"></a>
2329
-
2330
- # [3.0.0](https://github.com/sproutsocial/racine/compare/v2.5.0...v3.0.0) (2019-06-13)
2331
-
2332
- ### BREAKING CHANGES
2333
-
2334
- - This requires Racine to be installed with an
2335
- additional dependency. See the [Seeds docs for install instructions](https://sproutsocial.com/seeds/components/getting-started).
2336
- - **Text:** This changes the default element type for Text from
2337
- `div` to `span`. It also removes the default font size, so Text will
2338
- inherit its font size by default. Finally, the deprecated
2339
- `isItalicized`, `size` and `weight` props have been removed, and
2340
- `overflow` and `isTruncated` props have been renamed to `breakWord`
2341
- and `truncated`, respectively.
2342
- - **Modal:** The Modal component now requires a label for the
2343
- close button for accessibility.
2344
-
2345
- ### Features
2346
-
2347
- - **dependencies:** update styled-system to v5 ([#334](https://github.com/sproutsocial/racine/issues/334)) ([bd552aa](https://github.com/sproutsocial/racine/commit/bd552aa))
2348
- - **icons:** add bitly, feedly, update facebook, notifcations, dashboard ([#339](https://github.com/sproutsocial/racine/issues/339)) ([67b5781](https://github.com/sproutsocial/racine/commit/67b5781))
2349
- - **icons:** add new Compose icon ([#340](https://github.com/sproutsocial/racine/issues/340)) ([f41d5e8](https://github.com/sproutsocial/racine/commit/f41d5e8))
2350
- - add Popout component ([0d51bb7](https://github.com/sproutsocial/racine/commit/0d51bb7))
2351
- - add theme value for subtext ([#338](https://github.com/sproutsocial/racine/issues/338)) ([1516fed](https://github.com/sproutsocial/racine/commit/1516fed))
2352
- - add ThemeProvider component ([#341](https://github.com/sproutsocial/racine/issues/341)) ([feab503](https://github.com/sproutsocial/racine/commit/feab503))
2353
- - **Text:** default to span, inherit font size ([#335](https://github.com/sproutsocial/racine/issues/335)) ([5f2bd6c](https://github.com/sproutsocial/racine/commit/5f2bd6c))
2354
- - move styled components to peer dependency ([#325](https://github.com/sproutsocial/racine/issues/325)) ([b13dbbb](https://github.com/sproutsocial/racine/commit/b13dbbb))
2355
-
2356
- ### Bug Fixes
2357
-
2358
- - make height of Select and Input match ([#344](https://github.com/sproutsocial/racine/issues/344)) ([843f198](https://github.com/sproutsocial/racine/commit/843f198))
2359
- - **Input:** remove red ring in firefox ([#336](https://github.com/sproutsocial/racine/issues/336)) ([6b1f591](https://github.com/sproutsocial/racine/commit/6b1f591))
2360
- - **Modal:** add close button aria-label ([#328](https://github.com/sproutsocial/racine/issues/328)) ([694ded7](https://github.com/sproutsocial/racine/commit/694ded7))
2361
-
2362
- <a name="2.5.0"></a>
2363
-
2364
- # [2.5.0](https://github.com/sproutsocial/racine/compare/v2.4.1...v2.5.0) (2019-06-06)
2365
-
2366
- ### Bug Fixes
2367
-
2368
- - **Button:** properly align icons in buttons ([#332](https://github.com/sproutsocial/racine/issues/332)) ([24d0125](https://github.com/sproutsocial/racine/commit/24d0125))
2369
- - **Input:** add search to type prop ([#333](https://github.com/sproutsocial/racine/issues/333)) ([72a72dc](https://github.com/sproutsocial/racine/commit/72a72dc))
2370
-
2371
- ### Features
2372
-
2373
- - 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))
2374
-
2375
- <a name="2.4.1"></a>
2376
-
2377
- ## [2.4.1](https://github.com/sproutsocial/racine/compare/v2.4.0...v2.4.1) (2019-06-05)
2378
-
2379
- ### Bug Fixes
2380
-
2381
- - **Button:** remove hover state from default theme ([#329](https://github.com/sproutsocial/racine/issues/329)) ([e88834b](https://github.com/sproutsocial/racine/commit/e88834b))
2382
-
2383
- <a name="2.4.0"></a>
2384
-
2385
- # [2.4.0](https://github.com/sproutsocial/racine/compare/v2.3.0...v2.4.0) (2019-05-28)
2386
-
2387
- ### Bug Fixes
2388
-
2389
- - **system-props:** output line height after font size ([#327](https://github.com/sproutsocial/racine/issues/327)) ([5b7118b](https://github.com/sproutsocial/racine/commit/5b7118b))
2390
-
2391
- ### Features
2392
-
2393
- - add semantic theme values ([c4d5b8e](https://github.com/sproutsocial/racine/commit/c4d5b8e))
2394
-
2395
- <a name="2.3.0"></a>
2396
-
2397
- # [2.3.0](https://github.com/sproutsocial/racine/compare/v2.2.2...v2.3.0) (2019-05-20)
2398
-
2399
- ### Features
2400
-
2401
- - **icons:** add recommendation icon ([#321](https://github.com/sproutsocial/racine/issues/321)) ([f73470b](https://github.com/sproutsocial/racine/commit/f73470b))
2402
- - **Modal:** expose COMMON system props ([#322](https://github.com/sproutsocial/racine/issues/322)) ([79e691e](https://github.com/sproutsocial/racine/commit/79e691e))
2403
-
2404
- <a name="2.2.2"></a>
2405
-
2406
- ## [2.2.2](https://github.com/sproutsocial/racine/compare/v2.2.1...v2.2.2) (2019-05-16)
2407
-
2408
- ### Bug Fixes
2409
-
2410
- - **Box:** FlowIssue Box component ([#318](https://github.com/sproutsocial/racine/issues/318)) ([2691128](https://github.com/sproutsocial/racine/commit/2691128))
2411
-
2412
- <a name="2.2.1"></a>
2413
-
2414
- ## [2.2.1](https://github.com/sproutsocial/racine/compare/v2.2.0...v2.2.1) (2019-05-15)
2415
-
2416
- <a name="2.2.0"></a>
2417
-
2418
- # [2.2.0](https://github.com/sproutsocial/racine/compare/v2.1.0...v2.2.0) (2019-05-15)
2419
-
2420
- ### Bug Fixes
2421
-
2422
- - add reset styles for Box and Button ([#304](https://github.com/sproutsocial/racine/issues/304)) ([974eda6](https://github.com/sproutsocial/racine/commit/974eda6))
2423
- - IE 11 issues for Icon, Checkbox, and Select ([#306](https://github.com/sproutsocial/racine/issues/306)) ([8674cda](https://github.com/sproutsocial/racine/commit/8674cda))
2424
- - **Box:** forward refs to component ([#313](https://github.com/sproutsocial/racine/issues/313)) ([291fb68](https://github.com/sproutsocial/racine/commit/291fb68))
2425
- - **Button:** apply icon line height to Button ([#303](https://github.com/sproutsocial/racine/issues/303)) ([30ce806](https://github.com/sproutsocial/racine/commit/30ce806))
2426
- - **Modal:** fix rendering on IE 11 and with forms ([228676d](https://github.com/sproutsocial/racine/commit/228676d))
2427
- - **Radio:** fix IE 11 styles ([#308](https://github.com/sproutsocial/racine/issues/308)) ([53b58e3](https://github.com/sproutsocial/racine/commit/53b58e3))
2428
- - **Switch:** spread down QA prop ([#312](https://github.com/sproutsocial/racine/issues/312)) ([39bebee](https://github.com/sproutsocial/racine/commit/39bebee))
2429
- - **TableRowAccordion:** onToggle fires twice ([#310](https://github.com/sproutsocial/racine/issues/310)) ([c2f9564](https://github.com/sproutsocial/racine/commit/c2f9564))
2430
- - **Text:** do not pass non-strings to QA prop ([#314](https://github.com/sproutsocial/racine/issues/314)) ([91f503d](https://github.com/sproutsocial/racine/commit/91f503d))
2431
-
2432
- ### Features
2433
-
2434
- - **Portal:** add portal helper component ([#295](https://github.com/sproutsocial/racine/issues/295)) ([f9654bd](https://github.com/sproutsocial/racine/commit/f9654bd))
2435
-
2436
- <a name="2.1.0"></a>
2437
-
2438
- # [2.1.0](https://github.com/sproutsocial/racine/compare/v2.0.0...v2.1.0) (2019-04-24)
2439
-
2440
- ### Bug Fixes
2441
-
2442
- - missing border-radius system prop ([cbafec9](https://github.com/sproutsocial/racine/commit/cbafec9))
2443
-
2444
- ### Features
2445
-
2446
- - add [@storybook](https://github.com/storybook)/knobs integration ([#290](https://github.com/sproutsocial/racine/issues/290)) ([da9f7a4](https://github.com/sproutsocial/racine/commit/da9f7a4))
2447
-
2448
- <a name="2.0.0"></a>
2449
-
2450
- # [2.0.0](https://github.com/sproutsocial/racine/compare/v1.4.0...v2.0.0) (2019-04-24)
2451
-
2452
- ### Documentation
2453
-
2454
- - replace custom app with Storybook ([#289](https://github.com/sproutsocial/racine/issues/289)) ([ccf3890](https://github.com/sproutsocial/racine/commit/ccf3890))
2455
-
2456
- ### BREAKING CHANGES
2457
-
2458
- - 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.
2459
-
2460
- <a name="1.4.0"></a>
2461
-
2462
- # [1.4.0](https://github.com/sproutsocial/racine/compare/v1.3.0...v1.4.0) (2019-04-23)
2463
-
2464
- ### Bug Fixes
2465
-
2466
- - **accessibility:** remove title element from icons ([#282](https://github.com/sproutsocial/racine/issues/282)) ([8478d10](https://github.com/sproutsocial/racine/commit/8478d10))
2467
-
2468
- ### Features
2469
-
2470
- - **icons:** add recommendation icon ([#286](https://github.com/sproutsocial/racine/issues/286)) ([0d0ea31](https://github.com/sproutsocial/racine/commit/0d0ea31))
2471
- - **modal:** add customizable z-index ([#287](https://github.com/sproutsocial/racine/issues/287)) ([9e4a593](https://github.com/sproutsocial/racine/commit/9e4a593))
2472
-
2473
- <a name="1.3.0"></a>
2474
-
2475
- # [1.3.0](https://github.com/sproutsocial/racine/compare/v1.2.9...v1.3.0) (2019-04-18)
2476
-
2477
- ### Bug Fixes
2478
-
2479
- - fix bug with border system props ([#284](https://github.com/sproutsocial/racine/issues/284)) ([c46386c](https://github.com/sproutsocial/racine/commit/c46386c))
2480
-
2481
- ### Features
2482
-
2483
- - **icons:** add google-my-business icon ([#283](https://github.com/sproutsocial/racine/issues/283)) ([f7b0e2c](https://github.com/sproutsocial/racine/commit/f7b0e2c))
2484
-
2485
- <a name="1.2.9"></a>
2486
-
2487
- ## [1.2.9](https://github.com/sproutsocial/racine/compare/v1.2.8...v1.2.9) (2019-04-12)
2488
-
2489
- <a name="1.2.8"></a>
2490
-
2491
- ## [1.2.8](https://github.com/sproutsocial/racine/compare/v1.2.7...v1.2.8) (2019-04-12)
2492
-
2493
- <a name="1.2.7"></a>
2494
-
2495
- ## [1.2.7](https://github.com/sproutsocial/racine/compare/v1.2.6...v1.2.7) (2019-04-10)
2496
-
2497
- ### Bug Fixes
2498
-
2499
- - **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)
2500
- - rename borders theme key to borderWidths ([#274](https://github.com/sproutsocial/racine/issues/274)) ([e20792f](https://github.com/sproutsocial/racine/commit/e20792f))
2501
-
2502
- <a name="1.2.6"></a>
2503
-
2504
- ## [1.2.6](https://github.com/sproutsocial/racine/compare/v1.2.5...v1.2.6) (2019-04-09)
2505
-
2506
- ### Bug Fixes
2507
-
2508
- - 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))
2509
-
2510
- <a name="1.2.5"></a>
2511
-
2512
- ## [1.2.5](https://github.com/sproutsocial/racine/compare/v1.2.4...v1.2.5) (2019-04-04)
2513
-
2514
- ### Bug Fixes
2515
-
2516
- - **checkbox:** remove class name ([#269](https://github.com/sproutsocial/racine/issues/269)) ([b859bab](https://github.com/sproutsocial/racine/commit/b859bab))
2517
-
2518
- <a name="1.2.4"></a>
2519
-
2520
- ## [1.2.4](https://github.com/sproutsocial/racine/compare/v1.2.3...v1.2.4) (2019-04-04)
2521
-
2522
- ### Bug Fixes
2523
-
2524
- - adjust focus and disabled states ([#268](https://github.com/sproutsocial/racine/issues/268)) ([66b3963](https://github.com/sproutsocial/racine/commit/66b3963))
2525
-
2526
- <a name="1.2.3"></a>
2527
-
2528
- ## [1.2.3](https://github.com/sproutsocial/racine/compare/v1.2.2...v1.2.3) (2019-04-03)
2529
-
2530
- ### Bug Fixes
2531
-
2532
- - remove HTML tags from prop descriptions ([ee8d62a](https://github.com/sproutsocial/racine/commit/ee8d62a))
2533
-
2534
- <a name="1.2.2"></a>
2535
-
2536
- ## [1.2.2](https://github.com/sproutsocial/racine/compare/v1.2.1...v1.2.2) (2019-04-03)
2537
-
2538
- ### Bug Fixes
2539
-
2540
- - **forms:** add refs to textarea and input ([367eb81](https://github.com/sproutsocial/racine/commit/367eb81))
2541
-
2542
- <a name="1.2.1"></a>
2543
-
2544
- ## [1.2.1](https://github.com/sproutsocial/racine/compare/v1.2.0...v1.2.1) (2019-04-03)
2545
-
2546
- <a name="1.2.0"></a>
2547
-
2548
- # [1.2.0](https://github.com/sproutsocial/racine/compare/v1.1.0...v1.2.0) (2019-04-02)
2549
-
2550
- ### Bug Fixes
2551
-
2552
- - **link:** change link colors to current Sprout style ([#265](https://github.com/sproutsocial/racine/issues/265)) ([9351099](https://github.com/sproutsocial/racine/commit/9351099))
2553
-
2554
- ### Features
2555
-
2556
- - **forms:** add form components ([c1b1381](https://github.com/sproutsocial/racine/commit/c1b1381))
2557
-
2558
- <a name="1.1.0"></a>
2559
-
2560
- # [1.1.0](https://github.com/sproutsocial/racine/compare/v1.0.0...v1.1.0) (2019-03-28)
2561
-
2562
- ### Features
2563
-
2564
- - **modal:** add Modal component ([4989ffb](https://github.com/sproutsocial/racine/commit/4989ffb))
2565
-
2566
- <a name="1.0.0"></a>
2567
-
2568
- # [1.0.0](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.25...v1.0.0) (2019-03-20)
2569
-
2570
- ### Bug Fixes
2571
-
2572
- - prepare for 1.0.0 ([b812bca](https://github.com/sproutsocial/racine/commit/b812bca))
2573
-
2574
- ### Features
2575
-
2576
- - **icons:** add eye slash icon ([#261](https://github.com/sproutsocial/racine/issues/261)) ([cdfe612](https://github.com/sproutsocial/racine/commit/cdfe612))
2577
-
2578
- <a name="1.0.0-beta.25"></a>
2579
-
2580
- # [1.0.0-beta.25](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2019-03-19)
2581
-
2582
- <a name="1.0.0-beta.24"></a>
2583
-
2584
- # [1.0.0-beta.24](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2019-03-18)
2585
-
2586
- ### Bug Fixes
2587
-
2588
- - **Link:** reset bg color when Link is rendered as a button ([#258](https://github.com/sproutsocial/racine/issues/258)) ([30bda7d](https://github.com/sproutsocial/racine/commit/30bda7d))
2589
-
2590
- ### Features
2591
-
2592
- - **icons:** add star-half icon ([#254](https://github.com/sproutsocial/racine/issues/254)) ([b6dcb97](https://github.com/sproutsocial/racine/commit/b6dcb97))
2593
- - **tabs:** new tabs component ([#243](https://github.com/sproutsocial/racine/issues/243)) ([7e71b98](https://github.com/sproutsocial/racine/commit/7e71b98))
2594
-
2595
- <a name="1.0.0-beta.23"></a>
2596
-
2597
- # [1.0.0-beta.23](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2019-03-15)
2598
-
2599
- ### Features
2600
-
2601
- - **icons:** add story icons ([#253](https://github.com/sproutsocial/racine/issues/253)) ([0937aff](https://github.com/sproutsocial/racine/commit/0937aff))
2602
-
2603
- <a name="1.0.0-beta.22"></a>
2604
-
2605
- # [1.0.0-beta.22](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2019-03-14)
2606
-
2607
- ### Features
2608
-
2609
- - add Token component ([#251](https://github.com/sproutsocial/racine/issues/251)) ([0677d54](https://github.com/sproutsocial/racine/commit/0677d54))
2610
-
2611
- <a name="1.0.0-beta.21"></a>
2612
-
2613
- # [1.0.0-beta.21](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2019-03-13)
2614
-
2615
- ### Bug Fixes
2616
-
2617
- - **Switch:** pass the event onClick ([#252](https://github.com/sproutsocial/racine/issues/252)) ([bf9313b](https://github.com/sproutsocial/racine/commit/bf9313b))
2618
-
2619
- <a name="1.0.0-beta.20"></a>
2620
-
2621
- # [1.0.0-beta.20](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2019-03-12)
2622
-
2623
- ### Features
2624
-
2625
- - **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))
2626
-
2627
- <a name="1.0.0-beta.19"></a>
2628
-
2629
- # [1.0.0-beta.19](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-03-12)
2630
-
2631
- ### Features
2632
-
2633
- - **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))
2634
- - add Switch component ([#244](https://github.com/sproutsocial/racine/issues/244)) ([8a5ab3d](https://github.com/sproutsocial/racine/commit/8a5ab3d))
2635
-
2636
- <a name="1.0.0-beta.18"></a>
2637
-
2638
- # [1.0.0-beta.18](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2019-03-11)
2639
-
2640
- ### Bug Fixes
2641
-
2642
- - remove prop type objects from Badge and Link ([#240](https://github.com/sproutsocial/racine/issues/240)) ([183199a](https://github.com/sproutsocial/racine/commit/183199a))
2643
- - **icon:** oprimize instagram icon ([#249](https://github.com/sproutsocial/racine/issues/249)) ([d4bb1c5](https://github.com/sproutsocial/racine/commit/d4bb1c5))
2644
- - **Image:** fix accessibility and add alt-text rule ([#247](https://github.com/sproutsocial/racine/issues/247)) ([0de8770](https://github.com/sproutsocial/racine/commit/0de8770))
2645
-
2646
- ### Features
2647
-
2648
- - **Button:** add default font stack update focus outline ([#245](https://github.com/sproutsocial/racine/issues/245)) ([ab06e64](https://github.com/sproutsocial/racine/commit/ab06e64))
2649
- - **Link:** add default font stack, inherit font size ([#246](https://github.com/sproutsocial/racine/issues/246)) ([5b66265](https://github.com/sproutsocial/racine/commit/5b66265))
2650
-
2651
- <a name="1.0.0-beta.17"></a>
2652
-
2653
- # [1.0.0-beta.17](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2019-03-06)
2654
-
2655
- ### Bug Fixes
2656
-
2657
- - **badge:** remove prop type objects ([#238](https://github.com/sproutsocial/racine/issues/238)) ([767447e](https://github.com/sproutsocial/racine/commit/767447e))
2658
-
2659
- <a name="1.0.0-beta.16"></a>
2660
-
2661
- # [1.0.0-beta.16](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2019-03-06)
2662
-
2663
- ### Bug Fixes
2664
-
2665
- - **Badge:** freeze enum objects ([#237](https://github.com/sproutsocial/racine/issues/237)) ([7883030](https://github.com/sproutsocial/racine/commit/7883030))
2666
-
2667
- <a name="1.0.0-beta.15"></a>
2668
-
2669
- # [1.0.0-beta.15](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2019-03-06)
2670
-
2671
- ### Features
2672
-
2673
- - **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))
2674
-
2675
- <a name="1.0.0-beta.14"></a>
2676
-
2677
- # [1.0.0-beta.14](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2019-03-04)
2678
-
2679
- ### Features
2680
-
2681
- - add Button component ([#224](https://github.com/sproutsocial/racine/issues/224)) ([78f0a9f](https://github.com/sproutsocial/racine/commit/78f0a9f))
2682
- - **Button:** add aria tag, minor tweaks based on Link component ([#235](https://github.com/sproutsocial/racine/issues/235)) ([c03aad1](https://github.com/sproutsocial/racine/commit/c03aad1))
2683
- - **Button:** apply current Sprout color theme to Button ([#231](https://github.com/sproutsocial/racine/issues/231)) ([96e2885](https://github.com/sproutsocial/racine/commit/96e2885))
2684
- - add Link component ([#234](https://github.com/sproutsocial/racine/issues/234)) ([6e1d801](https://github.com/sproutsocial/racine/commit/6e1d801))
2685
-
2686
- <a name="1.0.0-beta.13"></a>
2687
-
2688
- # [1.0.0-beta.13](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2019-02-25)
2689
-
2690
- ### Features
2691
-
2692
- - **icon:** add play icon ([ef9b7aa](https://github.com/sproutsocial/racine/commit/ef9b7aa))
2693
-
2694
- <a name="1.0.0-beta.12"></a>
2695
-
2696
- # [1.0.0-beta.12](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2019-02-22)
2697
-
2698
- ### Features
2699
-
2700
- - **icons:** add spike alert icon ([#225](https://github.com/sproutsocial/racine/issues/225)) ([9de5c09](https://github.com/sproutsocial/racine/commit/9de5c09))
2701
- - **icons:** replace filter with sliders-h ([#223](https://github.com/sproutsocial/racine/issues/223)) ([e5c9987](https://github.com/sproutsocial/racine/commit/e5c9987))
2702
-
2703
- <a name="1.0.0-beta.11"></a>
2704
-
2705
- # [1.0.0-beta.11](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2019-02-21)
2706
-
2707
- ### Bug Fixes
2708
-
2709
- - **dependencies:** remove svg-to-dataurl dependency ([#221](https://github.com/sproutsocial/racine/issues/221)) ([1ebb77c](https://github.com/sproutsocial/racine/commit/1ebb77c))
2710
- - **Radio:** fix line break issue ([#222](https://github.com/sproutsocial/racine/issues/222)) ([db46f89](https://github.com/sproutsocial/racine/commit/db46f89))
2711
-
2712
- <a name="1.0.0-beta.10"></a>
2713
-
2714
- # [1.0.0-beta.10](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2019-02-20)
2715
-
2716
- ### Features
2717
-
2718
- - **icons:** fix filter + add cloud ([#219](https://github.com/sproutsocial/racine/issues/219)) ([a436f14](https://github.com/sproutsocial/racine/commit/a436f14))
2719
-
2720
- <a name="1.0.0-beta.9"></a>
2721
-
2722
- # [1.0.0-beta.9](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2019-02-20)
2723
-
2724
- ### Features
2725
-
2726
- - **icons:** add icons for filtering ([#216](https://github.com/sproutsocial/racine/issues/216)) ([0963a93](https://github.com/sproutsocial/racine/commit/0963a93))
2727
- - **icons:** create "Unlink" icon ([#218](https://github.com/sproutsocial/racine/issues/218)) ([cca7252](https://github.com/sproutsocial/racine/commit/cca7252))
2728
-
2729
- <a name="1.0.0-beta.8"></a>
2730
-
2731
- # [1.0.0-beta.8](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2019-02-20)
2732
-
2733
- <a name="1.0.0-beta.7"></a>
2734
-
2735
- # [1.0.0-beta.7](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2019-02-20)
2736
-
2737
- ### Bug Fixes
2738
-
2739
- - **Icon:** fix typo ([#214](https://github.com/sproutsocial/racine/issues/214)) ([db6c71e](https://github.com/sproutsocial/racine/commit/db6c71e))
2740
-
2741
- <a name="1.0.0-beta.6"></a>
2742
-
2743
- # [1.0.0-beta.6](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2019-02-20)
2744
-
2745
- ### Bug Fixes
2746
-
2747
- - **icons:** replace trend arrow icons with new svgs ([#213](https://github.com/sproutsocial/racine/issues/213)) ([1a6d6f7](https://github.com/sproutsocial/racine/commit/1a6d6f7))
2748
- - **theme:** fix shadows variable typo ([#215](https://github.com/sproutsocial/racine/issues/215)) ([69f44c4](https://github.com/sproutsocial/racine/commit/69f44c4))
2749
-
2750
- <a name="1.0.0-beta.5"></a>
2751
-
2752
- # [1.0.0-beta.5](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2019-02-18)
2753
-
2754
- ### Bug Fixes
2755
-
2756
- - revert 34fa3ff0020b3f988ca210f3fe5fb0a575506b98 ([#212](https://github.com/sproutsocial/racine/issues/212)) ([5795961](https://github.com/sproutsocial/racine/commit/5795961))
2757
-
2758
- <a name="1.0.0-beta.4"></a>
2759
-
2760
- # [1.0.0-beta.4](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2019-02-14)
2761
-
2762
- ### Bug Fixes
2763
-
2764
- - **Icon:** fix IE 11 hack ([#209](https://github.com/sproutsocial/racine/issues/209)) ([37b512e](https://github.com/sproutsocial/racine/commit/37b512e))
2765
-
2766
- <a name="1.0.0-beta.3"></a>
2767
-
2768
- # [1.0.0-beta.3](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2019-02-14)
2769
-
2770
- ### Bug Fixes
2771
-
2772
- - **Icon:** add pdf and IE 11 fix back in ([#202](https://github.com/sproutsocial/racine/issues/202)) ([41a9cad](https://github.com/sproutsocial/racine/commit/41a9cad))
2773
- - **theme:** theme.shadows property name ([#201](https://github.com/sproutsocial/racine/issues/201)) ([a05ca8f](https://github.com/sproutsocial/racine/commit/a05ca8f))
2774
- - revert c132148849ccbe61569f588e04d748db0b5ebaf4 ([#207](https://github.com/sproutsocial/racine/issues/207)) ([34fa3ff](https://github.com/sproutsocial/racine/commit/34fa3ff))
2775
-
2776
- <a name="1.0.0-beta.2"></a>
2777
-
2778
- # [1.0.0-beta.2](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2019-02-12)
2779
-
2780
- ### Features
2781
-
2782
- - convert Alert, ChartLegend, Loader, Radio, Checkbox, Table, TableCell, TableHeaderCell, TableRowAccordion, Text, and Textarea to styled components ([c132148](https://github.com/sproutsocial/racine/commit/c132148))
2783
-
2784
- <a name="1.0.0-beta.1"></a>
2785
-
2786
- # [1.0.0-beta.1](https://github.com/sproutsocial/racine/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2019-02-07)
2787
-
2788
- ### Bug Fixes
2789
-
2790
- - **Indicator:** fix a11y ([#198](https://github.com/sproutsocial/racine/issues/198)) ([80877a7](https://github.com/sproutsocial/racine/commit/80877a7))
2791
-
2792
- ### Features
2793
-
2794
- - convert CharacterCounter, Icon, Image, Indicator, KeyboardKey, and ToggleHint to styled components ([36a0a5c](https://github.com/sproutsocial/racine/commit/36a0a5c))
2795
-
2796
- <a name="1.0.0-beta.0"></a>
2797
-
2798
- # [1.0.0-beta.0](https://github.com/sproutsocial/racine/compare/v0.3.3...v1.0.0-beta.0) (2019-02-05)
2799
-
2800
- ### Features
2801
-
2802
- - **dependencies:** add styled-components & styled-system ([0218df6](https://github.com/sproutsocial/racine/commit/0218df6))
2803
-
2804
- <a name="0.3.3"></a>
2805
-
2806
- ## [0.3.3](https://github.com/sproutsocial/racine/compare/v0.3.2...v0.3.3) (2019-01-15)
2807
-
2808
- ### Features
2809
-
2810
- - add Table component ([#160](https://github.com/sproutsocial/racine/issues/160)) ([047e743](https://github.com/sproutsocial/racine/commit/047e743))
2811
- - **icons:** update Google Analytics icons ([#194](https://github.com/sproutsocial/racine/issues/194)) ([e234d7f](https://github.com/sproutsocial/racine/commit/e234d7f))
2812
-
2813
- <a name="0.3.2"></a>
2814
-
2815
- ## [0.3.2](https://github.com/sproutsocial/racine/compare/v0.3.1...v0.3.2) (2018-12-07)
2816
-
2817
- ### Features
2818
-
2819
- - **icons:** add share icon ([#191](https://github.com/sproutsocial/racine/issues/191)) ([39d9eb5](https://github.com/sproutsocial/racine/commit/39d9eb5))
2820
-
2821
- <a name="0.3.1"></a>
2822
-
2823
- ## [0.3.1](https://github.com/sproutsocial/racine/compare/v0.3.0...v0.3.1) (2018-12-07)
2824
-
2825
- ### Features
2826
-
2827
- - **icons:** add publishing times icon ([#190](https://github.com/sproutsocial/racine/issues/190)) ([60836e6](https://github.com/sproutsocial/racine/commit/60836e6))
2828
-
2829
- <a name="0.3.0"></a>
2830
-
2831
- # [0.3.0](https://github.com/sproutsocial/racine/compare/v0.2.41...v0.3.0) (2018-12-04)
2832
-
2833
- ### Bug Fixes
2834
-
2835
- - **Alert:** adds min width to icon in Alert component for IE11 ([#187](https://github.com/sproutsocial/racine/issues/187)) ([cf6ff41](https://github.com/sproutsocial/racine/commit/cf6ff41))
2836
-
2837
- ### Chores
2838
-
2839
- - upgrade react-scripts, babel ([#186](https://github.com/sproutsocial/racine/issues/186)) ([dda2ecc](https://github.com/sproutsocial/racine/commit/dda2ecc))
2840
-
2841
- ### BREAKING CHANGES
2842
-
2843
- - the upgrade of babel changed the components' outputs
2844
-
2845
- <a name="0.2.41"></a>
2846
-
2847
- ## [0.2.41](https://github.com/sproutsocial/racine/compare/v0.2.40...v0.2.41) (2018-12-03)
2848
-
2849
- <a name="0.2.40"></a>
2850
-
2851
- ## [0.2.40](https://github.com/sproutsocial/racine/compare/v0.2.39...v0.2.40) (2018-12-03)
2852
-
2853
- <a name="0.2.39"></a>
2854
-
2855
- ## [0.2.39](https://github.com/sproutsocial/racine/compare/v0.2.38...v0.2.39) (2018-11-30)
2856
-
2857
- ### Features
2858
-
2859
- - add ChartLegend component ([#181](https://github.com/sproutsocial/racine/issues/181)) ([6444a3f](https://github.com/sproutsocial/racine/commit/6444a3f))
2860
-
2861
- <a name="0.2.38"></a>
2862
-
2863
- ## [0.2.38](https://github.com/sproutsocial/racine/compare/v0.2.37...v0.2.38) (2018-11-29)
2864
-
2865
- ### Features
2866
-
2867
- - **icons:** story icon ([#183](https://github.com/sproutsocial/racine/issues/183)) ([19ba408](https://github.com/sproutsocial/racine/commit/19ba408))
2868
-
2869
- <a name="0.2.37"></a>
2870
-
2871
- ## [0.2.37](https://github.com/sproutsocial/racine/compare/v0.2.36...v0.2.37) (2018-11-19)
2872
-
2873
- <a name="0.2.36"></a>
2874
-
2875
- ## [0.2.36](https://github.com/sproutsocial/racine/compare/v0.2.35...v0.2.36) (2018-11-13)
2876
-
2877
- ### Features
2878
-
2879
- - add KeyboardKey component ([#177](https://github.com/sproutsocial/racine/issues/177)) ([efb8393](https://github.com/sproutsocial/racine/commit/efb8393))
2880
-
2881
- <a name="0.2.35"></a>
2882
-
2883
- ## [0.2.35](https://github.com/sproutsocial/racine/compare/v0.2.34...v0.2.35) (2018-11-13)
2884
-
2885
- ### Features
2886
-
2887
- - **icon:** update image-caption icon ([#174](https://github.com/sproutsocial/racine/issues/174)) ([7b2bbfb](https://github.com/sproutsocial/racine/commit/7b2bbfb))
2888
-
2889
- <a name="0.2.34"></a>
2890
-
2891
- ## [0.2.34](https://github.com/sproutsocial/racine/compare/v0.2.33...v0.2.34) (2018-11-09)
2892
-
2893
- <a name="0.2.33"></a>
2894
-
2895
- ## [0.2.33](https://github.com/sproutsocial/racine/compare/v0.2.32...v0.2.33) (2018-11-08)
2896
-
2897
- ### Features
2898
-
2899
- - **icon:** image caption icon ([#172](https://github.com/sproutsocial/racine/issues/172)) ([935d6a7](https://github.com/sproutsocial/racine/commit/935d6a7))
2900
-
2901
- <a name="0.2.32"></a>
2902
-
2903
- ## [0.2.32](https://github.com/sproutsocial/racine/compare/v0.2.31...v0.2.32) (2018-11-01)
2904
-
2905
- ### Features
2906
-
2907
- - **icons:** crop icon ([#170](https://github.com/sproutsocial/racine/issues/170)) ([fb85748](https://github.com/sproutsocial/racine/commit/fb85748))
2908
-
2909
- <a name="0.2.31"></a>
2910
-
2911
- ## [0.2.31](https://github.com/sproutsocial/racine/compare/v0.2.30...v0.2.31) (2018-10-31)
2912
-
2913
- ### Bug Fixes
2914
-
2915
- - point 'Meta Data & Changelog' links to racine repo ([#168](https://github.com/sproutsocial/racine/issues/168)) ([6e5502a](https://github.com/sproutsocial/racine/commit/6e5502a))
2916
-
2917
- <a name="0.2.30"></a>
2918
-
2919
- ## [0.2.30](https://github.com/sproutsocial/racine/compare/v0.2.29...v0.2.30) (2018-10-25)
2920
-
2921
- ### Features
2922
-
2923
- - **Badge:** update color options per seeds documentation ([#167](https://github.com/sproutsocial/racine/issues/167)) ([f53b98e](https://github.com/sproutsocial/racine/commit/f53b98e))
2924
-
2925
- <a name="0.2.29"></a>
2926
-
2927
- ## [0.2.29](https://github.com/sproutsocial/racine/compare/v0.2.28...v0.2.29) (2018-10-24)
2928
-
2929
- ### Features
2930
-
2931
- - add carousel icon ([#166](https://github.com/sproutsocial/racine/issues/166)) ([c774710](https://github.com/sproutsocial/racine/commit/c774710))
2932
-
2933
- <a name="0.2.28"></a>
2934
-
2935
- ## [0.2.28](https://github.com/sproutsocial/racine/compare/v0.2.27...v0.2.28) (2018-10-24)
2936
-
2937
- ### Features
2938
-
2939
- - add Image component ([#165](https://github.com/sproutsocial/racine/issues/165)) ([bbaf3d2](https://github.com/sproutsocial/racine/commit/bbaf3d2))
2940
-
2941
- <a name="0.2.27"></a>
2942
-
2943
- ## [0.2.27](https://github.com/sproutsocial/racine/compare/v0.2.26...v0.2.27) (2018-10-17)
2944
-
2945
- <a name="0.2.26"></a>
2946
-
2947
- ## [0.2.26](https://github.com/sproutsocial/racine/compare/v0.2.25...v0.2.26) (2018-10-17)
2948
-
2949
- ### Features
2950
-
2951
- - add arrows icon ([#163](https://github.com/sproutsocial/racine/issues/163)) ([ae39bc8](https://github.com/sproutsocial/racine/commit/ae39bc8))
2952
-
2953
- <a name="0.2.25"></a>
2954
-
2955
- ## [0.2.25](https://github.com/sproutsocial/racine/compare/v0.2.24...v0.2.25) (2018-10-04)
2956
-
2957
- ### Features
2958
-
2959
- - add glasses icon ([#161](https://github.com/sproutsocial/racine/issues/161)) ([988cd7b](https://github.com/sproutsocial/racine/commit/988cd7b))
2960
-
2961
- <a name="0.2.24"></a>
2962
-
2963
- ## [0.2.24](https://github.com/sproutsocial/racine/compare/v0.2.23...v0.2.24) (2018-10-02)
2964
-
2965
- ### Features
2966
-
2967
- - **Icon:** update documentation with link to seeds & search ([#155](https://github.com/sproutsocial/racine/issues/155)) ([e13ee7f](https://github.com/sproutsocial/racine/commit/e13ee7f))
2968
- - **icons:** add file-chart-line icon ([#154](https://github.com/sproutsocial/racine/issues/154)) ([b5bb229](https://github.com/sproutsocial/racine/commit/b5bb229))
2969
- - **Text:** fix category contxtual classification ([#157](https://github.com/sproutsocial/racine/issues/157)) ([78b94ed](https://github.com/sproutsocial/racine/commit/78b94ed))
2970
-
2971
- <a name="0.2.23"></a>
2972
-
2973
- ## [0.2.23](https://github.com/sproutsocial/racine/compare/v0.2.22...v0.2.23) (2018-09-26)
2974
-
2975
- ### Features
2976
-
2977
- - **icons:** update bots icon ([e309eb3](https://github.com/sproutsocial/racine/commit/e309eb3))
2978
-
2979
- <a name="0.2.22"></a>
2980
-
2981
- ## [0.2.22](https://github.com/sproutsocial/racine/compare/v0.2.21...v0.2.22) (2018-09-26)
2982
-
2983
- ### Features
2984
-
2985
- - **icons:** add new filled external-link icon ([#152](https://github.com/sproutsocial/racine/issues/152)) ([80b76e4](https://github.com/sproutsocial/racine/commit/80b76e4))
2986
-
2987
- <a name="0.2.21"></a>
2988
-
2989
- ## [0.2.21](https://github.com/sproutsocial/racine/compare/v0.2.20...v0.2.21) (2018-09-18)
2990
-
2991
- ### Features
2992
-
2993
- - **icons:** add external-link icon ([#151](https://github.com/sproutsocial/racine/issues/151)) ([a4e1c18](https://github.com/sproutsocial/racine/commit/a4e1c18))
2994
-
2995
- <a name="0.2.20"></a>
2996
-
2997
- ## [0.2.20](https://github.com/sproutsocial/racine/compare/v0.2.19...v0.2.20) (2018-09-13)
2998
-
2999
- <a name="0.2.19"></a>
3000
-
3001
- ## [0.2.19](https://github.com/sproutsocial/racine/compare/v0.2.18...v0.2.19) (2018-09-13)
3002
-
3003
- ### Features
3004
-
3005
- - **icons:** add exchange-alt icon ([#150](https://github.com/sproutsocial/racine/issues/150)) ([f53567a](https://github.com/sproutsocial/racine/commit/f53567a))
3006
-
3007
- <a name="0.2.18"></a>
3008
-
3009
- ## [0.2.18](https://github.com/sproutsocial/racine/compare/v0.2.17...v0.2.18) (2018-09-12)
3010
-
3011
- ### Features
3012
-
3013
- - **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))
3014
-
3015
- <a name="0.2.17"></a>
3016
-
3017
- ## [0.2.17](https://github.com/sproutsocial/racine/compare/v0.2.16...v0.2.17) (2018-09-11)
3018
-
3019
- ### Features
3020
-
3021
- - **icons:** add audience network icons ([#148](https://github.com/sproutsocial/racine/issues/148)) ([4787439](https://github.com/sproutsocial/racine/commit/4787439))
3022
-
3023
- <a name="0.2.16"></a>
3024
-
3025
- ## [0.2.16](https://github.com/sproutsocial/racine/compare/v0.2.15...v0.2.16) (2018-09-04)
3026
-
3027
- ### Features
3028
-
3029
- - **icons:** add barcode icon ([#145](https://github.com/sproutsocial/racine/issues/145)) ([85820be](https://github.com/sproutsocial/racine/commit/85820be))
3030
- - add Text component ([#144](https://github.com/sproutsocial/racine/issues/144)) ([d33b103](https://github.com/sproutsocial/racine/commit/d33b103))
3031
-
3032
- <a name="0.2.15"></a>
3033
-
3034
- ## [0.2.15](https://github.com/sproutsocial/racine/compare/v0.2.14...v0.2.15) (2018-08-21)
3035
-
3036
- ### Features
3037
-
3038
- - **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))
3039
-
3040
- <a name="0.2.14"></a>
3041
-
3042
- ## [0.2.14](https://github.com/sproutsocial/racine/compare/v0.2.13...v0.2.14) (2018-08-21)
3043
-
3044
- ### Features
3045
-
3046
- - **icons:** moved the old, misnamed youtube-sqaure icon and replaced it with the youtube icon. ([dc14dfa](https://github.com/sproutsocial/racine/commit/dc14dfa))
3047
-
3048
- <a name="0.2.13"></a>
3049
-
3050
- ## [0.2.13](https://github.com/sproutsocial/racine/compare/v0.2.12...v0.2.13) (2018-08-06)
3051
-
3052
- ### Features
3053
-
3054
- - **icons:** add paid calculator icon ([#138](https://github.com/sproutsocial/racine/issues/138)) ([ff3fe3b](https://github.com/sproutsocial/racine/commit/ff3fe3b))
3055
-
3056
- <a name="0.2.12"></a>
3057
-
3058
- ## [0.2.12](https://github.com/sproutsocial/racine/compare/v0.2.11...v0.2.12) (2018-07-31)
3059
-
3060
- ### Bug Fixes
3061
-
3062
- - **Loader:** make QA attribute optional ([#134](https://github.com/sproutsocial/racine/issues/134)) ([3f9eb9a](https://github.com/sproutsocial/racine/commit/3f9eb9a))
3063
-
3064
- <a name="0.2.11"></a>
3065
-
3066
- ## [0.2.11](https://github.com/sproutsocial/racine/compare/v0.2.10...v0.2.11) (2018-07-30)
3067
-
3068
- ### Features
3069
-
3070
- - add Loader component ([#128](https://github.com/sproutsocial/racine/issues/128)) ([7503b75](https://github.com/sproutsocial/racine/commit/7503b75))
3071
-
3072
- <a name="0.2.10"></a>
3073
-
3074
- ## [0.2.10](https://github.com/sproutsocial/racine/compare/v0.2.9...v0.2.10) (2018-07-26)
3075
-
3076
- ### Features
3077
-
3078
- - **icons:** adding new money icon for boosting ([#129](https://github.com/sproutsocial/racine/issues/129)) ([9da74ec](https://github.com/sproutsocial/racine/commit/9da74ec))
3079
-
3080
- <a name="0.2.9"></a>
3081
-
3082
- ## [0.2.9](https://github.com/sproutsocial/racine/compare/v0.2.8...v0.2.9) (2018-07-12)
3083
-
3084
- ### Bug Fixes
3085
-
3086
- - **Alert:** change Alert icon size to default ([#127](https://github.com/sproutsocial/racine/issues/127)) ([217ee74](https://github.com/sproutsocial/racine/commit/217ee74))
3087
-
3088
- <a name="0.2.8"></a>
3089
-
3090
- ## [0.2.8](https://github.com/sproutsocial/racine/compare/v0.2.7...v0.2.8) (2018-07-12)
3091
-
3092
- ### Features
3093
-
3094
- - **Alert:** add tests and CSS fixed to Alert ([93f173e](https://github.com/sproutsocial/racine/commit/93f173e))
3095
- - **Alert:** add tests and CSS fixes to Alert ([e6ab868](https://github.com/sproutsocial/racine/commit/e6ab868))
3096
-
3097
- <a name="0.2.7"></a>
3098
-
3099
- ## [0.2.7](https://github.com/sproutsocial/racine/compare/v0.2.6...v0.2.7) (2018-07-11)
3100
-
3101
- ### Bug Fixes
3102
-
3103
- - **Icon:** fix Icon rendering in PDFs ([#126](https://github.com/sproutsocial/racine/issues/126)) ([eb4f195](https://github.com/sproutsocial/racine/commit/eb4f195))
3104
-
3105
- <a name="0.2.6"></a>
3106
-
3107
- ## [0.2.6](https://github.com/sproutsocial/racine/compare/v0.2.5...v0.2.6) (2018-07-11)
3108
-
3109
- ### Bug Fixes
3110
-
3111
- - **Icon:** add IE 11 fix ([#123](https://github.com/sproutsocial/racine/issues/123)) ([326380a](https://github.com/sproutsocial/racine/commit/326380a))
3112
-
3113
- <a name="0.2.5"></a>
3114
-
3115
- ## [0.2.5](https://github.com/sproutsocial/racine/compare/v0.2.4...v0.2.5) (2018-07-09)
3116
-
3117
- ### Features
3118
-
3119
- - **Icons:** add fixed width option to Icon component ([#122](https://github.com/sproutsocial/racine/issues/122)) ([41281e3](https://github.com/sproutsocial/racine/commit/41281e3))
3120
- - **ToggleHint:** add ToggleHint component ([#121](https://github.com/sproutsocial/racine/issues/121)) ([a0115e0](https://github.com/sproutsocial/racine/commit/a0115e0))
3121
-
3122
- <a name="0.2.4"></a>
3123
-
3124
- ## [0.2.4](https://github.com/sproutsocial/racine/compare/v0.2.3...v0.2.4) (2018-06-29)
3125
-
3126
- ### Bug Fixes
3127
-
3128
- - **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))
3129
-
3130
- <a name="0.2.3"></a>
3131
-
3132
- ## [0.2.3](https://github.com/sproutsocial/racine/compare/v0.2.2...v0.2.3) (2018-06-28)
3133
-
3134
- ### Bug Fixes
3135
-
3136
- - **icons:** updating and removing unused or redundant icons ([#118](https://github.com/sproutsocial/racine/issues/118)) ([8418fd8](https://github.com/sproutsocial/racine/commit/8418fd8))
3137
-
3138
- ### Features
3139
-
3140
- - **Icon:** proportional width icons ([7f3e38e](https://github.com/sproutsocial/racine/commit/7f3e38e))
3141
-
3142
- <a name="0.2.2"></a>
3143
-
3144
- ## [0.2.2](https://github.com/sproutsocial/racine/compare/v0.2.1...v0.2.2) (2018-06-22)
3145
-
3146
- ### Bug Fixes
3147
-
3148
- - **icons:** fix name of trash-can icon ([#116](https://github.com/sproutsocial/racine/issues/116)) ([b3923e4](https://github.com/sproutsocial/racine/commit/b3923e4))
3149
-
3150
- <a name="0.2.1"></a>
3151
-
3152
- ## [0.2.1](https://github.com/sproutsocial/racine/compare/v0.2.0...v0.2.1) (2018-06-22)
3153
-
3154
- ### Bug Fixes
3155
-
3156
- - **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))
3157
- - **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))
3158
-
3159
- <a name="0.2.0"></a>
3160
-
3161
- # [0.2.0](https://github.com/sproutsocial/racine/compare/v0.1.4...v0.2.0) (2018-06-18)
3162
-
3163
- ### Features
3164
-
3165
- - add Textarea component ([#104](https://github.com/sproutsocial/racine/issues/104)) ([bea0984](https://github.com/sproutsocial/racine/commit/bea0984))
3166
- - **Badge:** get badge up to parity with workshop ([#111](https://github.com/sproutsocial/racine/issues/111)) ([225efe9](https://github.com/sproutsocial/racine/commit/225efe9))
3167
- - **Icon:** update to component defaults, add Font Awesome icons ([#112](https://github.com/sproutsocial/racine/issues/112)) ([89d83ea](https://github.com/sproutsocial/racine/commit/89d83ea))
3168
- - **icons:** add Slack logo icon ([#110](https://github.com/sproutsocial/racine/issues/110)) ([e281f10](https://github.com/sproutsocial/racine/commit/e281f10))
3169
-
3170
- ### BREAKING CHANGES
3171
-
3172
- - **Icon:** changes all existing icons
3173
-
3174
- <a name="0.1.5"></a>
3175
-
3176
- ## [0.1.5](https://github.com/sproutsocial/racine/compare/v0.1.4...v0.1.5) (2018-06-12)
3177
-
3178
- ### Features
3179
-
3180
- - add Textarea component ([#104](https://github.com/sproutsocial/racine/issues/104)) ([bea0984](https://github.com/sproutsocial/racine/commit/bea0984))
3181
- - **Badge:** get badge up to parity with workshop ([#111](https://github.com/sproutsocial/racine/issues/111)) ([225efe9](https://github.com/sproutsocial/racine/commit/225efe9))
3182
-
3183
- <a name="0.1.4"></a>
3184
-
3185
- ## [0.1.4](https://github.com/sproutsocial/racine/compare/v0.1.3...v0.1.4) (2018-05-23)
3186
-
3187
- ### Features
3188
-
3189
- - **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))
3190
-
3191
- <a name="0.1.3"></a>
3192
-
3193
- ## [0.1.3](https://github.com/sproutsocial/racine/compare/v0.1.2...v0.1.3) (2018-05-17)
3194
-
3195
- ### Features
3196
-
3197
- - add Radio component ([#91](https://github.com/sproutsocial/racine/issues/91)) ([c2901e7](https://github.com/sproutsocial/racine/commit/c2901e7))
3198
- - **icons:** add audio icon ([#93](https://github.com/sproutsocial/racine/issues/93)) ([b97268c](https://github.com/sproutsocial/racine/commit/b97268c))
3199
-
3200
- <a name="0.1.2"></a>
3201
-
3202
- ## [0.1.2](https://github.com/sproutsocial/racine/compare/v0.1.1...v0.1.2) (2018-05-10)
3203
-
3204
- ### Bug Fixes
3205
-
3206
- - **build:** ignore setupTests.js in published JS ([#89](https://github.com/sproutsocial/racine/issues/89)) ([23b55bf](https://github.com/sproutsocial/racine/commit/23b55bf))
3207
- - **build:** remove postinstall script from package.json ([#90](https://github.com/sproutsocial/racine/issues/90)) ([82240a9](https://github.com/sproutsocial/racine/commit/82240a9))
3208
-
3209
- <a name="0.1.1"></a>
3210
-
3211
- ## [0.1.1](https://github.com/sproutsocial/racine/compare/v0.1.0...v0.1.1) (2018-05-10)
3212
-
3213
- ### Features
3214
-
3215
- - **icons:** add sprout social icon ([#84](https://github.com/sproutsocial/racine/issues/84)) ([29e9743](https://github.com/sproutsocial/racine/commit/29e9743))
3216
- - **icons:** sync icons with web app ([#76](https://github.com/sproutsocial/racine/issues/76)) ([c1ff783](https://github.com/sproutsocial/racine/commit/c1ff783))
3217
- - add Checkbox component ([#86](https://github.com/sproutsocial/racine/issues/86)) ([9cef219](https://github.com/sproutsocial/racine/commit/9cef219))
3218
- - **icons:** sync icons with web-app ([#87](https://github.com/sproutsocial/racine/issues/87)) ([c42e63b](https://github.com/sproutsocial/racine/commit/c42e63b))
3219
-
3220
- <a name="0.1.0"></a>
3221
-
3222
- # [0.1.0](https://github.com/sproutsocial/racine/compare/v0.0.7...v0.1.0) (2018-04-04)
3223
-
3224
- ### Features
3225
-
3226
- - **EducationTip:** remove EducationTip component ([#74](https://github.com/sproutsocial/racine/issues/74)) ([18e72d3](https://github.com/sproutsocial/racine/commit/18e72d3))
3227
-
3228
- ### BREAKING CHANGES
3229
-
3230
- - **EducationTip:** remove EducationTip component
3231
-
3232
- <a name="0.0.7"></a>
3233
-
3234
- ## [0.0.7](https://github.com/sproutsocial/racine/compare/v0.0.6...v0.0.7) (2018-03-27)
3235
-
3236
- ### Bug Fixes
3237
-
3238
- - **build:** make exported flow types accessible ([#61](https://github.com/sproutsocial/racine/issues/61)) ([bc8db2f](https://github.com/sproutsocial/racine/commit/bc8db2f))
3239
-
3240
- ### Features
3241
-
3242
- - **build:** export propTypes converted from Flow Types ([#60](https://github.com/sproutsocial/racine/issues/60)) ([ba86eb7](https://github.com/sproutsocial/racine/commit/ba86eb7))
3243
- - **icon:** add reporting period icon ([b314211](https://github.com/sproutsocial/racine/commit/b314211))
3244
-
3245
- <a name="0.0.6"></a>
3246
-
3247
- ## [0.0.6](https://github.com/sproutsocial/racine/compare/v0.0.5...v0.0.6) (2018-03-23)
3248
-
3249
- ### Features
3250
-
3251
- - **build:** add dist/iconList.js to package output ([#54](https://github.com/sproutsocial/racine/issues/54)) ([b6ea84a](https://github.com/sproutsocial/racine/commit/b6ea84a))
3252
-
3253
- <a name="0.0.5"></a>
3254
-
3255
- ## [0.0.5](https://github.com/sproutsocial/racine/compare/v0.0.2...v0.0.5) (2018-03-21)
3256
-
3257
- (0.0.3 - 0.0.5-1 were invalid publishes are were removed)
3258
-
3259
- ### Features
3260
-
3261
- - **icons:** sync icons with web app ([#48](https://github.com/sproutsocial/racine/issues/48)) ([0d5c790](https://github.com/sproutsocial/racine/commit/0d5c790))
3262
-
3263
- ### Bug Fixes
3264
-
3265
- - **build:** build package before publishing ([1eea9be](https://github.com/sproutsocial/racine/commit/1eea9be))