@rocket.chat/fuselage 0.32.0-dev.8 → 0.32.0-dev.80
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.
- package/CHANGELOG.md +300 -300
- package/README.md +2 -2
- package/dist/components/Banner/Banner.d.ts.map +1 -1
- package/dist/components/Button/ActionButton.d.ts +6 -8
- package/dist/components/Button/ActionButton.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts +11 -15
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/IconButton.d.ts +27 -0
- package/dist/components/Button/IconButton.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Callout/Callout.d.ts.map +1 -1
- package/dist/components/Divider/Divider.d.ts +4 -2
- package/dist/components/Divider/Divider.d.ts.map +1 -1
- package/dist/components/Menu/Menu.d.ts +4 -3
- package/dist/components/Menu/Menu.d.ts.map +1 -1
- package/dist/components/Message/Message.d.ts +1 -0
- package/dist/components/Message/Message.d.ts.map +1 -1
- package/dist/components/Message/MessageBlock.d.ts +4 -2
- package/dist/components/Message/MessageBlock.d.ts.map +1 -1
- package/dist/components/Message/MessageEmoji.d.ts +11 -0
- package/dist/components/Message/MessageEmoji.d.ts.map +1 -0
- package/dist/components/Message/MessageEmojiBase.d.ts +10 -0
- package/dist/components/Message/MessageEmojiBase.d.ts.map +1 -0
- package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts.map +1 -1
- package/dist/components/Message/MessageMetrics/index.d.ts +6 -8
- package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
- package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts +3 -1
- package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts.map +1 -1
- package/dist/components/Message/MessageRole.d.ts.map +1 -1
- package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorText.d.ts +7 -0
- package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorText.d.ts.map +1 -0
- package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts +6 -3
- package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts.map +1 -1
- package/dist/components/Message/MessageSystem/MessageSystem.d.ts +4 -2
- package/dist/components/Message/MessageSystem/MessageSystem.d.ts.map +1 -1
- package/dist/components/Message/MessageSystem/index.d.ts +1 -0
- package/dist/components/Message/MessageSystem/index.d.ts.map +1 -1
- package/dist/components/Message/MessageTimestamp.d.ts +1 -0
- package/dist/components/Message/MessageTimestamp.d.ts.map +1 -1
- package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +16 -20
- package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
- package/dist/components/Message/MessageToolbox/index.d.ts +32 -40
- package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
- package/dist/components/Message/ThreadMessage/ThreadMessageEmoji.d.ts +10 -0
- package/dist/components/Message/ThreadMessage/ThreadMessageEmoji.d.ts.map +1 -0
- package/dist/components/Message/ThreadMessage/index.d.ts +3 -1
- package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -1
- package/dist/components/Message/index.d.ts +44 -49
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/components/Modal/index.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.d.ts +1 -1
- package/dist/components/Options/CheckOption.d.ts +1 -1
- package/dist/components/Options/Option/OptionMenu.d.ts +2 -2
- package/dist/components/Options/Option/OptionMenu.d.ts.map +1 -1
- package/dist/components/Options/Option/index.d.ts +7 -5
- package/dist/components/Options/Option/index.d.ts.map +1 -1
- package/dist/components/Options/Options.d.ts +2 -1
- package/dist/components/Options/Options.d.ts.map +1 -1
- package/dist/components/Options/useCursor.d.ts +1 -1
- package/dist/components/Options/useCursor.d.ts.map +1 -1
- package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Sidebar/Item.d.ts +14 -19
- package/dist/components/Sidebar/Item.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarActions.d.ts +2 -2
- package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar.d.ts +14 -19
- package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
- package/dist/components/Sidebar/index.d.ts +29 -39
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Tag/Tag.d.ts +1 -1
- package/dist/components/Tag/Tag.d.ts.map +1 -1
- package/dist/components/ToastBar/ToastBar.d.ts +11 -0
- package/dist/components/ToastBar/ToastBar.d.ts.map +1 -0
- package/dist/components/ToastBar/index.d.ts +2 -0
- package/dist/components/ToastBar/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/fuselage.development.js +407 -136
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/package.json +19 -17
package/CHANGELOG.md
CHANGED
|
@@ -3,703 +3,703 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [0.31.0](https://github.com/RocketChat/
|
|
6
|
+
# [0.31.0](https://github.com/RocketChat/fuselage/compare/v0.30.1...v0.31.0) (2021-12-28)
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
- docker image version ([8f181cf](https://github.com/RocketChat/
|
|
11
|
-
- **fuselage:** Chip missing styles ([#568](https://github.com/RocketChat/
|
|
12
|
-
- **fuselage:** States Component Font Style ([#579](https://github.com/RocketChat/
|
|
10
|
+
- docker image version ([8f181cf](https://github.com/RocketChat/fuselage/commit/8f181cf5a96084d7abd9ea94efd46cc50840c798))
|
|
11
|
+
- **fuselage:** Chip missing styles ([#568](https://github.com/RocketChat/fuselage/issues/568)) ([e1b8963](https://github.com/RocketChat/fuselage/commit/e1b8963861abbb5a98996d48482e47c5f383f887))
|
|
12
|
+
- **fuselage:** States Component Font Style ([#579](https://github.com/RocketChat/fuselage/issues/579)) ([4322376](https://github.com/RocketChat/fuselage/commit/432237670f77dfcf391d9bbf6a6f2d30e0f9ba05))
|
|
13
13
|
|
|
14
14
|
### Features
|
|
15
15
|
|
|
16
|
-
- Empty state variations Logic ([#598](https://github.com/RocketChat/
|
|
17
|
-
- **fuselage:** Component Dropdown ([#594](https://github.com/RocketChat/
|
|
18
|
-
- **fuselage:** Empty State Component ([#572](https://github.com/RocketChat/
|
|
19
|
-
- **fuselage:** Message preview component ([#553](https://github.com/RocketChat/
|
|
20
|
-
- **fuselage:** Replace typography of Message's user name and Banner's title ([#577](https://github.com/RocketChat/
|
|
21
|
-
- **icons:** New icons ([#596](https://github.com/RocketChat/
|
|
22
|
-
- Message Preview ([#587](https://github.com/RocketChat/
|
|
23
|
-
- New hooks for element size tracking ([#413](https://github.com/RocketChat/
|
|
16
|
+
- Empty state variations Logic ([#598](https://github.com/RocketChat/fuselage/issues/598)) ([06ee58c](https://github.com/RocketChat/fuselage/commit/06ee58c30bf360072632f7875d0bfee184c8ce4c))
|
|
17
|
+
- **fuselage:** Component Dropdown ([#594](https://github.com/RocketChat/fuselage/issues/594)) ([31314b3](https://github.com/RocketChat/fuselage/commit/31314b3a7d29446a23307495e919de9aa3a4e8d0))
|
|
18
|
+
- **fuselage:** Empty State Component ([#572](https://github.com/RocketChat/fuselage/issues/572)) ([aa22b55](https://github.com/RocketChat/fuselage/commit/aa22b55ddb57b046411d0cd08468e47e56158f38))
|
|
19
|
+
- **fuselage:** Message preview component ([#553](https://github.com/RocketChat/fuselage/issues/553)) ([f8bd0ad](https://github.com/RocketChat/fuselage/commit/f8bd0ad637c0d2edad47b3c2384dac9c84e8d4fd))
|
|
20
|
+
- **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))
|
|
21
|
+
- **icons:** New icons ([#596](https://github.com/RocketChat/fuselage/issues/596)) ([c54702b](https://github.com/RocketChat/fuselage/commit/c54702bc4a36e599f5ce84850c4f0ad0ebe29c27))
|
|
22
|
+
- Message Preview ([#587](https://github.com/RocketChat/fuselage/issues/587)) ([e69dad3](https://github.com/RocketChat/fuselage/commit/e69dad3a6619e98ff70bcd1cb68567a159187336))
|
|
23
|
+
- New hooks for element size tracking ([#413](https://github.com/RocketChat/fuselage/issues/413)) ([8ca682c](https://github.com/RocketChat/fuselage/commit/8ca682c636d2e4813f7d346cb881513382be63cf))
|
|
24
24
|
|
|
25
|
-
# [0.30.0](https://github.com/RocketChat/
|
|
25
|
+
# [0.30.0](https://github.com/RocketChat/fuselage/compare/v0.29.0...v0.30.0) (2021-10-06)
|
|
26
26
|
|
|
27
27
|
### Bug Fixes
|
|
28
28
|
|
|
29
|
-
- SelectFilter style ([1f7e745](https://github.com/RocketChat/
|
|
30
|
-
- **fuselage:** Remove Field margin ([#543](https://github.com/RocketChat/
|
|
31
|
-
- **jest:** Adjust jest and ts-jest dependencies ([#547](https://github.com/RocketChat/
|
|
29
|
+
- SelectFilter style ([1f7e745](https://github.com/RocketChat/fuselage/commit/1f7e745c238c2082783216a2c8725c9f418ae2cc))
|
|
30
|
+
- **fuselage:** Remove Field margin ([#543](https://github.com/RocketChat/fuselage/issues/543)) ([0cc10e1](https://github.com/RocketChat/fuselage/commit/0cc10e1b86bcf14a9ae590537a3d8e460b39b167))
|
|
31
|
+
- **jest:** Adjust jest and ts-jest dependencies ([#547](https://github.com/RocketChat/fuselage/issues/547)) ([91a4fa1](https://github.com/RocketChat/fuselage/commit/91a4fa1365394001afe1bd46480bda3bafed5505))
|
|
32
32
|
|
|
33
33
|
### Features
|
|
34
34
|
|
|
35
|
-
- **icons:** Update/Add icons (phone-in&out, dialpad, phone-disabled) ([#533](https://github.com/RocketChat/
|
|
35
|
+
- **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))
|
|
36
36
|
|
|
37
|
-
# [0.29.0](https://github.com/RocketChat/
|
|
37
|
+
# [0.29.0](https://github.com/RocketChat/fuselage/compare/v0.28.0...v0.29.0) (2021-08-31)
|
|
38
38
|
|
|
39
39
|
### Bug Fixes
|
|
40
40
|
|
|
41
|
-
- modal styles ([de15810](https://github.com/RocketChat/
|
|
41
|
+
- modal styles ([de15810](https://github.com/RocketChat/fuselage/commit/de158102f711658cdda8899a74cbefdff29fa48a))
|
|
42
42
|
|
|
43
43
|
### Features
|
|
44
44
|
|
|
45
|
-
- **icons:** New icons ([#511](https://github.com/RocketChat/
|
|
46
|
-
- **onboarding-ui:** Request trial form ([#505](https://github.com/RocketChat/
|
|
45
|
+
- **icons:** New icons ([#511](https://github.com/RocketChat/fuselage/issues/511)) ([1fa7748](https://github.com/RocketChat/fuselage/commit/1fa774819edea5b4bda9e58a6b272745c7c6ad57))
|
|
46
|
+
- **onboarding-ui:** Request trial form ([#505](https://github.com/RocketChat/fuselage/issues/505)) ([4c1bd35](https://github.com/RocketChat/fuselage/commit/4c1bd35324903badee9fec79e878ab045f7d5897))
|
|
47
47
|
|
|
48
|
-
# [0.28.0](https://github.com/RocketChat/
|
|
48
|
+
# [0.28.0](https://github.com/RocketChat/fuselage/compare/v0.27.0...v0.28.0) (2021-07-30)
|
|
49
49
|
|
|
50
50
|
### Bug Fixes
|
|
51
51
|
|
|
52
|
-
- Add Tab.Item definition ([#503](https://github.com/RocketChat/
|
|
53
|
-
- Forwarding ref in Select components ([#492](https://github.com/RocketChat/
|
|
54
|
-
- Missing Sidebar type ([#506](https://github.com/RocketChat/
|
|
55
|
-
- Sidebar item icon styles ([#481](https://github.com/RocketChat/
|
|
56
|
-
- **fuselage:** No preventDefault on PaginatedSelect ([#490](https://github.com/RocketChat/
|
|
57
|
-
- Table props ([#484](https://github.com/RocketChat/
|
|
52
|
+
- Add Tab.Item definition ([#503](https://github.com/RocketChat/fuselage/issues/503)) ([9a7f3d5](https://github.com/RocketChat/fuselage/commit/9a7f3d5a357bb9bea1f5cf85c50d90398f916bee))
|
|
53
|
+
- Forwarding ref in Select components ([#492](https://github.com/RocketChat/fuselage/issues/492)) ([6c360bd](https://github.com/RocketChat/fuselage/commit/6c360bd040da19dc331b7fb8d208418a5b51f916))
|
|
54
|
+
- Missing Sidebar type ([#506](https://github.com/RocketChat/fuselage/issues/506)) ([78f202d](https://github.com/RocketChat/fuselage/commit/78f202d5b84f1bc7fe638070ece020126dcdd686))
|
|
55
|
+
- Sidebar item icon styles ([#481](https://github.com/RocketChat/fuselage/issues/481)) ([86b333a](https://github.com/RocketChat/fuselage/commit/86b333a790563c9178712e5f1240d36fa0fb5be5))
|
|
56
|
+
- **fuselage:** No preventDefault on PaginatedSelect ([#490](https://github.com/RocketChat/fuselage/issues/490)) ([0ffb736](https://github.com/RocketChat/fuselage/commit/0ffb736b1cc1c9a6d7897fbcf89baf42573c6c33))
|
|
57
|
+
- Table props ([#484](https://github.com/RocketChat/fuselage/issues/484)) ([67b6f27](https://github.com/RocketChat/fuselage/commit/67b6f2757c551b9b455a5babd51e0bc89f12ed71))
|
|
58
58
|
|
|
59
59
|
### Features
|
|
60
60
|
|
|
61
|
-
- **onboarding-ui:** Administrator information form and Organization information form ([#489](https://github.com/RocketChat/
|
|
62
|
-
- **onboarding-ui:** Common components ([#478](https://github.com/RocketChat/
|
|
63
|
-
- **onboarding-ui:** Self-hosted registration ([#501](https://github.com/RocketChat/
|
|
64
|
-
- styled API; monorepo grooming ([#482](https://github.com/RocketChat/
|
|
61
|
+
- **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))
|
|
62
|
+
- **onboarding-ui:** Common components ([#478](https://github.com/RocketChat/fuselage/issues/478)) ([d7511ab](https://github.com/RocketChat/fuselage/commit/d7511ab435bae8c35e02071832c9a615078a83d5))
|
|
63
|
+
- **onboarding-ui:** Self-hosted registration ([#501](https://github.com/RocketChat/fuselage/issues/501)) ([e47d579](https://github.com/RocketChat/fuselage/commit/e47d579938f1cb670e787b27402ece214e7d37e9))
|
|
64
|
+
- styled API; monorepo grooming ([#482](https://github.com/RocketChat/fuselage/issues/482)) ([1b6b70c](https://github.com/RocketChat/fuselage/commit/1b6b70cf67ec16927b1566adc2350295a8927223))
|
|
65
65
|
|
|
66
|
-
# [0.27.0](https://github.com/RocketChat/
|
|
66
|
+
# [0.27.0](https://github.com/RocketChat/fuselage/compare/v0.26.0...v0.27.0) (2021-06-28)
|
|
67
67
|
|
|
68
68
|
### Bug Fixes
|
|
69
69
|
|
|
70
|
-
- Default-export typings for Position and PositionAnimated ([88fb952](https://github.com/RocketChat/
|
|
71
|
-
- endReached prop in \_Options of PaginatedSelectFiltered Component ([#475](https://github.com/RocketChat/
|
|
72
|
-
- Export correctly props and types from PositionAnimated and Tile components ([#467](https://github.com/RocketChat/
|
|
73
|
-
- Export MultiSelect component in .d.ts file ([#473](https://github.com/RocketChat/
|
|
74
|
-
- Menu component and options.label prop type ([#476](https://github.com/RocketChat/
|
|
75
|
-
- **eslint:** Add missing ESLint rule for TypeScript ([#470](https://github.com/RocketChat/
|
|
76
|
-
- **fuselage:** Fuselage production build ([#477](https://github.com/RocketChat/
|
|
77
|
-
- PositionAnimated exported type ([#466](https://github.com/RocketChat/
|
|
78
|
-
- Typings for Position and PositionAnimated properly exported ([#465](https://github.com/RocketChat/
|
|
79
|
-
- Typings for RadioButton ([#464](https://github.com/RocketChat/
|
|
70
|
+
- Default-export typings for Position and PositionAnimated ([88fb952](https://github.com/RocketChat/fuselage/commit/88fb952da8caa9ab70c37ecf6ec09af5774ddd0b))
|
|
71
|
+
- endReached prop in \_Options of PaginatedSelectFiltered Component ([#475](https://github.com/RocketChat/fuselage/issues/475)) ([81ec00f](https://github.com/RocketChat/fuselage/commit/81ec00f11c7016f25728bf394ac00686f5d6729d))
|
|
72
|
+
- 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))
|
|
73
|
+
- Export MultiSelect component in .d.ts file ([#473](https://github.com/RocketChat/fuselage/issues/473)) ([dbdbf58](https://github.com/RocketChat/fuselage/commit/dbdbf587821e8d86fed5ce17b75e3f8c95a5822f))
|
|
74
|
+
- Menu component and options.label prop type ([#476](https://github.com/RocketChat/fuselage/issues/476)) ([dea7a16](https://github.com/RocketChat/fuselage/commit/dea7a16d1feb5ccc16b0cb9096842f275dc1cdc3))
|
|
75
|
+
- **eslint:** Add missing ESLint rule for TypeScript ([#470](https://github.com/RocketChat/fuselage/issues/470)) ([cc0d498](https://github.com/RocketChat/fuselage/commit/cc0d4989bf37f7602d1d58d051824f1dd6c096b3))
|
|
76
|
+
- **fuselage:** Fuselage production build ([#477](https://github.com/RocketChat/fuselage/issues/477)) ([228878c](https://github.com/RocketChat/fuselage/commit/228878cdbf260e2929b5527fb84c936fbc03b772))
|
|
77
|
+
- PositionAnimated exported type ([#466](https://github.com/RocketChat/fuselage/issues/466)) ([472fb1e](https://github.com/RocketChat/fuselage/commit/472fb1e03a48ee964226644221267ccbb527ab1f))
|
|
78
|
+
- Typings for Position and PositionAnimated properly exported ([#465](https://github.com/RocketChat/fuselage/issues/465)) ([f05c126](https://github.com/RocketChat/fuselage/commit/f05c12641d1e8ec35a8a428571e938d6ad7369a7))
|
|
79
|
+
- Typings for RadioButton ([#464](https://github.com/RocketChat/fuselage/issues/464)) ([3e36605](https://github.com/RocketChat/fuselage/commit/3e36605ac1518ac2adc080f14dd07f6b830fdb6b))
|
|
80
80
|
|
|
81
81
|
### Features
|
|
82
82
|
|
|
83
|
-
- onboarding-ui package ([#463](https://github.com/RocketChat/
|
|
84
|
-
- Visibility toggle for PasswordInput ([#377](https://github.com/RocketChat/
|
|
83
|
+
- onboarding-ui package ([#463](https://github.com/RocketChat/fuselage/issues/463)) ([ea0a6c2](https://github.com/RocketChat/fuselage/commit/ea0a6c25ae1a719103dce742a18c54ab4f3d6442))
|
|
84
|
+
- Visibility toggle for PasswordInput ([#377](https://github.com/RocketChat/fuselage/issues/377)) ([5ef1bec](https://github.com/RocketChat/fuselage/commit/5ef1bec606e626704235cadfdb9bb7d424f8e481))
|
|
85
85
|
|
|
86
|
-
# [0.26.0](https://github.com/RocketChat/
|
|
86
|
+
# [0.26.0](https://github.com/RocketChat/fuselage/compare/v0.25.0...v0.26.0) (2021-05-28)
|
|
87
87
|
|
|
88
88
|
### Bug Fixes
|
|
89
89
|
|
|
90
|
-
- **fuselage:** fix duplicated values on paginated multi select ([#456](https://github.com/RocketChat/
|
|
90
|
+
- **fuselage:** fix duplicated values on paginated multi select ([#456](https://github.com/RocketChat/fuselage/issues/456)) ([5fbde6d](https://github.com/RocketChat/fuselage/commit/5fbde6de715478d9a5c5507d9e9374e1e937c349))
|
|
91
91
|
|
|
92
92
|
### Features
|
|
93
93
|
|
|
94
|
-
- **fuselage:** Message Template ([#458](https://github.com/RocketChat/
|
|
94
|
+
- **fuselage:** Message Template ([#458](https://github.com/RocketChat/fuselage/issues/458)) ([2b5308e](https://github.com/RocketChat/fuselage/commit/2b5308e2ade69e9b2aa5b419f5531a9cebc5366a))
|
|
95
95
|
|
|
96
|
-
# [0.25.0](https://github.com/RocketChat/
|
|
96
|
+
# [0.25.0](https://github.com/RocketChat/fuselage/compare/v0.24.0...v0.25.0) (2021-05-19)
|
|
97
97
|
|
|
98
98
|
### Bug Fixes
|
|
99
99
|
|
|
100
|
-
- **fuselage:** fix duplicated values on paginated multi select ([#456](https://github.com/RocketChat/
|
|
101
|
-
- cd.yml ([53d44c0](https://github.com/RocketChat/
|
|
102
|
-
- Tag's border-radius ([#452](https://github.com/RocketChat/
|
|
100
|
+
- **fuselage:** fix duplicated values on paginated multi select ([#456](https://github.com/RocketChat/fuselage/issues/456)) ([4518a4e](https://github.com/RocketChat/fuselage/commit/4518a4e661cb525d957f6140d59a641a50fc7b20))
|
|
101
|
+
- cd.yml ([53d44c0](https://github.com/RocketChat/fuselage/commit/53d44c014d796b749e60c0f3a72f205fbce04624))
|
|
102
|
+
- Tag's border-radius ([#452](https://github.com/RocketChat/fuselage/issues/452)) ([177936e](https://github.com/RocketChat/fuselage/commit/177936e72c2e136e7d021deb2f778fec71c23355))
|
|
103
103
|
|
|
104
104
|
### Features
|
|
105
105
|
|
|
106
|
-
- **fuselage:** New paginated Selects/Options ([a7f9c9a](https://github.com/RocketChat/
|
|
107
|
-
- [@rocket](https://github.com/rocket).chat/message-parser ([#443](https://github.com/RocketChat/
|
|
106
|
+
- **fuselage:** New paginated Selects/Options ([a7f9c9a](https://github.com/RocketChat/fuselage/commit/a7f9c9a64513a82013a902174d2195a0e26621ce))
|
|
107
|
+
- [@rocket](https://github.com/rocket).chat/message-parser ([#443](https://github.com/RocketChat/fuselage/issues/443)) ([4722cdf](https://github.com/RocketChat/fuselage/commit/4722cdff46f5987f335d989be59649c7652bb12a))
|
|
108
108
|
|
|
109
|
-
# [0.24.0](https://github.com/RocketChat/
|
|
109
|
+
# [0.24.0](https://github.com/RocketChat/fuselage/compare/v0.23.0...v0.24.0) (2021-04-28)
|
|
110
110
|
|
|
111
111
|
### Bug Fixes
|
|
112
112
|
|
|
113
|
-
- Add more props to Throbber type definition ([#429](https://github.com/RocketChat/
|
|
114
|
-
- Change highlighted style ([#422](https://github.com/RocketChat/
|
|
115
|
-
- Hollow shapes for status ([#430](https://github.com/RocketChat/
|
|
116
|
-
- Modal close button size ([#420](https://github.com/RocketChat/
|
|
117
|
-
- MultiSelect close on click when opened ([#418](https://github.com/RocketChat/
|
|
118
|
-
- Pagination and Select prop types ([#436](https://github.com/RocketChat/
|
|
119
|
-
- Prefer null over undefined on BoxTransforms ([#426](https://github.com/RocketChat/
|
|
120
|
-
- Remove reference to inexistent interface ([#424](https://github.com/RocketChat/
|
|
121
|
-
- Select option don't toggle on clicking the close icon ([#417](https://github.com/RocketChat/
|
|
122
|
-
- Set highlighted class to Sidebar.Item.Icon ([#433](https://github.com/RocketChat/
|
|
123
|
-
- Status bullet sizing ([#440](https://github.com/RocketChat/
|
|
124
|
-
- Tabs design update ([#427](https://github.com/RocketChat/
|
|
125
|
-
- Typings for ProgressBar ([#438](https://github.com/RocketChat/
|
|
113
|
+
- Add more props to Throbber type definition ([#429](https://github.com/RocketChat/fuselage/issues/429)) ([2516d42](https://github.com/RocketChat/fuselage/commit/2516d42bcf9c87ed5d51bdfbe149b1ef65d61ab0))
|
|
114
|
+
- Change highlighted style ([#422](https://github.com/RocketChat/fuselage/issues/422)) ([245de4f](https://github.com/RocketChat/fuselage/commit/245de4f0777dc6143e6faf50a1d398d359f247b0))
|
|
115
|
+
- Hollow shapes for status ([#430](https://github.com/RocketChat/fuselage/issues/430)) ([bc29d2d](https://github.com/RocketChat/fuselage/commit/bc29d2de260439263cba413ada13bb77f6b557c9))
|
|
116
|
+
- Modal close button size ([#420](https://github.com/RocketChat/fuselage/issues/420)) ([6279f69](https://github.com/RocketChat/fuselage/commit/6279f69af48329bb6908a9f428b942b1f961c892))
|
|
117
|
+
- MultiSelect close on click when opened ([#418](https://github.com/RocketChat/fuselage/issues/418)) ([1e4b30b](https://github.com/RocketChat/fuselage/commit/1e4b30bac334e7ecc10840be84c69c015660f29c))
|
|
118
|
+
- Pagination and Select prop types ([#436](https://github.com/RocketChat/fuselage/issues/436)) ([0461f41](https://github.com/RocketChat/fuselage/commit/0461f41c8676c4d90ecc28a26939b206802721e0))
|
|
119
|
+
- Prefer null over undefined on BoxTransforms ([#426](https://github.com/RocketChat/fuselage/issues/426)) ([9cba6b8](https://github.com/RocketChat/fuselage/commit/9cba6b802b0250d0d6704bfccc96bd7ca62cc5e6))
|
|
120
|
+
- Remove reference to inexistent interface ([#424](https://github.com/RocketChat/fuselage/issues/424)) ([dcf43c2](https://github.com/RocketChat/fuselage/commit/dcf43c232fd9b01161b76883b85a01356c80e774))
|
|
121
|
+
- 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))
|
|
122
|
+
- Set highlighted class to Sidebar.Item.Icon ([#433](https://github.com/RocketChat/fuselage/issues/433)) ([b550f49](https://github.com/RocketChat/fuselage/commit/b550f4944a11aae34608d0e7dc112de21594eaa3))
|
|
123
|
+
- Status bullet sizing ([#440](https://github.com/RocketChat/fuselage/issues/440)) ([f70156e](https://github.com/RocketChat/fuselage/commit/f70156ed3adc534865c841e19f115704232d860f))
|
|
124
|
+
- Tabs design update ([#427](https://github.com/RocketChat/fuselage/issues/427)) ([a34c7cd](https://github.com/RocketChat/fuselage/commit/a34c7cd9a873b4568bd3e099155c32f743e5c599))
|
|
125
|
+
- Typings for ProgressBar ([#438](https://github.com/RocketChat/fuselage/issues/438)) ([6ea5648](https://github.com/RocketChat/fuselage/commit/6ea56486164a01b100b5941976902341daeb61dd))
|
|
126
126
|
|
|
127
127
|
### Features
|
|
128
128
|
|
|
129
|
-
- [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/
|
|
130
|
-
- Tabs Design Margin ([#437](https://github.com/RocketChat/
|
|
129
|
+
- [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2))
|
|
130
|
+
- Tabs Design Margin ([#437](https://github.com/RocketChat/fuselage/issues/437)) ([c92386f](https://github.com/RocketChat/fuselage/commit/c92386f6eee7cbe2b1df8053369f7856b74d8c95))
|
|
131
131
|
|
|
132
|
-
# [0.23.0](https://github.com/RocketChat/
|
|
132
|
+
# [0.23.0](https://github.com/RocketChat/fuselage/compare/v0.22.0...v0.23.0) (2021-04-01)
|
|
133
133
|
|
|
134
134
|
### Bug Fixes
|
|
135
135
|
|
|
136
|
-
- **npm:** Wrong paths in "files" field of package.json ([6d3c811](https://github.com/RocketChat/
|
|
137
|
-
- Add more type definitions ([#415](https://github.com/RocketChat/
|
|
138
|
-
- Broken stories for AutoComplete ([#368](https://github.com/RocketChat/
|
|
139
|
-
- Speech balloon icon aliases ([#414](https://github.com/RocketChat/
|
|
136
|
+
- **npm:** Wrong paths in "files" field of package.json ([6d3c811](https://github.com/RocketChat/fuselage/commit/6d3c811f6fd747de7f47aff145902d88476272ee))
|
|
137
|
+
- Add more type definitions ([#415](https://github.com/RocketChat/fuselage/issues/415)) ([96bb6ae](https://github.com/RocketChat/fuselage/commit/96bb6ae27dfc51b344bf229c5adf121ec0a069af))
|
|
138
|
+
- Broken stories for AutoComplete ([#368](https://github.com/RocketChat/fuselage/issues/368)) ([8b6d35e](https://github.com/RocketChat/fuselage/commit/8b6d35e3a36573931010411f733cf46a8e82579b))
|
|
139
|
+
- Speech balloon icon aliases ([#414](https://github.com/RocketChat/fuselage/issues/414)) ([5a0fa7c](https://github.com/RocketChat/fuselage/commit/5a0fa7c43359178005d4b05d60781f6613671e9e))
|
|
140
140
|
|
|
141
141
|
### Features
|
|
142
142
|
|
|
143
|
-
- Add Modal Icon to Modal Component ([#410](https://github.com/RocketChat/
|
|
144
|
-
- New icon: pause-unfilled ([#416](https://github.com/RocketChat/
|
|
145
|
-
- New icons ([#407](https://github.com/RocketChat/
|
|
146
|
-
- New tag style and stories ([#419](https://github.com/RocketChat/
|
|
143
|
+
- Add Modal Icon to Modal Component ([#410](https://github.com/RocketChat/fuselage/issues/410)) ([c6a8b3e](https://github.com/RocketChat/fuselage/commit/c6a8b3e0423f1f9e2ee0d44b9d36de1ea0e6f875))
|
|
144
|
+
- New icon: pause-unfilled ([#416](https://github.com/RocketChat/fuselage/issues/416)) ([ba0eb1c](https://github.com/RocketChat/fuselage/commit/ba0eb1c39fb29d3b62e3e3312cd0916c8c7fac2d))
|
|
145
|
+
- New icons ([#407](https://github.com/RocketChat/fuselage/issues/407)) ([9e708b4](https://github.com/RocketChat/fuselage/commit/9e708b42a0a3003669e1c5e76dce84b8ef563e21))
|
|
146
|
+
- New tag style and stories ([#419](https://github.com/RocketChat/fuselage/issues/419)) ([04bdb39](https://github.com/RocketChat/fuselage/commit/04bdb39840beab20f80a45a49605c8a2f361f458))
|
|
147
147
|
|
|
148
|
-
# [0.22.0](https://github.com/RocketChat/
|
|
148
|
+
# [0.22.0](https://github.com/RocketChat/fuselage/compare/v0.21.0...v0.22.0) (2021-02-26)
|
|
149
149
|
|
|
150
150
|
### Bug Fixes
|
|
151
151
|
|
|
152
|
-
- Remove development mode warnings ([#398](https://github.com/RocketChat/
|
|
153
|
-
- Sidebar menu cropped in extended mode ([#400](https://github.com/RocketChat/
|
|
154
|
-
- withRichContent prop split to fit in different contexts ([#401](https://github.com/RocketChat/
|
|
152
|
+
- Remove development mode warnings ([#398](https://github.com/RocketChat/fuselage/issues/398)) ([80e77dc](https://github.com/RocketChat/fuselage/commit/80e77dcad1d7a26e11164301fccda93ca0c3af6d))
|
|
153
|
+
- Sidebar menu cropped in extended mode ([#400](https://github.com/RocketChat/fuselage/issues/400)) ([8e06c60](https://github.com/RocketChat/fuselage/commit/8e06c6024be032af64ae42d733f878a0fdca326e))
|
|
154
|
+
- withRichContent prop split to fit in different contexts ([#401](https://github.com/RocketChat/fuselage/issues/401)) ([22ca229](https://github.com/RocketChat/fuselage/commit/22ca22992caffc398e3bd0fbf1c7b873c141a6df))
|
|
155
155
|
|
|
156
156
|
### Features
|
|
157
157
|
|
|
158
|
-
- [@rocket](https://github.com/rocket).chat/memo ([#380](https://github.com/RocketChat/
|
|
159
|
-
- Added new icons ([#391](https://github.com/RocketChat/
|
|
160
|
-
- Basic TypeScript support ([#402](https://github.com/RocketChat/
|
|
158
|
+
- [@rocket](https://github.com/rocket).chat/memo ([#380](https://github.com/RocketChat/fuselage/issues/380)) ([2425c04](https://github.com/RocketChat/fuselage/commit/2425c045743ba1a4a5443a1d341e615363930ef6))
|
|
159
|
+
- Added new icons ([#391](https://github.com/RocketChat/fuselage/issues/391)) ([9436d1c](https://github.com/RocketChat/fuselage/commit/9436d1cc99f64ab0c90bccf77840295f9a744f7f))
|
|
160
|
+
- Basic TypeScript support ([#402](https://github.com/RocketChat/fuselage/issues/402)) ([79405d3](https://github.com/RocketChat/fuselage/commit/79405d3a25bfeed29293cb68d67a8c4f0467c490))
|
|
161
161
|
|
|
162
|
-
# [0.21.0](https://github.com/RocketChat/
|
|
162
|
+
# [0.21.0](https://github.com/RocketChat/fuselage/compare/v0.20.3...v0.21.0) (2021-01-31)
|
|
163
163
|
|
|
164
164
|
### Bug Fixes
|
|
165
165
|
|
|
166
|
-
- AvatarProps declaration ([#361](https://github.com/RocketChat/
|
|
167
|
-
- Change option styles ([#358](https://github.com/RocketChat/
|
|
168
|
-
- Pass appId and blockId from blocks to elements ([#366](https://github.com/RocketChat/
|
|
169
|
-
- sidebar-item\_\_menu-wraper opacity on IE ([#381](https://github.com/RocketChat/
|
|
170
|
-
- Temporary fix for auto complete ([#364](https://github.com/RocketChat/
|
|
171
|
-
- Update Fuselage typings ([#355](https://github.com/RocketChat/
|
|
166
|
+
- AvatarProps declaration ([#361](https://github.com/RocketChat/fuselage/issues/361)) ([6324875](https://github.com/RocketChat/fuselage/commit/6324875c68e0b7b11536e3b766c27eb8e301fe52))
|
|
167
|
+
- Change option styles ([#358](https://github.com/RocketChat/fuselage/issues/358)) ([c479d70](https://github.com/RocketChat/fuselage/commit/c479d7041710e04fe8a9d8e766720ec206464e89))
|
|
168
|
+
- Pass appId and blockId from blocks to elements ([#366](https://github.com/RocketChat/fuselage/issues/366)) ([8a1b552](https://github.com/RocketChat/fuselage/commit/8a1b552f8dbc3a9b321d888f4a7e9dc9af2922cf))
|
|
169
|
+
- sidebar-item\_\_menu-wraper opacity on IE ([#381](https://github.com/RocketChat/fuselage/issues/381)) ([3038b15](https://github.com/RocketChat/fuselage/commit/3038b15002d6df3d184a2dac2a97f5a3d0aa50f4))
|
|
170
|
+
- Temporary fix for auto complete ([#364](https://github.com/RocketChat/fuselage/issues/364)) ([218a8b3](https://github.com/RocketChat/fuselage/commit/218a8b30c42c7a2321f2de3d0cc081131e890834))
|
|
171
|
+
- Update Fuselage typings ([#355](https://github.com/RocketChat/fuselage/issues/355)) ([85f9fa1](https://github.com/RocketChat/fuselage/commit/85f9fa13f818703bce1100ad706a66d703c0b0ba))
|
|
172
172
|
|
|
173
173
|
### Features
|
|
174
174
|
|
|
175
|
-
- Built modules for design tokens ([#356](https://github.com/RocketChat/
|
|
176
|
-
- linear_scale element ([#365](https://github.com/RocketChat/
|
|
175
|
+
- Built modules for design tokens ([#356](https://github.com/RocketChat/fuselage/issues/356)) ([f9c3449](https://github.com/RocketChat/fuselage/commit/f9c344953b8161a4385cab3a3dcc8b6a7210446f))
|
|
176
|
+
- linear_scale element ([#365](https://github.com/RocketChat/fuselage/issues/365)) ([43a4c54](https://github.com/RocketChat/fuselage/commit/43a4c54ed10d096ef2259ddcd30c3bbd97ae866a))
|
|
177
177
|
|
|
178
|
-
## [0.20.3](https://github.com/RocketChat/
|
|
178
|
+
## [0.20.3](https://github.com/RocketChat/fuselage/compare/v0.20.2...v0.20.3) (2021-01-29)
|
|
179
179
|
|
|
180
180
|
### Bug Fixes
|
|
181
181
|
|
|
182
|
-
- sidebar-item\_\_menu-wraper opacity on IE ([#381](https://github.com/RocketChat/
|
|
182
|
+
- sidebar-item\_\_menu-wraper opacity on IE ([#381](https://github.com/RocketChat/fuselage/issues/381)) ([e818b5c](https://github.com/RocketChat/fuselage/commit/e818b5cd99b1749997d6f487517c29722c77a23a))
|
|
183
183
|
|
|
184
|
-
## [0.20.2](https://github.com/RocketChat/
|
|
184
|
+
## [0.20.2](https://github.com/RocketChat/fuselage/compare/v0.20.1...v0.20.2) (2021-01-27)
|
|
185
185
|
|
|
186
186
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
187
187
|
|
|
188
|
-
## [0.20.1](https://github.com/RocketChat/
|
|
188
|
+
## [0.20.1](https://github.com/RocketChat/fuselage/compare/v0.20.0...v0.20.1) (2020-12-22)
|
|
189
189
|
|
|
190
190
|
### Bug Fixes
|
|
191
191
|
|
|
192
|
-
- Clip icon ([#354](https://github.com/RocketChat/
|
|
192
|
+
- Clip icon ([#354](https://github.com/RocketChat/fuselage/issues/354)) ([a688d7c](https://github.com/RocketChat/fuselage/commit/a688d7c6e5ab870c5172c0db81b62dd5b7c6d9fc))
|
|
193
193
|
|
|
194
|
-
# [0.20.0](https://github.com/RocketChat/
|
|
194
|
+
# [0.20.0](https://github.com/RocketChat/fuselage/compare/v0.19.0...v0.20.0) (2020-12-21)
|
|
195
195
|
|
|
196
196
|
### Bug Fixes
|
|
197
197
|
|
|
198
|
-
- ActionButton not accepting children ([#345](https://github.com/RocketChat/
|
|
199
|
-
- Badge and Tag Style ([#343](https://github.com/RocketChat/
|
|
200
|
-
- Divider types ([#350](https://github.com/RocketChat/
|
|
201
|
-
- Flex-shrink on fields ([#334](https://github.com/RocketChat/
|
|
202
|
-
- Removed animation by default, Sidebar padding, and Radio RTL ([#336](https://github.com/RocketChat/
|
|
203
|
-
- Sidebar Header height ([#344](https://github.com/RocketChat/
|
|
198
|
+
- ActionButton not accepting children ([#345](https://github.com/RocketChat/fuselage/issues/345)) ([92c67d8](https://github.com/RocketChat/fuselage/commit/92c67d86ef975b18ad1ed48161b323072b465943))
|
|
199
|
+
- Badge and Tag Style ([#343](https://github.com/RocketChat/fuselage/issues/343)) ([bb534df](https://github.com/RocketChat/fuselage/commit/bb534df611d8e16bd1e4a6263865d7373d6953ef))
|
|
200
|
+
- Divider types ([#350](https://github.com/RocketChat/fuselage/issues/350)) ([911be2b](https://github.com/RocketChat/fuselage/commit/911be2b234594a3ee3e7993f2f66b8e7cf20dc45))
|
|
201
|
+
- Flex-shrink on fields ([#334](https://github.com/RocketChat/fuselage/issues/334)) ([28c621e](https://github.com/RocketChat/fuselage/commit/28c621ec039038b467ce1461e75219cdd4123d24))
|
|
202
|
+
- 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))
|
|
203
|
+
- Sidebar Header height ([#344](https://github.com/RocketChat/fuselage/issues/344)) ([273e8cf](https://github.com/RocketChat/fuselage/commit/273e8cf81bcc1eb4229a129083c04f4b335a7d22))
|
|
204
204
|
|
|
205
205
|
### Features
|
|
206
206
|
|
|
207
|
-
- Add maxHeight prop for Menu Options ([#352](https://github.com/RocketChat/
|
|
208
|
-
- Fuselage typings ([#348](https://github.com/RocketChat/
|
|
209
|
-
- Update and expose logical properties plugin for Stylis ([#333](https://github.com/RocketChat/
|
|
207
|
+
- Add maxHeight prop for Menu Options ([#352](https://github.com/RocketChat/fuselage/issues/352)) ([eb400be](https://github.com/RocketChat/fuselage/commit/eb400be69499a0be41ff29511ef392361d04d8b7))
|
|
208
|
+
- Fuselage typings ([#348](https://github.com/RocketChat/fuselage/issues/348)) ([24da5e7](https://github.com/RocketChat/fuselage/commit/24da5e75a62c8358cef61eb31ad335234be6fa8f))
|
|
209
|
+
- Update and expose logical properties plugin for Stylis ([#333](https://github.com/RocketChat/fuselage/issues/333)) ([3311ee9](https://github.com/RocketChat/fuselage/commit/3311ee9b3868267d19de14ddcbbe2dcf89739e1b))
|
|
210
210
|
|
|
211
211
|
### Performance Improvements
|
|
212
212
|
|
|
213
|
-
- Modal ([#349](https://github.com/RocketChat/
|
|
214
|
-
- Remove Box from Option ([#347](https://github.com/RocketChat/
|
|
213
|
+
- Modal ([#349](https://github.com/RocketChat/fuselage/issues/349)) ([f77ae41](https://github.com/RocketChat/fuselage/commit/f77ae41fa42fee2a55779837b1c01cba912921fc))
|
|
214
|
+
- Remove Box from Option ([#347](https://github.com/RocketChat/fuselage/issues/347)) ([d0d0d82](https://github.com/RocketChat/fuselage/commit/d0d0d82aa22a7162ac509c57a869a451b5e67070))
|
|
215
215
|
|
|
216
|
-
# [0.19.0](https://github.com/RocketChat/
|
|
216
|
+
# [0.19.0](https://github.com/RocketChat/fuselage/compare/v0.18.0...v0.19.0) (2020-11-28)
|
|
217
217
|
|
|
218
218
|
### Bug Fixes
|
|
219
219
|
|
|
220
|
-
- Avatar x40 ([#331](https://github.com/RocketChat/
|
|
221
|
-
- Fix object-fit for image element in Avatar component ([#335](https://github.com/RocketChat/
|
|
220
|
+
- Avatar x40 ([#331](https://github.com/RocketChat/fuselage/issues/331)) ([a9cefbb](https://github.com/RocketChat/fuselage/commit/a9cefbb7d3580598a824b4d4e5f9c79aa7158219))
|
|
221
|
+
- 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))
|
|
222
222
|
|
|
223
223
|
### Features
|
|
224
224
|
|
|
225
|
-
- Remove Box from Avatar component ([#326](https://github.com/RocketChat/
|
|
225
|
+
- Remove Box from Avatar component ([#326](https://github.com/RocketChat/fuselage/issues/326)) ([0bc99a3](https://github.com/RocketChat/fuselage/commit/0bc99a325cbc963d9544e304a3f6f29e0089a976))
|
|
226
226
|
|
|
227
|
-
# [0.18.0](https://github.com/RocketChat/
|
|
227
|
+
# [0.18.0](https://github.com/RocketChat/fuselage/compare/v0.17.3...v0.18.0) (2020-11-16)
|
|
228
228
|
|
|
229
229
|
### Bug Fixes
|
|
230
230
|
|
|
231
|
-
- Set a conservative output.environment on Webpack bundles ([#330](https://github.com/RocketChat/
|
|
232
|
-
- Undo bad merge conflict ([#329](https://github.com/RocketChat/
|
|
231
|
+
- Set a conservative output.environment on Webpack bundles ([#330](https://github.com/RocketChat/fuselage/issues/330)) ([62bf728](https://github.com/RocketChat/fuselage/commit/62bf728d3541d8d7ee72420347f2351359fb5df7))
|
|
232
|
+
- Undo bad merge conflict ([#329](https://github.com/RocketChat/fuselage/issues/329)) ([aa9eb3b](https://github.com/RocketChat/fuselage/commit/aa9eb3be3914d5bebc5fdca27c94af0d586eeb19))
|
|
233
233
|
|
|
234
234
|
### Features
|
|
235
235
|
|
|
236
|
-
- Menu burger ([#327](https://github.com/RocketChat/
|
|
237
|
-
- Remove Box dependence from Tag and Badge components ([#315](https://github.com/RocketChat/
|
|
236
|
+
- Menu burger ([#327](https://github.com/RocketChat/fuselage/issues/327)) ([f85c0b3](https://github.com/RocketChat/fuselage/commit/f85c0b3e5016ce08a278ffb2a8b987eeda31a767))
|
|
237
|
+
- Remove Box dependence from Tag and Badge components ([#315](https://github.com/RocketChat/fuselage/issues/315)) ([4218e51](https://github.com/RocketChat/fuselage/commit/4218e5108264ef830175b5e5f6bc1114d0367d93))
|
|
238
238
|
|
|
239
|
-
## [0.17.3](https://github.com/RocketChat/
|
|
239
|
+
## [0.17.3](https://github.com/RocketChat/fuselage/compare/v0.17.2...v0.17.3) (2020-11-16)
|
|
240
240
|
|
|
241
241
|
### Bug Fixes
|
|
242
242
|
|
|
243
|
-
- Set a conservative output.environment on Webpack bundles ([#330](https://github.com/RocketChat/
|
|
243
|
+
- Set a conservative output.environment on Webpack bundles ([#330](https://github.com/RocketChat/fuselage/issues/330)) ([85d4a3a](https://github.com/RocketChat/fuselage/commit/85d4a3a5fd6881b07e97fb690d31baef405cfa69))
|
|
244
244
|
|
|
245
|
-
## [0.17.2](https://github.com/RocketChat/
|
|
245
|
+
## [0.17.2](https://github.com/RocketChat/fuselage/compare/v0.17.1...v0.17.2) (2020-10-28)
|
|
246
246
|
|
|
247
247
|
### Bug Fixes
|
|
248
248
|
|
|
249
|
-
- Sidebar menu transition ([#313](https://github.com/RocketChat/
|
|
249
|
+
- Sidebar menu transition ([#313](https://github.com/RocketChat/fuselage/issues/313)) ([726fe3d](https://github.com/RocketChat/fuselage/commit/726fe3d6aaad3453df6688ce8f501a09133d1b26))
|
|
250
250
|
|
|
251
|
-
## [0.17.1](https://github.com/RocketChat/
|
|
251
|
+
## [0.17.1](https://github.com/RocketChat/fuselage/compare/v0.17.0...v0.17.1) (2020-10-26)
|
|
252
252
|
|
|
253
253
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
254
254
|
|
|
255
|
-
# [0.17.0](https://github.com/RocketChat/
|
|
255
|
+
# [0.17.0](https://github.com/RocketChat/fuselage/compare/v0.16.0...v0.17.0) (2020-10-25)
|
|
256
256
|
|
|
257
257
|
### Bug Fixes
|
|
258
258
|
|
|
259
|
-
- Button ghost background var ([#310](https://github.com/RocketChat/
|
|
260
|
-
- change Icon size for action buttons ([#299](https://github.com/RocketChat/
|
|
261
|
-
- Disable :focus-visible for the time being ([#295](https://github.com/RocketChat/
|
|
262
|
-
- Fuselage: word-break Tooltip ([#290](https://github.com/RocketChat/
|
|
263
|
-
- Menu transition ([#297](https://github.com/RocketChat/
|
|
264
|
-
- Sidebar - Missing subcomponents ([#292](https://github.com/RocketChat/
|
|
265
|
-
- Sidebar item menu position ([#293](https://github.com/RocketChat/
|
|
266
|
-
- Sidebar item menu: paddings ([#294](https://github.com/RocketChat/
|
|
267
|
-
- Sidebar Item wrapper ([#291](https://github.com/RocketChat/
|
|
268
|
-
- Sidebar menu positioning ([#296](https://github.com/RocketChat/
|
|
269
|
-
- Sidebar wrapper ([#302](https://github.com/RocketChat/
|
|
270
|
-
- Use dir attribute from documentElement ([#304](https://github.com/RocketChat/
|
|
259
|
+
- Button ghost background var ([#310](https://github.com/RocketChat/fuselage/issues/310)) ([872f325](https://github.com/RocketChat/fuselage/commit/872f32544167511b8ae5ca86b9b8097c072b7a58))
|
|
260
|
+
- change Icon size for action buttons ([#299](https://github.com/RocketChat/fuselage/issues/299)) ([2f47611](https://github.com/RocketChat/fuselage/commit/2f476113cfa86e68181c609cf92724cdeb04cba2))
|
|
261
|
+
- Disable :focus-visible for the time being ([#295](https://github.com/RocketChat/fuselage/issues/295)) ([6b115eb](https://github.com/RocketChat/fuselage/commit/6b115eb16b33fd38892188769c95aa213fbacdb9))
|
|
262
|
+
- Fuselage: word-break Tooltip ([#290](https://github.com/RocketChat/fuselage/issues/290)) ([1c1ae6e](https://github.com/RocketChat/fuselage/commit/1c1ae6e27da65688e7f69d43ceb19cbf55a65bcf))
|
|
263
|
+
- Menu transition ([#297](https://github.com/RocketChat/fuselage/issues/297)) ([074d7d7](https://github.com/RocketChat/fuselage/commit/074d7d705908bbd3f1915e3390745f1aea3e57c8))
|
|
264
|
+
- Sidebar - Missing subcomponents ([#292](https://github.com/RocketChat/fuselage/issues/292)) ([9ccb237](https://github.com/RocketChat/fuselage/commit/9ccb237a6e8759a036cdbabb01d52ac9650b5e9f))
|
|
265
|
+
- Sidebar item menu position ([#293](https://github.com/RocketChat/fuselage/issues/293)) ([0fead45](https://github.com/RocketChat/fuselage/commit/0fead455c72289d261b2ed065af1235318ac07a8))
|
|
266
|
+
- Sidebar item menu: paddings ([#294](https://github.com/RocketChat/fuselage/issues/294)) ([d8095e6](https://github.com/RocketChat/fuselage/commit/d8095e69df0131b7b84b2bb96c032bc199eac647))
|
|
267
|
+
- Sidebar Item wrapper ([#291](https://github.com/RocketChat/fuselage/issues/291)) ([9fa3bf0](https://github.com/RocketChat/fuselage/commit/9fa3bf032a2feaf28144b67b270c47b6d1c9b7ff))
|
|
268
|
+
- Sidebar menu positioning ([#296](https://github.com/RocketChat/fuselage/issues/296)) ([5aa2a74](https://github.com/RocketChat/fuselage/commit/5aa2a747cc3fae4ec06135bc14bbfad8312e13c4))
|
|
269
|
+
- Sidebar wrapper ([#302](https://github.com/RocketChat/fuselage/issues/302)) ([b0ca72e](https://github.com/RocketChat/fuselage/commit/b0ca72eb9753e959086c93e31084743b7c09fdda))
|
|
270
|
+
- Use dir attribute from documentElement ([#304](https://github.com/RocketChat/fuselage/issues/304)) ([f574b8c](https://github.com/RocketChat/fuselage/commit/f574b8c6b2ad09ad5fafa696ad539297bd782758))
|
|
271
271
|
|
|
272
272
|
### Features
|
|
273
273
|
|
|
274
|
-
- Add id attribute to style tag ([#307](https://github.com/RocketChat/
|
|
275
|
-
- Added login icon, added badge wrapper ([#303](https://github.com/RocketChat/
|
|
276
|
-
- Focus-within polyfill ([#306](https://github.com/RocketChat/
|
|
277
|
-
- StatusBullet ([#301](https://github.com/RocketChat/
|
|
278
|
-
- Tiny and Mini Button variations ([#298](https://github.com/RocketChat/
|
|
274
|
+
- Add id attribute to style tag ([#307](https://github.com/RocketChat/fuselage/issues/307)) ([ca301a6](https://github.com/RocketChat/fuselage/commit/ca301a6b96f82df835a3513fd795c8394b1a97cb))
|
|
275
|
+
- Added login icon, added badge wrapper ([#303](https://github.com/RocketChat/fuselage/issues/303)) ([70ae09c](https://github.com/RocketChat/fuselage/commit/70ae09c0d5f53d492a1367ad7097da3323be386f))
|
|
276
|
+
- Focus-within polyfill ([#306](https://github.com/RocketChat/fuselage/issues/306)) ([42d4147](https://github.com/RocketChat/fuselage/commit/42d41478678d74c730df9bcb30ab76e6b27314f1))
|
|
277
|
+
- StatusBullet ([#301](https://github.com/RocketChat/fuselage/issues/301)) ([4b0c9ca](https://github.com/RocketChat/fuselage/commit/4b0c9ca67d578a780d63c323fd5aef498d4131d0))
|
|
278
|
+
- Tiny and Mini Button variations ([#298](https://github.com/RocketChat/fuselage/issues/298)) ([61aca91](https://github.com/RocketChat/fuselage/commit/61aca9145c55347f3bb563159ebff61415fb1db5))
|
|
279
279
|
|
|
280
|
-
# [0.16.0](https://github.com/RocketChat/
|
|
280
|
+
# [0.16.0](https://github.com/RocketChat/fuselage/compare/v0.15.1...v0.16.0) (2020-09-30)
|
|
281
281
|
|
|
282
282
|
### Bug Fixes
|
|
283
283
|
|
|
284
|
-
- Sidebar ([#288](https://github.com/RocketChat/
|
|
284
|
+
- Sidebar ([#288](https://github.com/RocketChat/fuselage/issues/288)) ([175cb7b](https://github.com/RocketChat/fuselage/commit/175cb7b4011f130035c02d9e541b67c04dfe5c30))
|
|
285
285
|
|
|
286
286
|
### Features
|
|
287
287
|
|
|
288
|
-
- Progress Bar ([#287](https://github.com/RocketChat/
|
|
289
|
-
- Sass helper to box-shadow inset ([#289](https://github.com/RocketChat/
|
|
288
|
+
- Progress Bar ([#287](https://github.com/RocketChat/fuselage/issues/287)) ([74b8636](https://github.com/RocketChat/fuselage/commit/74b8636d7793bdb3b650f1fe06e3956dbf8eb42b))
|
|
289
|
+
- Sass helper to box-shadow inset ([#289](https://github.com/RocketChat/fuselage/issues/289)) ([32e8f9f](https://github.com/RocketChat/fuselage/commit/32e8f9f337f2ec7fb25d2449635dca7f3af309ec))
|
|
290
290
|
|
|
291
|
-
## [0.15.1](https://github.com/RocketChat/
|
|
291
|
+
## [0.15.1](https://github.com/RocketChat/fuselage/compare/v0.15.0...v0.15.1) (2020-09-22)
|
|
292
292
|
|
|
293
293
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
294
294
|
|
|
295
|
-
# [0.15.0](https://github.com/RocketChat/
|
|
295
|
+
# [0.15.0](https://github.com/RocketChat/fuselage/compare/v0.14.1...v0.15.0) (2020-09-17)
|
|
296
296
|
|
|
297
297
|
### Bug Fixes
|
|
298
298
|
|
|
299
|
-
- Divider variable color ([#285](https://github.com/RocketChat/
|
|
299
|
+
- Divider variable color ([#285](https://github.com/RocketChat/fuselage/issues/285)) ([16e2f49](https://github.com/RocketChat/fuselage/commit/16e2f49d9adc26f1c1c2099ad417a5bcd37b1d5e))
|
|
300
300
|
|
|
301
301
|
### Features
|
|
302
302
|
|
|
303
|
-
- Sidebar Item ([#284](https://github.com/RocketChat/
|
|
304
|
-
- Success Button ([#283](https://github.com/RocketChat/
|
|
303
|
+
- Sidebar Item ([#284](https://github.com/RocketChat/fuselage/issues/284)) ([44f8198](https://github.com/RocketChat/fuselage/commit/44f8198473f9d6385615aed59b855562dd3c784a))
|
|
304
|
+
- Success Button ([#283](https://github.com/RocketChat/fuselage/issues/283)) ([d35f7b3](https://github.com/RocketChat/fuselage/commit/d35f7b3e92890e8915a0379f2dbbd6b596512f5b))
|
|
305
305
|
|
|
306
|
-
## [0.14.1](https://github.com/RocketChat/
|
|
306
|
+
## [0.14.1](https://github.com/RocketChat/fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
|
|
307
307
|
|
|
308
308
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
309
309
|
|
|
310
|
-
# [0.14.0](https://github.com/RocketChat/
|
|
310
|
+
# [0.14.0](https://github.com/RocketChat/fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
|
|
311
311
|
|
|
312
312
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
313
313
|
|
|
314
|
-
## [0.13.2](https://github.com/RocketChat/
|
|
314
|
+
## [0.13.2](https://github.com/RocketChat/fuselage/compare/v0.13.1...v0.13.2) (2020-07-24)
|
|
315
315
|
|
|
316
316
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
317
317
|
|
|
318
|
-
## [0.13.1](https://github.com/RocketChat/
|
|
318
|
+
## [0.13.1](https://github.com/RocketChat/fuselage/compare/v0.13.0...v0.13.1) (2020-07-17)
|
|
319
319
|
|
|
320
320
|
### Bug Fixes
|
|
321
321
|
|
|
322
|
-
- Loosen x-measures parsing ([#266](https://github.com/RocketChat/
|
|
323
|
-
- Select mutations and ui-kit alerts ([#263](https://github.com/RocketChat/
|
|
322
|
+
- Loosen x-measures parsing ([#266](https://github.com/RocketChat/fuselage/issues/266)) ([b1c6ef4](https://github.com/RocketChat/fuselage/commit/b1c6ef42aa909f4063647f3051ee4b23497f6d57))
|
|
323
|
+
- Select mutations and ui-kit alerts ([#263](https://github.com/RocketChat/fuselage/issues/263)) ([661398d](https://github.com/RocketChat/fuselage/commit/661398dfdeaf827dadc46d24a7382d69f43f9742))
|
|
324
324
|
|
|
325
|
-
# [0.13.0](https://github.com/RocketChat/
|
|
325
|
+
# [0.13.0](https://github.com/RocketChat/fuselage/compare/v0.12.0...v0.13.0) (2020-07-14)
|
|
326
326
|
|
|
327
327
|
### Features
|
|
328
328
|
|
|
329
|
-
- usePosition ([#259](https://github.com/RocketChat/
|
|
329
|
+
- usePosition ([#259](https://github.com/RocketChat/fuselage/issues/259)) ([b395d8c](https://github.com/RocketChat/fuselage/commit/b395d8c2e619d2ba26c5cfbee77275d0fbf9526a))
|
|
330
330
|
|
|
331
|
-
# [0.12.0](https://github.com/RocketChat/
|
|
331
|
+
# [0.12.0](https://github.com/RocketChat/fuselage/compare/v0.11.0...v0.12.0) (2020-07-14)
|
|
332
332
|
|
|
333
333
|
### Bug Fixes
|
|
334
334
|
|
|
335
|
-
- Options Styles ([#260](https://github.com/RocketChat/
|
|
335
|
+
- Options Styles ([#260](https://github.com/RocketChat/fuselage/issues/260)) ([410387e](https://github.com/RocketChat/fuselage/commit/410387eb6a049e68f6f6f7391a7e0919c0bdf2ec))
|
|
336
336
|
|
|
337
337
|
### Features
|
|
338
338
|
|
|
339
|
-
- Margins not only for Box ([#256](https://github.com/RocketChat/
|
|
339
|
+
- Margins not only for Box ([#256](https://github.com/RocketChat/fuselage/issues/256)) ([94e71a8](https://github.com/RocketChat/fuselage/commit/94e71a80eb37d5145c1d1b2f532d23a782fee07b))
|
|
340
340
|
|
|
341
|
-
# [0.11.0](https://github.com/RocketChat/
|
|
341
|
+
# [0.11.0](https://github.com/RocketChat/fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
|
|
342
342
|
|
|
343
343
|
### Bug Fixes
|
|
344
344
|
|
|
345
|
-
- Box className prop ([#254](https://github.com/RocketChat/
|
|
345
|
+
- Box className prop ([#254](https://github.com/RocketChat/fuselage/issues/254)) ([5adc7b8](https://github.com/RocketChat/fuselage/commit/5adc7b8a907eca67bef5e26309c92561f6d8020a))
|
|
346
346
|
|
|
347
|
-
# [0.10.0](https://github.com/RocketChat/
|
|
347
|
+
# [0.10.0](https://github.com/RocketChat/fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
|
|
348
348
|
|
|
349
349
|
### Bug Fixes
|
|
350
350
|
|
|
351
|
-
- Export useModalStack hook ([#242](https://github.com/RocketChat/
|
|
352
|
-
- Missing legacy icons ([#238](https://github.com/RocketChat/
|
|
353
|
-
- ModalContainer crash ([034eb1a](https://github.com/RocketChat/
|
|
351
|
+
- Export useModalStack hook ([#242](https://github.com/RocketChat/fuselage/issues/242)) ([f5d567e](https://github.com/RocketChat/fuselage/commit/f5d567e))
|
|
352
|
+
- Missing legacy icons ([#238](https://github.com/RocketChat/fuselage/issues/238)) ([1d74390](https://github.com/RocketChat/fuselage/commit/1d74390))
|
|
353
|
+
- ModalContainer crash ([034eb1a](https://github.com/RocketChat/fuselage/commit/034eb1a))
|
|
354
354
|
|
|
355
355
|
### Features
|
|
356
356
|
|
|
357
|
-
- Updated icons ([#188](https://github.com/RocketChat/
|
|
357
|
+
- Updated icons ([#188](https://github.com/RocketChat/fuselage/issues/188)) ([184e8ed](https://github.com/RocketChat/fuselage/commit/184e8ed))
|
|
358
358
|
|
|
359
359
|
### Performance Improvements
|
|
360
360
|
|
|
361
|
-
- Generated classNames from props ([#230](https://github.com/RocketChat/
|
|
362
|
-
- Keyed children ([#231](https://github.com/RocketChat/
|
|
361
|
+
- Generated classNames from props ([#230](https://github.com/RocketChat/fuselage/issues/230)) ([8df14cb](https://github.com/RocketChat/fuselage/commit/8df14cb))
|
|
362
|
+
- Keyed children ([#231](https://github.com/RocketChat/fuselage/issues/231)) ([8b63483](https://github.com/RocketChat/fuselage/commit/8b63483))
|
|
363
363
|
|
|
364
|
-
# [0.9.0](https://github.com/RocketChat/
|
|
364
|
+
# [0.9.0](https://github.com/RocketChat/fuselage/compare/v0.8.0...v0.9.0) (2020-05-21)
|
|
365
365
|
|
|
366
366
|
### Bug Fixes
|
|
367
367
|
|
|
368
|
-
- Added z-index backdrop and options to avatar and backdrop ([#210](https://github.com/RocketChat/
|
|
369
|
-
- Avatar sizes ([#202](https://github.com/RocketChat/
|
|
370
|
-
- Change the small button size ([#234](https://github.com/RocketChat/
|
|
371
|
-
- className prop type in Box ([#220](https://github.com/RocketChat/
|
|
372
|
-
- CSS custom property name interpolation ([#216](https://github.com/RocketChat/
|
|
373
|
-
- Deprecation warnings ([#227](https://github.com/RocketChat/
|
|
374
|
-
- Position component ([#217](https://github.com/RocketChat/
|
|
375
|
-
- Table header divisor ([#233](https://github.com/RocketChat/
|
|
368
|
+
- 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))
|
|
369
|
+
- Avatar sizes ([#202](https://github.com/RocketChat/fuselage/issues/202)) ([7ff3fd9](https://github.com/RocketChat/fuselage/commit/7ff3fd91ce7f075e41c473b18077f63011ee2a30))
|
|
370
|
+
- Change the small button size ([#234](https://github.com/RocketChat/fuselage/issues/234)) ([6dc44de](https://github.com/RocketChat/fuselage/commit/6dc44def0de746bb4412f97cb72a676715e19742))
|
|
371
|
+
- className prop type in Box ([#220](https://github.com/RocketChat/fuselage/issues/220)) ([f9e1a1f](https://github.com/RocketChat/fuselage/commit/f9e1a1f413035b9af9bdebd8b4d3f3944440affa))
|
|
372
|
+
- CSS custom property name interpolation ([#216](https://github.com/RocketChat/fuselage/issues/216)) ([66453b6](https://github.com/RocketChat/fuselage/commit/66453b60c9ec46b80782456fdd695e82d87d7dec))
|
|
373
|
+
- Deprecation warnings ([#227](https://github.com/RocketChat/fuselage/issues/227)) ([46322a8](https://github.com/RocketChat/fuselage/commit/46322a8e2781b4293adc7fdf4fcffae20f0d170f))
|
|
374
|
+
- Position component ([#217](https://github.com/RocketChat/fuselage/issues/217)) ([81940ec](https://github.com/RocketChat/fuselage/commit/81940ecd6713eec2ffd41ac1aa592e345e694815))
|
|
375
|
+
- Table header divisor ([#233](https://github.com/RocketChat/fuselage/issues/233)) ([373534c](https://github.com/RocketChat/fuselage/commit/373534c1bdf9653bea9959029a7fc1e662d41693))
|
|
376
376
|
|
|
377
377
|
### Features
|
|
378
378
|
|
|
379
|
-
- elevation prop ([#219](https://github.com/RocketChat/
|
|
380
|
-
- Kebab Menu w/ popover ([#211](https://github.com/RocketChat/
|
|
381
|
-
- New Box props ([#213](https://github.com/RocketChat/
|
|
379
|
+
- elevation prop ([#219](https://github.com/RocketChat/fuselage/issues/219)) ([fb28ee3](https://github.com/RocketChat/fuselage/commit/fb28ee3466b4f3f837bbe5cf25a18e0ad80ce4c4))
|
|
380
|
+
- Kebab Menu w/ popover ([#211](https://github.com/RocketChat/fuselage/issues/211)) ([0e4a50d](https://github.com/RocketChat/fuselage/commit/0e4a50d2570dcf2a5fde09a70a5960832172aa77))
|
|
381
|
+
- New Box props ([#213](https://github.com/RocketChat/fuselage/issues/213)) ([b593875](https://github.com/RocketChat/fuselage/commit/b593875f3561e334412f9d7e2fbe81007ed8098e))
|
|
382
382
|
|
|
383
383
|
### Performance Improvements
|
|
384
384
|
|
|
385
|
-
- Replace `mem` with a simpler memoization decorator ([#229](https://github.com/RocketChat/
|
|
385
|
+
- Replace `mem` with a simpler memoization decorator ([#229](https://github.com/RocketChat/fuselage/issues/229)) ([2de0703](https://github.com/RocketChat/fuselage/commit/2de07032b5175153f881408726fc9413804094b6))
|
|
386
386
|
|
|
387
387
|
### Reverts
|
|
388
388
|
|
|
389
|
-
- Revert "Fix flex content (#225)" (#226) ([fc246f2](https://github.com/RocketChat/
|
|
389
|
+
- 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)
|
|
390
390
|
|
|
391
|
-
# [0.8.0](https://github.com/RocketChat/
|
|
391
|
+
# [0.8.0](https://github.com/RocketChat/fuselage/compare/v0.7.1...v0.8.0) (2020-04-22)
|
|
392
392
|
|
|
393
393
|
### Bug Fixes
|
|
394
394
|
|
|
395
|
-
- Add missing Box prop types ([#204](https://github.com/RocketChat/
|
|
396
|
-
- Badge and Tag rendering a span ([#208](https://github.com/RocketChat/
|
|
397
|
-
- Center Throbber circles ([#198](https://github.com/RocketChat/
|
|
398
|
-
- Selection button props split between container and input elements ([#207](https://github.com/RocketChat/
|
|
399
|
-
- Update Callout to allow empty children ([#200](https://github.com/RocketChat/
|
|
395
|
+
- Add missing Box prop types ([#204](https://github.com/RocketChat/fuselage/issues/204)) ([5ab9f6a](https://github.com/RocketChat/fuselage/commit/5ab9f6a001738ae6eedd9f593ff52ac58f23a4df))
|
|
396
|
+
- Badge and Tag rendering a span ([#208](https://github.com/RocketChat/fuselage/issues/208)) ([d8a5ed2](https://github.com/RocketChat/fuselage/commit/d8a5ed2a1afaa9e58bea307dab7d42b1593bab2b))
|
|
397
|
+
- Center Throbber circles ([#198](https://github.com/RocketChat/fuselage/issues/198)) ([be0aa60](https://github.com/RocketChat/fuselage/commit/be0aa603e209c96029d2232ad7d2b79c13ba628d))
|
|
398
|
+
- 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))
|
|
399
|
+
- Update Callout to allow empty children ([#200](https://github.com/RocketChat/fuselage/issues/200)) ([58bdc4e](https://github.com/RocketChat/fuselage/commit/58bdc4ecdab445709b62e16917b922eeebb74d98))
|
|
400
400
|
|
|
401
401
|
### Features
|
|
402
402
|
|
|
403
|
-
- Refactor static styles ([#201](https://github.com/RocketChat/
|
|
403
|
+
- Refactor static styles ([#201](https://github.com/RocketChat/fuselage/issues/201)) ([e1bdc65](https://github.com/RocketChat/fuselage/commit/e1bdc655a0dfe0f88261d3fab84c2e42c2ad581e))
|
|
404
404
|
|
|
405
|
-
## [0.7.1](https://github.com/RocketChat/
|
|
405
|
+
## [0.7.1](https://github.com/RocketChat/fuselage/compare/v0.7.0...v0.7.1) (2020-04-01)
|
|
406
406
|
|
|
407
407
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
408
408
|
|
|
409
|
-
# [0.7.0](https://github.com/RocketChat/
|
|
409
|
+
# [0.7.0](https://github.com/RocketChat/fuselage/compare/v0.6.2...v0.7.0) (2020-04-01)
|
|
410
410
|
|
|
411
411
|
### Bug Fixes
|
|
412
412
|
|
|
413
|
-
- Padding props ([#187](https://github.com/RocketChat/
|
|
413
|
+
- Padding props ([#187](https://github.com/RocketChat/fuselage/issues/187)) ([ef1d4e3](https://github.com/RocketChat/fuselage/commit/ef1d4e3e65ffdc131f3c3ba52a196d42b2dd400f))
|
|
414
414
|
|
|
415
415
|
### Features
|
|
416
416
|
|
|
417
|
-
- Custom prop types and more props to Box ([#181](https://github.com/RocketChat/
|
|
417
|
+
- Custom prop types and more props to Box ([#181](https://github.com/RocketChat/fuselage/issues/181)) ([119e815](https://github.com/RocketChat/fuselage/commit/119e815ac9a0b85c1649c53bab62390b25aae4b3))
|
|
418
418
|
|
|
419
|
-
## [0.6.2](https://github.com/RocketChat/
|
|
419
|
+
## [0.6.2](https://github.com/RocketChat/fuselage/compare/v0.6.1...v0.6.2) (2020-03-31)
|
|
420
420
|
|
|
421
421
|
### Bug Fixes
|
|
422
422
|
|
|
423
|
-
- Table padding, hover status ([#185](https://github.com/RocketChat/
|
|
423
|
+
- Table padding, hover status ([#185](https://github.com/RocketChat/fuselage/issues/185)) ([70138bc](https://github.com/RocketChat/fuselage/commit/70138bcc258a3112dc3264562cddb90d05b95859))
|
|
424
424
|
|
|
425
|
-
## [0.6.1](https://github.com/RocketChat/
|
|
425
|
+
## [0.6.1](https://github.com/RocketChat/fuselage/compare/v0.6.0...v0.6.1) (2020-03-24)
|
|
426
426
|
|
|
427
427
|
### Bug Fixes
|
|
428
428
|
|
|
429
|
-
- outline input and Select text wrapping ([#177](https://github.com/RocketChat/
|
|
430
|
-
- Select placeholder and story ([#179](https://github.com/RocketChat/
|
|
429
|
+
- outline input and Select text wrapping ([#177](https://github.com/RocketChat/fuselage/issues/177)) ([4168cf2](https://github.com/RocketChat/fuselage/commit/4168cf265cac67dbabd7defb9545a03485c26ac2))
|
|
430
|
+
- Select placeholder and story ([#179](https://github.com/RocketChat/fuselage/issues/179)) ([e05e926](https://github.com/RocketChat/fuselage/commit/e05e926c82e92f5abcf0a64fb1f7d52ac834e33a))
|
|
431
431
|
|
|
432
432
|
### Reverts
|
|
433
433
|
|
|
434
|
-
- Revert "chore: Refactor button, add missing variants. (#120)" (#178) ([e3d7d7d](https://github.com/RocketChat/
|
|
434
|
+
- 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)
|
|
435
435
|
|
|
436
|
-
# [0.6.0](https://github.com/RocketChat/
|
|
436
|
+
# [0.6.0](https://github.com/RocketChat/fuselage/compare/v0.5.0...v0.6.0) (2020-03-20)
|
|
437
437
|
|
|
438
438
|
### Bug Fixes
|
|
439
439
|
|
|
440
|
-
- Improve tag/badge style ([#173](https://github.com/RocketChat/
|
|
440
|
+
- Improve tag/badge style ([#173](https://github.com/RocketChat/fuselage/issues/173)) ([50a074b](https://github.com/RocketChat/fuselage/commit/50a074bc53bfdfa86e643b1d408d73ac7f32af0a))
|
|
441
441
|
|
|
442
442
|
### Features
|
|
443
443
|
|
|
444
|
-
- add stack avatar ([#174](https://github.com/RocketChat/
|
|
444
|
+
- add stack avatar ([#174](https://github.com/RocketChat/fuselage/issues/174)) ([406554b](https://github.com/RocketChat/fuselage/commit/406554b7a31d96b60133126c649a6857c0471c08))
|
|
445
445
|
|
|
446
|
-
# [0.5.0](https://github.com/RocketChat/
|
|
446
|
+
# [0.5.0](https://github.com/RocketChat/fuselage/compare/v0.4.1...v0.5.0) (2020-03-20)
|
|
447
447
|
|
|
448
448
|
### Bug Fixes
|
|
449
449
|
|
|
450
|
-
- Empty space before SelectFiltered placeholder ([#171](https://github.com/RocketChat/
|
|
450
|
+
- Empty space before SelectFiltered placeholder ([#171](https://github.com/RocketChat/fuselage/issues/171)) ([26ab2b5](https://github.com/RocketChat/fuselage/commit/26ab2b5788482b5be3604a52a0dfe48e56cb9166))
|
|
451
451
|
|
|
452
452
|
### Features
|
|
453
453
|
|
|
454
|
-
- Focus visible ([#165](https://github.com/RocketChat/
|
|
455
|
-
- Tags and Badges ([#167](https://github.com/RocketChat/
|
|
456
|
-
- Tooltip component ([#121](https://github.com/RocketChat/
|
|
454
|
+
- Focus visible ([#165](https://github.com/RocketChat/fuselage/issues/165)) ([0801f28](https://github.com/RocketChat/fuselage/commit/0801f280b159f9b2d500fc3de57eb422a8b13e5e))
|
|
455
|
+
- Tags and Badges ([#167](https://github.com/RocketChat/fuselage/issues/167)) ([b739cde](https://github.com/RocketChat/fuselage/commit/b739cdec895800fc478b86cd8ed0261453d3e490))
|
|
456
|
+
- Tooltip component ([#121](https://github.com/RocketChat/fuselage/issues/121)) ([374c279](https://github.com/RocketChat/fuselage/commit/374c2797c4b7d7fb6fe894780b98a88a971e7db7))
|
|
457
457
|
|
|
458
|
-
## [0.4.1](https://github.com/RocketChat/
|
|
458
|
+
## [0.4.1](https://github.com/RocketChat/fuselage/compare/v0.4.0...v0.4.1) (2020-03-16)
|
|
459
459
|
|
|
460
460
|
### Bug Fixes
|
|
461
461
|
|
|
462
|
-
- Build [@rocket](https://github.com/rocket).chat/css-in-js as ES module ([#166](https://github.com/RocketChat/
|
|
463
|
-
- filteredOptions for options ([#169](https://github.com/RocketChat/
|
|
464
|
-
- Select arrow position for empty selects ([#157](https://github.com/RocketChat/
|
|
462
|
+
- 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))
|
|
463
|
+
- filteredOptions for options ([#169](https://github.com/RocketChat/fuselage/issues/169)) ([8cb685f](https://github.com/RocketChat/fuselage/commit/8cb685ff477a6eeb00d7db1efda09c02eb1794f8))
|
|
464
|
+
- Select arrow position for empty selects ([#157](https://github.com/RocketChat/fuselage/issues/157)) ([4ef17e0](https://github.com/RocketChat/fuselage/commit/4ef17e0599aa4afc6219215321609fb837fb1f4b))
|
|
465
465
|
|
|
466
|
-
# [0.4.0](https://github.com/RocketChat/
|
|
466
|
+
# [0.4.0](https://github.com/RocketChat/fuselage/compare/v0.3.0...v0.4.0) (2020-03-10)
|
|
467
467
|
|
|
468
468
|
### Bug Fixes
|
|
469
469
|
|
|
470
|
-
- Changed accordion item title proptype ([#151](https://github.com/RocketChat/
|
|
471
|
-
- Display name and prop types of Throbber component ([#148](https://github.com/RocketChat/
|
|
470
|
+
- Changed accordion item title proptype ([#151](https://github.com/RocketChat/fuselage/issues/151)) ([b80647c](https://github.com/RocketChat/fuselage/commit/b80647c9c3502fb2eed51204d4878b3acecf6f0c))
|
|
471
|
+
- Display name and prop types of Throbber component ([#148](https://github.com/RocketChat/fuselage/issues/148)) ([cd0122b](https://github.com/RocketChat/fuselage/commit/cd0122be08fa3d4ddf550f02a12153ede3678e14))
|
|
472
472
|
|
|
473
473
|
### Features
|
|
474
474
|
|
|
475
|
-
- Added callback prop for scroll position ([#155](https://github.com/RocketChat/
|
|
475
|
+
- Added callback prop for scroll position ([#155](https://github.com/RocketChat/fuselage/issues/155)) ([bb61e34](https://github.com/RocketChat/fuselage/commit/bb61e3465daafcc5295b80254e81a12e8df34847))
|
|
476
476
|
|
|
477
477
|
### Performance Improvements
|
|
478
478
|
|
|
479
|
-
- Avoid re-renders due to PropsContext ([#154](https://github.com/RocketChat/
|
|
479
|
+
- Avoid re-renders due to PropsContext ([#154](https://github.com/RocketChat/fuselage/issues/154)) ([da88341](https://github.com/RocketChat/fuselage/commit/da88341ffc26f3e828afe90e22c8d69a21bc2b1c))
|
|
480
480
|
|
|
481
|
-
# [0.3.0](https://github.com/RocketChat/
|
|
481
|
+
# [0.3.0](https://github.com/RocketChat/fuselage/compare/v0.2.0...v0.3.0) (2020-02-17)
|
|
482
482
|
|
|
483
483
|
### Features
|
|
484
484
|
|
|
485
|
-
- Loading Component ([#147](https://github.com/RocketChat/
|
|
485
|
+
- Loading Component ([#147](https://github.com/RocketChat/fuselage/issues/147)) ([8d4e9df](https://github.com/RocketChat/fuselage/commit/8d4e9df810d725a80be3652ba4f851f896fc6f64))
|
|
486
486
|
|
|
487
|
-
# [0.2.0](https://github.com/RocketChat/
|
|
487
|
+
# [0.2.0](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.30...v0.2.0) (2020-02-13)
|
|
488
488
|
|
|
489
489
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
490
490
|
|
|
491
|
-
# [0.2.0-alpha.30](https://github.com/RocketChat/
|
|
491
|
+
# [0.2.0-alpha.30](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.29...v0.2.0-alpha.30) (2020-02-12)
|
|
492
492
|
|
|
493
493
|
### Bug Fixes
|
|
494
494
|
|
|
495
|
-
- Safari not triggering buttons anchors ([#146](https://github.com/RocketChat/
|
|
495
|
+
- Safari not triggering buttons anchors ([#146](https://github.com/RocketChat/fuselage/issues/146)) ([2cb5aaa](https://github.com/RocketChat/fuselage/commit/2cb5aaaf4c71e277a0a8ea556a8b9efbb3e58620))
|
|
496
496
|
|
|
497
|
-
# [0.2.0-alpha.29](https://github.com/RocketChat/
|
|
497
|
+
# [0.2.0-alpha.29](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.28...v0.2.0-alpha.29) (2020-02-10)
|
|
498
498
|
|
|
499
499
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
500
500
|
|
|
501
|
-
# [0.2.0-alpha.28](https://github.com/RocketChat/
|
|
501
|
+
# [0.2.0-alpha.28](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.27...v0.2.0-alpha.28) (2020-02-10)
|
|
502
502
|
|
|
503
503
|
### Bug Fixes
|
|
504
504
|
|
|
505
|
-
- placeholder transition ([#144](https://github.com/RocketChat/
|
|
505
|
+
- placeholder transition ([#144](https://github.com/RocketChat/fuselage/issues/144)) ([4ce91d1](https://github.com/RocketChat/fuselage/commit/4ce91d179ece15d9014b93eb878b644e79850f56))
|
|
506
506
|
|
|
507
|
-
# [0.2.0-alpha.26](https://github.com/RocketChat/
|
|
507
|
+
# [0.2.0-alpha.26](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2020-02-10)
|
|
508
508
|
|
|
509
509
|
### Bug Fixes
|
|
510
510
|
|
|
511
|
-
- Select autofocus ([#141](https://github.com/RocketChat/
|
|
511
|
+
- Select autofocus ([#141](https://github.com/RocketChat/fuselage/issues/141)) ([25849ee](https://github.com/RocketChat/fuselage/commit/25849eed55e4edbf26f54ae4a72c71c1d528e850))
|
|
512
512
|
|
|
513
|
-
# [0.2.0-alpha.25](https://github.com/RocketChat/
|
|
513
|
+
# [0.2.0-alpha.25](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.24...v0.2.0-alpha.25) (2020-02-10)
|
|
514
514
|
|
|
515
515
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
516
516
|
|
|
517
|
-
# [0.2.0-alpha.24](https://github.com/RocketChat/
|
|
517
|
+
# [0.2.0-alpha.24](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2020-02-09)
|
|
518
518
|
|
|
519
519
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
520
520
|
|
|
521
|
-
# [0.2.0-alpha.23](https://github.com/RocketChat/
|
|
521
|
+
# [0.2.0-alpha.23](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.22...v0.2.0-alpha.23) (2020-02-07)
|
|
522
522
|
|
|
523
523
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
524
524
|
|
|
525
|
-
# [0.2.0-alpha.22](https://github.com/RocketChat/
|
|
525
|
+
# [0.2.0-alpha.22](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
|
|
526
526
|
|
|
527
527
|
### Bug Fixes
|
|
528
528
|
|
|
529
|
-
- Select/MultiSelect focus submitting form ([#134](https://github.com/RocketChat/
|
|
530
|
-
- UIKit stopPropagation ([#137](https://github.com/RocketChat/
|
|
529
|
+
- Select/MultiSelect focus submitting form ([#134](https://github.com/RocketChat/fuselage/issues/134)) ([630e622](https://github.com/RocketChat/fuselage/commit/630e622d8535fcaa06a8a736c6e0d273b450b739))
|
|
530
|
+
- UIKit stopPropagation ([#137](https://github.com/RocketChat/fuselage/issues/137)) ([86939ea](https://github.com/RocketChat/fuselage/commit/86939eaae182d6554879468745780d83bc977b9e))
|
|
531
531
|
|
|
532
|
-
# [0.2.0-alpha.21](https://github.com/RocketChat/
|
|
532
|
+
# [0.2.0-alpha.21](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
|
|
533
533
|
|
|
534
534
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
535
535
|
|
|
536
|
-
# [0.2.0-alpha.20](https://github.com/RocketChat/
|
|
536
|
+
# [0.2.0-alpha.20](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.19...v0.2.0-alpha.20) (2020-02-01)
|
|
537
537
|
|
|
538
538
|
### Bug Fixes
|
|
539
539
|
|
|
540
|
-
- Modal background ([#126](https://github.com/RocketChat/
|
|
541
|
-
- Modal's margins and AnimatedVisibility initial state ([#128](https://github.com/RocketChat/
|
|
542
|
-
- Remove visibilty on transition ([#129](https://github.com/RocketChat/
|
|
540
|
+
- Modal background ([#126](https://github.com/RocketChat/fuselage/issues/126)) ([10b7202](https://github.com/RocketChat/fuselage/commit/10b72027cbb72d595d9aab8ffd37471eb7b8dac1))
|
|
541
|
+
- Modal's margins and AnimatedVisibility initial state ([#128](https://github.com/RocketChat/fuselage/issues/128)) ([4357f82](https://github.com/RocketChat/fuselage/commit/4357f82250cad21a72b9a3332c0a31f4874e302a))
|
|
542
|
+
- Remove visibilty on transition ([#129](https://github.com/RocketChat/fuselage/issues/129)) ([90c5301](https://github.com/RocketChat/fuselage/commit/90c5301a0067d00c73a249ca2c9d45206cb7ac05))
|
|
543
543
|
|
|
544
|
-
# [0.2.0-alpha.19](https://github.com/RocketChat/
|
|
544
|
+
# [0.2.0-alpha.19](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.18...v0.2.0-alpha.19) (2020-01-13)
|
|
545
545
|
|
|
546
546
|
### Bug Fixes
|
|
547
547
|
|
|
548
|
-
- InputBox sizing ([#124](https://github.com/RocketChat/
|
|
549
|
-
- Position of inputs on selection buttons ([#123](https://github.com/RocketChat/
|
|
548
|
+
- InputBox sizing ([#124](https://github.com/RocketChat/fuselage/issues/124)) ([eb82e74](https://github.com/RocketChat/fuselage/commit/eb82e74784bf67655e07be4443672ed2e5a38728))
|
|
549
|
+
- Position of inputs on selection buttons ([#123](https://github.com/RocketChat/fuselage/issues/123)) ([e446c89](https://github.com/RocketChat/fuselage/commit/e446c89d3a0c80e01266c373242d1197ba2950dc))
|
|
550
550
|
|
|
551
551
|
### Features
|
|
552
552
|
|
|
553
|
-
- Position, Modal, Options components ([#116](https://github.com/RocketChat/
|
|
553
|
+
- 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)
|
|
554
554
|
|
|
555
|
-
# [0.2.0-alpha.18](https://github.com/RocketChat/
|
|
555
|
+
# [0.2.0-alpha.18](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.17...v0.2.0-alpha.18) (2019-12-31)
|
|
556
556
|
|
|
557
557
|
### Bug Fixes
|
|
558
558
|
|
|
559
|
-
- Grid gutter ([#104](https://github.com/RocketChat/
|
|
560
|
-
- Update Callout margins; allow Callout without title ([#106](https://github.com/RocketChat/
|
|
559
|
+
- Grid gutter ([#104](https://github.com/RocketChat/fuselage/issues/104)) ([8e7b5e4](https://github.com/RocketChat/fuselage/commit/8e7b5e41a0a6ac0be208e5c21b686cad5249ad19))
|
|
560
|
+
- Update Callout margins; allow Callout without title ([#106](https://github.com/RocketChat/fuselage/issues/106)) ([984a76f](https://github.com/RocketChat/fuselage/commit/984a76fda49bda82c363e9d945000a60f41f1046))
|
|
561
561
|
|
|
562
562
|
### Features
|
|
563
563
|
|
|
564
|
-
- Pagination component ([#103](https://github.com/RocketChat/
|
|
565
|
-
- UI Kit ([#95](https://github.com/RocketChat/
|
|
564
|
+
- Pagination component ([#103](https://github.com/RocketChat/fuselage/issues/103)) ([56fe9cf](https://github.com/RocketChat/fuselage/commit/56fe9cf0bf2e77ead4bff74a76e0b7b7fb9368f6))
|
|
565
|
+
- 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)
|
|
566
566
|
|
|
567
|
-
# [0.2.0-alpha.17](https://github.com/RocketChat/
|
|
567
|
+
# [0.2.0-alpha.17](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.16...v0.2.0-alpha.17) (2019-12-04)
|
|
568
568
|
|
|
569
569
|
### Bug Fixes
|
|
570
570
|
|
|
571
|
-
- Remove FieldGroup minimum width ([#93](https://github.com/RocketChat/
|
|
571
|
+
- Remove FieldGroup minimum width ([#93](https://github.com/RocketChat/fuselage/issues/93)) ([e116296](https://github.com/RocketChat/fuselage/commit/e116296f1f7e7ae6d4a7b761bdc2cac529d28854))
|
|
572
572
|
|
|
573
573
|
### Features
|
|
574
574
|
|
|
575
|
-
- Add prototype of Tabs component ([#101](https://github.com/RocketChat/
|
|
576
|
-
- Cascading styles ([#97](https://github.com/RocketChat/
|
|
577
|
-
- Flex components ([#99](https://github.com/RocketChat/
|
|
578
|
-
- Grid ([#100](https://github.com/RocketChat/
|
|
579
|
-
- Level component ([#102](https://github.com/RocketChat/
|
|
580
|
-
- Scrollable ([#98](https://github.com/RocketChat/
|
|
575
|
+
- Add prototype of Tabs component ([#101](https://github.com/RocketChat/fuselage/issues/101)) ([38ad447](https://github.com/RocketChat/fuselage/commit/38ad447fbf4e9207025d8756a95fce174b56868c))
|
|
576
|
+
- Cascading styles ([#97](https://github.com/RocketChat/fuselage/issues/97)) ([b21cd54](https://github.com/RocketChat/fuselage/commit/b21cd54478b6fca4190c25c3ab99beb77cdec67d))
|
|
577
|
+
- Flex components ([#99](https://github.com/RocketChat/fuselage/issues/99)) ([948d0ea](https://github.com/RocketChat/fuselage/commit/948d0ea801b59751fa06f2c2fb25c84d172b73c7))
|
|
578
|
+
- Grid ([#100](https://github.com/RocketChat/fuselage/issues/100)) ([baca6bf](https://github.com/RocketChat/fuselage/commit/baca6bf1c46742efc0171b1825918f4c907d036c))
|
|
579
|
+
- Level component ([#102](https://github.com/RocketChat/fuselage/issues/102)) ([2abd0d9](https://github.com/RocketChat/fuselage/commit/2abd0d9547528de3dd9e2f8c539966faf9a9da2d))
|
|
580
|
+
- Scrollable ([#98](https://github.com/RocketChat/fuselage/issues/98)) ([2eecec6](https://github.com/RocketChat/fuselage/commit/2eecec6c53c198fd16ff1fa089aa98974ecb2816))
|
|
581
581
|
|
|
582
|
-
# [0.2.0-alpha.16](https://github.com/RocketChat/
|
|
582
|
+
# [0.2.0-alpha.16](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)
|
|
583
583
|
|
|
584
584
|
### Bug Fixes
|
|
585
585
|
|
|
586
|
-
- Miscellaneous issues ([#90](https://github.com/RocketChat/
|
|
586
|
+
- Miscellaneous issues ([#90](https://github.com/RocketChat/fuselage/issues/90)) ([8e6e89a](https://github.com/RocketChat/fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d))
|
|
587
587
|
|
|
588
|
-
# [0.2.0-alpha.15](https://github.com/RocketChat/
|
|
588
|
+
# [0.2.0-alpha.15](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)
|
|
589
589
|
|
|
590
590
|
### Bug Fixes
|
|
591
591
|
|
|
592
|
-
- Performance issues in development environment ([#89](https://github.com/RocketChat/
|
|
592
|
+
- Performance issues in development environment ([#89](https://github.com/RocketChat/fuselage/issues/89)) ([a95931d](https://github.com/RocketChat/fuselage/commit/a95931d91832e242a178936fdb6593cb5d317837))
|
|
593
593
|
|
|
594
|
-
# [0.2.0-alpha.14](https://github.com/RocketChat/
|
|
594
|
+
# [0.2.0-alpha.14](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.13...v0.2.0-alpha.14) (2019-10-28)
|
|
595
595
|
|
|
596
596
|
### Features
|
|
597
597
|
|
|
598
|
-
- Tile component ([#85](https://github.com/RocketChat/
|
|
598
|
+
- Tile component ([#85](https://github.com/RocketChat/fuselage/issues/85)) ([a22d21f](https://github.com/RocketChat/fuselage/commit/a22d21fbf79feecb8cb2440cd8e32523a5109d8b))
|
|
599
599
|
|
|
600
|
-
# [0.2.0-alpha.13](https://github.com/RocketChat/
|
|
600
|
+
# [0.2.0-alpha.13](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.12...v0.2.0-alpha.13) (2019-10-25)
|
|
601
601
|
|
|
602
602
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
603
603
|
|
|
604
|
-
# [0.2.0-alpha.12](https://github.com/RocketChat/
|
|
604
|
+
# [0.2.0-alpha.12](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.11...v0.2.0-alpha.12) (2019-10-24)
|
|
605
605
|
|
|
606
606
|
### Bug Fixes
|
|
607
607
|
|
|
608
|
-
- Accordion.Item accessibility issues ([#78](https://github.com/RocketChat/
|
|
608
|
+
- Accordion.Item accessibility issues ([#78](https://github.com/RocketChat/fuselage/issues/78)) ([2a283c1](https://github.com/RocketChat/fuselage/commit/2a283c1cef4d6f9738c96b473236d0b52dca1f5e))
|
|
609
609
|
|
|
610
|
-
# [0.2.0-alpha.11](https://github.com/RocketChat/
|
|
610
|
+
# [0.2.0-alpha.11](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.10...v0.2.0-alpha.11) (2019-10-22)
|
|
611
611
|
|
|
612
612
|
### Features
|
|
613
613
|
|
|
614
|
-
- Accordion.Item pointer interactions and new variants ([#77](https://github.com/RocketChat/
|
|
614
|
+
- Accordion.Item pointer interactions and new variants ([#77](https://github.com/RocketChat/fuselage/issues/77)) ([884d10a](https://github.com/RocketChat/fuselage/commit/884d10a071e51e954208671ef3ebc5b11700f36c))
|
|
615
615
|
|
|
616
|
-
# [0.2.0-alpha.10](https://github.com/RocketChat/
|
|
616
|
+
# [0.2.0-alpha.10](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.9...v0.2.0-alpha.10) (2019-10-18)
|
|
617
617
|
|
|
618
618
|
### Bug Fixes
|
|
619
619
|
|
|
620
|
-
- InputControl width ([#75](https://github.com/RocketChat/
|
|
620
|
+
- InputControl width ([#75](https://github.com/RocketChat/fuselage/issues/75)) ([d0b4e58](https://github.com/RocketChat/fuselage/commit/d0b4e584a6033988930a82e363e1467e86ae8dc6))
|
|
621
621
|
|
|
622
|
-
# [0.2.0-alpha.9](https://github.com/RocketChat/
|
|
622
|
+
# [0.2.0-alpha.9](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.8...v0.2.0-alpha.9) (2019-10-17)
|
|
623
623
|
|
|
624
624
|
### Bug Fixes
|
|
625
625
|
|
|
626
|
-
- Bundle errors ([#72](https://github.com/RocketChat/
|
|
627
|
-
- Explicit publish config ([#70](https://github.com/RocketChat/
|
|
626
|
+
- Bundle errors ([#72](https://github.com/RocketChat/fuselage/issues/72)) ([77f5c12](https://github.com/RocketChat/fuselage/commit/77f5c12e1be3d0e191e0a2cb87a286630064ce46))
|
|
627
|
+
- Explicit publish config ([#70](https://github.com/RocketChat/fuselage/issues/70)) ([21f9389](https://github.com/RocketChat/fuselage/commit/21f938991a58544c349e79b4e35284a4e51eb61b))
|
|
628
628
|
|
|
629
629
|
### Features
|
|
630
630
|
|
|
631
|
-
- Accordion component ([#68](https://github.com/RocketChat/
|
|
632
|
-
- Callout component ([#69](https://github.com/RocketChat/
|
|
631
|
+
- Accordion component ([#68](https://github.com/RocketChat/fuselage/issues/68)) ([4409518](https://github.com/RocketChat/fuselage/commit/440951854c3760e0dfdf53b5ff1da4a511d55cf4))
|
|
632
|
+
- Callout component ([#69](https://github.com/RocketChat/fuselage/issues/69)) ([2bdece1](https://github.com/RocketChat/fuselage/commit/2bdece17739397a2ffcb13cd74e70934fb0286be))
|
|
633
633
|
|
|
634
|
-
# [0.2.0-alpha.8](https://github.com/RocketChat/
|
|
634
|
+
# [0.2.0-alpha.8](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.7...v0.2.0-alpha.8) (2019-10-16)
|
|
635
635
|
|
|
636
636
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
637
637
|
|
|
638
|
-
# [0.2.0-alpha.7](https://github.com/RocketChat/
|
|
638
|
+
# [0.2.0-alpha.7](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.6...v0.2.0-alpha.7) (2019-10-14)
|
|
639
639
|
|
|
640
640
|
### Features
|
|
641
641
|
|
|
642
|
-
- [@rocket](https://github.com/rocket).chat/fuselage-hooks package ([#65](https://github.com/RocketChat/
|
|
643
|
-
- Form components ([#66](https://github.com/RocketChat/
|
|
642
|
+
- [@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))
|
|
643
|
+
- Form components ([#66](https://github.com/RocketChat/fuselage/issues/66)) ([39e086a](https://github.com/RocketChat/fuselage/commit/39e086ae398556dc445a9f5ebf52b31acddc44cf))
|
|
644
644
|
|
|
645
|
-
# [0.2.0-alpha.6](https://github.com/RocketChat/
|
|
645
|
+
# [0.2.0-alpha.6](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.5...v0.2.0-alpha.6) (2019-10-09)
|
|
646
646
|
|
|
647
647
|
**Note:** Version bump only for package @rocket.chat/fuselage
|
|
648
648
|
|
|
649
|
-
# [0.2.0-alpha.5](https://github.com/RocketChat/
|
|
649
|
+
# [0.2.0-alpha.5](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.4...v0.2.0-alpha.5) (2019-10-02)
|
|
650
650
|
|
|
651
651
|
### Bug Fixes
|
|
652
652
|
|
|
653
|
-
- Allow word wrap in Label ([#61](https://github.com/RocketChat/
|
|
653
|
+
- Allow word wrap in Label ([#61](https://github.com/RocketChat/fuselage/issues/61)) ([7c2f269](https://github.com/RocketChat/fuselage/commit/7c2f269))
|
|
654
654
|
|
|
655
655
|
### Features
|
|
656
656
|
|
|
657
|
-
- New hooks ([#62](https://github.com/RocketChat/
|
|
657
|
+
- New hooks ([#62](https://github.com/RocketChat/fuselage/issues/62)) ([2587ecf](https://github.com/RocketChat/fuselage/commit/2587ecf))
|
|
658
658
|
|
|
659
|
-
# [0.2.0-alpha.4](https://github.com/RocketChat/
|
|
659
|
+
# [0.2.0-alpha.4](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.3...v0.2.0-alpha.4) (2019-09-27)
|
|
660
660
|
|
|
661
661
|
### Bug Fixes
|
|
662
662
|
|
|
663
|
-
- Multiple issues ([#60](https://github.com/RocketChat/
|
|
663
|
+
- Multiple issues ([#60](https://github.com/RocketChat/fuselage/issues/60)) ([62e5620](https://github.com/RocketChat/fuselage/commit/62e5620))
|
|
664
664
|
|
|
665
|
-
# [0.2.0-alpha.3](https://github.com/RocketChat/
|
|
665
|
+
# [0.2.0-alpha.3](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.1...v0.2.0-alpha.3) (2019-09-25)
|
|
666
666
|
|
|
667
667
|
### Bug Fixes
|
|
668
668
|
|
|
669
|
-
- Theming and typography ([#56](https://github.com/RocketChat/
|
|
669
|
+
- Theming and typography ([#56](https://github.com/RocketChat/fuselage/issues/56)) ([7efc77e](https://github.com/RocketChat/fuselage/commit/7efc77e))
|
|
670
670
|
|
|
671
671
|
### Features
|
|
672
672
|
|
|
673
|
-
- Design tokens ([#55](https://github.com/RocketChat/
|
|
673
|
+
- Design tokens ([#55](https://github.com/RocketChat/fuselage/issues/55)) ([bb323c0](https://github.com/RocketChat/fuselage/commit/bb323c0))
|
|
674
674
|
|
|
675
|
-
# [0.2.0-alpha.2](https://github.com/RocketChat/
|
|
675
|
+
# [0.2.0-alpha.2](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.0...v0.2.0-alpha.2) (2019-08-19)
|
|
676
676
|
|
|
677
677
|
### Bug Fixes
|
|
678
678
|
|
|
679
|
-
- Don't embed the icon font ([#47](https://github.com/RocketChat/
|
|
679
|
+
- Don't embed the icon font ([#47](https://github.com/RocketChat/fuselage/issues/47)) ([e75bd25](https://github.com/RocketChat/fuselage/commit/e75bd25))
|
|
680
680
|
|
|
681
681
|
### Features
|
|
682
682
|
|
|
683
|
-
- Add InputGroup component ([#48](https://github.com/RocketChat/
|
|
683
|
+
- Add InputGroup component ([#48](https://github.com/RocketChat/fuselage/issues/48)) ([0830c8f](https://github.com/RocketChat/fuselage/commit/0830c8f))
|
|
684
684
|
|
|
685
|
-
# [0.2.0-alpha.1](https://github.com/RocketChat/
|
|
685
|
+
# [0.2.0-alpha.1](https://github.com/RocketChat/fuselage/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2019-08-16)
|
|
686
686
|
|
|
687
687
|
### Bug Fixes
|
|
688
688
|
|
|
689
|
-
- Don't embed the icon font ([#47](https://github.com/RocketChat/
|
|
689
|
+
- Don't embed the icon font ([#47](https://github.com/RocketChat/fuselage/issues/47)) ([e75bd25](https://github.com/RocketChat/fuselage/commit/e75bd25))
|
|
690
690
|
|
|
691
691
|
### Features
|
|
692
692
|
|
|
693
|
-
- Add InputGroup component ([#48](https://github.com/RocketChat/
|
|
693
|
+
- Add InputGroup component ([#48](https://github.com/RocketChat/fuselage/issues/48)) ([0830c8f](https://github.com/RocketChat/fuselage/commit/0830c8f))
|
|
694
694
|
|
|
695
|
-
# [0.2.0-alpha.0](https://github.com/RocketChat/
|
|
695
|
+
# [0.2.0-alpha.0](https://github.com/RocketChat/fuselage/compare/v0.1.1-alpha.1...v0.2.0-alpha.0) (2019-08-16)
|
|
696
696
|
|
|
697
697
|
### Features
|
|
698
698
|
|
|
699
|
-
- Add Input component ([#44](https://github.com/RocketChat/
|
|
699
|
+
- Add Input component ([#44](https://github.com/RocketChat/fuselage/issues/44)) ([e4a71d4](https://github.com/RocketChat/fuselage/commit/e4a71d4))
|
|
700
700
|
|
|
701
|
-
## [0.1.1-alpha.1](https://github.com/RocketChat/
|
|
701
|
+
## [0.1.1-alpha.1](https://github.com/RocketChat/fuselage/compare/v0.1.1-alpha.0...v0.1.1-alpha.1) (2019-08-15)
|
|
702
702
|
|
|
703
703
|
### Bug Fixes
|
|
704
704
|
|
|
705
|
-
- Add missing ref support ([#43](https://github.com/RocketChat/
|
|
705
|
+
- Add missing ref support ([#43](https://github.com/RocketChat/fuselage/issues/43)) ([b62cbfc](https://github.com/RocketChat/fuselage/commit/b62cbfc))
|