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

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