@bitrise/bitkit 9.5.1 → 9.5.3

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