@rocket.chat/fuselage 0.29.1-0 → 0.31.1

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 (247) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +4 -4
  3. package/dist/components/Banner/Banner.d.ts +15 -0
  4. package/dist/components/Banner/index.d.ts +2 -15
  5. package/dist/components/Banner/index.d.ts.map +1 -0
  6. package/dist/components/Box/Flex/index.d.ts +32 -0
  7. package/dist/components/Box/index.d.ts +28 -1
  8. package/dist/components/Button/index.d.ts +1 -0
  9. package/dist/components/Dropdown/Dropdown.d.ts +8 -0
  10. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
  11. package/dist/components/Dropdown/DropdownDesktop.d.ts +8 -0
  12. package/dist/components/Dropdown/DropdownDesktop.d.ts.map +1 -0
  13. package/dist/components/Dropdown/DropdownMobile.d.ts +5 -0
  14. package/dist/components/Dropdown/DropdownMobile.d.ts.map +1 -0
  15. package/dist/components/Dropdown/index.d.ts +2 -0
  16. package/dist/components/Dropdown/index.d.ts.map +1 -0
  17. package/dist/components/Grid/index.d.ts +10 -2
  18. package/dist/components/Icon/index.d.ts +2 -0
  19. package/dist/components/Label/index.d.ts +9 -0
  20. package/dist/components/Menu/index.d.ts +1 -1
  21. package/dist/components/Message/Message.d.ts +6 -13
  22. package/dist/components/Message/Message.d.ts.map +1 -1
  23. package/dist/components/Message/MessageBlock.d.ts +4 -0
  24. package/dist/components/Message/MessageBlock.d.ts.map +1 -0
  25. package/dist/components/Message/MessageBody.d.ts +7 -0
  26. package/dist/components/Message/MessageBody.d.ts.map +1 -0
  27. package/dist/components/Message/MessageContainer.d.ts +3 -0
  28. package/dist/components/Message/MessageContainer.d.ts.map +1 -0
  29. package/dist/components/Message/MessageContainerFixed.d.ts +3 -0
  30. package/dist/components/Message/MessageContainerFixed.d.ts.map +1 -0
  31. package/dist/components/Message/MessageDivider/MessageDivider.d.ts +5 -0
  32. package/dist/components/Message/MessageDivider/MessageDivider.d.ts.map +1 -0
  33. package/dist/components/Message/MessageDivider/index.d.ts +2 -0
  34. package/dist/components/Message/MessageDivider/index.d.ts.map +1 -0
  35. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts +4 -0
  36. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts.map +1 -0
  37. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts +7 -0
  38. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts.map +1 -0
  39. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts +5 -0
  40. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts.map +1 -0
  41. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts +5 -0
  42. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts.map +1 -0
  43. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts +7 -0
  44. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts.map +1 -0
  45. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts +3 -0
  46. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts.map +1 -0
  47. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts +7 -0
  48. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts.map +1 -0
  49. package/dist/components/Message/MessageGenericPreview/index.d.ts +8 -0
  50. package/dist/components/Message/MessageGenericPreview/index.d.ts.map +1 -0
  51. package/dist/components/Message/MessageHeader.d.ts +3 -0
  52. package/dist/components/Message/MessageHeader.d.ts.map +1 -0
  53. package/dist/components/Message/MessageLeftContainer.d.ts +7 -0
  54. package/dist/components/Message/MessageLeftContainer.d.ts.map +1 -0
  55. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts +3 -0
  56. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts.map +1 -0
  57. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts +3 -0
  58. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts.map +1 -0
  59. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts +3 -0
  60. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts.map +1 -0
  61. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts +7 -0
  62. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts.map +1 -0
  63. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts +3 -0
  64. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts.map +1 -0
  65. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts +7 -0
  66. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts.map +1 -0
  67. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts +3 -0
  68. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts.map +1 -0
  69. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +9 -0
  70. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts.map +1 -0
  71. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts +4 -0
  72. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts.map +1 -0
  73. package/dist/components/Message/MessageMetrics/index.d.ts +153 -0
  74. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -0
  75. package/dist/components/Message/MessageName.d.ts +3 -0
  76. package/dist/components/Message/MessageName.d.ts.map +1 -0
  77. package/dist/components/Message/MessageReactions/MessageReaction.d.ts +8 -0
  78. package/dist/components/Message/MessageReactions/MessageReaction.d.ts.map +1 -0
  79. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts +3 -0
  80. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts.map +1 -0
  81. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts +6 -0
  82. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts.map +1 -0
  83. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts +7 -0
  84. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts.map +1 -0
  85. package/dist/components/Message/MessageReactions/MessageReactions.d.ts +4 -0
  86. package/dist/components/Message/MessageReactions/MessageReactions.d.ts.map +1 -0
  87. package/dist/components/Message/MessageReactions/index.d.ts +148 -0
  88. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -0
  89. package/dist/components/Message/MessageRole.d.ts +3 -0
  90. package/dist/components/Message/MessageRole.d.ts.map +1 -0
  91. package/dist/components/Message/MessageRoles.d.ts +3 -0
  92. package/dist/components/Message/MessageRoles.d.ts.map +1 -0
  93. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts +4 -0
  94. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts.map +1 -0
  95. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts +9 -0
  96. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts.map +1 -0
  97. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts +6 -0
  98. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts.map +1 -0
  99. package/dist/components/Message/MessageStatusIndicator/index.d.ts +4 -0
  100. package/dist/components/Message/MessageStatusIndicator/index.d.ts.map +1 -0
  101. package/dist/components/Message/MessageSystem/MessageSystem.d.ts +4 -0
  102. package/dist/components/Message/MessageSystem/MessageSystem.d.ts.map +1 -0
  103. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts +3 -0
  104. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts.map +1 -0
  105. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts +3 -0
  106. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts.map +1 -0
  107. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts +3 -0
  108. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts.map +1 -0
  109. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts +4 -0
  110. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts.map +1 -0
  111. package/dist/components/Message/MessageSystem/index.d.ts +13 -0
  112. package/dist/components/Message/MessageSystem/index.d.ts.map +1 -0
  113. package/dist/components/Message/MessageTimestamp.d.ts +5 -0
  114. package/dist/components/Message/MessageTimestamp.d.ts.map +1 -0
  115. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts +4 -0
  116. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts.map +1 -0
  117. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +141 -0
  118. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -0
  119. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts +3 -0
  120. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts.map +1 -0
  121. package/dist/components/Message/MessageToolbox/index.d.ts +281 -0
  122. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -0
  123. package/dist/components/Message/MessageUsername.d.ts +3 -0
  124. package/dist/components/Message/MessageUsername.d.ts.map +1 -0
  125. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts +4 -0
  126. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts.map +1 -0
  127. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts +3 -0
  128. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts.map +1 -0
  129. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts +3 -0
  130. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts.map +1 -0
  131. package/dist/components/Message/ThreadMessage/ThreadMessageFollow.d.ts +2 -0
  132. package/dist/components/Message/ThreadMessage/ThreadMessageFollow.d.ts.map +1 -0
  133. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts +4 -0
  134. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts.map +1 -0
  135. package/dist/components/Message/ThreadMessage/ThreadMessageIconThread.d.ts +2 -0
  136. package/dist/components/Message/ThreadMessage/ThreadMessageIconThread.d.ts.map +1 -0
  137. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts +3 -0
  138. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts.map +1 -0
  139. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts +3 -0
  140. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts.map +1 -0
  141. package/dist/components/Message/ThreadMessage/ThreadMessageUnfollow.d.ts +2 -0
  142. package/dist/components/Message/ThreadMessage/ThreadMessageUnfollow.d.ts.map +1 -0
  143. package/dist/components/Message/ThreadMessage/index.d.ts +29 -11
  144. package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -1
  145. package/dist/components/Message/index.d.ts +586 -2
  146. package/dist/components/Message/index.d.ts.map +1 -1
  147. package/dist/components/Modal/index.d.ts +2 -1
  148. package/dist/components/Options/Option/Option.d.ts +21 -0
  149. package/dist/components/Options/Option/Option.d.ts.map +1 -0
  150. package/dist/components/Options/Option/OptionAvatar.d.ts +4 -0
  151. package/dist/components/Options/Option/OptionAvatar.d.ts.map +1 -0
  152. package/dist/components/Options/Option/OptionColumn.d.ts +4 -0
  153. package/dist/components/Options/Option/OptionColumn.d.ts.map +1 -0
  154. package/dist/components/Options/Option/OptionContent.d.ts +4 -0
  155. package/dist/components/Options/Option/OptionContent.d.ts.map +1 -0
  156. package/dist/components/Options/Option/OptionDescription.d.ts +4 -0
  157. package/dist/components/Options/Option/OptionDescription.d.ts.map +1 -0
  158. package/dist/components/Options/Option/OptionDivider.d.ts +5 -0
  159. package/dist/components/Options/Option/OptionDivider.d.ts.map +1 -0
  160. package/dist/components/Options/Option/OptionIcon.d.ts +7 -0
  161. package/dist/components/Options/Option/OptionIcon.d.ts.map +1 -0
  162. package/dist/components/Options/Option/OptionMenu.d.ts +4 -0
  163. package/dist/components/Options/Option/OptionMenu.d.ts.map +1 -0
  164. package/dist/components/Options/Option/OptionSkeleton.d.ts +3 -0
  165. package/dist/components/Options/Option/OptionSkeleton.d.ts.map +1 -0
  166. package/dist/components/Options/Option/OptionTitle.d.ts +4 -0
  167. package/dist/components/Options/Option/OptionTitle.d.ts.map +1 -0
  168. package/dist/components/Options/Option/index.d.ts +428 -15
  169. package/dist/components/Options/Option/index.d.ts.map +1 -0
  170. package/dist/components/Options/index.d.ts +3 -1
  171. package/dist/components/Options/useCursor.d.ts +10 -0
  172. package/dist/components/Options/useCursor.d.ts.map +1 -0
  173. package/dist/components/Options/useVisible.d.ts +3 -0
  174. package/dist/components/Options/useVisible.d.ts.map +1 -0
  175. package/dist/components/PasswordInput/PasswordInput.d.ts +1 -1
  176. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  177. package/dist/components/ProgressBar/index.d.ts +4 -4
  178. package/dist/components/ProgressBar/index.d.ts.map +1 -1
  179. package/dist/components/Sidebar/Item.d.ts +169 -0
  180. package/dist/components/Sidebar/Item.d.ts.map +1 -0
  181. package/dist/components/Sidebar/Section.d.ts +7 -0
  182. package/dist/components/Sidebar/Section.d.ts.map +1 -0
  183. package/dist/components/Sidebar/SidebarActions.d.ts +6 -0
  184. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -0
  185. package/dist/components/Sidebar/SidebarFooter.d.ts +6 -0
  186. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -0
  187. package/dist/components/Sidebar/TopBar.d.ts +159 -0
  188. package/dist/components/Sidebar/TopBar.d.ts.map +1 -0
  189. package/dist/components/Sidebar/index.d.ts +18 -35
  190. package/dist/components/Sidebar/index.d.ts.map +1 -0
  191. package/dist/components/States/States.d.ts +5 -0
  192. package/dist/components/States/States.d.ts.map +1 -0
  193. package/dist/components/States/StatesAction.d.ts +5 -0
  194. package/dist/components/States/StatesAction.d.ts.map +1 -0
  195. package/dist/components/States/StatesActions.d.ts +5 -0
  196. package/dist/components/States/StatesActions.d.ts.map +1 -0
  197. package/dist/components/States/StatesIcon.d.ts +8 -0
  198. package/dist/components/States/StatesIcon.d.ts.map +1 -0
  199. package/dist/components/States/StatesSubtitle.d.ts +4 -0
  200. package/dist/components/States/StatesSubtitle.d.ts.map +1 -0
  201. package/dist/components/States/StatesSuggestion.d.ts +4 -0
  202. package/dist/components/States/StatesSuggestion.d.ts.map +1 -0
  203. package/dist/components/States/StatesSuggestionList.d.ts +4 -0
  204. package/dist/components/States/StatesSuggestionList.d.ts.map +1 -0
  205. package/dist/components/States/StatesSuggestionListItem.d.ts +4 -0
  206. package/dist/components/States/StatesSuggestionListItem.d.ts.map +1 -0
  207. package/dist/components/States/StatesSuggestionText.d.ts +4 -0
  208. package/dist/components/States/StatesSuggestionText.d.ts.map +1 -0
  209. package/dist/components/States/StatesTitle.d.ts +4 -0
  210. package/dist/components/States/StatesTitle.d.ts.map +1 -0
  211. package/dist/components/States/index.d.ts +12 -0
  212. package/dist/components/States/index.d.ts.map +1 -0
  213. package/dist/components/Table/index.d.ts +2 -0
  214. package/dist/components/TextAreaInput/index.d.ts +4 -1
  215. package/dist/components/Tile/Tile.d.ts +1 -1
  216. package/dist/components/Tile/Tile.d.ts.map +1 -1
  217. package/dist/components/Tooltip/Tooltip.d.ts +4 -4
  218. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  219. package/dist/components/UrlInput/UrlInput.d.ts +1 -1
  220. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  221. package/dist/components/index.d.ts +4 -0
  222. package/dist/components/index.d.ts.map +1 -1
  223. package/dist/fuselage.development.js +10445 -7566
  224. package/dist/fuselage.development.js.map +1 -1
  225. package/dist/fuselage.production.js +1 -1
  226. package/dist/helpers/prependClassName.d.ts +4 -1
  227. package/dist/helpers/prependClassName.d.ts.map +1 -1
  228. package/package.json +39 -40
  229. package/CHANGELOG.md +0 -1056
  230. package/dist/components/Message/Divider/index.d.ts +0 -6
  231. package/dist/components/Message/Divider/index.d.ts.map +0 -1
  232. package/dist/components/Message/Metrics/index.d.ts +0 -22
  233. package/dist/components/Message/Metrics/index.d.ts.map +0 -1
  234. package/dist/components/Message/Reactions/index.d.ts +0 -14
  235. package/dist/components/Message/Reactions/index.d.ts.map +0 -1
  236. package/dist/components/Message/Toolbox/index.d.ts +0 -11
  237. package/dist/components/Message/Toolbox/index.d.ts.map +0 -1
  238. package/dist/components/PasswordInput/PasswordInput.spec.d.ts +0 -2
  239. package/dist/components/PasswordInput/PasswordInput.spec.d.ts.map +0 -1
  240. package/dist/components/ProgressBar/spec.d.ts +0 -2
  241. package/dist/components/ProgressBar/spec.d.ts.map +0 -1
  242. package/dist/components/Tile/Tile.spec.d.ts +0 -2
  243. package/dist/components/Tile/Tile.spec.d.ts.map +0 -1
  244. package/dist/components/Tooltip/Tooltip.spec.d.ts +0 -2
  245. package/dist/components/Tooltip/Tooltip.spec.d.ts.map +0 -1
  246. package/dist/components/UrlInput/UrlInput.spec.d.ts +0 -2
  247. package/dist/components/UrlInput/UrlInput.spec.d.ts.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,1056 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [0.29.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * modal styles ([de15810](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/de158102f711658cdda8899a74cbefdff29fa48a))
12
-
13
-
14
- ### Features
15
-
16
- * **icons:** New icons ([#511](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/511)) ([1fa7748](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1fa774819edea5b4bda9e58a6b272745c7c6ad57))
17
- * **onboarding-ui:** Request trial form ([#505](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/505)) ([4c1bd35](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4c1bd35324903badee9fec79e878ab045f7d5897))
18
-
19
-
20
-
21
-
22
-
23
- # [0.28.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.27.0...v0.28.0) (2021-07-30)
24
-
25
-
26
- ### Bug Fixes
27
-
28
- * Add Tab.Item definition ([#503](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/503)) ([9a7f3d5](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9a7f3d5a357bb9bea1f5cf85c50d90398f916bee))
29
- * Forwarding ref in Select components ([#492](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/492)) ([6c360bd](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6c360bd040da19dc331b7fb8d208418a5b51f916))
30
- * Missing Sidebar type ([#506](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/506)) ([78f202d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/78f202d5b84f1bc7fe638070ece020126dcdd686))
31
- * Sidebar item icon styles ([#481](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/481)) ([86b333a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/86b333a790563c9178712e5f1240d36fa0fb5be5))
32
- * **fuselage:** No preventDefault on PaginatedSelect ([#490](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/490)) ([0ffb736](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0ffb736b1cc1c9a6d7897fbcf89baf42573c6c33))
33
- * Table props ([#484](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/484)) ([67b6f27](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/67b6f2757c551b9b455a5babd51e0bc89f12ed71))
34
-
35
-
36
- ### Features
37
-
38
- * **onboarding-ui:** Administrator information form and Organization information form ([#489](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/489)) ([b289f68](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b289f68676954b91c792d8d97680314178bf2c60))
39
- * **onboarding-ui:** Common components ([#478](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/478)) ([d7511ab](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/d7511ab435bae8c35e02071832c9a615078a83d5))
40
- * **onboarding-ui:** Self-hosted registration ([#501](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/501)) ([e47d579](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e47d579938f1cb670e787b27402ece214e7d37e9))
41
- * styled API; monorepo grooming ([#482](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/482)) ([1b6b70c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1b6b70cf67ec16927b1566adc2350295a8927223))
42
-
43
-
44
-
45
-
46
-
47
- # [0.27.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.26.0...v0.27.0) (2021-06-28)
48
-
49
-
50
- ### Bug Fixes
51
-
52
- * Default-export typings for Position and PositionAnimated ([88fb952](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/88fb952da8caa9ab70c37ecf6ec09af5774ddd0b))
53
- * endReached prop in _Options of PaginatedSelectFiltered Component ([#475](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/475)) ([81ec00f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/81ec00f11c7016f25728bf394ac00686f5d6729d))
54
- * Export correctly props and types from PositionAnimated and Tile components ([#467](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/467)) ([67a86ec](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/67a86ece971d729085f6969eb063e17323fe59e3))
55
- * Export MultiSelect component in .d.ts file ([#473](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/473)) ([dbdbf58](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/dbdbf587821e8d86fed5ce17b75e3f8c95a5822f))
56
- * Menu component and options.label prop type ([#476](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/476)) ([dea7a16](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/dea7a16d1feb5ccc16b0cb9096842f275dc1cdc3))
57
- * **eslint:** Add missing ESLint rule for TypeScript ([#470](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/470)) ([cc0d498](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/cc0d4989bf37f7602d1d58d051824f1dd6c096b3))
58
- * **fuselage:** Fuselage production build ([#477](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/477)) ([228878c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/228878cdbf260e2929b5527fb84c936fbc03b772))
59
- * PositionAnimated exported type ([#466](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/466)) ([472fb1e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/472fb1e03a48ee964226644221267ccbb527ab1f))
60
- * Typings for Position and PositionAnimated properly exported ([#465](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/465)) ([f05c126](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f05c12641d1e8ec35a8a428571e938d6ad7369a7))
61
- * Typings for RadioButton ([#464](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/464)) ([3e36605](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/3e36605ac1518ac2adc080f14dd07f6b830fdb6b))
62
-
63
-
64
- ### Features
65
-
66
- * onboarding-ui package ([#463](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/463)) ([ea0a6c2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ea0a6c25ae1a719103dce742a18c54ab4f3d6442))
67
- * Visibility toggle for PasswordInput ([#377](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/377)) ([5ef1bec](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5ef1bec606e626704235cadfdb9bb7d424f8e481))
68
-
69
-
70
-
71
-
72
-
73
- # [0.26.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.25.0...v0.26.0) (2021-05-28)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * **fuselage:** fix duplicated values on paginated multi select ([#456](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/456)) ([5fbde6d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5fbde6de715478d9a5c5507d9e9374e1e937c349))
79
-
80
-
81
- ### Features
82
-
83
- * **fuselage:** Message Template ([#458](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/458)) ([2b5308e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2b5308e2ade69e9b2aa5b419f5531a9cebc5366a))
84
-
85
-
86
-
87
-
88
-
89
- # [0.25.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.24.0...v0.25.0) (2021-05-19)
90
-
91
-
92
- ### Bug Fixes
93
-
94
- * **fuselage:** fix duplicated values on paginated multi select ([#456](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/456)) ([4518a4e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4518a4e661cb525d957f6140d59a641a50fc7b20))
95
- * cd.yml ([53d44c0](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/53d44c014d796b749e60c0f3a72f205fbce04624))
96
- * Tag's border-radius ([#452](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/452)) ([177936e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/177936e72c2e136e7d021deb2f778fec71c23355))
97
-
98
-
99
- ### Features
100
-
101
- * **fuselage:** New paginated Selects/Options ([a7f9c9a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a7f9c9a64513a82013a902174d2195a0e26621ce))
102
- * [@rocket](https://github.com/rocket).chat/message-parser ([#443](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/443)) ([4722cdf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4722cdff46f5987f335d989be59649c7652bb12a))
103
-
104
-
105
-
106
-
107
-
108
- # [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28)
109
-
110
-
111
- ### Bug Fixes
112
-
113
- * Add more props to Throbber type definition ([#429](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/429)) ([2516d42](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2516d42bcf9c87ed5d51bdfbe149b1ef65d61ab0))
114
- * Change highlighted style ([#422](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/422)) ([245de4f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/245de4f0777dc6143e6faf50a1d398d359f247b0))
115
- * Hollow shapes for status ([#430](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/430)) ([bc29d2d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bc29d2de260439263cba413ada13bb77f6b557c9))
116
- * Modal close button size ([#420](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/420)) ([6279f69](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6279f69af48329bb6908a9f428b942b1f961c892))
117
- * MultiSelect close on click when opened ([#418](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/418)) ([1e4b30b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1e4b30bac334e7ecc10840be84c69c015660f29c))
118
- * Pagination and Select prop types ([#436](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/436)) ([0461f41](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0461f41c8676c4d90ecc28a26939b206802721e0))
119
- * Prefer null over undefined on BoxTransforms ([#426](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/426)) ([9cba6b8](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9cba6b802b0250d0d6704bfccc96bd7ca62cc5e6))
120
- * Remove reference to inexistent interface ([#424](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/424)) ([dcf43c2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/dcf43c232fd9b01161b76883b85a01356c80e774))
121
- * Select option don't toggle on clicking the close icon ([#417](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/417)) ([4401d94](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4401d94be1f93e192f89c433efb53ba3b1840fc4))
122
- * Set highlighted class to Sidebar.Item.Icon ([#433](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/433)) ([b550f49](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b550f4944a11aae34608d0e7dc112de21594eaa3))
123
- * Status bullet sizing ([#440](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/440)) ([f70156e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f70156ed3adc534865c841e19f115704232d860f))
124
- * Tabs design update ([#427](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/427)) ([a34c7cd](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a34c7cd9a873b4568bd3e099155c32f743e5c599))
125
- * Typings for ProgressBar ([#438](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/438)) ([6ea5648](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6ea56486164a01b100b5941976902341daeb61dd))
126
-
127
-
128
- ### Features
129
-
130
- * [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2))
131
- * Tabs Design Margin ([#437](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/437)) ([c92386f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/c92386f6eee7cbe2b1df8053369f7856b74d8c95))
132
-
133
-
134
-
135
-
136
-
137
- # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01)
138
-
139
-
140
- ### Bug Fixes
141
-
142
- * **npm:** Wrong paths in "files" field of package.json ([6d3c811](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6d3c811f6fd747de7f47aff145902d88476272ee))
143
- * Add more type definitions ([#415](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/415)) ([96bb6ae](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/96bb6ae27dfc51b344bf229c5adf121ec0a069af))
144
- * Broken stories for AutoComplete ([#368](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/368)) ([8b6d35e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8b6d35e3a36573931010411f733cf46a8e82579b))
145
- * Speech balloon icon aliases ([#414](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/414)) ([5a0fa7c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5a0fa7c43359178005d4b05d60781f6613671e9e))
146
-
147
-
148
- ### Features
149
-
150
- * Add Modal Icon to Modal Component ([#410](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/410)) ([c6a8b3e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/c6a8b3e0423f1f9e2ee0d44b9d36de1ea0e6f875))
151
- * New icon: pause-unfilled ([#416](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/416)) ([ba0eb1c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ba0eb1c39fb29d3b62e3e3312cd0916c8c7fac2d))
152
- * New icons ([#407](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/407)) ([9e708b4](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9e708b42a0a3003669e1c5e76dce84b8ef563e21))
153
- * New tag style and stories ([#419](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/419)) ([04bdb39](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/04bdb39840beab20f80a45a49605c8a2f361f458))
154
-
155
-
156
-
157
-
158
-
159
- # [0.22.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.21.0...v0.22.0) (2021-02-26)
160
-
161
-
162
- ### Bug Fixes
163
-
164
- * Remove development mode warnings ([#398](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/398)) ([80e77dc](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/80e77dcad1d7a26e11164301fccda93ca0c3af6d))
165
- * Sidebar menu cropped in extended mode ([#400](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/400)) ([8e06c60](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e06c6024be032af64ae42d733f878a0fdca326e))
166
- * withRichContent prop split to fit in different contexts ([#401](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/401)) ([22ca229](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/22ca22992caffc398e3bd0fbf1c7b873c141a6df))
167
-
168
-
169
- ### Features
170
-
171
- * [@rocket](https://github.com/rocket).chat/memo ([#380](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/380)) ([2425c04](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2425c045743ba1a4a5443a1d341e615363930ef6))
172
- * Added new icons ([#391](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/391)) ([9436d1c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9436d1cc99f64ab0c90bccf77840295f9a744f7f))
173
- * Basic TypeScript support ([#402](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/402)) ([79405d3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/79405d3a25bfeed29293cb68d67a8c4f0467c490))
174
-
175
-
176
-
177
-
178
-
179
- # [0.21.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.3...v0.21.0) (2021-01-31)
180
-
181
-
182
- ### Bug Fixes
183
-
184
- * AvatarProps declaration ([#361](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/361)) ([6324875](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6324875c68e0b7b11536e3b766c27eb8e301fe52))
185
- * Change option styles ([#358](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/358)) ([c479d70](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/c479d7041710e04fe8a9d8e766720ec206464e89))
186
- * Pass appId and blockId from blocks to elements ([#366](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/366)) ([8a1b552](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8a1b552f8dbc3a9b321d888f4a7e9dc9af2922cf))
187
- * sidebar-item__menu-wraper opacity on IE ([#381](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/381)) ([3038b15](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/3038b15002d6df3d184a2dac2a97f5a3d0aa50f4))
188
- * Temporary fix for auto complete ([#364](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/364)) ([218a8b3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/218a8b30c42c7a2321f2de3d0cc081131e890834))
189
- * Update Fuselage typings ([#355](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/355)) ([85f9fa1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/85f9fa13f818703bce1100ad706a66d703c0b0ba))
190
-
191
-
192
- ### Features
193
-
194
- * Built modules for design tokens ([#356](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/356)) ([f9c3449](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f9c344953b8161a4385cab3a3dcc8b6a7210446f))
195
- * linear_scale element ([#365](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/365)) ([43a4c54](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/43a4c54ed10d096ef2259ddcd30c3bbd97ae866a))
196
-
197
-
198
-
199
-
200
-
201
- ## [0.20.3](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.2...v0.20.3) (2021-01-29)
202
-
203
-
204
- ### Bug Fixes
205
-
206
- * sidebar-item__menu-wraper opacity on IE ([#381](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/381)) ([e818b5c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e818b5cd99b1749997d6f487517c29722c77a23a))
207
-
208
-
209
-
210
-
211
-
212
- ## [0.20.2](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.1...v0.20.2) (2021-01-27)
213
-
214
- **Note:** Version bump only for package @rocket.chat/fuselage
215
-
216
-
217
-
218
-
219
-
220
- ## [0.20.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.20.0...v0.20.1) (2020-12-22)
221
-
222
-
223
- ### Bug Fixes
224
-
225
- * Clip icon ([#354](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/354)) ([a688d7c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a688d7c6e5ab870c5172c0db81b62dd5b7c6d9fc))
226
-
227
-
228
-
229
-
230
-
231
- # [0.20.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.19.0...v0.20.0) (2020-12-21)
232
-
233
-
234
- ### Bug Fixes
235
-
236
- * ActionButton not accepting children ([#345](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/345)) ([92c67d8](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/92c67d86ef975b18ad1ed48161b323072b465943))
237
- * Badge and Tag Style ([#343](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/343)) ([bb534df](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bb534df611d8e16bd1e4a6263865d7373d6953ef))
238
- * Divider types ([#350](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/350)) ([911be2b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/911be2b234594a3ee3e7993f2f66b8e7cf20dc45))
239
- * Flex-shrink on fields ([#334](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/334)) ([28c621e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/28c621ec039038b467ce1461e75219cdd4123d24))
240
- * Removed animation by default, Sidebar padding, and Radio RTL ([#336](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/336)) ([63bcc18](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/63bcc183903436f2e2b41436a46d5eeb651f0572))
241
- * Sidebar Header height ([#344](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/344)) ([273e8cf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/273e8cf81bcc1eb4229a129083c04f4b335a7d22))
242
-
243
-
244
- ### Features
245
-
246
- * Add maxHeight prop for Menu Options ([#352](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/352)) ([eb400be](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/eb400be69499a0be41ff29511ef392361d04d8b7))
247
- * Fuselage typings ([#348](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/348)) ([24da5e7](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/24da5e75a62c8358cef61eb31ad335234be6fa8f))
248
- * Update and expose logical properties plugin for Stylis ([#333](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/333)) ([3311ee9](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/3311ee9b3868267d19de14ddcbbe2dcf89739e1b))
249
-
250
-
251
- ### Performance Improvements
252
-
253
- * Modal ([#349](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/349)) ([f77ae41](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f77ae41fa42fee2a55779837b1c01cba912921fc))
254
- * Remove Box from Option ([#347](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/347)) ([d0d0d82](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/d0d0d82aa22a7162ac509c57a869a451b5e67070))
255
-
256
-
257
-
258
-
259
-
260
- # [0.19.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.18.0...v0.19.0) (2020-11-28)
261
-
262
-
263
- ### Bug Fixes
264
-
265
- * Avatar x40 ([#331](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/331)) ([a9cefbb](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a9cefbb7d3580598a824b4d4e5f9c79aa7158219))
266
- * Fix object-fit for image element in Avatar component ([#335](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/335)) ([a024b83](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a024b831fad78e9c15d65f6985088c0514bed312))
267
-
268
-
269
- ### Features
270
-
271
- * Remove Box from Avatar component ([#326](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/326)) ([0bc99a3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0bc99a325cbc963d9544e304a3f6f29e0089a976))
272
-
273
-
274
-
275
-
276
-
277
- # [0.18.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.3...v0.18.0) (2020-11-16)
278
-
279
-
280
- ### Bug Fixes
281
-
282
- * Set a conservative output.environment on Webpack bundles ([#330](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/330)) ([62bf728](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/62bf728d3541d8d7ee72420347f2351359fb5df7))
283
- * Undo bad merge conflict ([#329](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/329)) ([aa9eb3b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/aa9eb3be3914d5bebc5fdca27c94af0d586eeb19))
284
-
285
-
286
- ### Features
287
-
288
- * Menu burger ([#327](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/327)) ([f85c0b3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f85c0b3e5016ce08a278ffb2a8b987eeda31a767))
289
- * Remove Box dependence from Tag and Badge components ([#315](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/315)) ([4218e51](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4218e5108264ef830175b5e5f6bc1114d0367d93))
290
-
291
-
292
-
293
-
294
-
295
- ## [0.17.3](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.2...v0.17.3) (2020-11-16)
296
-
297
-
298
- ### Bug Fixes
299
-
300
- * Set a conservative output.environment on Webpack bundles ([#330](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/330)) ([85d4a3a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/85d4a3a5fd6881b07e97fb690d31baef405cfa69))
301
-
302
-
303
-
304
-
305
-
306
- ## [0.17.2](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.1...v0.17.2) (2020-10-28)
307
-
308
-
309
- ### Bug Fixes
310
-
311
- * Sidebar menu transition ([#313](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/313)) ([726fe3d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/726fe3d6aaad3453df6688ce8f501a09133d1b26))
312
-
313
-
314
-
315
-
316
-
317
- ## [0.17.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.17.0...v0.17.1) (2020-10-26)
318
-
319
- **Note:** Version bump only for package @rocket.chat/fuselage
320
-
321
-
322
-
323
-
324
-
325
- # [0.17.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.16.0...v0.17.0) (2020-10-25)
326
-
327
-
328
- ### Bug Fixes
329
-
330
- * Button ghost background var ([#310](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/310)) ([872f325](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/872f32544167511b8ae5ca86b9b8097c072b7a58))
331
- * change Icon size for action buttons ([#299](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/299)) ([2f47611](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2f476113cfa86e68181c609cf92724cdeb04cba2))
332
- * Disable :focus-visible for the time being ([#295](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/295)) ([6b115eb](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6b115eb16b33fd38892188769c95aa213fbacdb9))
333
- * Fuselage: word-break Tooltip ([#290](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/290)) ([1c1ae6e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1c1ae6e27da65688e7f69d43ceb19cbf55a65bcf))
334
- * Menu transition ([#297](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/297)) ([074d7d7](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/074d7d705908bbd3f1915e3390745f1aea3e57c8))
335
- * Sidebar - Missing subcomponents ([#292](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/292)) ([9ccb237](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9ccb237a6e8759a036cdbabb01d52ac9650b5e9f))
336
- * Sidebar item menu position ([#293](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/293)) ([0fead45](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0fead455c72289d261b2ed065af1235318ac07a8))
337
- * Sidebar item menu: paddings ([#294](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/294)) ([d8095e6](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/d8095e69df0131b7b84b2bb96c032bc199eac647))
338
- * Sidebar Item wrapper ([#291](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/291)) ([9fa3bf0](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9fa3bf032a2feaf28144b67b270c47b6d1c9b7ff))
339
- * Sidebar menu positioning ([#296](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/296)) ([5aa2a74](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5aa2a747cc3fae4ec06135bc14bbfad8312e13c4))
340
- * Sidebar wrapper ([#302](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/302)) ([b0ca72e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b0ca72eb9753e959086c93e31084743b7c09fdda))
341
- * Use dir attribute from documentElement ([#304](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/304)) ([f574b8c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f574b8c6b2ad09ad5fafa696ad539297bd782758))
342
-
343
-
344
- ### Features
345
-
346
- * Add id attribute to style tag ([#307](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/307)) ([ca301a6](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ca301a6b96f82df835a3513fd795c8394b1a97cb))
347
- * Added login icon, added badge wrapper ([#303](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/303)) ([70ae09c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/70ae09c0d5f53d492a1367ad7097da3323be386f))
348
- * Focus-within polyfill ([#306](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/306)) ([42d4147](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/42d41478678d74c730df9bcb30ab76e6b27314f1))
349
- * StatusBullet ([#301](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/301)) ([4b0c9ca](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4b0c9ca67d578a780d63c323fd5aef498d4131d0))
350
- * Tiny and Mini Button variations ([#298](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/298)) ([61aca91](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/61aca9145c55347f3bb563159ebff61415fb1db5))
351
-
352
-
353
-
354
-
355
-
356
- # [0.16.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.15.1...v0.16.0) (2020-09-30)
357
-
358
-
359
- ### Bug Fixes
360
-
361
- * Sidebar ([#288](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/288)) ([175cb7b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/175cb7b4011f130035c02d9e541b67c04dfe5c30))
362
-
363
-
364
- ### Features
365
-
366
- * Progress Bar ([#287](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/287)) ([74b8636](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/74b8636d7793bdb3b650f1fe06e3956dbf8eb42b))
367
- * Sass helper to box-shadow inset ([#289](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/289)) ([32e8f9f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/32e8f9f337f2ec7fb25d2449635dca7f3af309ec))
368
-
369
-
370
-
371
-
372
-
373
- ## [0.15.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.15.0...v0.15.1) (2020-09-22)
374
-
375
- **Note:** Version bump only for package @rocket.chat/fuselage
376
-
377
-
378
-
379
-
380
-
381
- # [0.15.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.1...v0.15.0) (2020-09-17)
382
-
383
-
384
- ### Bug Fixes
385
-
386
- * Divider variable color ([#285](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/285)) ([16e2f49](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/16e2f49d9adc26f1c1c2099ad417a5bcd37b1d5e))
387
-
388
-
389
- ### Features
390
-
391
- * Sidebar Item ([#284](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/284)) ([44f8198](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/44f8198473f9d6385615aed59b855562dd3c784a))
392
- * Success Button ([#283](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/283)) ([d35f7b3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/d35f7b3e92890e8915a0379f2dbbd6b596512f5b))
393
-
394
-
395
-
396
-
397
-
398
- ## [0.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
399
-
400
- **Note:** Version bump only for package @rocket.chat/fuselage
401
-
402
-
403
-
404
-
405
-
406
- # [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
407
-
408
- **Note:** Version bump only for package @rocket.chat/fuselage
409
-
410
-
411
-
412
-
413
-
414
- ## [0.13.2](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.1...v0.13.2) (2020-07-24)
415
-
416
- **Note:** Version bump only for package @rocket.chat/fuselage
417
-
418
-
419
-
420
-
421
-
422
- ## [0.13.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.0...v0.13.1) (2020-07-17)
423
-
424
-
425
- ### Bug Fixes
426
-
427
- * Loosen x-measures parsing ([#266](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/266)) ([b1c6ef4](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b1c6ef42aa909f4063647f3051ee4b23497f6d57))
428
- * Select mutations and ui-kit alerts ([#263](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/263)) ([661398d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/661398dfdeaf827dadc46d24a7382d69f43f9742))
429
-
430
-
431
-
432
-
433
-
434
- # [0.13.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.12.0...v0.13.0) (2020-07-14)
435
-
436
-
437
- ### Features
438
-
439
- * usePosition ([#259](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/259)) ([b395d8c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b395d8c2e619d2ba26c5cfbee77275d0fbf9526a))
440
-
441
-
442
-
443
-
444
-
445
- # [0.12.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.11.0...v0.12.0) (2020-07-14)
446
-
447
-
448
- ### Bug Fixes
449
-
450
- * Options Styles ([#260](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/260)) ([410387e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/410387eb6a049e68f6f6f7391a7e0919c0bdf2ec))
451
-
452
-
453
- ### Features
454
-
455
- * Margins not only for Box ([#256](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/256)) ([94e71a8](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/94e71a80eb37d5145c1d1b2f532d23a782fee07b))
456
-
457
-
458
-
459
-
460
-
461
- # [0.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
462
-
463
-
464
- ### Bug Fixes
465
-
466
- * Box className prop ([#254](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/254)) ([5adc7b8](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5adc7b8a907eca67bef5e26309c92561f6d8020a))
467
-
468
-
469
-
470
-
471
-
472
- # [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
473
-
474
-
475
- ### Bug Fixes
476
-
477
- * Export useModalStack hook ([#242](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/242)) ([f5d567e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f5d567e))
478
- * Missing legacy icons ([#238](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/238)) ([1d74390](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1d74390))
479
- * ModalContainer crash ([034eb1a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/034eb1a))
480
-
481
-
482
- ### Features
483
-
484
- * Updated icons ([#188](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/188)) ([184e8ed](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/184e8ed))
485
-
486
-
487
- ### Performance Improvements
488
-
489
- * Generated classNames from props ([#230](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/230)) ([8df14cb](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8df14cb))
490
- * Keyed children ([#231](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/231)) ([8b63483](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8b63483))
491
-
492
-
493
-
494
-
495
-
496
- # [0.9.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.8.0...v0.9.0) (2020-05-21)
497
-
498
-
499
- ### Bug Fixes
500
-
501
- * Added z-index backdrop and options to avatar and backdrop ([#210](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/210)) ([96f0d17](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/96f0d172f4ea1e84bc765a74b5db53d8f447ce7a))
502
- * Avatar sizes ([#202](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/202)) ([7ff3fd9](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/7ff3fd91ce7f075e41c473b18077f63011ee2a30))
503
- * Change the small button size ([#234](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/234)) ([6dc44de](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6dc44def0de746bb4412f97cb72a676715e19742))
504
- * className prop type in Box ([#220](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/220)) ([f9e1a1f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f9e1a1f413035b9af9bdebd8b4d3f3944440affa))
505
- * CSS custom property name interpolation ([#216](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/216)) ([66453b6](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/66453b60c9ec46b80782456fdd695e82d87d7dec))
506
- * Deprecation warnings ([#227](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/227)) ([46322a8](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/46322a8e2781b4293adc7fdf4fcffae20f0d170f))
507
- * Position component ([#217](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/217)) ([81940ec](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/81940ecd6713eec2ffd41ac1aa592e345e694815))
508
- * Table header divisor ([#233](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/233)) ([373534c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/373534c1bdf9653bea9959029a7fc1e662d41693))
509
-
510
-
511
- ### Features
512
-
513
- * elevation prop ([#219](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/219)) ([fb28ee3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/fb28ee3466b4f3f837bbe5cf25a18e0ad80ce4c4))
514
- * Kebab Menu w/ popover ([#211](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/211)) ([0e4a50d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0e4a50d2570dcf2a5fde09a70a5960832172aa77))
515
- * New Box props ([#213](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/213)) ([b593875](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b593875f3561e334412f9d7e2fbe81007ed8098e))
516
-
517
-
518
- ### Performance Improvements
519
-
520
- * Replace `mem` with a simpler memoization decorator ([#229](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/229)) ([2de0703](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2de07032b5175153f881408726fc9413804094b6))
521
-
522
-
523
- ### Reverts
524
-
525
- * Revert "Fix flex content (#225)" (#226) ([fc246f2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/fc246f2c684d52af82f09aeffe5d0b46e0b9910e)), closes [#225](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/225) [#226](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/226)
526
-
527
-
528
-
529
-
530
-
531
- # [0.8.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.7.1...v0.8.0) (2020-04-22)
532
-
533
-
534
- ### Bug Fixes
535
-
536
- * Add missing Box prop types ([#204](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/204)) ([5ab9f6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5ab9f6a001738ae6eedd9f593ff52ac58f23a4df))
537
- * Badge and Tag rendering a span ([#208](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/208)) ([d8a5ed2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/d8a5ed2a1afaa9e58bea307dab7d42b1593bab2b))
538
- * Center Throbber circles ([#198](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/198)) ([be0aa60](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/be0aa603e209c96029d2232ad7d2b79c13ba628d))
539
- * Selection button props split between container and input elements ([#207](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/207)) ([19cc1df](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/19cc1dfc9d58a539f6bb6b98e67c933378e07bfd))
540
- * Update Callout to allow empty children ([#200](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/200)) ([58bdc4e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/58bdc4ecdab445709b62e16917b922eeebb74d98))
541
-
542
-
543
- ### Features
544
-
545
- * Refactor static styles ([#201](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/201)) ([e1bdc65](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e1bdc655a0dfe0f88261d3fab84c2e42c2ad581e))
546
-
547
-
548
-
549
-
550
-
551
- ## [0.7.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.7.0...v0.7.1) (2020-04-01)
552
-
553
- **Note:** Version bump only for package @rocket.chat/fuselage
554
-
555
-
556
-
557
-
558
-
559
- # [0.7.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.6.2...v0.7.0) (2020-04-01)
560
-
561
-
562
- ### Bug Fixes
563
-
564
- * Padding props ([#187](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/187)) ([ef1d4e3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ef1d4e3e65ffdc131f3c3ba52a196d42b2dd400f))
565
-
566
-
567
- ### Features
568
-
569
- * Custom prop types and more props to Box ([#181](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/181)) ([119e815](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/119e815ac9a0b85c1649c53bab62390b25aae4b3))
570
-
571
-
572
-
573
-
574
-
575
- ## [0.6.2](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.6.1...v0.6.2) (2020-03-31)
576
-
577
-
578
- ### Bug Fixes
579
-
580
- * Table padding, hover status ([#185](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/185)) ([70138bc](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/70138bcc258a3112dc3264562cddb90d05b95859))
581
-
582
-
583
-
584
-
585
-
586
- ## [0.6.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.6.0...v0.6.1) (2020-03-24)
587
-
588
-
589
- ### Bug Fixes
590
-
591
- * outline input and Select text wrapping ([#177](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/177)) ([4168cf2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4168cf265cac67dbabd7defb9545a03485c26ac2))
592
- * Select placeholder and story ([#179](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/179)) ([e05e926](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e05e926c82e92f5abcf0a64fb1f7d52ac834e33a))
593
-
594
-
595
- ### Reverts
596
-
597
- * Revert "chore: Refactor button, add missing variants. (#120)" (#178) ([e3d7d7d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e3d7d7d14212c852d5a587accc65e9402504f6fb)), closes [#120](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/120) [#178](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/178)
598
-
599
-
600
-
601
-
602
-
603
- # [0.6.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.5.0...v0.6.0) (2020-03-20)
604
-
605
-
606
- ### Bug Fixes
607
-
608
- * Improve tag/badge style ([#173](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/173)) ([50a074b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/50a074bc53bfdfa86e643b1d408d73ac7f32af0a))
609
-
610
-
611
- ### Features
612
-
613
- * add stack avatar ([#174](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/174)) ([406554b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/406554b7a31d96b60133126c649a6857c0471c08))
614
-
615
-
616
-
617
-
618
-
619
- # [0.5.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.4.1...v0.5.0) (2020-03-20)
620
-
621
-
622
- ### Bug Fixes
623
-
624
- * Empty space before SelectFiltered placeholder ([#171](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/171)) ([26ab2b5](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/26ab2b5788482b5be3604a52a0dfe48e56cb9166))
625
-
626
-
627
- ### Features
628
-
629
- * Focus visible ([#165](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/165)) ([0801f28](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0801f280b159f9b2d500fc3de57eb422a8b13e5e))
630
- * Tags and Badges ([#167](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/167)) ([b739cde](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b739cdec895800fc478b86cd8ed0261453d3e490))
631
- * Tooltip component ([#121](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/121)) ([374c279](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/374c2797c4b7d7fb6fe894780b98a88a971e7db7))
632
-
633
-
634
-
635
-
636
-
637
- ## [0.4.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.4.0...v0.4.1) (2020-03-16)
638
-
639
-
640
- ### Bug Fixes
641
-
642
- * Build [@rocket](https://github.com/rocket).chat/css-in-js as ES module ([#166](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/166)) ([910c85c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/910c85c9ca7a65b8dc53e9d137cdc7b3f17e3410))
643
- * filteredOptions for options ([#169](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/169)) ([8cb685f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8cb685ff477a6eeb00d7db1efda09c02eb1794f8))
644
- * Select arrow position for empty selects ([#157](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/157)) ([4ef17e0](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4ef17e0599aa4afc6219215321609fb837fb1f4b))
645
-
646
-
647
-
648
-
649
-
650
- # [0.4.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.3.0...v0.4.0) (2020-03-10)
651
-
652
-
653
- ### Bug Fixes
654
-
655
- * Changed accordion item title proptype ([#151](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/151)) ([b80647c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b80647c9c3502fb2eed51204d4878b3acecf6f0c))
656
- * Display name and prop types of Throbber component ([#148](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/148)) ([cd0122b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/cd0122be08fa3d4ddf550f02a12153ede3678e14))
657
-
658
-
659
- ### Features
660
-
661
- * Added callback prop for scroll position ([#155](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/155)) ([bb61e34](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bb61e3465daafcc5295b80254e81a12e8df34847))
662
-
663
-
664
- ### Performance Improvements
665
-
666
- * Avoid re-renders due to PropsContext ([#154](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/154)) ([da88341](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/da88341ffc26f3e828afe90e22c8d69a21bc2b1c))
667
-
668
-
669
-
670
-
671
-
672
- # [0.3.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0...v0.3.0) (2020-02-17)
673
-
674
-
675
- ### Features
676
-
677
- * Loading Component ([#147](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/147)) ([8d4e9df](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8d4e9df810d725a80be3652ba4f851f896fc6f64))
678
-
679
-
680
-
681
-
682
-
683
- # [0.2.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.30...v0.2.0) (2020-02-13)
684
-
685
- **Note:** Version bump only for package @rocket.chat/fuselage
686
-
687
-
688
-
689
-
690
-
691
- # [0.2.0-alpha.30](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.29...v0.2.0-alpha.30) (2020-02-12)
692
-
693
-
694
- ### Bug Fixes
695
-
696
- * Safari not triggering buttons anchors ([#146](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/146)) ([2cb5aaa](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2cb5aaaf4c71e277a0a8ea556a8b9efbb3e58620))
697
-
698
-
699
-
700
-
701
-
702
- # [0.2.0-alpha.29](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.28...v0.2.0-alpha.29) (2020-02-10)
703
-
704
- **Note:** Version bump only for package @rocket.chat/fuselage
705
-
706
-
707
-
708
-
709
-
710
- # [0.2.0-alpha.28](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.27...v0.2.0-alpha.28) (2020-02-10)
711
-
712
-
713
- ### Bug Fixes
714
-
715
- * placeholder transition ([#144](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/144)) ([4ce91d1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4ce91d179ece15d9014b93eb878b644e79850f56))
716
-
717
-
718
-
719
-
720
-
721
- # [0.2.0-alpha.26](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2020-02-10)
722
-
723
-
724
- ### Bug Fixes
725
-
726
- * Select autofocus ([#141](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/141)) ([25849ee](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/25849eed55e4edbf26f54ae4a72c71c1d528e850))
727
-
728
-
729
-
730
-
731
-
732
- # [0.2.0-alpha.25](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.24...v0.2.0-alpha.25) (2020-02-10)
733
-
734
- **Note:** Version bump only for package @rocket.chat/fuselage
735
-
736
-
737
-
738
-
739
-
740
- # [0.2.0-alpha.24](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2020-02-09)
741
-
742
- **Note:** Version bump only for package @rocket.chat/fuselage
743
-
744
-
745
-
746
-
747
-
748
- # [0.2.0-alpha.23](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.22...v0.2.0-alpha.23) (2020-02-07)
749
-
750
- **Note:** Version bump only for package @rocket.chat/fuselage
751
-
752
-
753
-
754
-
755
-
756
- # [0.2.0-alpha.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
757
-
758
-
759
- ### Bug Fixes
760
-
761
- * Select/MultiSelect focus submitting form ([#134](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/134)) ([630e622](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/630e622d8535fcaa06a8a736c6e0d273b450b739))
762
- * UIKit stopPropagation ([#137](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/137)) ([86939ea](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/86939eaae182d6554879468745780d83bc977b9e))
763
-
764
-
765
-
766
-
767
-
768
- # [0.2.0-alpha.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
769
-
770
- **Note:** Version bump only for package @rocket.chat/fuselage
771
-
772
-
773
-
774
-
775
-
776
- # [0.2.0-alpha.20](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.19...v0.2.0-alpha.20) (2020-02-01)
777
-
778
-
779
- ### Bug Fixes
780
-
781
- * Modal background ([#126](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/126)) ([10b7202](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/10b72027cbb72d595d9aab8ffd37471eb7b8dac1))
782
- * Modal's margins and AnimatedVisibility initial state ([#128](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/128)) ([4357f82](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4357f82250cad21a72b9a3332c0a31f4874e302a))
783
- * Remove visibilty on transition ([#129](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/129)) ([90c5301](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/90c5301a0067d00c73a249ca2c9d45206cb7ac05))
784
-
785
-
786
-
787
-
788
-
789
- # [0.2.0-alpha.19](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.18...v0.2.0-alpha.19) (2020-01-13)
790
-
791
-
792
- ### Bug Fixes
793
-
794
- * InputBox sizing ([#124](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/124)) ([eb82e74](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/eb82e74784bf67655e07be4443672ed2e5a38728))
795
- * Position of inputs on selection buttons ([#123](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/123)) ([e446c89](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e446c89d3a0c80e01266c373242d1197ba2950dc))
796
-
797
-
798
- ### Features
799
-
800
- * Position, Modal, Options components ([#116](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/116)) ([af1916a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/af1916a22c677939adda04fe417dafe406292762)), closes [#117](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/117)
801
-
802
-
803
-
804
-
805
-
806
- # [0.2.0-alpha.18](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.17...v0.2.0-alpha.18) (2019-12-31)
807
-
808
-
809
- ### Bug Fixes
810
-
811
- * Grid gutter ([#104](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/104)) ([8e7b5e4](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e7b5e41a0a6ac0be208e5c21b686cad5249ad19))
812
- * Update Callout margins; allow Callout without title ([#106](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/106)) ([984a76f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/984a76fda49bda82c363e9d945000a60f41f1046))
813
-
814
-
815
- ### Features
816
-
817
- * Pagination component ([#103](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/103)) ([56fe9cf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/56fe9cf0bf2e77ead4bff74a76e0b7b7fb9368f6))
818
- * UI Kit ([#95](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/95)) ([6d4162b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6d4162bb8c121b1e89f8c818e7106bce49f09c27)), closes [#94](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/94) [#109](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/109) [#108](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/108) [#111](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/111)
819
-
820
-
821
-
822
-
823
-
824
- # [0.2.0-alpha.17](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.16...v0.2.0-alpha.17) (2019-12-04)
825
-
826
-
827
- ### Bug Fixes
828
-
829
- * Remove FieldGroup minimum width ([#93](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/93)) ([e116296](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e116296f1f7e7ae6d4a7b761bdc2cac529d28854))
830
-
831
-
832
- ### Features
833
-
834
- * Add prototype of Tabs component ([#101](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/101)) ([38ad447](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/38ad447fbf4e9207025d8756a95fce174b56868c))
835
- * Cascading styles ([#97](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/97)) ([b21cd54](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b21cd54478b6fca4190c25c3ab99beb77cdec67d))
836
- * Flex components ([#99](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/99)) ([948d0ea](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/948d0ea801b59751fa06f2c2fb25c84d172b73c7))
837
- * Grid ([#100](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/100)) ([baca6bf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/baca6bf1c46742efc0171b1825918f4c907d036c))
838
- * Level component ([#102](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/102)) ([2abd0d9](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2abd0d9547528de3dd9e2f8c539966faf9a9da2d))
839
- * Scrollable ([#98](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/98)) ([2eecec6](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2eecec6c53c198fd16ff1fa089aa98974ecb2816))
840
-
841
-
842
-
843
-
844
-
845
- # [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)
846
-
847
-
848
- ### Bug Fixes
849
-
850
- * Miscellaneous issues ([#90](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/90)) ([8e6e89a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d))
851
-
852
-
853
-
854
-
855
-
856
- # [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)
857
-
858
-
859
- ### Bug Fixes
860
-
861
- * Performance issues in development environment ([#89](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/89)) ([a95931d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a95931d91832e242a178936fdb6593cb5d317837))
862
-
863
-
864
-
865
-
866
-
867
- # [0.2.0-alpha.14](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.13...v0.2.0-alpha.14) (2019-10-28)
868
-
869
-
870
- ### Features
871
-
872
- * Tile component ([#85](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/85)) ([a22d21f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a22d21fbf79feecb8cb2440cd8e32523a5109d8b))
873
-
874
-
875
-
876
-
877
-
878
- # [0.2.0-alpha.13](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.12...v0.2.0-alpha.13) (2019-10-25)
879
-
880
- **Note:** Version bump only for package @rocket.chat/fuselage
881
-
882
-
883
-
884
-
885
-
886
- # [0.2.0-alpha.12](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.11...v0.2.0-alpha.12) (2019-10-24)
887
-
888
-
889
- ### Bug Fixes
890
-
891
- * Accordion.Item accessibility issues ([#78](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/78)) ([2a283c1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2a283c1cef4d6f9738c96b473236d0b52dca1f5e))
892
-
893
-
894
-
895
-
896
-
897
- # [0.2.0-alpha.11](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.10...v0.2.0-alpha.11) (2019-10-22)
898
-
899
-
900
- ### Features
901
-
902
- * Accordion.Item pointer interactions and new variants ([#77](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/77)) ([884d10a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/884d10a071e51e954208671ef3ebc5b11700f36c))
903
-
904
-
905
-
906
-
907
-
908
- # [0.2.0-alpha.10](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.9...v0.2.0-alpha.10) (2019-10-18)
909
-
910
-
911
- ### Bug Fixes
912
-
913
- * InputControl width ([#75](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/75)) ([d0b4e58](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/d0b4e584a6033988930a82e363e1467e86ae8dc6))
914
-
915
-
916
-
917
-
918
-
919
- # [0.2.0-alpha.9](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.8...v0.2.0-alpha.9) (2019-10-17)
920
-
921
-
922
- ### Bug Fixes
923
-
924
- * Bundle errors ([#72](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/72)) ([77f5c12](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/77f5c12e1be3d0e191e0a2cb87a286630064ce46))
925
- * Explicit publish config ([#70](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/70)) ([21f9389](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/21f938991a58544c349e79b4e35284a4e51eb61b))
926
-
927
-
928
- ### Features
929
-
930
- * Accordion component ([#68](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/68)) ([4409518](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/440951854c3760e0dfdf53b5ff1da4a511d55cf4))
931
- * Callout component ([#69](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/69)) ([2bdece1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2bdece17739397a2ffcb13cd74e70934fb0286be))
932
-
933
-
934
-
935
-
936
-
937
- # [0.2.0-alpha.8](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.7...v0.2.0-alpha.8) (2019-10-16)
938
-
939
- **Note:** Version bump only for package @rocket.chat/fuselage
940
-
941
-
942
-
943
-
944
-
945
- # [0.2.0-alpha.7](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.6...v0.2.0-alpha.7) (2019-10-14)
946
-
947
-
948
- ### Features
949
-
950
- * [@rocket](https://github.com/rocket).chat/fuselage-hooks package ([#65](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/65)) ([7244533](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/724453329d0e42a40cef6793f81fa11b19ddf0fd))
951
- * Form components ([#66](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/66)) ([39e086a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/39e086ae398556dc445a9f5ebf52b31acddc44cf))
952
-
953
-
954
-
955
-
956
-
957
- # [0.2.0-alpha.6](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.5...v0.2.0-alpha.6) (2019-10-09)
958
-
959
- **Note:** Version bump only for package @rocket.chat/fuselage
960
-
961
-
962
-
963
-
964
-
965
- # [0.2.0-alpha.5](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.4...v0.2.0-alpha.5) (2019-10-02)
966
-
967
-
968
- ### Bug Fixes
969
-
970
- * Allow word wrap in Label ([#61](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/61)) ([7c2f269](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/7c2f269))
971
-
972
-
973
- ### Features
974
-
975
- * New hooks ([#62](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/62)) ([2587ecf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2587ecf))
976
-
977
-
978
-
979
-
980
-
981
- # [0.2.0-alpha.4](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.3...v0.2.0-alpha.4) (2019-09-27)
982
-
983
-
984
- ### Bug Fixes
985
-
986
- * Multiple issues ([#60](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/60)) ([62e5620](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/62e5620))
987
-
988
-
989
-
990
-
991
-
992
- # [0.2.0-alpha.3](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.1...v0.2.0-alpha.3) (2019-09-25)
993
-
994
-
995
- ### Bug Fixes
996
-
997
- * Theming and typography ([#56](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/56)) ([7efc77e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/7efc77e))
998
-
999
-
1000
- ### Features
1001
-
1002
- * Design tokens ([#55](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/55)) ([bb323c0](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bb323c0))
1003
-
1004
-
1005
-
1006
-
1007
-
1008
- # [0.2.0-alpha.2](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.0...v0.2.0-alpha.2) (2019-08-19)
1009
-
1010
-
1011
- ### Bug Fixes
1012
-
1013
- * Don't embed the icon font ([#47](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/47)) ([e75bd25](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e75bd25))
1014
-
1015
-
1016
- ### Features
1017
-
1018
- * Add InputGroup component ([#48](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/48)) ([0830c8f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0830c8f))
1019
-
1020
-
1021
-
1022
-
1023
-
1024
- # [0.2.0-alpha.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2019-08-16)
1025
-
1026
-
1027
- ### Bug Fixes
1028
-
1029
- * Don't embed the icon font ([#47](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/47)) ([e75bd25](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e75bd25))
1030
-
1031
-
1032
- ### Features
1033
-
1034
- * Add InputGroup component ([#48](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/48)) ([0830c8f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0830c8f))
1035
-
1036
-
1037
-
1038
-
1039
-
1040
- # [0.2.0-alpha.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.1.1-alpha.1...v0.2.0-alpha.0) (2019-08-16)
1041
-
1042
-
1043
- ### Features
1044
-
1045
- * Add Input component ([#44](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/44)) ([e4a71d4](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e4a71d4))
1046
-
1047
-
1048
-
1049
-
1050
-
1051
- ## [0.1.1-alpha.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.1.1-alpha.0...v0.1.1-alpha.1) (2019-08-15)
1052
-
1053
-
1054
- ### Bug Fixes
1055
-
1056
- * Add missing ref support ([#43](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/43)) ([b62cbfc](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b62cbfc))