@rocket.chat/fuselage 0.54.2 → 0.55.0

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