@rocket.chat/fuselage 0.0.0-dev-20240425224212 → 0.0.0-dev-20240528170605

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 (60) hide show
  1. package/CHANGELOG.md +1127 -0
  2. package/dist/components/Button/ActionButton.d.ts +1 -1
  3. package/dist/components/Button/Button.d.ts +1 -1
  4. package/dist/components/Contextualbar/ContextualbarButton.d.ts +1 -1
  5. package/dist/components/Contextualbar/ContextualbarHeader.d.ts.map +1 -1
  6. package/dist/components/Contextualbar/ContextualbarIcon.d.ts +1 -1
  7. package/dist/components/Contextualbar/index.d.ts +1 -2
  8. package/dist/components/Contextualbar/index.d.ts.map +1 -1
  9. package/dist/components/EmailInput/EmailInput.d.ts +2 -1
  10. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
  11. package/dist/components/InputBox/InputBox.d.ts +1 -0
  12. package/dist/components/InputBox/InputBox.d.ts.map +1 -1
  13. package/dist/components/InputBox/index.d.ts +1 -0
  14. package/dist/components/InputBox/index.d.ts.map +1 -1
  15. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +1 -1
  16. package/dist/components/Message/MessageMetrics/index.d.ts +3 -3
  17. package/dist/components/Message/MessageToolbar/MessageToolbarItem.d.ts +1 -1
  18. package/dist/components/Message/MessageToolbar/index.d.ts +3 -3
  19. package/dist/components/Message/index.d.ts +6 -6
  20. package/dist/components/MultiSelect/MultiSelect.d.ts +1 -1
  21. package/dist/components/NumberInput/NumberInput.d.ts +1 -1
  22. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  23. package/dist/components/Option/CheckOption.d.ts +1 -1
  24. package/dist/components/Option/Option.d.ts +1 -1
  25. package/dist/components/Option/index.d.ts +3 -3
  26. package/dist/components/Option/index.d.ts.map +1 -1
  27. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +1 -1
  28. package/dist/components/PasswordInput/PasswordInput.d.ts +1 -1
  29. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  30. package/dist/components/SearchInput/SearchInput.d.ts +2 -1
  31. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  32. package/dist/components/Select/Select.d.ts +1 -0
  33. package/dist/components/Select/Select.d.ts.map +1 -1
  34. package/dist/components/Select/SelectAria.d.ts +1 -0
  35. package/dist/components/Select/SelectAria.d.ts.map +1 -1
  36. package/dist/components/Select/SelectFiltered.d.ts +2 -2
  37. package/dist/components/Select/SelectLegacy.d.ts +1 -1
  38. package/dist/components/SelectInput/SelectInput.d.ts +2 -1
  39. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  40. package/dist/components/Sidebar/Item.d.ts +1 -1
  41. package/dist/components/Sidebar/SidebarActions.d.ts +1 -1
  42. package/dist/components/Sidebar/TopBar/TopBarAction.d.ts +1 -1
  43. package/dist/components/Sidebar/TopBar/index.d.ts +1 -1
  44. package/dist/components/Sidebar/index.d.ts +3 -3
  45. package/dist/components/TelephoneInput/TelephoneInput.d.ts +2 -1
  46. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
  47. package/dist/components/TextAreaInput/TextArea.d.ts +2 -1
  48. package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -1
  49. package/dist/components/TextInput/TextInput.d.ts +2 -1
  50. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  51. package/dist/components/UrlInput/UrlInput.d.ts +1 -1
  52. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  53. package/dist/fuselage.css +2 -2
  54. package/dist/fuselage.css.map +1 -1
  55. package/dist/fuselage.development.js +15 -73
  56. package/dist/fuselage.development.js.map +1 -1
  57. package/dist/fuselage.production.js +1 -1
  58. package/package.json +2 -2
  59. package/dist/components/Contextualbar/ContextualbarSection.d.ts +0 -10
  60. package/dist/components/Contextualbar/ContextualbarSection.d.ts.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,1127 @@
1
+ # Change Log
2
+
3
+ ## 0.0.0-dev-20240528170605
4
+
5
+ ### Minor Changes
6
+
7
+ - 12894f542: feat(fuselage): new set of `NavBar` components
8
+ - ddc6fbe4a: feat(fuselage): `Contextualbar` components size improvements
9
+ - 3e9356198: feat(fuselage): `Sidebar` header size improvements
10
+
11
+ ## 0.54.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1383](https://github.com/RocketChat/fuselage/pull/1383) [`5870a9395`](https://github.com/RocketChat/fuselage/commit/5870a939500e5b596be8c1ef1c2e28bb1cded4f5) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): remove `codeBlock` palette and add `palette` prop for a custom palette
16
+
17
+ ## 0.54.1
18
+
19
+ ### Patch Changes
20
+
21
+ - [#1381](https://github.com/RocketChat/fuselage/pull/1381) [`7e9138078`](https://github.com/RocketChat/fuselage/commit/7e91380780fdc862ff4546fdc449657f51f31aa1) Thanks [@dougfabris](https://github.com/dougfabris)! - Update dependencies [cef91c8dc](https://github.com/RocketChat/fuselage/commit/cef91c8dc646a4e9fc256eed6138eef108ee996c):
22
+ - @rocket.chat/icons@0.36.0
23
+
24
+ ## 0.54.0
25
+
26
+ ### Minor Changes
27
+
28
+ - [#1377](https://github.com/RocketChat/fuselage/pull/1377) [`a4f8bb5fb`](https://github.com/RocketChat/fuselage/commit/a4f8bb5fb31a9f80e9d8d5b4bfbb0cbb4f9780e6) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): new `InputBox` small variant
29
+
30
+ ## 0.53.7
31
+
32
+ ### Patch Changes
33
+
34
+ - [#1363](https://github.com/RocketChat/fuselage/pull/1363) [`3bc0e982c`](https://github.com/RocketChat/fuselage/commit/3bc0e982c27748fc1cf2551dffbd1c9112feb141) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): MessageToolbar missing opacity on hover
35
+
36
+ - [#1372](https://github.com/RocketChat/fuselage/pull/1372) [`3b6daeebc`](https://github.com/RocketChat/fuselage/commit/3b6daeebcd0341f784ddbaa95deba26a128f37bc) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `Bubble` missing font-family
37
+
38
+ ## 0.53.6
39
+
40
+ ### Patch Changes
41
+
42
+ - [#1370](https://github.com/RocketChat/fuselage/pull/1370) [`c94bd1cb8`](https://github.com/RocketChat/fuselage/commit/c94bd1cb8bf6586126da852b29594f6eadfc1d78) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): add `MessageSystem` missing colors
43
+
44
+ ## 0.53.5
45
+
46
+ ### Patch Changes
47
+
48
+ - [#1356](https://github.com/RocketChat/fuselage/pull/1356) [`fb710526b`](https://github.com/RocketChat/fuselage/commit/fb710526ba7a0adfe9356ae4518da10879f824ef) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): remove margins from `ButtonGroup` first and last items
49
+
50
+ ## 0.53.4
51
+
52
+ ### Patch Changes
53
+
54
+ - [#1354](https://github.com/RocketChat/fuselage/pull/1354) [`d0c9e107f`](https://github.com/RocketChat/fuselage/commit/d0c9e107f1e787755c2a6358cab1ed45971fd5d8) Thanks [@gabriellsh](https://github.com/gabriellsh)! - fix(fuselage): Remove `option` role from `Autocomplete` Options component
55
+
56
+ - [#1352](https://github.com/RocketChat/fuselage/pull/1352) [`34b047478`](https://github.com/RocketChat/fuselage/commit/34b047478f97c3e1bb94d801f212be41ffbe2cbb) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): MessageReactions missing border color
57
+
58
+ ## 0.53.3
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [[`bfe0abfb0`](https://github.com/RocketChat/fuselage/commit/bfe0abfb0bc2f828a0b6675f4719509d978a0a0f)]:
63
+ - @rocket.chat/fuselage-tokens@0.33.1
64
+
65
+ ## 0.53.2
66
+
67
+ ### Patch Changes
68
+
69
+ - [#1344](https://github.com/RocketChat/fuselage/pull/1344) [`8f67c5d20`](https://github.com/RocketChat/fuselage/commit/8f67c5d20939258bf4f09ee8d6ca36b68496c7ac) Thanks [@dougfabris](https://github.com/dougfabris)! - fix: wrong `MessageMetrics` export
70
+
71
+ ## 0.53.1
72
+
73
+ ### Patch Changes
74
+
75
+ - [#1342](https://github.com/RocketChat/fuselage/pull/1342) [`71c221684`](https://github.com/RocketChat/fuselage/commit/71c22168458c51975b32170a53c4a835124bec2b) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): MessageMetrics props types
76
+
77
+ ## 0.53.0
78
+
79
+ ### Minor Changes
80
+
81
+ - [#1338](https://github.com/RocketChat/fuselage/pull/1338) [`ea37a3110`](https://github.com/RocketChat/fuselage/commit/ea37a3110670e507c1a33c0793b6cef1b5ff1215) Thanks [@yash-rajpal](https://github.com/yash-rajpal)! - Accept disable button prop on CodeSnippet component
82
+
83
+ ## 0.52.0
84
+
85
+ ### Minor Changes
86
+
87
+ - [#1331](https://github.com/RocketChat/fuselage/pull/1331) [`bd17e9c59`](https://github.com/RocketChat/fuselage/commit/bd17e9c59696f26bf59f7f389f08f3185a780c65) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): MessageReactions focus state
88
+
89
+ ### Patch Changes
90
+
91
+ - [#1335](https://github.com/RocketChat/fuselage/pull/1335) [`cef61fd9f`](https://github.com/RocketChat/fuselage/commit/cef61fd9f0e2139f54036809b11782de09b9d025) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): show `AutoComplete` placeholder
92
+
93
+ ## 0.51.3
94
+
95
+ ### Patch Changes
96
+
97
+ - [#1327](https://github.com/RocketChat/fuselage/pull/1327) [`350eaa1ac`](https://github.com/RocketChat/fuselage/commit/350eaa1ac73a4dc66f1b6787df475c52389f96b6) Thanks [@csuadev](https://github.com/csuadev)! - fix(fuselage): Add missing renderItem property on PaginatedSelect component to allow options customization.
98
+
99
+ - [#1328](https://github.com/RocketChat/fuselage/pull/1328) [`6eecf95fb`](https://github.com/RocketChat/fuselage/commit/6eecf95fb1f7e77032de801033134eaed3e4501f) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): add missing `Bubble` gap
100
+
101
+ ## 0.51.2
102
+
103
+ ### Patch Changes
104
+
105
+ - [#1322](https://github.com/RocketChat/fuselage/pull/1322) [`f67ac5dc0`](https://github.com/RocketChat/fuselage/commit/f67ac5dc0a02ce47468a640d08e8ba373eca3d51) Thanks [@csuadev](https://github.com/csuadev)! - fix(fuselage): Added missing render property from PaginatedMultiselect on PaginatedMultiSelectFiltered component to allow rendering items on it.
106
+
107
+ ## 0.51.1
108
+
109
+ ### Patch Changes
110
+
111
+ - [#1324](https://github.com/RocketChat/fuselage/pull/1324) [`8f4502968`](https://github.com/RocketChat/fuselage/commit/8f450296822ee8a087831683828f513c2156b279) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Avoid duplicated alert on ToastBar
112
+
113
+ - [#1323](https://github.com/RocketChat/fuselage/pull/1323) [`9ccc4e79f`](https://github.com/RocketChat/fuselage/commit/9ccc4e79f76c1ef2b182065883bd66a91860bc96) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(icons): New circle-unfilled
114
+
115
+ ## 0.51.0
116
+
117
+ ### Minor Changes
118
+
119
+ - [#1319](https://github.com/RocketChat/fuselage/pull/1319) [`b37dd11c9`](https://github.com/RocketChat/fuselage/commit/b37dd11c9bd0fc4dbdda5ab5e623dfc46c8d8647) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Add forwardRef on Contextualbar
120
+
121
+ ### Patch Changes
122
+
123
+ - [#1320](https://github.com/RocketChat/fuselage/pull/1320) [`06b1d5701`](https://github.com/RocketChat/fuselage/commit/06b1d57015c59fbba95c8986fe054c2b3336f73f) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): `ToastBar` remove close button from content alert
124
+
125
+ ## 0.50.1
126
+
127
+ ### Patch Changes
128
+
129
+ - [#1317](https://github.com/RocketChat/fuselage/pull/1317) [`410a12131`](https://github.com/RocketChat/fuselage/commit/410a1213140b6dbfccdd75c9dfcf4b90938bf51d) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): remove margin inline end from bubble icon
130
+
131
+ ## 0.50.0
132
+
133
+ ### Minor Changes
134
+
135
+ - [#1311](https://github.com/RocketChat/fuselage/pull/1311) [`aff73a3cb`](https://github.com/RocketChat/fuselage/commit/aff73a3cbbbc80dbd2045c3644cc787f1ca5eb4e) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Add focus state on `MessgeHighlight`
136
+
137
+ ### Patch Changes
138
+
139
+ - [#1310](https://github.com/RocketChat/fuselage/pull/1310) [`564174632`](https://github.com/RocketChat/fuselage/commit/564174632ccda751555a1e4128c3b897bbc1b86f) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): `MessageToolbarWrapper` visibility
140
+
141
+ - [#1312](https://github.com/RocketChat/fuselage/pull/1312) [`91fe5c9d3`](https://github.com/RocketChat/fuselage/commit/91fe5c9d3600404a11529018c01907edb00e4c05) Thanks [@csuadev](https://github.com/csuadev)! - Change border color on Accordion component that was affecting dark mode, requested by design.
142
+
143
+ - [#1314](https://github.com/RocketChat/fuselage/pull/1314) [`75305d76e`](https://github.com/RocketChat/fuselage/commit/75305d76e336f635efc855f7f6545605f873126c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): `Contextualbar` elements syntax
144
+
145
+ ## 0.49.0
146
+
147
+ ### Minor Changes
148
+
149
+ - [#1289](https://github.com/RocketChat/fuselage/pull/1289) [`a40d471bd`](https://github.com/RocketChat/fuselage/commit/a40d471bdf71babf652f5df3108a05d92f08d975) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): new `PaletteStyleTag` component
150
+
151
+ ### Patch Changes
152
+
153
+ - Updated dependencies [[`a40d471bd`](https://github.com/RocketChat/fuselage/commit/a40d471bdf71babf652f5df3108a05d92f08d975)]:
154
+ - @rocket.chat/fuselage-tokens@0.33.0
155
+
156
+ ## 0.48.0
157
+
158
+ ### Minor Changes
159
+
160
+ - [#1303](https://github.com/RocketChat/fuselage/pull/1303) [`168ff5b12`](https://github.com/RocketChat/fuselage/commit/168ff5b12a6ce1ddf3ba6a881d3634326516faee) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Adds `Tag` focus state
161
+
162
+ ## 0.47.1
163
+
164
+ ### Patch Changes
165
+
166
+ - [#1291](https://github.com/RocketChat/fuselage/pull/1291) [`7d61a2677`](https://github.com/RocketChat/fuselage/commit/7d61a26778253cf2e022a7d9422fdbe3aaedd9f2) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): `MessageNameContainer` missing forwardRef
167
+
168
+ ## 0.47.0
169
+
170
+ ### Minor Changes
171
+
172
+ - [#1287](https://github.com/RocketChat/fuselage/pull/1287) [`2863143ae`](https://github.com/RocketChat/fuselage/commit/2863143aee7e57df16d19ca86659a59800363b24) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Popover
173
+
174
+ ### Patch Changes
175
+
176
+ - [#1280](https://github.com/RocketChat/fuselage/pull/1280) [`8b8d43b74`](https://github.com/RocketChat/fuselage/commit/8b8d43b74da69094ea026aa041f8313be5c896b4) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): MessageSystem time fontScale
177
+
178
+ - [#1288](https://github.com/RocketChat/fuselage/pull/1288) [`7390c0205`](https://github.com/RocketChat/fuselage/commit/7390c02057d52d3e62206667c5c26e0aedf70f26) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Prevent focus state on clicking in Messages
179
+
180
+ ## 0.46.0
181
+
182
+ ### Minor Changes
183
+
184
+ - [#1278](https://github.com/RocketChat/fuselage/pull/1278) [`7ed164c23`](https://github.com/RocketChat/fuselage/commit/7ed164c233fa6c511daa3951daa8c7af0c10bc86) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): new `Bubble` variations
185
+
186
+ ## 0.45.0
187
+
188
+ ### Minor Changes
189
+
190
+ - [#1277](https://github.com/RocketChat/fuselage/pull/1277) [`775236cb4`](https://github.com/RocketChat/fuselage/commit/775236cb4f391194183a96df48ea241b1429dab6) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Add forwardRef in MessageToolbar
191
+
192
+ ### Patch Changes
193
+
194
+ - [#1275](https://github.com/RocketChat/fuselage/pull/1275) [`7451ecae5`](https://github.com/RocketChat/fuselage/commit/7451ecae56d9f4a73f00ca4b212e33260cf7a81b) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): change `card-horizontal` row gap
195
+
196
+ - [#1270](https://github.com/RocketChat/fuselage/pull/1270) [`3469b7798`](https://github.com/RocketChat/fuselage/commit/3469b7798242b1925ac243cdf3268d4d7d7c3597) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): normalize links
197
+
198
+ ## 0.44.2
199
+
200
+ ### Patch Changes
201
+
202
+ - [#1273](https://github.com/RocketChat/fuselage/pull/1273) [`48363f168`](https://github.com/RocketChat/fuselage/commit/48363f168a67ec5fa2c3999a3a53e55d0cd84078) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Add flexGrow for stretch variation
203
+
204
+ ## 0.44.1
205
+
206
+ ### Patch Changes
207
+
208
+ - [#1271](https://github.com/RocketChat/fuselage/pull/1271) [`7cbad7df4`](https://github.com/RocketChat/fuselage/commit/7cbad7df405439c7b1bd3050bafce15e6b8ceff9) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): `ButtonGroup` missing `className` exposure
209
+
210
+ ## 0.44.0
211
+
212
+ ### Minor Changes
213
+
214
+ - [#1264](https://github.com/RocketChat/fuselage/pull/1264) [`119f80664`](https://github.com/RocketChat/fuselage/commit/119f806649869b1d73bd0f774f7de629cc13bc31) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Add Message focus style
215
+
216
+ - [`971f07aae`](https://github.com/RocketChat/fuselage/commit/971f07aae4076481fd6b7d37c417d9b00972bc4a) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Avoid `Box` usage on `ButtonGroup`
217
+
218
+ ## 0.43.0
219
+
220
+ ### Minor Changes
221
+
222
+ - [#1263](https://github.com/RocketChat/fuselage/pull/1263) [`9020c0ee8`](https://github.com/RocketChat/fuselage/commit/9020c0ee87eeb4c903091b0e03ab9802c39591f0) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): new `Bubble` component
223
+
224
+ - [#1221](https://github.com/RocketChat/fuselage/pull/1221) [`769e5ea43`](https://github.com/RocketChat/fuselage/commit/769e5ea43fa7c83f988d7dfb042aeafaf66e1ad5) Thanks [@VanshulB](https://github.com/VanshulB)! - Add missing message body additional styles to `MessageBody`
225
+
226
+ ### Patch Changes
227
+
228
+ - [#1244](https://github.com/RocketChat/fuselage/pull/1244) [`9be609744`](https://github.com/RocketChat/fuselage/commit/9be609744856f49b8971fb7aa45316ec7fd2463f) Thanks [@tassoevan](https://github.com/tassoevan)! - Deprecate `useMutableCallback` in favor of `useEffectEvent`
229
+
230
+ ## 0.42.0
231
+
232
+ ### Minor Changes
233
+
234
+ - [#1087](https://github.com/RocketChat/fuselage/pull/1087) [`4cd95535b`](https://github.com/RocketChat/fuselage/commit/4cd95535b6c384af6cb56ce98e2045dbe65ef9de) Thanks [@ggazzo](https://github.com/ggazzo)! - feat(fuselage): Adds detached prop to render Menu on the document body
235
+
236
+ ## 0.41.0
237
+
238
+ ### Minor Changes
239
+
240
+ - [#1249](https://github.com/RocketChat/fuselage/pull/1249) [`55fb265df`](https://github.com/RocketChat/fuselage/commit/55fb265df90f0a4ad309482fc2e16f111fddae9d) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): `FramedIcon` new component
241
+
242
+ ### Patch Changes
243
+
244
+ - [#1255](https://github.com/RocketChat/fuselage/pull/1255) [`84b486f63`](https://github.com/RocketChat/fuselage/commit/84b486f63c12de17d9ed4c316b58e86c3f1a884e) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `FramedIcon` HTMLAttributes props
245
+
246
+ ## 0.40.0
247
+
248
+ ### Minor Changes
249
+
250
+ - [#1247](https://github.com/RocketChat/fuselage/pull/1247) [`f9dc8b2a2`](https://github.com/RocketChat/fuselage/commit/f9dc8b2a28fd60bdfc3fe5a3bc49b4b863dd56c9) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): add `Card` hero variant
251
+
252
+ ## 0.39.0
253
+
254
+ ### Minor Changes
255
+
256
+ - [#1242](https://github.com/RocketChat/fuselage/pull/1242) [`f659bae77`](https://github.com/RocketChat/fuselage/commit/f659bae771f38e09e85b39bb5343ffd24ac6430b) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): `CardGrid` component
257
+
258
+ ### Patch Changes
259
+
260
+ - [#1238](https://github.com/RocketChat/fuselage/pull/1238) [`286b30c1d`](https://github.com/RocketChat/fuselage/commit/286b30c1db31a3c81612b2089b69812f2a796aca) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): FieldLabel margins and paddings
261
+
262
+ ## 0.38.4
263
+
264
+ ### Patch Changes
265
+
266
+ - [#1240](https://github.com/RocketChat/fuselage/pull/1240) [`617e8817b`](https://github.com/RocketChat/fuselage/commit/617e8817b5d0e7974d8a8d2e52a9b3f2ecb6fa6e) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `CardGroup` wrap margins
267
+
268
+ ## 0.38.3
269
+
270
+ ### Patch Changes
271
+
272
+ - [#1239](https://github.com/RocketChat/fuselage/pull/1239) [`0245820b5`](https://github.com/RocketChat/fuselage/commit/0245820b5f325ff0243d9a97db5ad7d4d373d6fe) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `CardControls` alignment
273
+
274
+ ## 0.38.2
275
+
276
+ ### Patch Changes
277
+
278
+ - [#1232](https://github.com/RocketChat/fuselage/pull/1232) [`6d5778611`](https://github.com/RocketChat/fuselage/commit/6d577861193b7675d16ad415e36d53681a99392f) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `Card` spacing
279
+
280
+ ## 0.38.1
281
+
282
+ ### Patch Changes
283
+
284
+ - [#1222](https://github.com/RocketChat/fuselage/pull/1222) [`ab9e4bf83`](https://github.com/RocketChat/fuselage/commit/ab9e4bf83d01cffb11b3ab803838770040bd2f2a) Thanks [@yash-rajpal](https://github.com/yash-rajpal)! - Handle `onBlur` prop on AutoComplete
285
+
286
+ ## 0.38.0
287
+
288
+ ### Minor Changes
289
+
290
+ - [#1220](https://github.com/RocketChat/fuselage/pull/1220) [`b0de1ec7e`](https://github.com/RocketChat/fuselage/commit/b0de1ec7effbd6fd4bd7fcbb71920c4186da45a7) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): update `SidebarItem` highlighted weight
291
+
292
+ - [#1214](https://github.com/RocketChat/fuselage/pull/1214) [`68674c502`](https://github.com/RocketChat/fuselage/commit/68674c502014e31b15cb81ab85d62677814a60fd) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): create `LabelInfo` component
293
+
294
+ ## 0.37.1
295
+
296
+ ### Patch Changes
297
+
298
+ - [#1210](https://github.com/RocketChat/fuselage/pull/1210) [`a95b2f7b3`](https://github.com/RocketChat/fuselage/commit/a95b2f7b3ed2fa7cc325898dbf8555e1976dc308) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): add `Callout` missing background-color
299
+
300
+ ## 0.37.0
301
+
302
+ ### Minor Changes
303
+
304
+ - [#1205](https://github.com/RocketChat/fuselage/pull/1205) [`5a6d05c30`](https://github.com/RocketChat/fuselage/commit/5a6d05c3005cfe24b04b3511bbe945d23de0a6b1) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): add loading state to `Button`
305
+
306
+ ### Patch Changes
307
+
308
+ - [#1206](https://github.com/RocketChat/fuselage/pull/1206) [`ec378a6bc`](https://github.com/RocketChat/fuselage/commit/ec378a6bc40cc2d209d753a2fbb05b1f814ca2f0) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): change `Callout` text color
309
+
310
+ ## 0.36.0
311
+
312
+ ### Minor Changes
313
+
314
+ - [#1198](https://github.com/RocketChat/fuselage/pull/1198) [`e64ef6805`](https://github.com/RocketChat/fuselage/commit/e64ef680517a69d4d370c008698a470002960916) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): New `surface-sidebar` token
315
+
316
+ ## 0.35.0
317
+
318
+ ### Minor Changes
319
+
320
+ - [#1199](https://github.com/RocketChat/fuselage/pull/1199) [`2b4f0079c`](https://github.com/RocketChat/fuselage/commit/2b4f0079cae052e21a2000fb40922dc37e0aabdb) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): change `link:active` color
321
+
322
+ - [#1128](https://github.com/RocketChat/fuselage/pull/1128) [`6db5cb214`](https://github.com/RocketChat/fuselage/commit/6db5cb2141bf42c9622c5846701e5b26392a1ada) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage, fuselage-tokens): Update primitive tokens
323
+
324
+ - [#1203](https://github.com/RocketChat/fuselage/pull/1203) [`da8cf6a97`](https://github.com/RocketChat/fuselage/commit/da8cf6a97c89263c020198e0c01aba27f57941d4) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - feat(fuselage): Add `renderItem` prop to the `PaginatedMultiSelect` component
325
+
326
+ ### Patch Changes
327
+
328
+ - [#1202](https://github.com/RocketChat/fuselage/pull/1202) [`a7ec3d9d3`](https://github.com/RocketChat/fuselage/commit/a7ec3d9d301a4092f6524337d88857d0c3372009) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `SidebarItem` margins
329
+
330
+ - Updated dependencies [[`6db5cb214`](https://github.com/RocketChat/fuselage/commit/6db5cb2141bf42c9622c5846701e5b26392a1ada)]:
331
+ - @rocket.chat/fuselage-tokens@0.32.0
332
+
333
+ ## 0.34.0
334
+
335
+ ### Minor Changes
336
+
337
+ - [#1196](https://github.com/RocketChat/fuselage/pull/1196) [`a1c679732`](https://github.com/RocketChat/fuselage/commit/a1c67973288a3383332639a5d49c7fce12c94b5e) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): change `SidebarItem` focus color
338
+
339
+ - [#1194](https://github.com/RocketChat/fuselage/pull/1194) [`34e442115`](https://github.com/RocketChat/fuselage/commit/34e442115f34da3f5843d48ffe711766074f707c) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): `Callout` visual changes
340
+
341
+ - [#1190](https://github.com/RocketChat/fuselage/pull/1190) [`c2afab784`](https://github.com/RocketChat/fuselage/commit/c2afab78473f2068d695a3d7f018531b5b7fb058) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - Added a new property "addon" and updated colors from grey to white.
342
+
343
+ - [#1195](https://github.com/RocketChat/fuselage/pull/1195) [`9ce0dd4fb`](https://github.com/RocketChat/fuselage/commit/9ce0dd4fb871812673efac7f7bd29395f6e4ef70) Thanks [@juliajforesti](https://github.com/juliajforesti)! - feat(fuselage): option to use `Tag` as link
344
+
345
+ ### Patch Changes
346
+
347
+ - [#1191](https://github.com/RocketChat/fuselage/pull/1191) [`44f851599`](https://github.com/RocketChat/fuselage/commit/44f85159922eb514e3c9a5400c22071b7d8ed5e8) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): `ContextualbarAction` size
348
+
349
+ - [#1193](https://github.com/RocketChat/fuselage/pull/1193) [`6df7d7abf`](https://github.com/RocketChat/fuselage/commit/6df7d7abf63e522c92bd4004f05d49135aa09b33) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Remove underline prevention on anchor elements
350
+
351
+ ## 0.33.0
352
+
353
+ ### Minor Changes
354
+
355
+ - [#1186](https://github.com/RocketChat/fuselage/pull/1186) [`8f2c2adeb`](https://github.com/RocketChat/fuselage/commit/8f2c2adebc54a7a211cacae9fdbbb3d28d75ece0) Thanks [@juliajforesti](https://github.com/juliajforesti)! - chore(fuselage): change button focus shadow colors
356
+
357
+ ### Patch Changes
358
+
359
+ - [#1179](https://github.com/RocketChat/fuselage/pull/1179) [`5f60cfd3c`](https://github.com/RocketChat/fuselage/commit/5f60cfd3c67e5c3d77cfc54c9b4f1e273ca2a135) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - Fixed tooltip not being displayed on `PaginatedSelect` options
360
+
361
+ ## 0.32.2
362
+
363
+ ### Patch Changes
364
+
365
+ - [#1173](https://github.com/RocketChat/fuselage/pull/1173) [`dfe36764d`](https://github.com/RocketChat/fuselage/commit/dfe36764decaa54a6044102d7e0df18f4b343b7c) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): improve focus state color
366
+
367
+ - [#1178](https://github.com/RocketChat/fuselage/pull/1178) [`0a104a02e`](https://github.com/RocketChat/fuselage/commit/0a104a02e50a4bb3218b1c54c74ac38ae9489498) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): className prop drilling improvements on `CheckBox`, `ToggleSwitch` and `RadioButton`
368
+
369
+ ## 0.32.1
370
+
371
+ ### Patch Changes
372
+
373
+ - [#1169](https://github.com/RocketChat/fuselage/pull/1169) [`2c25e7575`](https://github.com/RocketChat/fuselage/commit/2c25e7575c76c44db33a63c17c437b09ab286d19) Thanks [@tassoevan](https://github.com/tassoevan)! - Memory leak in `PaginatedMultiSelect`
374
+
375
+ - [`a97c7f086`](https://github.com/RocketChat/fuselage/commit/a97c7f08633e6e36a39c8933b530f9acacb83af0) Thanks [@dougfabris](https://github.com/dougfabris)! - chore: resolve-workspace-deps to publish pkg versions
376
+
377
+ - [`387c4016c`](https://github.com/RocketChat/fuselage/commit/387c4016cd91163da3e8add47aeca34f4e17f3c3) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): RadioButton a11y best practices improvement
378
+
379
+ - [#1168](https://github.com/RocketChat/fuselage/pull/1168) [`0ce79189d`](https://github.com/RocketChat/fuselage/commit/0ce79189d4e112d963f0d7650f7864f26539c063) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): AutoComplete a11y best practices improvement
380
+
381
+ ## 0.32.0
382
+
383
+ ### Minor Changes
384
+
385
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Field deprecation message
386
+
387
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): Button size
388
+
389
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): OptionInput margins and alignment
390
+
391
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): AudioPlayer: Infinity duration audio files crashing
392
+
393
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): css theme
394
+
395
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): MessageReactionAction icon size
396
+
397
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): prevent button-disabled click animation
398
+
399
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): IconButton with badge click-animation
400
+
401
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): change FieldLabel typography
402
+
403
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Remove unnecessary aria-label fallback in `IconButton
404
+
405
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): ToggleSwitch best practices adjustments
406
+
407
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): Modal a11y improvements
408
+
409
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): Table background-color
410
+
411
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): color a11y report changes
412
+
413
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): button click animation
414
+
415
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): Checkbox best practices adjustments
416
+
417
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): Fix Accordion a11y
418
+
419
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): Avatar a11y improvements
420
+
421
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): Prop to keep MessageToolbox visible.
422
+
423
+ - [`a04f9089d`](https://github.com/RocketChat/fuselage/commit/a04f9089d19ba32d2b2e80738d2d5f4dac0d3e0c) Thanks [@dougfabris](https://github.com/dougfabris)! - chore(fuselage): Field & Label best practices adjustments
424
+
425
+ All notable changes to this project will be documented in this file.
426
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
427
+
428
+ # [0.31.0](https://github.com/RocketChat/fuselage/compare/v0.30.1...v0.31.0) (2021-12-28)
429
+
430
+ ### Bug Fixes
431
+
432
+ - docker image version ([8f181cf](https://github.com/RocketChat/fuselage/commit/8f181cf5a96084d7abd9ea94efd46cc50840c798))
433
+ - **fuselage:** Chip missing styles ([#568](https://github.com/RocketChat/fuselage/issues/568)) ([e1b8963](https://github.com/RocketChat/fuselage/commit/e1b8963861abbb5a98996d48482e47c5f383f887))
434
+ - **fuselage:** States Component Font Style ([#579](https://github.com/RocketChat/fuselage/issues/579)) ([4322376](https://github.com/RocketChat/fuselage/commit/432237670f77dfcf391d9bbf6a6f2d30e0f9ba05))
435
+
436
+ ### Features
437
+
438
+ - Empty state variations Logic ([#598](https://github.com/RocketChat/fuselage/issues/598)) ([06ee58c](https://github.com/RocketChat/fuselage/commit/06ee58c30bf360072632f7875d0bfee184c8ce4c))
439
+ - **fuselage:** Component Dropdown ([#594](https://github.com/RocketChat/fuselage/issues/594)) ([31314b3](https://github.com/RocketChat/fuselage/commit/31314b3a7d29446a23307495e919de9aa3a4e8d0))
440
+ - **fuselage:** Empty State Component ([#572](https://github.com/RocketChat/fuselage/issues/572)) ([aa22b55](https://github.com/RocketChat/fuselage/commit/aa22b55ddb57b046411d0cd08468e47e56158f38))
441
+ - **fuselage:** Message preview component ([#553](https://github.com/RocketChat/fuselage/issues/553)) ([f8bd0ad](https://github.com/RocketChat/fuselage/commit/f8bd0ad637c0d2edad47b3c2384dac9c84e8d4fd))
442
+ - **fuselage:** Replace typography of Message's user name and Banner's title ([#577](https://github.com/RocketChat/fuselage/issues/577)) ([6af2dba](https://github.com/RocketChat/fuselage/commit/6af2dbabc90d2e2f1598cbbd113ecc3ea82adfc0))
443
+ - **icons:** New icons ([#596](https://github.com/RocketChat/fuselage/issues/596)) ([c54702b](https://github.com/RocketChat/fuselage/commit/c54702bc4a36e599f5ce84850c4f0ad0ebe29c27))
444
+ - Message Preview ([#587](https://github.com/RocketChat/fuselage/issues/587)) ([e69dad3](https://github.com/RocketChat/fuselage/commit/e69dad3a6619e98ff70bcd1cb68567a159187336))
445
+ - New hooks for element size tracking ([#413](https://github.com/RocketChat/fuselage/issues/413)) ([8ca682c](https://github.com/RocketChat/fuselage/commit/8ca682c636d2e4813f7d346cb881513382be63cf))
446
+
447
+ # [0.30.0](https://github.com/RocketChat/fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)
448
+
449
+ ### Bug Fixes
450
+
451
+ - SelectFilter style ([1f7e745](https://github.com/RocketChat/fuselage/commit/1f7e745c238c2082783216a2c8725c9f418ae2cc))
452
+ - **fuselage:** Remove Field margin ([#543](https://github.com/RocketChat/fuselage/issues/543)) ([0cc10e1](https://github.com/RocketChat/fuselage/commit/0cc10e1b86bcf14a9ae590537a3d8e460b39b167))
453
+ - **jest:** Adjust jest and ts-jest dependencies ([#547](https://github.com/RocketChat/fuselage/issues/547)) ([91a4fa1](https://github.com/RocketChat/fuselage/commit/91a4fa1365394001afe1bd46480bda3bafed5505))
454
+
455
+ ### Features
456
+
457
+ - **icons:** Update/Add icons (phone-in&out, dialpad, phone-disabled) ([#533](https://github.com/RocketChat/fuselage/issues/533)) ([2f3ae02](https://github.com/RocketChat/fuselage/commit/2f3ae02a6fc92d92e99e5be56a63670dda494e00))
458
+
459
+ # [0.29.0](https://github.com/RocketChat/fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)
460
+
461
+ ### Bug Fixes
462
+
463
+ - modal styles ([de15810](https://github.com/RocketChat/fuselage/commit/de158102f711658cdda8899a74cbefdff29fa48a))
464
+
465
+ ### Features
466
+
467
+ - **icons:** New icons ([#511](https://github.com/RocketChat/fuselage/issues/511)) ([1fa7748](https://github.com/RocketChat/fuselage/commit/1fa774819edea5b4bda9e58a6b272745c7c6ad57))
468
+ - **onboarding-ui:** Request trial form ([#505](https://github.com/RocketChat/fuselage/issues/505)) ([4c1bd35](https://github.com/RocketChat/fuselage/commit/4c1bd35324903badee9fec79e878ab045f7d5897))
469
+
470
+ # [0.28.0](https://github.com/RocketChat/fuselage/compare/v0.27.0...v0.28.0) (2021-07-30)
471
+
472
+ ### Bug Fixes
473
+
474
+ - Add Tab.Item definition ([#503](https://github.com/RocketChat/fuselage/issues/503)) ([9a7f3d5](https://github.com/RocketChat/fuselage/commit/9a7f3d5a357bb9bea1f5cf85c50d90398f916bee))
475
+ - Forwarding ref in Select components ([#492](https://github.com/RocketChat/fuselage/issues/492)) ([6c360bd](https://github.com/RocketChat/fuselage/commit/6c360bd040da19dc331b7fb8d208418a5b51f916))
476
+ - Missing Sidebar type ([#506](https://github.com/RocketChat/fuselage/issues/506)) ([78f202d](https://github.com/RocketChat/fuselage/commit/78f202d5b84f1bc7fe638070ece020126dcdd686))
477
+ - Sidebar item icon styles ([#481](https://github.com/RocketChat/fuselage/issues/481)) ([86b333a](https://github.com/RocketChat/fuselage/commit/86b333a790563c9178712e5f1240d36fa0fb5be5))
478
+ - **fuselage:** No preventDefault on PaginatedSelect ([#490](https://github.com/RocketChat/fuselage/issues/490)) ([0ffb736](https://github.com/RocketChat/fuselage/commit/0ffb736b1cc1c9a6d7897fbcf89baf42573c6c33))
479
+ - Table props ([#484](https://github.com/RocketChat/fuselage/issues/484)) ([67b6f27](https://github.com/RocketChat/fuselage/commit/67b6f2757c551b9b455a5babd51e0bc89f12ed71))
480
+
481
+ ### Features
482
+
483
+ - **onboarding-ui:** Administrator information form and Organization information form ([#489](https://github.com/RocketChat/fuselage/issues/489)) ([b289f68](https://github.com/RocketChat/fuselage/commit/b289f68676954b91c792d8d97680314178bf2c60))
484
+ - **onboarding-ui:** Common components ([#478](https://github.com/RocketChat/fuselage/issues/478)) ([d7511ab](https://github.com/RocketChat/fuselage/commit/d7511ab435bae8c35e02071832c9a615078a83d5))
485
+ - **onboarding-ui:** Self-hosted registration ([#501](https://github.com/RocketChat/fuselage/issues/501)) ([e47d579](https://github.com/RocketChat/fuselage/commit/e47d579938f1cb670e787b27402ece214e7d37e9))
486
+ - styled API; monorepo grooming ([#482](https://github.com/RocketChat/fuselage/issues/482)) ([1b6b70c](https://github.com/RocketChat/fuselage/commit/1b6b70cf67ec16927b1566adc2350295a8927223))
487
+
488
+ # [0.27.0](https://github.com/RocketChat/fuselage/compare/v0.26.0...v0.27.0) (2021-06-28)
489
+
490
+ ### Bug Fixes
491
+
492
+ - Default-export typings for Position and PositionAnimated ([88fb952](https://github.com/RocketChat/fuselage/commit/88fb952da8caa9ab70c37ecf6ec09af5774ddd0b))
493
+ - endReached prop in \_Options of PaginatedSelectFiltered Component ([#475](https://github.com/RocketChat/fuselage/issues/475)) ([81ec00f](https://github.com/RocketChat/fuselage/commit/81ec00f11c7016f25728bf394ac00686f5d6729d))
494
+ - Export correctly props and types from PositionAnimated and Tile components ([#467](https://github.com/RocketChat/fuselage/issues/467)) ([67a86ec](https://github.com/RocketChat/fuselage/commit/67a86ece971d729085f6969eb063e17323fe59e3))
495
+ - Export MultiSelect component in .d.ts file ([#473](https://github.com/RocketChat/fuselage/issues/473)) ([dbdbf58](https://github.com/RocketChat/fuselage/commit/dbdbf587821e8d86fed5ce17b75e3f8c95a5822f))
496
+ - Menu component and options.label prop type ([#476](https://github.com/RocketChat/fuselage/issues/476)) ([dea7a16](https://github.com/RocketChat/fuselage/commit/dea7a16d1feb5ccc16b0cb9096842f275dc1cdc3))
497
+ - **eslint:** Add missing ESLint rule for TypeScript ([#470](https://github.com/RocketChat/fuselage/issues/470)) ([cc0d498](https://github.com/RocketChat/fuselage/commit/cc0d4989bf37f7602d1d58d051824f1dd6c096b3))
498
+ - **fuselage:** Fuselage production build ([#477](https://github.com/RocketChat/fuselage/issues/477)) ([228878c](https://github.com/RocketChat/fuselage/commit/228878cdbf260e2929b5527fb84c936fbc03b772))
499
+ - PositionAnimated exported type ([#466](https://github.com/RocketChat/fuselage/issues/466)) ([472fb1e](https://github.com/RocketChat/fuselage/commit/472fb1e03a48ee964226644221267ccbb527ab1f))
500
+ - Typings for Position and PositionAnimated properly exported ([#465](https://github.com/RocketChat/fuselage/issues/465)) ([f05c126](https://github.com/RocketChat/fuselage/commit/f05c12641d1e8ec35a8a428571e938d6ad7369a7))
501
+ - Typings for RadioButton ([#464](https://github.com/RocketChat/fuselage/issues/464)) ([3e36605](https://github.com/RocketChat/fuselage/commit/3e36605ac1518ac2adc080f14dd07f6b830fdb6b))
502
+
503
+ ### Features
504
+
505
+ - onboarding-ui package ([#463](https://github.com/RocketChat/fuselage/issues/463)) ([ea0a6c2](https://github.com/RocketChat/fuselage/commit/ea0a6c25ae1a719103dce742a18c54ab4f3d6442))
506
+ - Visibility toggle for PasswordInput ([#377](https://github.com/RocketChat/fuselage/issues/377)) ([5ef1bec](https://github.com/RocketChat/fuselage/commit/5ef1bec606e626704235cadfdb9bb7d424f8e481))
507
+
508
+ # [0.26.0](https://github.com/RocketChat/fuselage/compare/v0.25.0...v0.26.0) (2021-05-28)
509
+
510
+ ### Bug Fixes
511
+
512
+ - **fuselage:** fix duplicated values on paginated multi select ([#456](https://github.com/RocketChat/fuselage/issues/456)) ([5fbde6d](https://github.com/RocketChat/fuselage/commit/5fbde6de715478d9a5c5507d9e9374e1e937c349))
513
+
514
+ ### Features
515
+
516
+ - **fuselage:** Message Template ([#458](https://github.com/RocketChat/fuselage/issues/458)) ([2b5308e](https://github.com/RocketChat/fuselage/commit/2b5308e2ade69e9b2aa5b419f5531a9cebc5366a))
517
+
518
+ # [0.25.0](https://github.com/RocketChat/fuselage/compare/v0.24.0...v0.25.0) (2021-05-19)
519
+
520
+ ### Bug Fixes
521
+
522
+ - **fuselage:** fix duplicated values on paginated multi select ([#456](https://github.com/RocketChat/fuselage/issues/456)) ([4518a4e](https://github.com/RocketChat/fuselage/commit/4518a4e661cb525d957f6140d59a641a50fc7b20))
523
+ - cd.yml ([53d44c0](https://github.com/RocketChat/fuselage/commit/53d44c014d796b749e60c0f3a72f205fbce04624))
524
+ - Tag's border-radius ([#452](https://github.com/RocketChat/fuselage/issues/452)) ([177936e](https://github.com/RocketChat/fuselage/commit/177936e72c2e136e7d021deb2f778fec71c23355))
525
+
526
+ ### Features
527
+
528
+ - **fuselage:** New paginated Selects/Options ([a7f9c9a](https://github.com/RocketChat/fuselage/commit/a7f9c9a64513a82013a902174d2195a0e26621ce))
529
+ - [@rocket](https://github.com/rocket).chat/message-parser ([#443](https://github.com/RocketChat/fuselage/issues/443)) ([4722cdf](https://github.com/RocketChat/fuselage/commit/4722cdff46f5987f335d989be59649c7652bb12a))
530
+
531
+ # [0.24.0](https://github.com/RocketChat/fuselage/compare/v0.23.0...v0.24.0) (2021-04-28)
532
+
533
+ ### Bug Fixes
534
+
535
+ - Add more props to Throbber type definition ([#429](https://github.com/RocketChat/fuselage/issues/429)) ([2516d42](https://github.com/RocketChat/fuselage/commit/2516d42bcf9c87ed5d51bdfbe149b1ef65d61ab0))
536
+ - Change highlighted style ([#422](https://github.com/RocketChat/fuselage/issues/422)) ([245de4f](https://github.com/RocketChat/fuselage/commit/245de4f0777dc6143e6faf50a1d398d359f247b0))
537
+ - Hollow shapes for status ([#430](https://github.com/RocketChat/fuselage/issues/430)) ([bc29d2d](https://github.com/RocketChat/fuselage/commit/bc29d2de260439263cba413ada13bb77f6b557c9))
538
+ - Modal close button size ([#420](https://github.com/RocketChat/fuselage/issues/420)) ([6279f69](https://github.com/RocketChat/fuselage/commit/6279f69af48329bb6908a9f428b942b1f961c892))
539
+ - MultiSelect close on click when opened ([#418](https://github.com/RocketChat/fuselage/issues/418)) ([1e4b30b](https://github.com/RocketChat/fuselage/commit/1e4b30bac334e7ecc10840be84c69c015660f29c))
540
+ - Pagination and Select prop types ([#436](https://github.com/RocketChat/fuselage/issues/436)) ([0461f41](https://github.com/RocketChat/fuselage/commit/0461f41c8676c4d90ecc28a26939b206802721e0))
541
+ - Prefer null over undefined on BoxTransforms ([#426](https://github.com/RocketChat/fuselage/issues/426)) ([9cba6b8](https://github.com/RocketChat/fuselage/commit/9cba6b802b0250d0d6704bfccc96bd7ca62cc5e6))
542
+ - Remove reference to inexistent interface ([#424](https://github.com/RocketChat/fuselage/issues/424)) ([dcf43c2](https://github.com/RocketChat/fuselage/commit/dcf43c232fd9b01161b76883b85a01356c80e774))
543
+ - Select option don't toggle on clicking the close icon ([#417](https://github.com/RocketChat/fuselage/issues/417)) ([4401d94](https://github.com/RocketChat/fuselage/commit/4401d94be1f93e192f89c433efb53ba3b1840fc4))
544
+ - Set highlighted class to Sidebar.Item.Icon ([#433](https://github.com/RocketChat/fuselage/issues/433)) ([b550f49](https://github.com/RocketChat/fuselage/commit/b550f4944a11aae34608d0e7dc112de21594eaa3))
545
+ - Status bullet sizing ([#440](https://github.com/RocketChat/fuselage/issues/440)) ([f70156e](https://github.com/RocketChat/fuselage/commit/f70156ed3adc534865c841e19f115704232d860f))
546
+ - Tabs design update ([#427](https://github.com/RocketChat/fuselage/issues/427)) ([a34c7cd](https://github.com/RocketChat/fuselage/commit/a34c7cd9a873b4568bd3e099155c32f743e5c599))
547
+ - Typings for ProgressBar ([#438](https://github.com/RocketChat/fuselage/issues/438)) ([6ea5648](https://github.com/RocketChat/fuselage/commit/6ea56486164a01b100b5941976902341daeb61dd))
548
+
549
+ ### Features
550
+
551
+ - [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2))
552
+ - Tabs Design Margin ([#437](https://github.com/RocketChat/fuselage/issues/437)) ([c92386f](https://github.com/RocketChat/fuselage/commit/c92386f6eee7cbe2b1df8053369f7856b74d8c95))
553
+
554
+ # [0.23.0](https://github.com/RocketChat/fuselage/compare/v0.22.0...v0.23.0) (2021-04-01)
555
+
556
+ ### Bug Fixes
557
+
558
+ - **npm:** Wrong paths in "files" field of package.json ([6d3c811](https://github.com/RocketChat/fuselage/commit/6d3c811f6fd747de7f47aff145902d88476272ee))
559
+ - Add more type definitions ([#415](https://github.com/RocketChat/fuselage/issues/415)) ([96bb6ae](https://github.com/RocketChat/fuselage/commit/96bb6ae27dfc51b344bf229c5adf121ec0a069af))
560
+ - Broken stories for AutoComplete ([#368](https://github.com/RocketChat/fuselage/issues/368)) ([8b6d35e](https://github.com/RocketChat/fuselage/commit/8b6d35e3a36573931010411f733cf46a8e82579b))
561
+ - Speech balloon icon aliases ([#414](https://github.com/RocketChat/fuselage/issues/414)) ([5a0fa7c](https://github.com/RocketChat/fuselage/commit/5a0fa7c43359178005d4b05d60781f6613671e9e))
562
+
563
+ ### Features
564
+
565
+ - Add Modal Icon to Modal Component ([#410](https://github.com/RocketChat/fuselage/issues/410)) ([c6a8b3e](https://github.com/RocketChat/fuselage/commit/c6a8b3e0423f1f9e2ee0d44b9d36de1ea0e6f875))
566
+ - New icon: pause-unfilled ([#416](https://github.com/RocketChat/fuselage/issues/416)) ([ba0eb1c](https://github.com/RocketChat/fuselage/commit/ba0eb1c39fb29d3b62e3e3312cd0916c8c7fac2d))
567
+ - New icons ([#407](https://github.com/RocketChat/fuselage/issues/407)) ([9e708b4](https://github.com/RocketChat/fuselage/commit/9e708b42a0a3003669e1c5e76dce84b8ef563e21))
568
+ - New tag style and stories ([#419](https://github.com/RocketChat/fuselage/issues/419)) ([04bdb39](https://github.com/RocketChat/fuselage/commit/04bdb39840beab20f80a45a49605c8a2f361f458))
569
+
570
+ # [0.22.0](https://github.com/RocketChat/fuselage/compare/v0.21.0...v0.22.0) (2021-02-26)
571
+
572
+ ### Bug Fixes
573
+
574
+ - Remove development mode warnings ([#398](https://github.com/RocketChat/fuselage/issues/398)) ([80e77dc](https://github.com/RocketChat/fuselage/commit/80e77dcad1d7a26e11164301fccda93ca0c3af6d))
575
+ - Sidebar menu cropped in extended mode ([#400](https://github.com/RocketChat/fuselage/issues/400)) ([8e06c60](https://github.com/RocketChat/fuselage/commit/8e06c6024be032af64ae42d733f878a0fdca326e))
576
+ - withRichContent prop split to fit in different contexts ([#401](https://github.com/RocketChat/fuselage/issues/401)) ([22ca229](https://github.com/RocketChat/fuselage/commit/22ca22992caffc398e3bd0fbf1c7b873c141a6df))
577
+
578
+ ### Features
579
+
580
+ - [@rocket](https://github.com/rocket).chat/memo ([#380](https://github.com/RocketChat/fuselage/issues/380)) ([2425c04](https://github.com/RocketChat/fuselage/commit/2425c045743ba1a4a5443a1d341e615363930ef6))
581
+ - Added new icons ([#391](https://github.com/RocketChat/fuselage/issues/391)) ([9436d1c](https://github.com/RocketChat/fuselage/commit/9436d1cc99f64ab0c90bccf77840295f9a744f7f))
582
+ - Basic TypeScript support ([#402](https://github.com/RocketChat/fuselage/issues/402)) ([79405d3](https://github.com/RocketChat/fuselage/commit/79405d3a25bfeed29293cb68d67a8c4f0467c490))
583
+
584
+ # [0.21.0](https://github.com/RocketChat/fuselage/compare/v0.20.3...v0.21.0) (2021-01-31)
585
+
586
+ ### Bug Fixes
587
+
588
+ - AvatarProps declaration ([#361](https://github.com/RocketChat/fuselage/issues/361)) ([6324875](https://github.com/RocketChat/fuselage/commit/6324875c68e0b7b11536e3b766c27eb8e301fe52))
589
+ - Change option styles ([#358](https://github.com/RocketChat/fuselage/issues/358)) ([c479d70](https://github.com/RocketChat/fuselage/commit/c479d7041710e04fe8a9d8e766720ec206464e89))
590
+ - Pass appId and blockId from blocks to elements ([#366](https://github.com/RocketChat/fuselage/issues/366)) ([8a1b552](https://github.com/RocketChat/fuselage/commit/8a1b552f8dbc3a9b321d888f4a7e9dc9af2922cf))
591
+ - sidebar-item\_\_menu-wraper opacity on IE ([#381](https://github.com/RocketChat/fuselage/issues/381)) ([3038b15](https://github.com/RocketChat/fuselage/commit/3038b15002d6df3d184a2dac2a97f5a3d0aa50f4))
592
+ - Temporary fix for auto complete ([#364](https://github.com/RocketChat/fuselage/issues/364)) ([218a8b3](https://github.com/RocketChat/fuselage/commit/218a8b30c42c7a2321f2de3d0cc081131e890834))
593
+ - Update Fuselage typings ([#355](https://github.com/RocketChat/fuselage/issues/355)) ([85f9fa1](https://github.com/RocketChat/fuselage/commit/85f9fa13f818703bce1100ad706a66d703c0b0ba))
594
+
595
+ ### Features
596
+
597
+ - Built modules for design tokens ([#356](https://github.com/RocketChat/fuselage/issues/356)) ([f9c3449](https://github.com/RocketChat/fuselage/commit/f9c344953b8161a4385cab3a3dcc8b6a7210446f))
598
+ - linear_scale element ([#365](https://github.com/RocketChat/fuselage/issues/365)) ([43a4c54](https://github.com/RocketChat/fuselage/commit/43a4c54ed10d096ef2259ddcd30c3bbd97ae866a))
599
+
600
+ ## [0.20.3](https://github.com/RocketChat/fuselage/compare/v0.20.2...v0.20.3) (2021-01-29)
601
+
602
+ ### Bug Fixes
603
+
604
+ - sidebar-item\_\_menu-wraper opacity on IE ([#381](https://github.com/RocketChat/fuselage/issues/381)) ([e818b5c](https://github.com/RocketChat/fuselage/commit/e818b5cd99b1749997d6f487517c29722c77a23a))
605
+
606
+ ## [0.20.2](https://github.com/RocketChat/fuselage/compare/v0.20.1...v0.20.2) (2021-01-27)
607
+
608
+ **Note:** Version bump only for package @rocket.chat/fuselage
609
+
610
+ ## [0.20.1](https://github.com/RocketChat/fuselage/compare/v0.20.0...v0.20.1) (2020-12-22)
611
+
612
+ ### Bug Fixes
613
+
614
+ - Clip icon ([#354](https://github.com/RocketChat/fuselage/issues/354)) ([a688d7c](https://github.com/RocketChat/fuselage/commit/a688d7c6e5ab870c5172c0db81b62dd5b7c6d9fc))
615
+
616
+ # [0.20.0](https://github.com/RocketChat/fuselage/compare/v0.19.0...v0.20.0) (2020-12-21)
617
+
618
+ ### Bug Fixes
619
+
620
+ - ActionButton not accepting children ([#345](https://github.com/RocketChat/fuselage/issues/345)) ([92c67d8](https://github.com/RocketChat/fuselage/commit/92c67d86ef975b18ad1ed48161b323072b465943))
621
+ - Badge and Tag Style ([#343](https://github.com/RocketChat/fuselage/issues/343)) ([bb534df](https://github.com/RocketChat/fuselage/commit/bb534df611d8e16bd1e4a6263865d7373d6953ef))
622
+ - Divider types ([#350](https://github.com/RocketChat/fuselage/issues/350)) ([911be2b](https://github.com/RocketChat/fuselage/commit/911be2b234594a3ee3e7993f2f66b8e7cf20dc45))
623
+ - Flex-shrink on fields ([#334](https://github.com/RocketChat/fuselage/issues/334)) ([28c621e](https://github.com/RocketChat/fuselage/commit/28c621ec039038b467ce1461e75219cdd4123d24))
624
+ - Removed animation by default, Sidebar padding, and Radio RTL ([#336](https://github.com/RocketChat/fuselage/issues/336)) ([63bcc18](https://github.com/RocketChat/fuselage/commit/63bcc183903436f2e2b41436a46d5eeb651f0572))
625
+ - Sidebar Header height ([#344](https://github.com/RocketChat/fuselage/issues/344)) ([273e8cf](https://github.com/RocketChat/fuselage/commit/273e8cf81bcc1eb4229a129083c04f4b335a7d22))
626
+
627
+ ### Features
628
+
629
+ - Add maxHeight prop for Menu Options ([#352](https://github.com/RocketChat/fuselage/issues/352)) ([eb400be](https://github.com/RocketChat/fuselage/commit/eb400be69499a0be41ff29511ef392361d04d8b7))
630
+ - Fuselage typings ([#348](https://github.com/RocketChat/fuselage/issues/348)) ([24da5e7](https://github.com/RocketChat/fuselage/commit/24da5e75a62c8358cef61eb31ad335234be6fa8f))
631
+ - Update and expose logical properties plugin for Stylis ([#333](https://github.com/RocketChat/fuselage/issues/333)) ([3311ee9](https://github.com/RocketChat/fuselage/commit/3311ee9b3868267d19de14ddcbbe2dcf89739e1b))
632
+
633
+ ### Performance Improvements
634
+
635
+ - Modal ([#349](https://github.com/RocketChat/fuselage/issues/349)) ([f77ae41](https://github.com/RocketChat/fuselage/commit/f77ae41fa42fee2a55779837b1c01cba912921fc))
636
+ - Remove Box from Option ([#347](https://github.com/RocketChat/fuselage/issues/347)) ([d0d0d82](https://github.com/RocketChat/fuselage/commit/d0d0d82aa22a7162ac509c57a869a451b5e67070))
637
+
638
+ # [0.19.0](https://github.com/RocketChat/fuselage/compare/v0.18.0...v0.19.0) (2020-11-28)
639
+
640
+ ### Bug Fixes
641
+
642
+ - Avatar x40 ([#331](https://github.com/RocketChat/fuselage/issues/331)) ([a9cefbb](https://github.com/RocketChat/fuselage/commit/a9cefbb7d3580598a824b4d4e5f9c79aa7158219))
643
+ - Fix object-fit for image element in Avatar component ([#335](https://github.com/RocketChat/fuselage/issues/335)) ([a024b83](https://github.com/RocketChat/fuselage/commit/a024b831fad78e9c15d65f6985088c0514bed312))
644
+
645
+ ### Features
646
+
647
+ - Remove Box from Avatar component ([#326](https://github.com/RocketChat/fuselage/issues/326)) ([0bc99a3](https://github.com/RocketChat/fuselage/commit/0bc99a325cbc963d9544e304a3f6f29e0089a976))
648
+
649
+ # [0.18.0](https://github.com/RocketChat/fuselage/compare/v0.17.3...v0.18.0) (2020-11-16)
650
+
651
+ ### Bug Fixes
652
+
653
+ - Set a conservative output.environment on Webpack bundles ([#330](https://github.com/RocketChat/fuselage/issues/330)) ([62bf728](https://github.com/RocketChat/fuselage/commit/62bf728d3541d8d7ee72420347f2351359fb5df7))
654
+ - Undo bad merge conflict ([#329](https://github.com/RocketChat/fuselage/issues/329)) ([aa9eb3b](https://github.com/RocketChat/fuselage/commit/aa9eb3be3914d5bebc5fdca27c94af0d586eeb19))
655
+
656
+ ### Features
657
+
658
+ - Menu burger ([#327](https://github.com/RocketChat/fuselage/issues/327)) ([f85c0b3](https://github.com/RocketChat/fuselage/commit/f85c0b3e5016ce08a278ffb2a8b987eeda31a767))
659
+ - Remove Box dependence from Tag and Badge components ([#315](https://github.com/RocketChat/fuselage/issues/315)) ([4218e51](https://github.com/RocketChat/fuselage/commit/4218e5108264ef830175b5e5f6bc1114d0367d93))
660
+
661
+ ## [0.17.3](https://github.com/RocketChat/fuselage/compare/v0.17.2...v0.17.3) (2020-11-16)
662
+
663
+ ### Bug Fixes
664
+
665
+ - Set a conservative output.environment on Webpack bundles ([#330](https://github.com/RocketChat/fuselage/issues/330)) ([85d4a3a](https://github.com/RocketChat/fuselage/commit/85d4a3a5fd6881b07e97fb690d31baef405cfa69))
666
+
667
+ ## [0.17.2](https://github.com/RocketChat/fuselage/compare/v0.17.1...v0.17.2) (2020-10-28)
668
+
669
+ ### Bug Fixes
670
+
671
+ - Sidebar menu transition ([#313](https://github.com/RocketChat/fuselage/issues/313)) ([726fe3d](https://github.com/RocketChat/fuselage/commit/726fe3d6aaad3453df6688ce8f501a09133d1b26))
672
+
673
+ ## [0.17.1](https://github.com/RocketChat/fuselage/compare/v0.17.0...v0.17.1) (2020-10-26)
674
+
675
+ **Note:** Version bump only for package @rocket.chat/fuselage
676
+
677
+ # [0.17.0](https://github.com/RocketChat/fuselage/compare/v0.16.0...v0.17.0) (2020-10-25)
678
+
679
+ ### Bug Fixes
680
+
681
+ - Button ghost background var ([#310](https://github.com/RocketChat/fuselage/issues/310)) ([872f325](https://github.com/RocketChat/fuselage/commit/872f32544167511b8ae5ca86b9b8097c072b7a58))
682
+ - change Icon size for action buttons ([#299](https://github.com/RocketChat/fuselage/issues/299)) ([2f47611](https://github.com/RocketChat/fuselage/commit/2f476113cfa86e68181c609cf92724cdeb04cba2))
683
+ - Disable :focus-visible for the time being ([#295](https://github.com/RocketChat/fuselage/issues/295)) ([6b115eb](https://github.com/RocketChat/fuselage/commit/6b115eb16b33fd38892188769c95aa213fbacdb9))
684
+ - Fuselage: word-break Tooltip ([#290](https://github.com/RocketChat/fuselage/issues/290)) ([1c1ae6e](https://github.com/RocketChat/fuselage/commit/1c1ae6e27da65688e7f69d43ceb19cbf55a65bcf))
685
+ - Menu transition ([#297](https://github.com/RocketChat/fuselage/issues/297)) ([074d7d7](https://github.com/RocketChat/fuselage/commit/074d7d705908bbd3f1915e3390745f1aea3e57c8))
686
+ - Sidebar - Missing subcomponents ([#292](https://github.com/RocketChat/fuselage/issues/292)) ([9ccb237](https://github.com/RocketChat/fuselage/commit/9ccb237a6e8759a036cdbabb01d52ac9650b5e9f))
687
+ - Sidebar item menu position ([#293](https://github.com/RocketChat/fuselage/issues/293)) ([0fead45](https://github.com/RocketChat/fuselage/commit/0fead455c72289d261b2ed065af1235318ac07a8))
688
+ - Sidebar item menu: paddings ([#294](https://github.com/RocketChat/fuselage/issues/294)) ([d8095e6](https://github.com/RocketChat/fuselage/commit/d8095e69df0131b7b84b2bb96c032bc199eac647))
689
+ - Sidebar Item wrapper ([#291](https://github.com/RocketChat/fuselage/issues/291)) ([9fa3bf0](https://github.com/RocketChat/fuselage/commit/9fa3bf032a2feaf28144b67b270c47b6d1c9b7ff))
690
+ - Sidebar menu positioning ([#296](https://github.com/RocketChat/fuselage/issues/296)) ([5aa2a74](https://github.com/RocketChat/fuselage/commit/5aa2a747cc3fae4ec06135bc14bbfad8312e13c4))
691
+ - Sidebar wrapper ([#302](https://github.com/RocketChat/fuselage/issues/302)) ([b0ca72e](https://github.com/RocketChat/fuselage/commit/b0ca72eb9753e959086c93e31084743b7c09fdda))
692
+ - Use dir attribute from documentElement ([#304](https://github.com/RocketChat/fuselage/issues/304)) ([f574b8c](https://github.com/RocketChat/fuselage/commit/f574b8c6b2ad09ad5fafa696ad539297bd782758))
693
+
694
+ ### Features
695
+
696
+ - Add id attribute to style tag ([#307](https://github.com/RocketChat/fuselage/issues/307)) ([ca301a6](https://github.com/RocketChat/fuselage/commit/ca301a6b96f82df835a3513fd795c8394b1a97cb))
697
+ - Added login icon, added badge wrapper ([#303](https://github.com/RocketChat/fuselage/issues/303)) ([70ae09c](https://github.com/RocketChat/fuselage/commit/70ae09c0d5f53d492a1367ad7097da3323be386f))
698
+ - Focus-within polyfill ([#306](https://github.com/RocketChat/fuselage/issues/306)) ([42d4147](https://github.com/RocketChat/fuselage/commit/42d41478678d74c730df9bcb30ab76e6b27314f1))
699
+ - StatusBullet ([#301](https://github.com/RocketChat/fuselage/issues/301)) ([4b0c9ca](https://github.com/RocketChat/fuselage/commit/4b0c9ca67d578a780d63c323fd5aef498d4131d0))
700
+ - Tiny and Mini Button variations ([#298](https://github.com/RocketChat/fuselage/issues/298)) ([61aca91](https://github.com/RocketChat/fuselage/commit/61aca9145c55347f3bb563159ebff61415fb1db5))
701
+
702
+ # [0.16.0](https://github.com/RocketChat/fuselage/compare/v0.15.1...v0.16.0) (2020-09-30)
703
+
704
+ ### Bug Fixes
705
+
706
+ - Sidebar ([#288](https://github.com/RocketChat/fuselage/issues/288)) ([175cb7b](https://github.com/RocketChat/fuselage/commit/175cb7b4011f130035c02d9e541b67c04dfe5c30))
707
+
708
+ ### Features
709
+
710
+ - Progress Bar ([#287](https://github.com/RocketChat/fuselage/issues/287)) ([74b8636](https://github.com/RocketChat/fuselage/commit/74b8636d7793bdb3b650f1fe06e3956dbf8eb42b))
711
+ - Sass helper to box-shadow inset ([#289](https://github.com/RocketChat/fuselage/issues/289)) ([32e8f9f](https://github.com/RocketChat/fuselage/commit/32e8f9f337f2ec7fb25d2449635dca7f3af309ec))
712
+
713
+ ## [0.15.1](https://github.com/RocketChat/fuselage/compare/v0.15.0...v0.15.1) (2020-09-22)
714
+
715
+ **Note:** Version bump only for package @rocket.chat/fuselage
716
+
717
+ # [0.15.0](https://github.com/RocketChat/fuselage/compare/v0.14.1...v0.15.0) (2020-09-17)
718
+
719
+ ### Bug Fixes
720
+
721
+ - Divider variable color ([#285](https://github.com/RocketChat/fuselage/issues/285)) ([16e2f49](https://github.com/RocketChat/fuselage/commit/16e2f49d9adc26f1c1c2099ad417a5bcd37b1d5e))
722
+
723
+ ### Features
724
+
725
+ - Sidebar Item ([#284](https://github.com/RocketChat/fuselage/issues/284)) ([44f8198](https://github.com/RocketChat/fuselage/commit/44f8198473f9d6385615aed59b855562dd3c784a))
726
+ - Success Button ([#283](https://github.com/RocketChat/fuselage/issues/283)) ([d35f7b3](https://github.com/RocketChat/fuselage/commit/d35f7b3e92890e8915a0379f2dbbd6b596512f5b))
727
+
728
+ ## [0.14.1](https://github.com/RocketChat/fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
729
+
730
+ **Note:** Version bump only for package @rocket.chat/fuselage
731
+
732
+ # [0.14.0](https://github.com/RocketChat/fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
733
+
734
+ **Note:** Version bump only for package @rocket.chat/fuselage
735
+
736
+ ## [0.13.2](https://github.com/RocketChat/fuselage/compare/v0.13.1...v0.13.2) (2020-07-24)
737
+
738
+ **Note:** Version bump only for package @rocket.chat/fuselage
739
+
740
+ ## [0.13.1](https://github.com/RocketChat/fuselage/compare/v0.13.0...v0.13.1) (2020-07-17)
741
+
742
+ ### Bug Fixes
743
+
744
+ - Loosen x-measures parsing ([#266](https://github.com/RocketChat/fuselage/issues/266)) ([b1c6ef4](https://github.com/RocketChat/fuselage/commit/b1c6ef42aa909f4063647f3051ee4b23497f6d57))
745
+ - Select mutations and ui-kit alerts ([#263](https://github.com/RocketChat/fuselage/issues/263)) ([661398d](https://github.com/RocketChat/fuselage/commit/661398dfdeaf827dadc46d24a7382d69f43f9742))
746
+
747
+ # [0.13.0](https://github.com/RocketChat/fuselage/compare/v0.12.0...v0.13.0) (2020-07-14)
748
+
749
+ ### Features
750
+
751
+ - usePosition ([#259](https://github.com/RocketChat/fuselage/issues/259)) ([b395d8c](https://github.com/RocketChat/fuselage/commit/b395d8c2e619d2ba26c5cfbee77275d0fbf9526a))
752
+
753
+ # [0.12.0](https://github.com/RocketChat/fuselage/compare/v0.11.0...v0.12.0) (2020-07-14)
754
+
755
+ ### Bug Fixes
756
+
757
+ - Options Styles ([#260](https://github.com/RocketChat/fuselage/issues/260)) ([410387e](https://github.com/RocketChat/fuselage/commit/410387eb6a049e68f6f6f7391a7e0919c0bdf2ec))
758
+
759
+ ### Features
760
+
761
+ - Margins not only for Box ([#256](https://github.com/RocketChat/fuselage/issues/256)) ([94e71a8](https://github.com/RocketChat/fuselage/commit/94e71a80eb37d5145c1d1b2f532d23a782fee07b))
762
+
763
+ # [0.11.0](https://github.com/RocketChat/fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
764
+
765
+ ### Bug Fixes
766
+
767
+ - Box className prop ([#254](https://github.com/RocketChat/fuselage/issues/254)) ([5adc7b8](https://github.com/RocketChat/fuselage/commit/5adc7b8a907eca67bef5e26309c92561f6d8020a))
768
+
769
+ # [0.10.0](https://github.com/RocketChat/fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
770
+
771
+ ### Bug Fixes
772
+
773
+ - Export useModalStack hook ([#242](https://github.com/RocketChat/fuselage/issues/242)) ([f5d567e](https://github.com/RocketChat/fuselage/commit/f5d567e))
774
+ - Missing legacy icons ([#238](https://github.com/RocketChat/fuselage/issues/238)) ([1d74390](https://github.com/RocketChat/fuselage/commit/1d74390))
775
+ - ModalContainer crash ([034eb1a](https://github.com/RocketChat/fuselage/commit/034eb1a))
776
+
777
+ ### Features
778
+
779
+ - Updated icons ([#188](https://github.com/RocketChat/fuselage/issues/188)) ([184e8ed](https://github.com/RocketChat/fuselage/commit/184e8ed))
780
+
781
+ ### Performance Improvements
782
+
783
+ - Generated classNames from props ([#230](https://github.com/RocketChat/fuselage/issues/230)) ([8df14cb](https://github.com/RocketChat/fuselage/commit/8df14cb))
784
+ - Keyed children ([#231](https://github.com/RocketChat/fuselage/issues/231)) ([8b63483](https://github.com/RocketChat/fuselage/commit/8b63483))
785
+
786
+ # [0.9.0](https://github.com/RocketChat/fuselage/compare/v0.8.0...v0.9.0) (2020-05-21)
787
+
788
+ ### Bug Fixes
789
+
790
+ - Added z-index backdrop and options to avatar and backdrop ([#210](https://github.com/RocketChat/fuselage/issues/210)) ([96f0d17](https://github.com/RocketChat/fuselage/commit/96f0d172f4ea1e84bc765a74b5db53d8f447ce7a))
791
+ - Avatar sizes ([#202](https://github.com/RocketChat/fuselage/issues/202)) ([7ff3fd9](https://github.com/RocketChat/fuselage/commit/7ff3fd91ce7f075e41c473b18077f63011ee2a30))
792
+ - Change the small button size ([#234](https://github.com/RocketChat/fuselage/issues/234)) ([6dc44de](https://github.com/RocketChat/fuselage/commit/6dc44def0de746bb4412f97cb72a676715e19742))
793
+ - className prop type in Box ([#220](https://github.com/RocketChat/fuselage/issues/220)) ([f9e1a1f](https://github.com/RocketChat/fuselage/commit/f9e1a1f413035b9af9bdebd8b4d3f3944440affa))
794
+ - CSS custom property name interpolation ([#216](https://github.com/RocketChat/fuselage/issues/216)) ([66453b6](https://github.com/RocketChat/fuselage/commit/66453b60c9ec46b80782456fdd695e82d87d7dec))
795
+ - Deprecation warnings ([#227](https://github.com/RocketChat/fuselage/issues/227)) ([46322a8](https://github.com/RocketChat/fuselage/commit/46322a8e2781b4293adc7fdf4fcffae20f0d170f))
796
+ - Position component ([#217](https://github.com/RocketChat/fuselage/issues/217)) ([81940ec](https://github.com/RocketChat/fuselage/commit/81940ecd6713eec2ffd41ac1aa592e345e694815))
797
+ - Table header divisor ([#233](https://github.com/RocketChat/fuselage/issues/233)) ([373534c](https://github.com/RocketChat/fuselage/commit/373534c1bdf9653bea9959029a7fc1e662d41693))
798
+
799
+ ### Features
800
+
801
+ - elevation prop ([#219](https://github.com/RocketChat/fuselage/issues/219)) ([fb28ee3](https://github.com/RocketChat/fuselage/commit/fb28ee3466b4f3f837bbe5cf25a18e0ad80ce4c4))
802
+ - Kebab Menu w/ popover ([#211](https://github.com/RocketChat/fuselage/issues/211)) ([0e4a50d](https://github.com/RocketChat/fuselage/commit/0e4a50d2570dcf2a5fde09a70a5960832172aa77))
803
+ - New Box props ([#213](https://github.com/RocketChat/fuselage/issues/213)) ([b593875](https://github.com/RocketChat/fuselage/commit/b593875f3561e334412f9d7e2fbe81007ed8098e))
804
+
805
+ ### Performance Improvements
806
+
807
+ - Replace `mem` with a simpler memoization decorator ([#229](https://github.com/RocketChat/fuselage/issues/229)) ([2de0703](https://github.com/RocketChat/fuselage/commit/2de07032b5175153f881408726fc9413804094b6))
808
+
809
+ ### Reverts
810
+
811
+ - Revert "Fix flex content (#225)" (#226) ([fc246f2](https://github.com/RocketChat/fuselage/commit/fc246f2c684d52af82f09aeffe5d0b46e0b9910e)), closes [#225](https://github.com/RocketChat/fuselage/issues/225) [#226](https://github.com/RocketChat/fuselage/issues/226)
812
+
813
+ # [0.8.0](https://github.com/RocketChat/fuselage/compare/v0.7.1...v0.8.0) (2020-04-22)
814
+
815
+ ### Bug Fixes
816
+
817
+ - Add missing Box prop types ([#204](https://github.com/RocketChat/fuselage/issues/204)) ([5ab9f6a](https://github.com/RocketChat/fuselage/commit/5ab9f6a001738ae6eedd9f593ff52ac58f23a4df))
818
+ - Badge and Tag rendering a span ([#208](https://github.com/RocketChat/fuselage/issues/208)) ([d8a5ed2](https://github.com/RocketChat/fuselage/commit/d8a5ed2a1afaa9e58bea307dab7d42b1593bab2b))
819
+ - Center Throbber circles ([#198](https://github.com/RocketChat/fuselage/issues/198)) ([be0aa60](https://github.com/RocketChat/fuselage/commit/be0aa603e209c96029d2232ad7d2b79c13ba628d))
820
+ - Selection button props split between container and input elements ([#207](https://github.com/RocketChat/fuselage/issues/207)) ([19cc1df](https://github.com/RocketChat/fuselage/commit/19cc1dfc9d58a539f6bb6b98e67c933378e07bfd))
821
+ - Update Callout to allow empty children ([#200](https://github.com/RocketChat/fuselage/issues/200)) ([58bdc4e](https://github.com/RocketChat/fuselage/commit/58bdc4ecdab445709b62e16917b922eeebb74d98))
822
+
823
+ ### Features
824
+
825
+ - Refactor static styles ([#201](https://github.com/RocketChat/fuselage/issues/201)) ([e1bdc65](https://github.com/RocketChat/fuselage/commit/e1bdc655a0dfe0f88261d3fab84c2e42c2ad581e))
826
+
827
+ ## [0.7.1](https://github.com/RocketChat/fuselage/compare/v0.7.0...v0.7.1) (2020-04-01)
828
+
829
+ **Note:** Version bump only for package @rocket.chat/fuselage
830
+
831
+ # [0.7.0](https://github.com/RocketChat/fuselage/compare/v0.6.2...v0.7.0) (2020-04-01)
832
+
833
+ ### Bug Fixes
834
+
835
+ - Padding props ([#187](https://github.com/RocketChat/fuselage/issues/187)) ([ef1d4e3](https://github.com/RocketChat/fuselage/commit/ef1d4e3e65ffdc131f3c3ba52a196d42b2dd400f))
836
+
837
+ ### Features
838
+
839
+ - Custom prop types and more props to Box ([#181](https://github.com/RocketChat/fuselage/issues/181)) ([119e815](https://github.com/RocketChat/fuselage/commit/119e815ac9a0b85c1649c53bab62390b25aae4b3))
840
+
841
+ ## [0.6.2](https://github.com/RocketChat/fuselage/compare/v0.6.1...v0.6.2) (2020-03-31)
842
+
843
+ ### Bug Fixes
844
+
845
+ - Table padding, hover status ([#185](https://github.com/RocketChat/fuselage/issues/185)) ([70138bc](https://github.com/RocketChat/fuselage/commit/70138bcc258a3112dc3264562cddb90d05b95859))
846
+
847
+ ## [0.6.1](https://github.com/RocketChat/fuselage/compare/v0.6.0...v0.6.1) (2020-03-24)
848
+
849
+ ### Bug Fixes
850
+
851
+ - outline input and Select text wrapping ([#177](https://github.com/RocketChat/fuselage/issues/177)) ([4168cf2](https://github.com/RocketChat/fuselage/commit/4168cf265cac67dbabd7defb9545a03485c26ac2))
852
+ - Select placeholder and story ([#179](https://github.com/RocketChat/fuselage/issues/179)) ([e05e926](https://github.com/RocketChat/fuselage/commit/e05e926c82e92f5abcf0a64fb1f7d52ac834e33a))
853
+
854
+ ### Reverts
855
+
856
+ - Revert "chore: Refactor button, add missing variants. (#120)" (#178) ([e3d7d7d](https://github.com/RocketChat/fuselage/commit/e3d7d7d14212c852d5a587accc65e9402504f6fb)), closes [#120](https://github.com/RocketChat/fuselage/issues/120) [#178](https://github.com/RocketChat/fuselage/issues/178)
857
+
858
+ # [0.6.0](https://github.com/RocketChat/fuselage/compare/v0.5.0...v0.6.0) (2020-03-20)
859
+
860
+ ### Bug Fixes
861
+
862
+ - Improve tag/badge style ([#173](https://github.com/RocketChat/fuselage/issues/173)) ([50a074b](https://github.com/RocketChat/fuselage/commit/50a074bc53bfdfa86e643b1d408d73ac7f32af0a))
863
+
864
+ ### Features
865
+
866
+ - add stack avatar ([#174](https://github.com/RocketChat/fuselage/issues/174)) ([406554b](https://github.com/RocketChat/fuselage/commit/406554b7a31d96b60133126c649a6857c0471c08))
867
+
868
+ # [0.5.0](https://github.com/RocketChat/fuselage/compare/v0.4.1...v0.5.0) (2020-03-20)
869
+
870
+ ### Bug Fixes
871
+
872
+ - Empty space before SelectFiltered placeholder ([#171](https://github.com/RocketChat/fuselage/issues/171)) ([26ab2b5](https://github.com/RocketChat/fuselage/commit/26ab2b5788482b5be3604a52a0dfe48e56cb9166))
873
+
874
+ ### Features
875
+
876
+ - Focus visible ([#165](https://github.com/RocketChat/fuselage/issues/165)) ([0801f28](https://github.com/RocketChat/fuselage/commit/0801f280b159f9b2d500fc3de57eb422a8b13e5e))
877
+ - Tags and Badges ([#167](https://github.com/RocketChat/fuselage/issues/167)) ([b739cde](https://github.com/RocketChat/fuselage/commit/b739cdec895800fc478b86cd8ed0261453d3e490))
878
+ - Tooltip component ([#121](https://github.com/RocketChat/fuselage/issues/121)) ([374c279](https://github.com/RocketChat/fuselage/commit/374c2797c4b7d7fb6fe894780b98a88a971e7db7))
879
+
880
+ ## [0.4.1](https://github.com/RocketChat/fuselage/compare/v0.4.0...v0.4.1) (2020-03-16)
881
+
882
+ ### Bug Fixes
883
+
884
+ - Build [@rocket](https://github.com/rocket).chat/css-in-js as ES module ([#166](https://github.com/RocketChat/fuselage/issues/166)) ([910c85c](https://github.com/RocketChat/fuselage/commit/910c85c9ca7a65b8dc53e9d137cdc7b3f17e3410))
885
+ - filteredOptions for options ([#169](https://github.com/RocketChat/fuselage/issues/169)) ([8cb685f](https://github.com/RocketChat/fuselage/commit/8cb685ff477a6eeb00d7db1efda09c02eb1794f8))
886
+ - Select arrow position for empty selects ([#157](https://github.com/RocketChat/fuselage/issues/157)) ([4ef17e0](https://github.com/RocketChat/fuselage/commit/4ef17e0599aa4afc6219215321609fb837fb1f4b))
887
+
888
+ # [0.4.0](https://github.com/RocketChat/fuselage/compare/v0.3.0...v0.4.0) (2020-03-10)
889
+
890
+ ### Bug Fixes
891
+
892
+ - Changed accordion item title proptype ([#151](https://github.com/RocketChat/fuselage/issues/151)) ([b80647c](https://github.com/RocketChat/fuselage/commit/b80647c9c3502fb2eed51204d4878b3acecf6f0c))
893
+ - Display name and prop types of Throbber component ([#148](https://github.com/RocketChat/fuselage/issues/148)) ([cd0122b](https://github.com/RocketChat/fuselage/commit/cd0122be08fa3d4ddf550f02a12153ede3678e14))
894
+
895
+ ### Features
896
+
897
+ - Added callback prop for scroll position ([#155](https://github.com/RocketChat/fuselage/issues/155)) ([bb61e34](https://github.com/RocketChat/fuselage/commit/bb61e3465daafcc5295b80254e81a12e8df34847))
898
+
899
+ ### Performance Improvements
900
+
901
+ - Avoid re-renders due to PropsContext ([#154](https://github.com/RocketChat/fuselage/issues/154)) ([da88341](https://github.com/RocketChat/fuselage/commit/da88341ffc26f3e828afe90e22c8d69a21bc2b1c))
902
+
903
+ # [0.3.0](https://github.com/RocketChat/fuselage/compare/v0.2.0...v0.3.0) (2020-02-17)
904
+
905
+ ### Features
906
+
907
+ - Loading Component ([#147](https://github.com/RocketChat/fuselage/issues/147)) ([8d4e9df](https://github.com/RocketChat/fuselage/commit/8d4e9df810d725a80be3652ba4f851f896fc6f64))
908
+
909
+ # [0.2.0](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.30...v0.2.0) (2020-02-13)
910
+
911
+ **Note:** Version bump only for package @rocket.chat/fuselage
912
+
913
+ # [0.2.0-alpha.30](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.29...v0.2.0-alpha.30) (2020-02-12)
914
+
915
+ ### Bug Fixes
916
+
917
+ - Safari not triggering buttons anchors ([#146](https://github.com/RocketChat/fuselage/issues/146)) ([2cb5aaa](https://github.com/RocketChat/fuselage/commit/2cb5aaaf4c71e277a0a8ea556a8b9efbb3e58620))
918
+
919
+ # [0.2.0-alpha.29](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.28...v0.2.0-alpha.29) (2020-02-10)
920
+
921
+ **Note:** Version bump only for package @rocket.chat/fuselage
922
+
923
+ # [0.2.0-alpha.28](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.27...v0.2.0-alpha.28) (2020-02-10)
924
+
925
+ ### Bug Fixes
926
+
927
+ - placeholder transition ([#144](https://github.com/RocketChat/fuselage/issues/144)) ([4ce91d1](https://github.com/RocketChat/fuselage/commit/4ce91d179ece15d9014b93eb878b644e79850f56))
928
+
929
+ # [0.2.0-alpha.26](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2020-02-10)
930
+
931
+ ### Bug Fixes
932
+
933
+ - Select autofocus ([#141](https://github.com/RocketChat/fuselage/issues/141)) ([25849ee](https://github.com/RocketChat/fuselage/commit/25849eed55e4edbf26f54ae4a72c71c1d528e850))
934
+
935
+ # [0.2.0-alpha.25](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.24...v0.2.0-alpha.25) (2020-02-10)
936
+
937
+ **Note:** Version bump only for package @rocket.chat/fuselage
938
+
939
+ # [0.2.0-alpha.24](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2020-02-09)
940
+
941
+ **Note:** Version bump only for package @rocket.chat/fuselage
942
+
943
+ # [0.2.0-alpha.23](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.22...v0.2.0-alpha.23) (2020-02-07)
944
+
945
+ **Note:** Version bump only for package @rocket.chat/fuselage
946
+
947
+ # [0.2.0-alpha.22](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
948
+
949
+ ### Bug Fixes
950
+
951
+ - Select/MultiSelect focus submitting form ([#134](https://github.com/RocketChat/fuselage/issues/134)) ([630e622](https://github.com/RocketChat/fuselage/commit/630e622d8535fcaa06a8a736c6e0d273b450b739))
952
+ - UIKit stopPropagation ([#137](https://github.com/RocketChat/fuselage/issues/137)) ([86939ea](https://github.com/RocketChat/fuselage/commit/86939eaae182d6554879468745780d83bc977b9e))
953
+
954
+ # [0.2.0-alpha.21](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
955
+
956
+ **Note:** Version bump only for package @rocket.chat/fuselage
957
+
958
+ # [0.2.0-alpha.20](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.19...v0.2.0-alpha.20) (2020-02-01)
959
+
960
+ ### Bug Fixes
961
+
962
+ - Modal background ([#126](https://github.com/RocketChat/fuselage/issues/126)) ([10b7202](https://github.com/RocketChat/fuselage/commit/10b72027cbb72d595d9aab8ffd37471eb7b8dac1))
963
+ - Modal's margins and AnimatedVisibility initial state ([#128](https://github.com/RocketChat/fuselage/issues/128)) ([4357f82](https://github.com/RocketChat/fuselage/commit/4357f82250cad21a72b9a3332c0a31f4874e302a))
964
+ - Remove visibilty on transition ([#129](https://github.com/RocketChat/fuselage/issues/129)) ([90c5301](https://github.com/RocketChat/fuselage/commit/90c5301a0067d00c73a249ca2c9d45206cb7ac05))
965
+
966
+ # [0.2.0-alpha.19](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.18...v0.2.0-alpha.19) (2020-01-13)
967
+
968
+ ### Bug Fixes
969
+
970
+ - InputBox sizing ([#124](https://github.com/RocketChat/fuselage/issues/124)) ([eb82e74](https://github.com/RocketChat/fuselage/commit/eb82e74784bf67655e07be4443672ed2e5a38728))
971
+ - Position of inputs on selection buttons ([#123](https://github.com/RocketChat/fuselage/issues/123)) ([e446c89](https://github.com/RocketChat/fuselage/commit/e446c89d3a0c80e01266c373242d1197ba2950dc))
972
+
973
+ ### Features
974
+
975
+ - Position, Modal, Options components ([#116](https://github.com/RocketChat/fuselage/issues/116)) ([af1916a](https://github.com/RocketChat/fuselage/commit/af1916a22c677939adda04fe417dafe406292762)), closes [#117](https://github.com/RocketChat/fuselage/issues/117)
976
+
977
+ # [0.2.0-alpha.18](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.17...v0.2.0-alpha.18) (2019-12-31)
978
+
979
+ ### Bug Fixes
980
+
981
+ - Grid gutter ([#104](https://github.com/RocketChat/fuselage/issues/104)) ([8e7b5e4](https://github.com/RocketChat/fuselage/commit/8e7b5e41a0a6ac0be208e5c21b686cad5249ad19))
982
+ - Update Callout margins; allow Callout without title ([#106](https://github.com/RocketChat/fuselage/issues/106)) ([984a76f](https://github.com/RocketChat/fuselage/commit/984a76fda49bda82c363e9d945000a60f41f1046))
983
+
984
+ ### Features
985
+
986
+ - Pagination component ([#103](https://github.com/RocketChat/fuselage/issues/103)) ([56fe9cf](https://github.com/RocketChat/fuselage/commit/56fe9cf0bf2e77ead4bff74a76e0b7b7fb9368f6))
987
+ - UI Kit ([#95](https://github.com/RocketChat/fuselage/issues/95)) ([6d4162b](https://github.com/RocketChat/fuselage/commit/6d4162bb8c121b1e89f8c818e7106bce49f09c27)), closes [#94](https://github.com/RocketChat/fuselage/issues/94) [#109](https://github.com/RocketChat/fuselage/issues/109) [#108](https://github.com/RocketChat/fuselage/issues/108) [#111](https://github.com/RocketChat/fuselage/issues/111)
988
+
989
+ # [0.2.0-alpha.17](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.16...v0.2.0-alpha.17) (2019-12-04)
990
+
991
+ ### Bug Fixes
992
+
993
+ - Remove FieldGroup minimum width ([#93](https://github.com/RocketChat/fuselage/issues/93)) ([e116296](https://github.com/RocketChat/fuselage/commit/e116296f1f7e7ae6d4a7b761bdc2cac529d28854))
994
+
995
+ ### Features
996
+
997
+ - Add prototype of Tabs component ([#101](https://github.com/RocketChat/fuselage/issues/101)) ([38ad447](https://github.com/RocketChat/fuselage/commit/38ad447fbf4e9207025d8756a95fce174b56868c))
998
+ - Cascading styles ([#97](https://github.com/RocketChat/fuselage/issues/97)) ([b21cd54](https://github.com/RocketChat/fuselage/commit/b21cd54478b6fca4190c25c3ab99beb77cdec67d))
999
+ - Flex components ([#99](https://github.com/RocketChat/fuselage/issues/99)) ([948d0ea](https://github.com/RocketChat/fuselage/commit/948d0ea801b59751fa06f2c2fb25c84d172b73c7))
1000
+ - Grid ([#100](https://github.com/RocketChat/fuselage/issues/100)) ([baca6bf](https://github.com/RocketChat/fuselage/commit/baca6bf1c46742efc0171b1825918f4c907d036c))
1001
+ - Level component ([#102](https://github.com/RocketChat/fuselage/issues/102)) ([2abd0d9](https://github.com/RocketChat/fuselage/commit/2abd0d9547528de3dd9e2f8c539966faf9a9da2d))
1002
+ - Scrollable ([#98](https://github.com/RocketChat/fuselage/issues/98)) ([2eecec6](https://github.com/RocketChat/fuselage/commit/2eecec6c53c198fd16ff1fa089aa98974ecb2816))
1003
+
1004
+ # [0.2.0-alpha.16](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)
1005
+
1006
+ ### Bug Fixes
1007
+
1008
+ - Miscellaneous issues ([#90](https://github.com/RocketChat/fuselage/issues/90)) ([8e6e89a](https://github.com/RocketChat/fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d))
1009
+
1010
+ # [0.2.0-alpha.15](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)
1011
+
1012
+ ### Bug Fixes
1013
+
1014
+ - Performance issues in development environment ([#89](https://github.com/RocketChat/fuselage/issues/89)) ([a95931d](https://github.com/RocketChat/fuselage/commit/a95931d91832e242a178936fdb6593cb5d317837))
1015
+
1016
+ # [0.2.0-alpha.14](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.13...v0.2.0-alpha.14) (2019-10-28)
1017
+
1018
+ ### Features
1019
+
1020
+ - Tile component ([#85](https://github.com/RocketChat/fuselage/issues/85)) ([a22d21f](https://github.com/RocketChat/fuselage/commit/a22d21fbf79feecb8cb2440cd8e32523a5109d8b))
1021
+
1022
+ # [0.2.0-alpha.13](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.12...v0.2.0-alpha.13) (2019-10-25)
1023
+
1024
+ **Note:** Version bump only for package @rocket.chat/fuselage
1025
+
1026
+ # [0.2.0-alpha.12](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.11...v0.2.0-alpha.12) (2019-10-24)
1027
+
1028
+ ### Bug Fixes
1029
+
1030
+ - Accordion.Item accessibility issues ([#78](https://github.com/RocketChat/fuselage/issues/78)) ([2a283c1](https://github.com/RocketChat/fuselage/commit/2a283c1cef4d6f9738c96b473236d0b52dca1f5e))
1031
+
1032
+ # [0.2.0-alpha.11](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.10...v0.2.0-alpha.11) (2019-10-22)
1033
+
1034
+ ### Features
1035
+
1036
+ - Accordion.Item pointer interactions and new variants ([#77](https://github.com/RocketChat/fuselage/issues/77)) ([884d10a](https://github.com/RocketChat/fuselage/commit/884d10a071e51e954208671ef3ebc5b11700f36c))
1037
+
1038
+ # [0.2.0-alpha.10](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.9...v0.2.0-alpha.10) (2019-10-18)
1039
+
1040
+ ### Bug Fixes
1041
+
1042
+ - InputControl width ([#75](https://github.com/RocketChat/fuselage/issues/75)) ([d0b4e58](https://github.com/RocketChat/fuselage/commit/d0b4e584a6033988930a82e363e1467e86ae8dc6))
1043
+
1044
+ # [0.2.0-alpha.9](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.8...v0.2.0-alpha.9) (2019-10-17)
1045
+
1046
+ ### Bug Fixes
1047
+
1048
+ - Bundle errors ([#72](https://github.com/RocketChat/fuselage/issues/72)) ([77f5c12](https://github.com/RocketChat/fuselage/commit/77f5c12e1be3d0e191e0a2cb87a286630064ce46))
1049
+ - Explicit publish config ([#70](https://github.com/RocketChat/fuselage/issues/70)) ([21f9389](https://github.com/RocketChat/fuselage/commit/21f938991a58544c349e79b4e35284a4e51eb61b))
1050
+
1051
+ ### Features
1052
+
1053
+ - Accordion component ([#68](https://github.com/RocketChat/fuselage/issues/68)) ([4409518](https://github.com/RocketChat/fuselage/commit/440951854c3760e0dfdf53b5ff1da4a511d55cf4))
1054
+ - Callout component ([#69](https://github.com/RocketChat/fuselage/issues/69)) ([2bdece1](https://github.com/RocketChat/fuselage/commit/2bdece17739397a2ffcb13cd74e70934fb0286be))
1055
+
1056
+ # [0.2.0-alpha.8](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.7...v0.2.0-alpha.8) (2019-10-16)
1057
+
1058
+ **Note:** Version bump only for package @rocket.chat/fuselage
1059
+
1060
+ # [0.2.0-alpha.7](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.6...v0.2.0-alpha.7) (2019-10-14)
1061
+
1062
+ ### Features
1063
+
1064
+ - [@rocket](https://github.com/rocket).chat/fuselage-hooks package ([#65](https://github.com/RocketChat/fuselage/issues/65)) ([7244533](https://github.com/RocketChat/fuselage/commit/724453329d0e42a40cef6793f81fa11b19ddf0fd))
1065
+ - Form components ([#66](https://github.com/RocketChat/fuselage/issues/66)) ([39e086a](https://github.com/RocketChat/fuselage/commit/39e086ae398556dc445a9f5ebf52b31acddc44cf))
1066
+
1067
+ # [0.2.0-alpha.6](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.5...v0.2.0-alpha.6) (2019-10-09)
1068
+
1069
+ **Note:** Version bump only for package @rocket.chat/fuselage
1070
+
1071
+ # [0.2.0-alpha.5](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.4...v0.2.0-alpha.5) (2019-10-02)
1072
+
1073
+ ### Bug Fixes
1074
+
1075
+ - Allow word wrap in Label ([#61](https://github.com/RocketChat/fuselage/issues/61)) ([7c2f269](https://github.com/RocketChat/fuselage/commit/7c2f269))
1076
+
1077
+ ### Features
1078
+
1079
+ - New hooks ([#62](https://github.com/RocketChat/fuselage/issues/62)) ([2587ecf](https://github.com/RocketChat/fuselage/commit/2587ecf))
1080
+
1081
+ # [0.2.0-alpha.4](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.3...v0.2.0-alpha.4) (2019-09-27)
1082
+
1083
+ ### Bug Fixes
1084
+
1085
+ - Multiple issues ([#60](https://github.com/RocketChat/fuselage/issues/60)) ([62e5620](https://github.com/RocketChat/fuselage/commit/62e5620))
1086
+
1087
+ # [0.2.0-alpha.3](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.1...v0.2.0-alpha.3) (2019-09-25)
1088
+
1089
+ ### Bug Fixes
1090
+
1091
+ - Theming and typography ([#56](https://github.com/RocketChat/fuselage/issues/56)) ([7efc77e](https://github.com/RocketChat/fuselage/commit/7efc77e))
1092
+
1093
+ ### Features
1094
+
1095
+ - Design tokens ([#55](https://github.com/RocketChat/fuselage/issues/55)) ([bb323c0](https://github.com/RocketChat/fuselage/commit/bb323c0))
1096
+
1097
+ # [0.2.0-alpha.2](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.0...v0.2.0-alpha.2) (2019-08-19)
1098
+
1099
+ ### Bug Fixes
1100
+
1101
+ - Don't embed the icon font ([#47](https://github.com/RocketChat/fuselage/issues/47)) ([e75bd25](https://github.com/RocketChat/fuselage/commit/e75bd25))
1102
+
1103
+ ### Features
1104
+
1105
+ - Add InputGroup component ([#48](https://github.com/RocketChat/fuselage/issues/48)) ([0830c8f](https://github.com/RocketChat/fuselage/commit/0830c8f))
1106
+
1107
+ # [0.2.0-alpha.1](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2019-08-16)
1108
+
1109
+ ### Bug Fixes
1110
+
1111
+ - Don't embed the icon font ([#47](https://github.com/RocketChat/fuselage/issues/47)) ([e75bd25](https://github.com/RocketChat/fuselage/commit/e75bd25))
1112
+
1113
+ ### Features
1114
+
1115
+ - Add InputGroup component ([#48](https://github.com/RocketChat/fuselage/issues/48)) ([0830c8f](https://github.com/RocketChat/fuselage/commit/0830c8f))
1116
+
1117
+ # [0.2.0-alpha.0](https://github.com/RocketChat/fuselage/compare/v0.1.1-alpha.1...v0.2.0-alpha.0) (2019-08-16)
1118
+
1119
+ ### Features
1120
+
1121
+ - Add Input component ([#44](https://github.com/RocketChat/fuselage/issues/44)) ([e4a71d4](https://github.com/RocketChat/fuselage/commit/e4a71d4))
1122
+
1123
+ ## [0.1.1-alpha.1](https://github.com/RocketChat/fuselage/compare/v0.1.1-alpha.0...v0.1.1-alpha.1) (2019-08-15)
1124
+
1125
+ ### Bug Fixes
1126
+
1127
+ - Add missing ref support ([#43](https://github.com/RocketChat/fuselage/issues/43)) ([b62cbfc](https://github.com/RocketChat/fuselage/commit/b62cbfc))