@bitrise/bitkit 9.5.0 → 9.5.3-alpha-src.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/package.json +4 -1
  2. package/src/tsconfig.tsbuildinfo +1 -0
  3. package/src/variables.css +141 -1
  4. package/.browserslistrc +0 -2
  5. package/.editorconfig +0 -4
  6. package/.eslint-tsconfig.json +0 -7
  7. package/.eslintrc.js +0 -28
  8. package/.husky/commit-msg +0 -4
  9. package/.nvmrc +0 -1
  10. package/.storybook/main.js +0 -35
  11. package/.storybook/manager.js +0 -6
  12. package/.storybook/preview.tsx +0 -20
  13. package/.storybook/theme.js +0 -7
  14. package/.stylelintignore +0 -2
  15. package/.stylelintrc +0 -287
  16. package/.svgrrc.js +0 -52
  17. package/.tool-versions +0 -1
  18. package/@types/@bitrise/bitkit.ts +0 -1
  19. package/@types/react-docgen.ts +0 -119
  20. package/CHANGELOG.md +0 -987
  21. package/CONTRIBUTING.md +0 -79
  22. package/FAQ.md +0 -19
  23. package/bitrise.yml +0 -66
  24. package/commitlint.config.js +0 -10
  25. package/jest.setup.js +0 -36
  26. package/netlify.toml +0 -42
  27. package/postcss.config.js +0 -16
  28. package/release.config.js +0 -32
  29. package/renovate.json +0 -6
  30. package/scripts/build-docs-watch.ts +0 -7
  31. package/scripts/build-docs.ts +0 -59
  32. package/site/assets/fonts/TT_Norms_Pro_Bold.woff +0 -0
  33. package/site/assets/fonts/TT_Norms_Pro_Normal.woff +0 -0
  34. package/site/assets/icons/favicon-32x32.png +0 -0
  35. package/site/assets/images/app_icon.jpg +0 -0
  36. package/site/assets/images/status-checks.png +0 -0
  37. package/site/components/CodeBlock/CodeBlock.css +0 -87
  38. package/site/components/CodeBlock/CodeBlock.tsx +0 -35
  39. package/site/components/Documentation/ComponentDocumentationPage.tsx +0 -150
  40. package/site/components/Documentation/Components/SectionAddonBeam.tsx +0 -47
  41. package/site/components/Documentation/Components/SectionAddonBeamSandbox.tsx +0 -32
  42. package/site/components/Documentation/Components/SectionAddonFooter.tsx +0 -22
  43. package/site/components/Documentation/Components/SectionAppear.tsx +0 -59
  44. package/site/components/Documentation/Components/SectionAvatar.tsx +0 -50
  45. package/site/components/Documentation/Components/SectionBadge.tsx +0 -38
  46. package/site/components/Documentation/Components/SectionBase.tsx +0 -17
  47. package/site/components/Documentation/Components/SectionButtons.tsx +0 -361
  48. package/site/components/Documentation/Components/SectionCards.tsx +0 -276
  49. package/site/components/Documentation/Components/SectionCheckbox.tsx +0 -38
  50. package/site/components/Documentation/Components/SectionDatePicker.tsx +0 -82
  51. package/site/components/Documentation/Components/SectionDivider.tsx +0 -31
  52. package/site/components/Documentation/Components/SectionDot.tsx +0 -27
  53. package/site/components/Documentation/Components/SectionDropdowns.tsx +0 -388
  54. package/site/components/Documentation/Components/SectionExpand.tsx +0 -143
  55. package/site/components/Documentation/Components/SectionFlex.tsx +0 -33
  56. package/site/components/Documentation/Components/SectionFormElements.tsx +0 -187
  57. package/site/components/Documentation/Components/SectionGrid.tsx +0 -125
  58. package/site/components/Documentation/Components/SectionHamburger.tsx +0 -34
  59. package/site/components/Documentation/Components/SectionIcons.tsx +0 -30
  60. package/site/components/Documentation/Components/SectionInputs.tsx +0 -89
  61. package/site/components/Documentation/Components/SectionList.tsx +0 -26
  62. package/site/components/Documentation/Components/SectionModals.tsx +0 -224
  63. package/site/components/Documentation/Components/SectionNotification.tsx +0 -38
  64. package/site/components/Documentation/Components/SectionPlacement.tsx +0 -167
  65. package/site/components/Documentation/Components/SectionProgress.tsx +0 -149
  66. package/site/components/Documentation/Components/SectionRadioButton.tsx +0 -38
  67. package/site/components/Documentation/Components/SectionRibbon.tsx +0 -33
  68. package/site/components/Documentation/Components/SectionRibbonSandbox.tsx +0 -17
  69. package/site/components/Documentation/Components/SectionSidebar.tsx +0 -125
  70. package/site/components/Documentation/Components/SectionSkeleton.tsx +0 -99
  71. package/site/components/Documentation/Components/SectionStatus.tsx +0 -53
  72. package/site/components/Documentation/Components/SectionStatusSandbox404.tsx +0 -42
  73. package/site/components/Documentation/Components/SectionStatusSandbox500.tsx +0 -13
  74. package/site/components/Documentation/Components/SectionTable.tsx +0 -83
  75. package/site/components/Documentation/Components/SectionTabs.tsx +0 -25
  76. package/site/components/Documentation/Components/SectionText.tsx +0 -34
  77. package/site/components/Documentation/Components/SectionTextarea.tsx +0 -43
  78. package/site/components/Documentation/Components/SectionToggle.tsx +0 -50
  79. package/site/components/Documentation/Components/SectionTooltips.tsx +0 -50
  80. package/site/components/Documentation/Documentation.tsx +0 -302
  81. package/site/components/Documentation/Materials/SectionColors.css +0 -33
  82. package/site/components/Documentation/Materials/SectionColors.tsx +0 -197
  83. package/site/components/Documentation/Materials/SectionIcons.tsx +0 -106
  84. package/site/components/Documentation/Materials/SectionTypography.tsx +0 -143
  85. package/site/components/Page/Page.tsx +0 -8
  86. package/site/components/Page/PageTitle.tsx +0 -8
  87. package/site/components/PropsTable/PropsTable.tsx +0 -35
  88. package/site/components/PropsTable/PropsTableCellUnion.tsx +0 -29
  89. package/site/components/PropsTable/PropsTableRow.tsx +0 -55
  90. package/site/components/Root/Root.tsx +0 -89
  91. package/site/components/Root/index.tsx +0 -4
  92. package/site/components/Sandbox/Sandbox.tsx +0 -19
  93. package/site/components/Sandbox/SandboxFrame.css +0 -20
  94. package/site/components/Sandbox/SandboxFrame.tsx +0 -77
  95. package/site/components/Section/Section.tsx +0 -8
  96. package/site/components/Section/SectionSubTitle.tsx +0 -8
  97. package/site/components/Section/SectionTitle.tsx +0 -8
  98. package/site/components/SideMenu/SideMenu.css +0 -39
  99. package/site/components/SideMenu/SideMenu.tsx +0 -53
  100. package/site/components/SideMenu/SideMenuItem.tsx +0 -34
  101. package/site/components/Window/Window.tsx +0 -62
  102. package/site/index.css +0 -11
  103. package/site/index.html +0 -16
  104. package/site/index.tsx +0 -16
  105. package/superstatic.json +0 -13
  106. package/tsconfig.json +0 -25
package/CHANGELOG.md DELETED
@@ -1,987 +0,0 @@
1
- # [9.5.0](https://github.com/bitrise-io/bitkit/compare/v9.4.4...v9.5.0) (2022-04-12)
2
-
3
-
4
- ### Features
5
-
6
- * **build:** don't build ([#149](https://github.com/bitrise-io/bitkit/issues/149)) ([8b923fb](https://github.com/bitrise-io/bitkit/commit/8b923fb65a8b84a0d1bcde2409f31ca76e18ff9e))
7
-
8
- ## [9.4.4](https://github.com/bitrise-io/bitkit/compare/v9.4.3...v9.4.4) (2022-04-11)
9
-
10
- ## [9.4.3](https://github.com/bitrise-io/bitkit/compare/v9.4.2...v9.4.3) (2022-04-07)
11
-
12
- ## [9.4.2](https://github.com/bitrise-io/bitkit/compare/v9.4.1...v9.4.2) (2022-03-30)
13
-
14
- ## [9.4.1](https://github.com/bitrise-io/bitkit/compare/v9.4.0...v9.4.1) (2022-03-29)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * **datepicker:** wrong days of previous month ([#147](https://github.com/bitrise-io/bitkit/issues/147)) ([4a95076](https://github.com/bitrise-io/bitkit/commit/4a950766147817b21a20903d5c3920aed6a04c4c))
20
-
21
- # [9.4.0](https://github.com/bitrise-io/bitkit/compare/v9.3.1...v9.4.0) (2022-03-18)
22
-
23
-
24
- ### Features
25
-
26
- * **toggle:** implement disabled state for Toggle ([#144](https://github.com/bitrise-io/bitkit/issues/144)) ([86a58c3](https://github.com/bitrise-io/bitkit/commit/86a58c3d89e99647b5b3886626a86cbb6b657152))
27
-
28
- ## [9.3.1](https://github.com/bitrise-io/bitkit/compare/v9.3.0...v9.3.1) (2022-03-17)
29
-
30
- # [9.3.0](https://github.com/bitrise-io/bitkit/compare/v9.2.2...v9.3.0) (2022-03-16)
31
-
32
-
33
- ### Features
34
-
35
- * **dropdown:** add textColor support on DropdownMenuItem ([#142](https://github.com/bitrise-io/bitkit/issues/142)) ([e13f867](https://github.com/bitrise-io/bitkit/commit/e13f867))
36
-
37
- ## [9.2.2](https://github.com/bitrise-io/bitkit/compare/v9.2.1...v9.2.2) (2022-03-09)
38
-
39
-
40
- ### Bug Fixes
41
-
42
- * **icon:** rename eye to show password ([#141](https://github.com/bitrise-io/bitkit/issues/141)) ([dd0b9c3](https://github.com/bitrise-io/bitkit/commit/dd0b9c3))
43
-
44
- ## [9.2.1](https://github.com/bitrise-io/bitkit/compare/v9.2.0...v9.2.1) (2022-03-08)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * **ProgressButton:** add icon support in ProgressButton ([ba6f01a](https://github.com/bitrise-io/bitkit/commit/ba6f01a))
50
-
51
- # [9.2.0](https://github.com/bitrise-io/bitkit/compare/v9.1.6...v9.2.0) (2022-03-08)
52
-
53
-
54
- ### Features
55
-
56
- * **Icon:** Add Hide-Password icon ([648acbd](https://github.com/bitrise-io/bitkit/commit/648acbd))
57
-
58
- ## [9.1.6](https://github.com/bitrise-io/bitkit/compare/v9.1.5...v9.1.6) (2022-03-04)
59
-
60
-
61
- ### Bug Fixes
62
-
63
- * **Toggle:** fix Toggle knob appearance ([#138](https://github.com/bitrise-io/bitkit/issues/138)) ([e5d6f06](https://github.com/bitrise-io/bitkit/commit/e5d6f06))
64
-
65
- ## [9.1.5](https://github.com/bitrise-io/bitkit/compare/v9.1.4...v9.1.5) (2022-02-22)
66
-
67
- ## [9.1.4](https://github.com/bitrise-io/bitkit/compare/v9.1.3...v9.1.4) (2022-02-21)
68
-
69
-
70
- ### Bug Fixes
71
-
72
- * **Icon:** fix and automate icon generation ([7ca5bf5](https://github.com/bitrise-io/bitkit/commit/7ca5bf5))
73
-
74
- ## [9.1.3](https://github.com/bitrise-io/bitkit/compare/v9.1.2...v9.1.3) (2022-02-21)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * **Card:** card background color prop respected ([cfb6c26](https://github.com/bitrise-io/bitkit/commit/cfb6c26))
80
-
81
- ## [9.1.2](https://github.com/bitrise-io/bitkit/compare/v9.1.1...v9.1.2) (2022-02-15)
82
-
83
-
84
- ### Bug Fixes
85
-
86
- * **Icon:** update pencil icon ([90339e6](https://github.com/bitrise-io/bitkit/commit/90339e6))
87
-
88
- ## [9.1.1](https://github.com/bitrise-io/bitkit/compare/v9.1.0...v9.1.1) (2022-02-14)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * **Badge:** make Badge more customizable ([07da14f](https://github.com/bitrise-io/bitkit/commit/07da14f))
94
- * **Icon:** update pencil icon ([047f370](https://github.com/bitrise-io/bitkit/commit/047f370))
95
- * **Notification:** allow Notification to receive className ([904cf20](https://github.com/bitrise-io/bitkit/commit/904cf20))
96
-
97
- # [9.1.0](https://github.com/bitrise-io/bitkit/compare/v9.0.0...v9.1.0) (2022-02-11)
98
-
99
-
100
- ### Bug Fixes
101
-
102
- * **icon:** add current color ([d7e8d03](https://github.com/bitrise-io/bitkit/commit/d7e8d03))
103
-
104
-
105
- ### Features
106
-
107
- * **icon:** add crown icon ([7b23c96](https://github.com/bitrise-io/bitkit/commit/7b23c96))
108
-
109
- # [9.0.0](https://github.com/bitrise-io/bitkit/compare/v8.6.0...v9.0.0) (2022-02-03)
110
-
111
-
112
- ### Code Refactoring
113
-
114
- * **Text:** use only normal and bold font-weight ([b533a6f](https://github.com/bitrise-io/bitkit/commit/b533a6f))
115
-
116
-
117
- ### BREAKING CHANGES
118
-
119
- * **Text:** there is no more medium font-weight
120
-
121
- # [8.6.0](https://github.com/bitrise-io/bitkit/compare/v8.5.1...v8.6.0) (2022-02-03)
122
-
123
-
124
- ### Features
125
-
126
- * **Dropdown:** add type attribute on dropdown button ([95f564f](https://github.com/bitrise-io/bitkit/commit/95f564f))
127
-
128
- ## [8.5.1](https://github.com/bitrise-io/bitkit/compare/v8.5.0...v8.5.1) (2022-02-02)
129
-
130
-
131
- ### Bug Fixes
132
-
133
- * **Text:** line-height fixes ([f1116d0](https://github.com/bitrise-io/bitkit/commit/f1116d0))
134
-
135
- # [8.5.0](https://github.com/bitrise-io/bitkit/compare/v8.4.0...v8.5.0) (2022-02-01)
136
-
137
-
138
- ### Features
139
-
140
- * **Dropdown:** update UI of option groups in dropdowns ([c01faa3](https://github.com/bitrise-io/bitkit/commit/c01faa3))
141
-
142
- # [8.4.0](https://github.com/bitrise-io/bitkit/compare/v8.3.1...v8.4.0) (2022-01-27)
143
-
144
-
145
- ### Features
146
-
147
- * **Dropdown:** add option grouping support for Dropdown ([d629fc6](https://github.com/bitrise-io/bitkit/commit/d629fc6))
148
-
149
- ## [8.3.1](https://github.com/bitrise-io/bitkit/compare/v8.3.0...v8.3.1) (2022-01-18)
150
-
151
-
152
- ### Bug Fixes
153
-
154
- * **Toggle:** Avoid label overflowing its container ([f9e38e7](https://github.com/bitrise-io/bitkit/commit/f9e38e7))
155
-
156
- # [8.3.0](https://github.com/bitrise-io/bitkit/compare/v8.2.0...v8.3.0) (2022-01-03)
157
-
158
-
159
- ### Features
160
-
161
- * **ButtonWithDropdown:** Add new component ([4c45052](https://github.com/bitrise-io/bitkit/commit/4c45052))
162
-
163
- # [8.2.0](https://github.com/bitrise-io/bitkit/compare/v8.1.0...v8.2.0) (2021-12-17)
164
-
165
-
166
- ### Features
167
-
168
- * **Icon:** Add Gauge icon ([65bb4e6](https://github.com/bitrise-io/bitkit/commit/65bb4e6))
169
-
170
- # [8.1.0](https://github.com/bitrise-io/bitkit/compare/v8.0.0...v8.1.0) (2021-11-10)
171
-
172
-
173
- ### Features
174
-
175
- * **Icon:** Add WebUI icon ([b37b3ec](https://github.com/bitrise-io/bitkit/commit/b37b3ec))
176
-
177
- # [8.0.0](https://github.com/bitrise-io/bitkit/compare/v7.14.2...v8.0.0) (2021-10-14)
178
-
179
-
180
- ### Code Refactoring
181
-
182
- * **Text:** refact text configurations ([41658c8](https://github.com/bitrise-io/bitkit/commit/41658c8))
183
-
184
-
185
- ### BREAKING CHANGES
186
-
187
- * **Text:** the config param is removed, changed to size
188
-
189
- ## [7.14.2](https://github.com/bitrise-io/bitkit/compare/v7.14.1...v7.14.2) (2021-09-30)
190
-
191
-
192
- ### Bug Fixes
193
-
194
- * **Button:** extend disabled rules with [disabled] selector ([5309cde](https://github.com/bitrise-io/bitkit/commit/5309cde))
195
-
196
- ## [7.14.1](https://github.com/bitrise-io/bitkit/compare/v7.14.0...v7.14.1) (2021-09-27)
197
-
198
- # [7.14.0](https://github.com/bitrise-io/bitkit/compare/v7.13.0...v7.14.0) (2021-09-21)
199
-
200
-
201
- ### Features
202
-
203
- * **Tooltip:** Tooltip can handle components ([d58ff0f](https://github.com/bitrise-io/bitkit/commit/d58ff0f))
204
-
205
- # [7.13.0](https://github.com/bitrise-io/bitkit/compare/v7.12.1...v7.13.0) (2021-09-20)
206
-
207
-
208
- ### Features
209
-
210
- * **Text:** refact text configurations ([ad3ef61](https://github.com/bitrise-io/bitkit/commit/ad3ef61))
211
-
212
- ## [7.12.1](https://github.com/bitrise-io/bitkit/compare/v7.12.0...v7.12.1) (2021-09-15)
213
-
214
- # [7.12.0](https://github.com/bitrise-io/bitkit/compare/v7.11.2...v7.12.0) (2021-09-09)
215
-
216
-
217
- ### Features
218
-
219
- * **Placement:** add disableMargin property ([0508b8c](https://github.com/bitrise-io/bitkit/commit/0508b8c))
220
-
221
- ## [7.11.2](https://github.com/bitrise-io/bitkit/compare/v7.11.1...v7.11.2) (2021-09-08)
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * **Avatar:** fix useMemo dependencies ([ea18cc0](https://github.com/bitrise-io/bitkit/commit/ea18cc0))
227
-
228
- ## [7.11.1](https://github.com/bitrise-io/bitkit/compare/v7.11.0...v7.11.1) (2021-08-25)
229
-
230
-
231
- ### Bug Fixes
232
-
233
- * **Icon:** Fix Refresh icon size ([1148cd3](https://github.com/bitrise-io/bitkit/commit/1148cd3))
234
-
235
- # [7.11.0](https://github.com/bitrise-io/bitkit/compare/v7.10.0...v7.11.0) (2021-08-25)
236
-
237
-
238
- ### Features
239
-
240
- * **Icon:** Add Console and Laptops, change Refresh icons ([62ee9a3](https://github.com/bitrise-io/bitkit/commit/62ee9a3))
241
-
242
- # [7.10.0](https://github.com/bitrise-io/bitkit/compare/v7.9.2...v7.10.0) (2021-08-03)
243
-
244
-
245
- ### Features
246
-
247
- * **Icon:** Added CreditCard and Japanese icons ([27db336](https://github.com/bitrise-io/bitkit/commit/27db336))
248
-
249
- ## [7.9.2](https://github.com/bitrise-io/bitkit/compare/v7.9.1...v7.9.2) (2021-07-27)
250
-
251
-
252
- ### Bug Fixes
253
-
254
- * **Table:** TableHeaderCell alignment of the text _and_ the sortable icon ([28f3955](https://github.com/bitrise-io/bitkit/commit/28f3955))
255
-
256
- ## [7.9.1](https://github.com/bitrise-io/bitkit/compare/v7.9.0...v7.9.1) (2021-07-22)
257
-
258
-
259
- ### Bug Fixes
260
-
261
- * `InputInlineHelp` props can be overwritten ([5bab681](https://github.com/bitrise-io/bitkit/commit/5bab681))
262
-
263
- # [7.9.0](https://github.com/bitrise-io/bitkit/compare/v7.8.2...v7.9.0) (2021-06-01)
264
-
265
-
266
- ### Features
267
-
268
- * **Icon:** Add Credit icon ([fe91af3](https://github.com/bitrise-io/bitkit/commit/fe91af3))
269
-
270
- ## [7.8.2](https://github.com/bitrise-io/bitkit/compare/v7.8.1...v7.8.2) (2021-05-27)
271
-
272
-
273
- ### Bug Fixes
274
-
275
- * **DropdownMenu:** Add support for longer non-breakable texts in the dropdown content ([a67ce5f](https://github.com/bitrise-io/bitkit/commit/a67ce5f))
276
-
277
- ## [7.8.1](https://github.com/bitrise-io/bitkit/compare/v7.8.0...v7.8.1) (2021-05-26)
278
-
279
-
280
- ### Bug Fixes
281
-
282
- * **DropdownMenu:** Add support for longer non-breakable texts in the dropdown content ([a1949a8](https://github.com/bitrise-io/bitkit/commit/a1949a8))
283
-
284
- # [7.8.0](https://github.com/bitrise-io/bitkit/compare/v7.7.0...v7.8.0) (2021-05-17)
285
-
286
-
287
- ### Features
288
-
289
- * **Placement:** Passed in mouse events to the 'onClose' call to allow caller to check event details ([060bc14](https://github.com/bitrise-io/bitkit/commit/060bc14))
290
-
291
- # [7.7.0](https://github.com/bitrise-io/bitkit/compare/v7.6.0...v7.7.0) (2021-05-10)
292
-
293
-
294
- ### Features
295
-
296
- * **Icon:** Add Power icon ([a5c5357](https://github.com/bitrise-io/bitkit/commit/a5c5357))
297
-
298
- # [7.6.0](https://github.com/bitrise-io/bitkit/compare/v7.5.2...v7.6.0) (2021-05-06)
299
-
300
-
301
- ### Features
302
-
303
- * **Dropdown:** Added 'maxHeight' prop to allow sizing of the dropdown menu ([549927c](https://github.com/bitrise-io/bitkit/commit/549927c))
304
-
305
- ## [7.5.2](https://github.com/bitrise-io/bitkit/compare/v7.5.1...v7.5.2) (2021-05-04)
306
-
307
-
308
- ### Bug Fixes
309
-
310
- * **useCopyToClipboard:** When the ref changes, recreate the Clipboard ([f5d24c1](https://github.com/bitrise-io/bitkit/commit/f5d24c1))
311
-
312
- ## [7.5.1](https://github.com/bitrise-io/bitkit/compare/v7.5.0...v7.5.1) (2021-04-20)
313
-
314
-
315
- ### Bug Fixes
316
-
317
- * **Icon:** Fix Invalid DOM property warning ([3606b83](https://github.com/bitrise-io/bitkit/commit/3606b83))
318
-
319
- # [7.5.0](https://github.com/bitrise-io/bitkit/compare/v7.4.0...v7.5.0) (2021-04-20)
320
-
321
-
322
- ### Bug Fixes
323
-
324
- * **Notification:** Change the icon of the 'alert' Notification ([526ac05](https://github.com/bitrise-io/bitkit/commit/526ac05))
325
-
326
-
327
- ### Features
328
-
329
- * **Icon:** Add ErrorGeneral icon ([b29f905](https://github.com/bitrise-io/bitkit/commit/b29f905))
330
-
331
- # [7.4.0](https://github.com/bitrise-io/bitkit/compare/v7.3.1...v7.4.0) (2021-04-13)
332
-
333
-
334
- ### Features
335
-
336
- * **base:** add support for x4 borderRadius ([4d5c12c](https://github.com/bitrise-io/bitkit/commit/4d5c12c))
337
- * **card:** use default borderRadius, if none is specified ([e632c9d](https://github.com/bitrise-io/bitkit/commit/e632c9d))
338
-
339
- ## [7.3.1](https://github.com/bitrise-io/bitkit/compare/v7.3.0...v7.3.1) (2021-04-07)
340
-
341
-
342
- ### Bug Fixes
343
-
344
- * **Checkbox:** Fix mobile view of the Checkbox with label ([7a23595](https://github.com/bitrise-io/bitkit/commit/7a23595))
345
-
346
- # [7.3.0](https://github.com/bitrise-io/bitkit/compare/v7.2.0...v7.3.0) (2021-03-26)
347
-
348
-
349
- ### Features
350
-
351
- * **Icon:** Add solid build status icon variants ([5c2eeeb](https://github.com/bitrise-io/bitkit/commit/5c2eeeb))
352
-
353
- # [7.2.0](https://github.com/bitrise-io/bitkit/compare/v7.1.5...v7.2.0) (2021-02-01)
354
-
355
-
356
- ### Features
357
-
358
- * **expand:** add peekHeight functionality ([9143924](https://github.com/bitrise-io/bitkit/commit/9143924))
359
-
360
- ## [7.1.5](https://github.com/bitrise-io/bitkit/compare/v7.1.4...v7.1.5) (2021-01-06)
361
-
362
-
363
- ### Bug Fixes
364
-
365
- * **RadioButton:** Indicator not appearing until after a repaint on Safari ([71895fe](https://github.com/bitrise-io/bitkit/commit/71895fe))
366
-
367
- ## [7.1.4](https://github.com/bitrise-io/bitkit/compare/v7.1.3...v7.1.4) (2020-10-09)
368
-
369
- ## [7.1.3](https://github.com/bitrise-io/bitkit/compare/v7.1.2...v7.1.3) (2020-09-18)
370
-
371
-
372
- ### Bug Fixes
373
-
374
- * **Toggle:** Remove color from Toggle label ([57da6cd](https://github.com/bitrise-io/bitkit/commit/57da6cd))
375
-
376
- ## [7.1.2](https://github.com/bitrise-io/bitkit/compare/v7.1.1...v7.1.2) (2020-08-10)
377
-
378
-
379
- ### Bug Fixes
380
-
381
- * **Notification:** Support inline alignment ([0e04d11](https://github.com/bitrise-io/bitkit/commit/0e04d11))
382
-
383
- ## [7.1.1](https://github.com/bitrise-io/bitkit/compare/v7.1.0...v7.1.1) (2020-07-28)
384
-
385
-
386
- ### Bug Fixes
387
-
388
- * **Flex:** Added baseline value to alignChildrenVertical ([744d6cd](https://github.com/bitrise-io/bitkit/commit/744d6cd))
389
-
390
- # [7.1.0](https://github.com/bitrise-io/bitkit/compare/v7.0.0...v7.1.0) (2020-07-20)
391
-
392
-
393
- ### Features
394
-
395
- * **Modal:** Add option to close with X ([5428968](https://github.com/bitrise-io/bitkit/commit/5428968))
396
-
397
- # [7.0.0](https://github.com/bitrise-io/bitkit/compare/v6.8.1...v7.0.0) (2020-07-15)
398
-
399
-
400
- ### Bug Fixes
401
-
402
- * **ModalHeader:** Removed props from the ModalHeader that were enforcing horizontal flex layouts. ([20496a8](https://github.com/bitrise-io/bitkit/commit/20496a8))
403
-
404
-
405
- ### Features
406
-
407
- * **Modal:** Added ModalHeaderProgress component ([500f159](https://github.com/bitrise-io/bitkit/commit/500f159))
408
- * **Progress:** Added a determinate ProgressBar component ([c333f34](https://github.com/bitrise-io/bitkit/commit/c333f34))
409
-
410
-
411
- ### BREAKING CHANGES
412
-
413
- * **ModalHeader:** ModalHeader was enforcing horizontal flex layouts which might not always be the case. This behaviour should be within the layout of the context it is used. To reain the same behaviour, either pass the removed props onto ModalHeader or wrap the children in a Flex component with those props.
414
-
415
- ## [6.8.1](https://github.com/bitrise-io/bitkit/compare/v6.8.0...v6.8.1) (2020-07-13)
416
-
417
-
418
- ### Bug Fixes
419
-
420
- * **Exports:** Export all component props ([2dfe5b4](https://github.com/bitrise-io/bitkit/commit/2dfe5b4))
421
-
422
- # [6.8.0](https://github.com/bitrise-io/bitkit/compare/v6.7.0...v6.8.0) (2020-07-08)
423
-
424
-
425
- ### Features
426
-
427
- * **AddonBeam:** Added isBeta prop ([3b3a05b](https://github.com/bitrise-io/bitkit/commit/3b3a05b))
428
-
429
- # [6.7.0](https://github.com/bitrise-io/bitkit/compare/v6.6.1...v6.7.0) (2020-06-30)
430
-
431
-
432
- ### Features
433
-
434
- * **IconsEnterprise:** Add Enterprise icon ([60a92a8](https://github.com/bitrise-io/bitkit/commit/60a92a8))
435
-
436
- ## [6.6.1](https://github.com/bitrise-io/bitkit/compare/v6.6.0...v6.6.1) (2020-06-30)
437
-
438
-
439
- ### Bug Fixes
440
-
441
- * **Modal:** Fix scroll for overflow area ([4edc9dd](https://github.com/bitrise-io/bitkit/commit/4edc9dd))
442
-
443
- # [6.6.0](https://github.com/bitrise-io/bitkit/compare/v6.5.0...v6.6.0) (2020-06-26)
444
-
445
-
446
- ### Bug Fixes
447
-
448
- * **LineHeight:** Imprecise line-height on text size x2 was a pixel off ([98d6c0f](https://github.com/bitrise-io/bitkit/commit/98d6c0f))
449
-
450
-
451
- ### Features
452
-
453
- * **Text:** Added lineHeight prop for accessing the line height options ([93b9746](https://github.com/bitrise-io/bitkit/commit/93b9746))
454
-
455
- # [6.5.0](https://github.com/bitrise-io/bitkit/compare/v6.4.0...v6.5.0) (2020-06-25)
456
-
457
-
458
- ### Features
459
-
460
- * **Icon:** Added PlatformsOther icon ([9af9f21](https://github.com/bitrise-io/bitkit/commit/9af9f21))
461
-
462
- # [6.4.0](https://github.com/bitrise-io/bitkit/compare/v6.3.0...v6.4.0) (2020-06-22)
463
-
464
-
465
- ### Features
466
-
467
- * **Progress:** Refactor ProgressButton and add ProgressColorButton component ([fc22f2e](https://github.com/bitrise-io/bitkit/commit/fc22f2e))
468
-
469
- # [6.3.0](https://github.com/bitrise-io/bitkit/compare/v6.2.0...v6.3.0) (2020-06-19)
470
-
471
-
472
- ### Features
473
-
474
- * **Avatar:** Add Avatar component ([6230958](https://github.com/bitrise-io/bitkit/commit/6230958))
475
-
476
- # [6.2.0](https://github.com/bitrise-io/bitkit/compare/v6.1.0...v6.2.0) (2020-06-16)
477
-
478
-
479
- ### Bug Fixes
480
-
481
- * **Button:** Borderless Buttons not remove radius ([aad23ef](https://github.com/bitrise-io/bitkit/commit/aad23ef))
482
-
483
-
484
- ### Features
485
-
486
- * **Card:** Added CardButton component ([72541c0](https://github.com/bitrise-io/bitkit/commit/72541c0))
487
-
488
- # [6.1.0](https://github.com/bitrise-io/bitkit/compare/v6.0.0...v6.1.0) (2020-06-16)
489
-
490
-
491
- ### Features
492
-
493
- * **Base:** Add 'rounded' property value for borderRadius in Base component ([54e488b](https://github.com/bitrise-io/bitkit/commit/54e488b))
494
-
495
- # [6.0.0](https://github.com/bitrise-io/bitkit/compare/v5.2.0...v6.0.0) (2020-06-16)
496
-
497
-
498
- ### Features
499
-
500
- * **Base:** Renamed prop color to textColor ([b4bae40](https://github.com/bitrise-io/bitkit/commit/b4bae40))
501
- * **Button:** Reworked the API with a new variant prop and ColorButton component. ([657cda7](https://github.com/bitrise-io/bitkit/commit/657cda7))
502
- * **Label:** Removed Label module ([6c662b3](https://github.com/bitrise-io/bitkit/commit/6c662b3))
503
-
504
-
505
- ### BREAKING CHANGES
506
-
507
- * **Label:** Removed Label module which includes Label, LabelButton, LabelLink and Labels
508
- * **Button:** Reworked the API of the Button component to be more intuative and flexible, and also removed some of the styles.
509
-
510
- *Notable changes*
511
- - Removed `ghost-{COLOR}` values from `level`. Use the new `ColorButton` component with relevant `color` prop.
512
- - Removed `alert` value from `level`. Use `level="primary"` with `variant="danger"`.
513
- - Removed `expand` value from `level`. Use `level="tertiary"`.
514
- - Removed `light` value from `level`. No substitute.
515
- - Removed `splash` value from `level`. No substitute.
516
- * **Base:** Renamed the prop "color" to "textColor" to free up the prop namespace for components that may have colour variations. Because the prop is on the Base component, this means that it should be renamed on any Bitkit component or component that spreads props onto a Bitkit component with the exception of Link and Divider which have retained their own "color" prop.
517
-
518
- # [5.2.0](https://github.com/bitrise-io/bitkit/compare/v5.1.0...v5.2.0) (2020-06-15)
519
-
520
-
521
- ### Features
522
-
523
- * **Base:** Add multiple values to overflow property in Base component ([7b31593](https://github.com/bitrise-io/bitkit/commit/7b31593))
524
-
525
- # [5.1.0](https://github.com/bitrise-io/bitkit/compare/v5.0.1...v5.1.0) (2020-06-09)
526
-
527
-
528
- ### Features
529
-
530
- * **InputInlineHelp:** add InputInlineHelp pre defined text style ([0d29e2f](https://github.com/bitrise-io/bitkit/commit/0d29e2f))
531
-
532
- ## [5.0.1](https://github.com/bitrise-io/bitkit/compare/v5.0.0...v5.0.1) (2020-06-08)
533
-
534
-
535
- ### Bug Fixes
536
-
537
- * **InputLabel:** use the label element ([ca4f39b](https://github.com/bitrise-io/bitkit/commit/ca4f39b))
538
-
539
- # [5.0.0](https://github.com/bitrise-io/bitkit/compare/v4.13.1...v5.0.0) (2020-06-08)
540
-
541
-
542
- ### Features
543
-
544
- * **ModalBody:** Add ModalBody component ([605a23f](https://github.com/bitrise-io/bitkit/commit/605a23f))
545
- * **ModalHeader:** Add ModalHeader component and update docs ([6e583a4](https://github.com/bitrise-io/bitkit/commit/6e583a4))
546
-
547
-
548
- ### BREAKING CHANGES
549
-
550
- * **ModalBody:** Removed default padding from the Modal component
551
-
552
- ## [4.13.1](https://github.com/bitrise-io/bitkit/compare/v4.13.0...v4.13.1) (2020-06-03)
553
-
554
-
555
- ### Bug Fixes
556
-
557
- * **Grid:** Added missing x16 CSS class ([111cc17](https://github.com/bitrise-io/bitkit/commit/111cc17))
558
-
559
- # [4.13.0](https://github.com/bitrise-io/bitkit/compare/v4.12.1...v4.13.0) (2020-05-12)
560
-
561
-
562
- ### Bug Fixes
563
-
564
- * **Divider:** Merge inline styles ([6a68e90](https://github.com/bitrise-io/bitkit/commit/6a68e90))
565
-
566
-
567
- ### Features
568
-
569
- * **Divider:** Added prop to configure the line style ([35495e5](https://github.com/bitrise-io/bitkit/commit/35495e5))
570
-
571
- ## [4.12.1](https://github.com/bitrise-io/bitkit/compare/v4.12.0...v4.12.1) (2020-05-04)
572
-
573
-
574
- ### Bug Fixes
575
-
576
- * **placement:** Fix typo timout -> timeout ([064d500](https://github.com/bitrise-io/bitkit/commit/064d500))
577
- * **PlacementPopper:** Add appear-done classname ([aa358d1](https://github.com/bitrise-io/bitkit/commit/aa358d1))
578
-
579
- # [4.12.0](https://github.com/bitrise-io/bitkit/compare/v4.11.0...v4.12.0) (2020-05-04)
580
-
581
-
582
- ### Features
583
-
584
- * **Tooltip:** Add timeout and placement properties to Tooltip ([69c851a](https://github.com/bitrise-io/bitkit/commit/69c851a))
585
-
586
- # [4.11.0](https://github.com/bitrise-io/bitkit/compare/v4.10.1...v4.11.0) (2020-04-08)
587
-
588
-
589
- ### Features
590
-
591
- * **Ribbon:** add close button ([06269c4](https://github.com/bitrise-io/bitkit/commit/06269c4))
592
-
593
- ## [4.10.1](https://github.com/bitrise-io/bitkit/compare/v4.10.0...v4.10.1) (2020-03-30)
594
-
595
-
596
- ### Bug Fixes
597
-
598
- * **Flex:** Added missing x5 gap CSS ([788f899](https://github.com/bitrise-io/bitkit/commit/788f899))
599
-
600
- # [4.10.0](https://github.com/bitrise-io/bitkit/compare/v4.9.2...v4.10.0) (2020-03-27)
601
-
602
-
603
- ### Features
604
-
605
- * **Icon:** Added DeleteNope icon ([5746fc5](https://github.com/bitrise-io/bitkit/commit/5746fc5))
606
-
607
- ## [4.9.2](https://github.com/bitrise-io/bitkit/compare/v4.9.1...v4.9.2) (2020-03-27)
608
-
609
-
610
- ### Bug Fixes
611
-
612
- * **Color:** Updated Aqua 5 value ([a6b767e](https://github.com/bitrise-io/bitkit/commit/a6b767e))
613
-
614
- ## [4.9.1](https://github.com/bitrise-io/bitkit/compare/v4.9.0...v4.9.1) (2020-03-20)
615
-
616
-
617
- ### Bug Fixes
618
-
619
- * **Base:** Extend borderColors to support the full palette ([d42645c](https://github.com/bitrise-io/bitkit/commit/d42645c))
620
-
621
- # [4.9.0](https://github.com/bitrise-io/bitkit/compare/v4.8.2...v4.9.0) (2020-03-18)
622
-
623
-
624
- ### Features
625
-
626
- * **Ribbon:** Create new Ribbon component for system wide communication ([1b6fbd9](https://github.com/bitrise-io/bitkit/commit/1b6fbd9))
627
-
628
- ## [4.8.2](https://github.com/bitrise-io/bitkit/compare/v4.8.1...v4.8.2) (2020-03-17)
629
-
630
-
631
- ### Bug Fixes
632
-
633
- * **Button:** Fix ghost button's border and text color ([ccb997f](https://github.com/bitrise-io/bitkit/commit/ccb997f))
634
-
635
- ## [4.8.1](https://github.com/bitrise-io/bitkit/compare/v4.8.0...v4.8.1) (2020-03-16)
636
-
637
-
638
- ### Bug Fixes
639
-
640
- * **Flex:** Allow shrinking flex items to shrink past their content width to allow for style text overflows. ([3ce4b55](https://github.com/bitrise-io/bitkit/commit/3ce4b55))
641
-
642
- # [4.8.0](https://github.com/bitrise-io/bitkit/compare/v4.7.0...v4.8.0) (2020-03-16)
643
-
644
-
645
- ### Bug Fixes
646
-
647
- * Removed flex layout rules applied to HTML, Body and #Root element. ([0f140a5](https://github.com/bitrise-io/bitkit/commit/0f140a5))
648
-
649
-
650
- ### Features
651
-
652
- * Added `body.bitrise-legacy` selector to opt-out of global CSS rules. ([a1a6826](https://github.com/bitrise-io/bitkit/commit/a1a6826))
653
-
654
- # [4.7.0](https://github.com/bitrise-io/bitkit/compare/v4.6.2...v4.7.0) (2020-03-16)
655
-
656
-
657
- ### Features
658
-
659
- * **Button:** Add 'ghost' level to Button component ([820c301](https://github.com/bitrise-io/bitkit/commit/820c301))
660
-
661
- ## [4.6.2](https://github.com/bitrise-io/bitkit/compare/v4.6.1...v4.6.2) (2020-03-16)
662
-
663
-
664
- ### Bug Fixes
665
-
666
- * **Color:** Updated value of Green 5 ([28b1914](https://github.com/bitrise-io/bitkit/commit/28b1914))
667
- * **Color:** Updated value of Yellow 5 ([ad92298](https://github.com/bitrise-io/bitkit/commit/ad92298))
668
- * **Notification:** Updated notification component style ([aeafa13](https://github.com/bitrise-io/bitkit/commit/aeafa13))
669
-
670
- ## [4.6.1](https://github.com/bitrise-io/bitkit/compare/v4.6.0...v4.6.1) (2020-03-02)
671
-
672
-
673
- ### Bug Fixes
674
-
675
- * **useResizeObserver:** Fixed to attach the ResizeObserver correctly when the element changes. ([00d4726](https://github.com/bitrise-io/bitkit/commit/00d4726))
676
-
677
- # [4.6.0](https://github.com/bitrise-io/bitkit/compare/v4.5.0...v4.6.0) (2020-02-28)
678
-
679
-
680
- ### Bug Fixes
681
-
682
- * **Icon:** BuildstatusLoadingEeehh color ([b78141a](https://github.com/bitrise-io/bitkit/commit/b78141a))
683
-
684
-
685
- ### Features
686
-
687
- * **Icon:** Added BitriseCertified, History, Owner, StepThirdParty, StepUpgrade, StepUpgradeCircle, StepVersionOk ([6478e92](https://github.com/bitrise-io/bitkit/commit/6478e92))
688
-
689
- # [4.5.0](https://github.com/bitrise-io/bitkit/compare/v4.4.0...v4.5.0) (2020-02-25)
690
-
691
-
692
- ### Features
693
-
694
- * **Sidebar:** Updated sidebar design and added light style ([d06daa1](https://github.com/bitrise-io/bitkit/commit/d06daa1))
695
-
696
- # [4.4.0](https://github.com/bitrise-io/bitkit/compare/v4.3.0...v4.4.0) (2020-02-10)
697
-
698
-
699
- ### Bug Fixes
700
-
701
- * **Tooltip:** Allow the style of the tooltip to be configurable ([79e62aa](https://github.com/bitrise-io/bitkit/commit/79e62aa))
702
-
703
-
704
- ### Features
705
-
706
- * **Icon:** Added ChevronUp icon ([6f26fad](https://github.com/bitrise-io/bitkit/commit/6f26fad))
707
-
708
- # [4.3.0](https://github.com/bitrise-io/bitkit/compare/v4.2.1...v4.3.0) (2020-02-07)
709
-
710
-
711
- ### Features
712
-
713
- * **Text:** Added a monospace font prop ([dfede42](https://github.com/bitrise-io/bitkit/commit/dfede42))
714
-
715
- ## [4.2.1](https://github.com/bitrise-io/bitkit/compare/v4.2.0...v4.2.1) (2020-02-03)
716
-
717
-
718
- ### Bug Fixes
719
-
720
- * **Icon:** Trace icon weight ([5b72248](https://github.com/bitrise-io/bitkit/commit/5b72248))
721
-
722
- # [4.2.0](https://github.com/bitrise-io/bitkit/compare/v4.1.2...v4.2.0) (2020-01-22)
723
-
724
-
725
- ### Features
726
-
727
- * **Icon:** Added Trace icon ([a43be1b](https://github.com/bitrise-io/bitkit/commit/a43be1b))
728
-
729
- ## [4.1.2](https://github.com/bitrise-io/bitkit/compare/v4.1.1...v4.1.2) (2019-11-29)
730
-
731
-
732
- ### Bug Fixes
733
-
734
- * **Placement:** Animations on the reposition are now opt in. ([9df7142](https://github.com/bitrise-io/bitkit/commit/9df7142))
735
-
736
- ## [4.1.1](https://github.com/bitrise-io/bitkit/compare/v4.1.0...v4.1.1) (2019-10-18)
737
-
738
-
739
- ### Bug Fixes
740
-
741
- * **Input:** Added background color. ([fbc4d9f](https://github.com/bitrise-io/bitkit/commit/fbc4d9f))
742
-
743
- # [4.1.0](https://github.com/bitrise-io/bitkit/compare/v4.0.0...v4.1.0) (2019-10-18)
744
-
745
-
746
- ### Features
747
-
748
- * **Icon:** Added Switch icon ([f5cf5e0](https://github.com/bitrise-io/bitkit/commit/f5cf5e0))
749
-
750
- # [4.0.0](https://github.com/bitrise-io/bitkit/compare/v3.0.0...v4.0.0) (2019-10-14)
751
-
752
-
753
- ### Features
754
-
755
- * **ReactRouter:** Removed react-router and react-router-dom packages as dependencies. ([aa5d8b2](https://github.com/bitrise-io/bitkit/commit/aa5d8b2))
756
-
757
-
758
- ### BREAKING CHANGES
759
-
760
- * **ReactRouter:** React Router has been removed as a dependency. This effects AddonBeamLink, Link and Tab components. These now require the react-router-dom Link component to be given. For example.
761
-
762
- ```jsx
763
- import { Link } from '@bitrise/bitkit';
764
- import { Link as RouterLink } from 'react-router-dom';
765
-
766
- <Link Component={ RouterLink } to="/page">I'm a link</Link>
767
- ```
768
-
769
- # [3.0.0](https://github.com/bitrise-io/bitkit/compare/v2.2.2...v3.0.0) (2019-10-01)
770
-
771
-
772
- ### Features
773
-
774
- * **Grid:** Improved the naming of the API to allow for non auto-fit column layouts and added the ability to customise the row size. ([d1ec9e1](https://github.com/bitrise-io/bitkit/commit/d1ec9e1))
775
-
776
-
777
- ### BREAKING CHANGES
778
-
779
- * **Grid:** Renamed Grid props:
780
-
781
- autoFitWidthMax -> repeatWidthMax
782
- autoFitWidthMin -> repeatWidthMin
783
- columnCount -> repeat
784
- columnWidth -> repeatWidth
785
-
786
- ## [2.2.2](https://github.com/bitrise-io/bitkit/compare/v2.2.1...v2.2.2) (2019-09-17)
787
-
788
-
789
- ### Bug Fixes
790
-
791
- * **LabelLink:** Flex prop warning ([ff78253](https://github.com/bitrise-io/bitkit/commit/ff78253))
792
-
793
- ## [2.2.1](https://github.com/bitrise-io/bitkit/compare/v2.2.0...v2.2.1) (2019-09-12)
794
-
795
-
796
- ### Bug Fixes
797
-
798
- * **variables:** Added missing javascript grid size vars ([3f3146f](https://github.com/bitrise-io/bitkit/commit/3f3146f))
799
-
800
- # [2.2.0](https://github.com/bitrise-io/bitkit/compare/v2.1.1...v2.2.0) (2019-09-12)
801
-
802
-
803
- ### Features
804
-
805
- * **Buttons:** Added light button ([02c034c](https://github.com/bitrise-io/bitkit/commit/02c034c))
806
-
807
- ## [2.1.1](https://github.com/bitrise-io/bitkit/compare/v2.1.0...v2.1.1) (2019-09-09)
808
-
809
-
810
- ### Bug Fixes
811
-
812
- * **icons:** Added Flutter platform icon. ([fe48858](https://github.com/bitrise-io/bitkit/commit/fe48858))
813
-
814
- # [2.1.0](https://github.com/bitrise-io/bitkit/compare/v2.0.5...v2.1.0) (2019-09-07)
815
-
816
-
817
- ### Features
818
-
819
- * **Modal:** Made background color customizable. ([5b24d43](https://github.com/bitrise-io/bitkit/commit/5b24d43))
820
-
821
- ## [2.0.5](https://github.com/bitrise-io/bitkit/compare/v2.0.4...v2.0.5) (2019-09-04)
822
-
823
-
824
- ### Bug Fixes
825
-
826
- * **Table:** Align table header cell texts to bottom ([cfd2893](https://github.com/bitrise-io/bitkit/commit/cfd2893))
827
-
828
- ## [2.0.4](https://github.com/bitrise-io/bitkit/compare/v2.0.3...v2.0.4) (2019-09-04)
829
-
830
-
831
- ### Bug Fixes
832
-
833
- * **Table:** Removed font styling specific to flat table ([3985961](https://github.com/bitrise-io/bitkit/commit/3985961))
834
-
835
- ## [2.0.3](https://github.com/bitrise-io/bitkit/compare/v2.0.2...v2.0.3) (2019-09-04)
836
-
837
-
838
- ### Bug Fixes
839
-
840
- * **tabs:** Set top padding same as bottom padding ([4c3aad7](https://github.com/bitrise-io/bitkit/commit/4c3aad7))
841
-
842
- ## [2.0.2](https://github.com/bitrise-io/bitkit/compare/v2.0.1...v2.0.2) (2019-09-04)
843
-
844
-
845
- ### Bug Fixes
846
-
847
- * **typography:** Set root font-weight to medium ([5817edd](https://github.com/bitrise-io/bitkit/commit/5817edd))
848
-
849
- ## [2.0.1](https://github.com/bitrise-io/bitkit/compare/v2.0.0...v2.0.1) (2019-08-22)
850
-
851
-
852
- ### Bug Fixes
853
-
854
- * **build:** Added back in ESNext build ([3cc56fe](https://github.com/bitrise-io/bitkit/commit/3cc56fe))
855
-
856
- # [2.0.0](https://github.com/bitrise-io/bitkit/compare/v1.5.1...v2.0.0) (2019-08-21)
857
-
858
-
859
- ### Bug Fixes
860
-
861
- * **Button:** level should be a required prop. ([fa09ce6](https://github.com/bitrise-io/bitkit/commit/fa09ce6))
862
-
863
-
864
- ### Features
865
-
866
- * **Badge:** Added Badge component. ([c267948](https://github.com/bitrise-io/bitkit/commit/c267948))
867
- * **Sidebar:** Changed the structure of the Sidebar component to allow more flexibility. See notes. ([c293680](https://github.com/bitrise-io/bitkit/commit/c293680))
868
-
869
-
870
- ### BREAKING CHANGES
871
-
872
- * **Sidebar:** Sidebar component has been broken up to allow more lexibility in the layout with inserting children components inside the top level menu item components.
873
-
874
- ## [1.5.1](https://github.com/bitrise-io/bitkit/compare/v1.5.0...v1.5.1) (2019-08-21)
875
-
876
-
877
- ### Bug Fixes
878
-
879
- * **AddonBeam:** Allow app to be optional. ([2012e6e](https://github.com/bitrise-io/bitkit/commit/2012e6e))
880
-
881
- # [1.5.0](https://github.com/bitrise-io/bitkit/compare/v1.4.1...v1.5.0) (2019-08-21)
882
-
883
-
884
- ### Features
885
-
886
- * **List:** Added List and ListItem component. ([6cff7c4](https://github.com/bitrise-io/bitkit/commit/6cff7c4))
887
-
888
- ## [1.4.1](https://github.com/bitrise-io/bitkit/compare/v1.4.0...v1.4.1) (2019-08-21)
889
-
890
-
891
- ### Bug Fixes
892
-
893
- * **Button:** Added disabled styling. ([b0cf29b](https://github.com/bitrise-io/bitkit/commit/b0cf29b))
894
-
895
- # [1.4.0](https://github.com/bitrise-io/bitkit/compare/v1.3.0...v1.4.0) (2019-08-21)
896
-
897
-
898
- ### Bug Fixes
899
-
900
- * **Button:** Bordered buttons on colored backgrounds ([a917b0f](https://github.com/bitrise-io/bitkit/commit/a917b0f))
901
-
902
-
903
- ### Features
904
-
905
- * **Base:** Added minHeight and minWidth props ([cb0a4d7](https://github.com/bitrise-io/bitkit/commit/cb0a4d7))
906
- * **Buttons:** Added fullWidth prop ([6ed3f26](https://github.com/bitrise-io/bitkit/commit/6ed3f26))
907
- * **Status:** Added Status404 and Status500 components ([3a41cc1](https://github.com/bitrise-io/bitkit/commit/3a41cc1))
908
-
909
- # [1.3.0](https://github.com/bitrise-io/bitkit/compare/v1.2.0...v1.3.0) (2019-08-14)
910
-
911
-
912
- ### Features
913
-
914
- * **DatePicker:** Added props to allow limiting selectable range. ([a66b9fe](https://github.com/bitrise-io/bitkit/commit/a66b9fe))
915
-
916
- # [1.2.0](https://github.com/bitrise-io/bitkit/compare/v1.1.0...v1.2.0) (2019-08-14)
917
-
918
-
919
- ### Features
920
-
921
- * **skeleton:** Added color prop. ([e25853a](https://github.com/bitrise-io/bitkit/commit/e25853a))
922
-
923
- # [1.1.0](https://github.com/bitrise-io/bitkit/compare/v1.0.6...v1.1.0) (2019-08-13)
924
-
925
-
926
- ### Features
927
-
928
- * **text:** Added alias config prop. ([e4c0988](https://github.com/bitrise-io/bitkit/commit/e4c0988))
929
-
930
- ## [1.0.6](https://github.com/bitrise-io/bitkit/compare/v1.0.5...v1.0.6) (2019-08-12)
931
-
932
-
933
- ### Bug Fixes
934
-
935
- * **label:** Missing border around LabelButton. Also added docs for Label components. ([b6685b9](https://github.com/bitrise-io/bitkit/commit/b6685b9))
936
-
937
- ## [1.0.5](https://github.com/bitrise-io/bitkit/compare/v1.0.4...v1.0.5) (2019-08-09)
938
-
939
-
940
- ### Bug Fixes
941
-
942
- * **addonfooter:** Removed default vertical padding. ([9ffe1f6](https://github.com/bitrise-io/bitkit/commit/9ffe1f6))
943
- * **package:** Removed unnecessary dependency. ([d3347f7](https://github.com/bitrise-io/bitkit/commit/d3347f7))
944
- * **package:** Use commonjs module. ([497bfa4](https://github.com/bitrise-io/bitkit/commit/497bfa4))
945
-
946
- ## [1.0.4](https://github.com/bitrise-io/bitkit/compare/v1.0.3...v1.0.4) (2019-08-07)
947
-
948
-
949
- ### Bug Fixes
950
-
951
- * **ci:** Building assets on a push to master before publishing. ([34f6e8f](https://github.com/bitrise-io/bitkit/commit/34f6e8f))
952
- * **variables:** Provided rough px value variables for font properties. ([0969662](https://github.com/bitrise-io/bitkit/commit/0969662))
953
-
954
- ## [1.0.3](https://github.com/bitrise-io/bitkit/compare/v1.0.2...v1.0.3) (2019-08-06)
955
-
956
-
957
- ### Bug Fixes
958
-
959
- * **expand:** Fixed removing children behaviour. ([7996ff2](https://github.com/bitrise-io/bitkit/commit/7996ff2))
960
-
961
- ## [1.0.2](https://github.com/bitrise-io/bitkit/compare/v1.0.1...v1.0.2) (2019-08-06)
962
-
963
-
964
- ### Bug Fixes
965
-
966
- * **package:** Typescript not compiling any files. ([79383c0](https://github.com/bitrise-io/bitkit/commit/79383c0))
967
-
968
- ## [1.0.1](https://github.com/bitrise-io/bitkit/compare/v1.0.0...v1.0.1) (2019-08-06)
969
-
970
-
971
- ### Bug Fixes
972
-
973
- * **dependencies:** Moved semantic-release dependencies to dev dependencies. ([081410d](https://github.com/bitrise-io/bitkit/commit/081410d))
974
-
975
- # 1.0.0 (2019-07-31)
976
-
977
-
978
- ### Bug Fixes
979
-
980
- * **lint:** Fix lint issues ([4438433](https://github.com/bitrise-io/bitkit/commit/4438433))
981
-
982
- # 1.0.0 (2019-07-31)
983
-
984
-
985
- ### Bug Fixes
986
-
987
- * **lint:** Fix lint issues ([4438433](https://github.com/bitrise-io/bitkit/commit/4438433))