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