@doist/reactist 28.7.4 → 29.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/CHANGELOG.md +529 -549
  2. package/CODE_OF_CONDUCT.md +10 -10
  3. package/README.md +3 -5
  4. package/dist/reactist.cjs.development.js +460 -447
  5. package/dist/reactist.cjs.development.js.map +1 -1
  6. package/dist/reactist.cjs.production.min.js +1 -1
  7. package/dist/reactist.cjs.production.min.js.map +1 -1
  8. package/es/avatar/avatar.js +4 -4
  9. package/es/avatar/avatar.js.map +1 -1
  10. package/es/avatar/utils.js.map +1 -1
  11. package/es/banner/banner.js +3 -3
  12. package/es/banner/banner.js.map +1 -1
  13. package/es/base-field/base-field.js +15 -18
  14. package/es/base-field/base-field.js.map +1 -1
  15. package/es/box/box.js +3 -3
  16. package/es/box/box.js.map +1 -1
  17. package/es/button/button.js +1 -1
  18. package/es/button/button.js.map +1 -1
  19. package/es/checkbox-field/checkbox-field.js +1 -1
  20. package/es/checkbox-field/checkbox-field.js.map +1 -1
  21. package/es/checkbox-field/checkbox-icon.js +1 -1
  22. package/es/checkbox-field/checkbox-icon.js.map +1 -1
  23. package/es/checkbox-field/use-fork-ref.js.map +1 -1
  24. package/es/columns/columns.js +1 -1
  25. package/es/columns/columns.js.map +1 -1
  26. package/es/components/color-picker/color-picker.js +2 -2
  27. package/es/components/color-picker/color-picker.js.map +1 -1
  28. package/es/components/deprecated-button/deprecated-button.js +1 -1
  29. package/es/components/deprecated-button/deprecated-button.js.map +1 -1
  30. package/es/components/deprecated-dropdown/dropdown.js +4 -4
  31. package/es/components/deprecated-dropdown/dropdown.js.map +1 -1
  32. package/es/components/deprecated-input/input.js.map +1 -1
  33. package/es/components/deprecated-select/select.js +1 -1
  34. package/es/components/deprecated-select/select.js.map +1 -1
  35. package/es/components/key-capturer/key-capturer.js +46 -36
  36. package/es/components/key-capturer/key-capturer.js.map +1 -1
  37. package/es/components/keyboard-shortcut/keyboard-shortcut.js +1 -1
  38. package/es/components/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
  39. package/es/components/progress-bar/progress-bar.js +1 -1
  40. package/es/components/progress-bar/progress-bar.js.map +1 -1
  41. package/es/components/time/time-utils.js +1 -1
  42. package/es/components/time/time-utils.js.map +1 -1
  43. package/es/components/time/time.js +4 -4
  44. package/es/components/time/time.js.map +1 -1
  45. package/es/divider/divider.js +1 -1
  46. package/es/divider/divider.js.map +1 -1
  47. package/es/heading/heading.js +1 -1
  48. package/es/heading/heading.js.map +1 -1
  49. package/es/hidden/hidden.js +2 -2
  50. package/es/hidden/hidden.js.map +1 -1
  51. package/es/hidden-visually/hidden-visually.js +1 -1
  52. package/es/hidden-visually/hidden-visually.js.map +1 -1
  53. package/es/icons/alert-icon.js +1 -1
  54. package/es/icons/alert-icon.js.map +1 -1
  55. package/es/icons/banner-icon.js +1 -1
  56. package/es/icons/banner-icon.js.map +1 -1
  57. package/es/index.js +5 -5
  58. package/es/inline/inline.js +1 -1
  59. package/es/inline/inline.js.map +1 -1
  60. package/es/loading/loading.js +1 -1
  61. package/es/loading/loading.js.map +1 -1
  62. package/es/menu/menu.js +2 -2
  63. package/es/menu/menu.js.map +1 -1
  64. package/es/modal/modal.js +22 -22
  65. package/es/modal/modal.js.map +1 -1
  66. package/es/modal/modal.module.css.js +1 -1
  67. package/es/notice/notice.js +1 -1
  68. package/es/notice/notice.js.map +1 -1
  69. package/es/password-field/password-field.js +2 -2
  70. package/es/prose/prose.js.map +1 -1
  71. package/es/select-field/select-field.js.map +1 -1
  72. package/es/select-field/select-field.module.css.js +1 -1
  73. package/es/spinner/spinner.js.map +1 -1
  74. package/es/stack/stack.js +2 -2
  75. package/es/stack/stack.js.map +1 -1
  76. package/es/switch-field/switch-field.js +2 -2
  77. package/es/switch-field/switch-field.js.map +1 -1
  78. package/es/tabs/tabs.js +4 -4
  79. package/es/tabs/tabs.js.map +1 -1
  80. package/es/text/text.js +1 -1
  81. package/es/text/text.js.map +1 -1
  82. package/es/text-area/text-area.js.map +1 -1
  83. package/es/text-field/text-field.js +1 -1
  84. package/es/text-field/text-field.js.map +1 -1
  85. package/es/text-field/text-field.module.css.js +1 -1
  86. package/es/text-link/text-link.js.map +1 -1
  87. package/es/toast/static-toast.js +1 -1
  88. package/es/toast/toast-animation.js +4 -4
  89. package/es/toast/toast-animation.js.map +1 -1
  90. package/es/toast/use-toasts.js +2 -2
  91. package/es/toast/use-toasts.js.map +1 -1
  92. package/es/tooltip/tooltip.js +2 -2
  93. package/es/tooltip/tooltip.js.map +1 -1
  94. package/es/utils/common-helpers.js +5 -0
  95. package/es/utils/common-helpers.js.map +1 -1
  96. package/es/utils/responsive-props.js +1 -1
  97. package/es/utils/responsive-props.js.map +1 -1
  98. package/lib/avatar/avatar.d.ts +1 -1
  99. package/lib/avatar/avatar.js +4 -4
  100. package/lib/avatar/avatar.js.map +1 -1
  101. package/lib/avatar/utils.d.ts +1 -1
  102. package/lib/avatar/utils.js.map +1 -1
  103. package/lib/banner/banner.d.ts +1 -1
  104. package/lib/banner/banner.js +3 -3
  105. package/lib/banner/banner.js.map +1 -1
  106. package/lib/banner/index.d.ts +1 -1
  107. package/lib/base-field/base-field.d.ts +1 -1
  108. package/lib/base-field/base-field.js +15 -18
  109. package/lib/base-field/base-field.js.map +1 -1
  110. package/lib/box/box.d.ts +2 -2
  111. package/lib/box/box.js +3 -3
  112. package/lib/box/box.js.map +1 -1
  113. package/lib/button/button.d.ts +3 -3
  114. package/lib/button/button.js +1 -1
  115. package/lib/button/button.js.map +1 -1
  116. package/lib/checkbox-field/checkbox-field.js +1 -1
  117. package/lib/checkbox-field/checkbox-field.js.map +1 -1
  118. package/lib/checkbox-field/checkbox-icon.js +1 -1
  119. package/lib/checkbox-field/checkbox-icon.js.map +1 -1
  120. package/lib/checkbox-field/use-fork-ref.d.ts +0 -1
  121. package/lib/checkbox-field/use-fork-ref.js.map +1 -1
  122. package/lib/columns/columns.d.ts +3 -3
  123. package/lib/columns/columns.js +1 -1
  124. package/lib/columns/columns.js.map +1 -1
  125. package/lib/components/color-picker/color-picker.d.ts +2 -2
  126. package/lib/components/color-picker/color-picker.js +2 -2
  127. package/lib/components/color-picker/color-picker.js.map +1 -1
  128. package/lib/components/color-picker/index.d.ts +1 -1
  129. package/lib/components/deprecated-button/deprecated-button.d.ts +4 -4
  130. package/lib/components/deprecated-button/deprecated-button.js +1 -1
  131. package/lib/components/deprecated-button/deprecated-button.js.map +1 -1
  132. package/lib/components/deprecated-dropdown/dropdown.d.ts +1 -1
  133. package/lib/components/deprecated-dropdown/dropdown.js +4 -4
  134. package/lib/components/deprecated-dropdown/dropdown.js.map +1 -1
  135. package/lib/components/deprecated-input/input.d.ts +1 -1
  136. package/lib/components/deprecated-input/input.js.map +1 -1
  137. package/lib/components/deprecated-select/select.d.ts +1 -1
  138. package/lib/components/deprecated-select/select.js +1 -1
  139. package/lib/components/deprecated-select/select.js.map +1 -1
  140. package/lib/components/key-capturer/key-capturer.d.ts +1 -1
  141. package/lib/components/key-capturer/key-capturer.js +46 -36
  142. package/lib/components/key-capturer/key-capturer.js.map +1 -1
  143. package/lib/components/keyboard-shortcut/keyboard-shortcut.d.ts +1 -1
  144. package/lib/components/keyboard-shortcut/keyboard-shortcut.js +1 -1
  145. package/lib/components/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
  146. package/lib/components/progress-bar/progress-bar.js +1 -1
  147. package/lib/components/progress-bar/progress-bar.js.map +1 -1
  148. package/lib/components/time/time-utils.d.ts +2 -1
  149. package/lib/components/time/time-utils.js +1 -1
  150. package/lib/components/time/time-utils.js.map +1 -1
  151. package/lib/components/time/time.d.ts +2 -2
  152. package/lib/components/time/time.js +4 -4
  153. package/lib/components/time/time.js.map +1 -1
  154. package/lib/divider/divider.js +1 -1
  155. package/lib/divider/divider.js.map +1 -1
  156. package/lib/heading/heading.d.ts +7 -7
  157. package/lib/heading/heading.js +1 -1
  158. package/lib/heading/heading.js.map +1 -1
  159. package/lib/hidden/hidden.js +2 -2
  160. package/lib/hidden/hidden.js.map +1 -1
  161. package/lib/hidden-visually/hidden-visually.js +1 -1
  162. package/lib/hidden-visually/hidden-visually.js.map +1 -1
  163. package/lib/icons/alert-icon.js +1 -1
  164. package/lib/icons/alert-icon.js.map +1 -1
  165. package/lib/icons/banner-icon.js +1 -1
  166. package/lib/icons/banner-icon.js.map +1 -1
  167. package/lib/index.d.ts +5 -5
  168. package/lib/index.js +16 -16
  169. package/lib/inline/inline.d.ts +3 -3
  170. package/lib/inline/inline.js +1 -1
  171. package/lib/inline/inline.js.map +1 -1
  172. package/lib/loading/loading.js +1 -1
  173. package/lib/loading/loading.js.map +1 -1
  174. package/lib/menu/index.d.ts +2 -2
  175. package/lib/menu/menu.d.ts +4 -4
  176. package/lib/menu/menu.js +2 -2
  177. package/lib/menu/menu.js.map +1 -1
  178. package/lib/modal/modal-stories-components.d.ts +3 -3
  179. package/lib/modal/modal.d.ts +4 -4
  180. package/lib/modal/modal.js +23 -23
  181. package/lib/modal/modal.js.map +1 -1
  182. package/lib/modal/modal.module.css.js +1 -1
  183. package/lib/notice/notice.js +1 -1
  184. package/lib/notice/notice.js.map +1 -1
  185. package/lib/password-field/password-field.d.ts +1 -1
  186. package/lib/password-field/password-field.js +2 -2
  187. package/lib/prose/index.d.ts +1 -1
  188. package/lib/prose/prose.js.map +1 -1
  189. package/lib/select-field/select-field.d.ts +1 -1
  190. package/lib/select-field/select-field.js.map +1 -1
  191. package/lib/select-field/select-field.module.css.js +1 -1
  192. package/lib/spinner/spinner.js.map +1 -1
  193. package/lib/stack/stack.d.ts +2 -2
  194. package/lib/stack/stack.js +2 -2
  195. package/lib/stack/stack.js.map +1 -1
  196. package/lib/switch-field/switch-field.d.ts +1 -1
  197. package/lib/switch-field/switch-field.js +2 -2
  198. package/lib/switch-field/switch-field.js.map +1 -1
  199. package/lib/tabs/tabs.d.ts +2 -2
  200. package/lib/tabs/tabs.js +4 -4
  201. package/lib/tabs/tabs.js.map +1 -1
  202. package/lib/text/text.d.ts +1 -1
  203. package/lib/text/text.js +1 -1
  204. package/lib/text/text.js.map +1 -1
  205. package/lib/text-area/text-area.d.ts +1 -1
  206. package/lib/text-area/text-area.js.map +1 -1
  207. package/lib/text-field/text-field.d.ts +1 -2
  208. package/lib/text-field/text-field.js +1 -1
  209. package/lib/text-field/text-field.js.map +1 -1
  210. package/lib/text-field/text-field.module.css.js +1 -1
  211. package/lib/text-link/text-link.js.map +1 -1
  212. package/lib/toast/index.d.ts +2 -2
  213. package/lib/toast/static-toast.d.ts +1 -1
  214. package/lib/toast/static-toast.js +1 -1
  215. package/lib/toast/toast-animation.js +4 -4
  216. package/lib/toast/toast-animation.js.map +1 -1
  217. package/lib/toast/use-toasts.d.ts +1 -1
  218. package/lib/toast/use-toasts.js +2 -2
  219. package/lib/toast/use-toasts.js.map +1 -1
  220. package/lib/tooltip/index.d.ts +1 -1
  221. package/lib/tooltip/tooltip.d.ts +1 -1
  222. package/lib/tooltip/tooltip.js +2 -2
  223. package/lib/tooltip/tooltip.js.map +1 -1
  224. package/lib/utils/common-helpers.d.ts +3 -0
  225. package/lib/utils/common-helpers.js +5 -0
  226. package/lib/utils/common-helpers.js.map +1 -1
  227. package/lib/utils/responsive-props.d.ts +1 -1
  228. package/lib/utils/responsive-props.js +1 -1
  229. package/lib/utils/responsive-props.js.map +1 -1
  230. package/lib/utils/storybook-helper.d.ts +2 -2
  231. package/lib/utils/test-helpers.d.ts +2 -2
  232. package/package.json +19 -14
  233. package/styles/avatar.css +3 -3
  234. package/styles/badge.css +2 -2
  235. package/styles/banner.css +4 -4
  236. package/styles/base-field.css +6 -6
  237. package/styles/box.css +3 -3
  238. package/styles/button.css +2 -2
  239. package/styles/checkbox-field.css +2 -2
  240. package/styles/columns.css +2 -2
  241. package/styles/divider.css +2 -2
  242. package/styles/heading.css +2 -2
  243. package/styles/hidden-visually.css +2 -2
  244. package/styles/hidden.css +2 -2
  245. package/styles/index.css +5 -5
  246. package/styles/loading.css +2 -2
  247. package/styles/modal.css +5 -5
  248. package/styles/modal.module.css.css +1 -1
  249. package/styles/notice.css +2 -2
  250. package/styles/password-field.css +8 -8
  251. package/styles/prose.css +2 -2
  252. package/styles/reactist.css +8 -8
  253. package/styles/select-field.css +6 -6
  254. package/styles/select-field.module.css.css +1 -1
  255. package/styles/static-toast.css +2 -2
  256. package/styles/switch-field.css +6 -6
  257. package/styles/tabs.css +2 -2
  258. package/styles/text-area.css +5 -5
  259. package/styles/text-field.css +6 -6
  260. package/styles/text-field.module.css.css +1 -1
  261. package/styles/text-link.css +2 -2
  262. package/styles/text.css +2 -2
  263. package/styles/tooltip.css +2 -2
  264. package/styles/use-toasts.css +2 -2
package/CHANGELOG.md CHANGED
@@ -1,1456 +1,1436 @@
1
1
  # Changelog
2
2
 
3
- ## [28.7.4](https://github.com/Doist/reactist/compare/v28.7.3...v28.7.4) (2025-10-31)
3
+ ## [29.0.0](https://github.com/Doist/reactist/compare/v28.7.4...v29.0.0) (2025-11-04)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Update Ariakit to 0.4.19 ([#981](https://github.com/Doist/reactist/issues/981))
9
+
10
+ ### 🚀 Features
11
+
12
+ * Update Ariakit to 0.4.19 ([#981](https://github.com/Doist/reactist/issues/981)) ([0a521a9](https://github.com/Doist/reactist/commit/0a521a90a5fa3740992defcd68465278d54992a1))
4
13
 
5
14
 
6
15
  ### 🧰 Maintenance
7
16
 
8
- * Enable trusted publishing and npm provenance ([#975](https://github.com/Doist/reactist/issues/975)) ([b3b1bcc](https://github.com/Doist/reactist/commit/b3b1bcc65cf15baa7f8516cbea45ce5f7fdaa30e))
17
+ * Bump eslint-related dependencies and fix errors ([#982](https://github.com/Doist/reactist/issues/982)) ([67d7d0d](https://github.com/Doist/reactist/commit/67d7d0d604309b550bd51263064ffe2f2883f4df))
18
+ * Update TypeScript to 5.9 ([#980](https://github.com/Doist/reactist/issues/980)) ([389931a](https://github.com/Doist/reactist/commit/389931ad3080241b5fbb5c456be776ce26ea3da7))
9
19
 
10
- ## [28.7.3](https://github.com/Doist/reactist/compare/v28.7.2...v28.7.3) (2025-10-31)
20
+ ## [28.7.4](https://github.com/Doist/reactist/compare/v28.7.3...v28.7.4) (2025-10-31)
11
21
 
22
+ ### 🧰 Maintenance
23
+
24
+ - Enable trusted publishing and npm provenance ([#975](https://github.com/Doist/reactist/issues/975)) ([b3b1bcc](https://github.com/Doist/reactist/commit/b3b1bcc65cf15baa7f8516cbea45ce5f7fdaa30e))
25
+
26
+ ## [28.7.3](https://github.com/Doist/reactist/compare/v28.7.2...v28.7.3) (2025-10-31)
12
27
 
13
28
  ### 🧰 Maintenance
14
29
 
15
- * Migrate from tsdx to Rollup for modern build tooling ([#973](https://github.com/Doist/reactist/issues/973)) ([45b3275](https://github.com/Doist/reactist/commit/45b3275f87e29c9e2506f3871c90824ee4fb49e2))
30
+ - Migrate from tsdx to Rollup for modern build tooling ([#973](https://github.com/Doist/reactist/issues/973)) ([45b3275](https://github.com/Doist/reactist/commit/45b3275f87e29c9e2506f3871c90824ee4fb49e2))
16
31
 
17
32
  ## [28.7.2](https://github.com/Doist/reactist/compare/v28.7.1...v28.7.2) (2025-10-24)
18
33
 
19
-
20
34
  ### 🧰 Maintenance
21
35
 
22
- * Temporarily disable npm trusted publishing until we can upgrade Node.js ([#971](https://github.com/Doist/reactist/issues/971)) ([25ca6e9](https://github.com/Doist/reactist/commit/25ca6e91920c6d6372d3edf4ec47a92185b64bf5))
36
+ - Temporarily disable npm trusted publishing until we can upgrade Node.js ([#971](https://github.com/Doist/reactist/issues/971)) ([25ca6e9](https://github.com/Doist/reactist/commit/25ca6e91920c6d6372d3edf4ec47a92185b64bf5))
23
37
 
24
38
  ## [28.7.1](https://github.com/Doist/reactist/compare/v28.7.0...v28.7.1) (2025-10-24)
25
39
 
26
-
27
40
  ### 🧰 Maintenance
28
41
 
29
- * Enable trusted publishing and npm provenance ([#968](https://github.com/Doist/reactist/issues/968)) ([0c33d50](https://github.com/Doist/reactist/commit/0c33d50a85e63a617b84cac009d9cae3f7095948))
42
+ - Enable trusted publishing and npm provenance ([#968](https://github.com/Doist/reactist/issues/968)) ([0c33d50](https://github.com/Doist/reactist/commit/0c33d50a85e63a617b84cac009d9cae3f7095948))
30
43
 
31
44
  ## [28.7.0](https://github.com/Doist/reactist/compare/v28.6.0...v28.7.0) (2025-10-16)
32
45
 
33
-
34
46
  ### 🚀 Features
35
47
 
36
- * **banner:** Allow action prop to accept ReactNode in addition to Action object ([#964](https://github.com/Doist/reactist/issues/964)) ([19625b3](https://github.com/Doist/reactist/commit/19625b3e28a14e2c38960325edfeb13aace0e2fe))
48
+ - **banner:** Allow action prop to accept ReactNode in addition to Action object ([#964](https://github.com/Doist/reactist/issues/964)) ([19625b3](https://github.com/Doist/reactist/commit/19625b3e28a14e2c38960325edfeb13aace0e2fe))
37
49
 
38
50
  ## [28.6.0](https://github.com/Doist/reactist/compare/v28.5.4...v28.6.0) (2025-09-16)
39
51
 
40
-
41
52
  ### 🚀 Features
42
53
 
43
- * **tooltip:** Expose tooltip store via `forwardRef` for imperative control ([#960](https://github.com/Doist/reactist/issues/960)) ([20628ea](https://github.com/Doist/reactist/commit/20628eaed7bbbb362fd4a2d56167649dbc33c5c9))
54
+ - **tooltip:** Expose tooltip store via `forwardRef` for imperative control ([#960](https://github.com/Doist/reactist/issues/960)) ([20628ea](https://github.com/Doist/reactist/commit/20628eaed7bbbb362fd4a2d56167649dbc33c5c9))
44
55
 
45
56
  ## [28.5.4](https://github.com/Doist/reactist/compare/v28.5.3...v28.5.4) (2025-09-16)
46
57
 
47
-
48
58
  ### 🐛 Bug Fixes
49
59
 
50
- * Prevent a controlled TextArea from expanding when autoExpand is false ([#947](https://github.com/Doist/reactist/issues/947)) ([c5a0eee](https://github.com/Doist/reactist/commit/c5a0eee54297667eff1745021a44023558b2bf48))
60
+ - Prevent a controlled TextArea from expanding when autoExpand is false ([#947](https://github.com/Doist/reactist/issues/947)) ([c5a0eee](https://github.com/Doist/reactist/commit/c5a0eee54297667eff1745021a44023558b2bf48))
51
61
 
52
62
  ## [28.5.3](https://github.com/Doist/reactist/compare/v28.5.2...v28.5.3) (2025-09-08)
53
63
 
54
-
55
64
  ### 🐛 Bug Fixes
56
65
 
57
- * Smaller loader in `<Button>` component ([#945](https://github.com/Doist/reactist/issues/945)) ([01cad54](https://github.com/Doist/reactist/commit/01cad544c4bfba998a4bbd4349e7be21eb7c1343))
66
+ - Smaller loader in `<Button>` component ([#945](https://github.com/Doist/reactist/issues/945)) ([01cad54](https://github.com/Doist/reactist/commit/01cad544c4bfba998a4bbd4349e7be21eb7c1343))
58
67
 
59
68
  ## [28.5.2](https://github.com/Doist/reactist/compare/v28.5.1...v28.5.2) (2025-08-12)
60
69
 
61
-
62
70
  ### 🧰 Maintenance
63
71
 
64
- * replace LESS styles with CSS modules for ProgressBar component ([#941](https://github.com/Doist/reactist/issues/941)) ([6097154](https://github.com/Doist/reactist/commit/6097154497af842bd8331aa2f8408e980f7378a7))
72
+ - replace LESS styles with CSS modules for ProgressBar component ([#941](https://github.com/Doist/reactist/issues/941)) ([6097154](https://github.com/Doist/reactist/commit/6097154497af842bd8331aa2f8408e980f7378a7))
65
73
 
66
74
  ## [28.5.1](https://github.com/Doist/reactist/compare/v28.5.0...v28.5.1) (2025-08-12)
67
75
 
68
-
69
76
  ### 🐛 Bug Fixes
70
77
 
71
- * Enable banner with an Image to use container full width (with CSS vars) ([#939](https://github.com/Doist/reactist/issues/939)) ([2bf931c](https://github.com/Doist/reactist/commit/2bf931ca5c4ba5b6614708c67525791fd4d88234))
78
+ - Enable banner with an Image to use container full width (with CSS vars) ([#939](https://github.com/Doist/reactist/issues/939)) ([2bf931c](https://github.com/Doist/reactist/commit/2bf931ca5c4ba5b6614708c67525791fd4d88234))
72
79
 
73
80
  ## [28.5.0](https://github.com/Doist/reactist/compare/v28.4.0...v28.5.0) (2025-08-05)
74
81
 
75
-
76
82
  ### 🚀 Features
77
83
 
78
- * implement overlay scroll functionality in Box component with custom scrollbar styles ([#937](https://github.com/Doist/reactist/issues/937)) ([ace2ef0](https://github.com/Doist/reactist/commit/ace2ef0207ec25d9df2ee07091fe5fc7aec47130))
79
-
84
+ - implement overlay scroll functionality in Box component with custom scrollbar styles ([#937](https://github.com/Doist/reactist/issues/937)) ([ace2ef0](https://github.com/Doist/reactist/commit/ace2ef0207ec25d9df2ee07091fe5fc7aec47130))
80
85
 
81
86
  ### 🧰 Maintenance
82
87
 
83
- * **deps:** bump pbkdf2 from 3.0.17 to 3.1.3 ([#934](https://github.com/Doist/reactist/issues/934)) ([fa43bc8](https://github.com/Doist/reactist/commit/fa43bc81c119995e7d851271a59ddea46425fc7c))
88
+ - **deps:** bump pbkdf2 from 3.0.17 to 3.1.3 ([#934](https://github.com/Doist/reactist/issues/934)) ([fa43bc8](https://github.com/Doist/reactist/commit/fa43bc81c119995e7d851271a59ddea46425fc7c))
84
89
 
85
90
  ## [28.4.0](https://github.com/Doist/reactist/compare/v28.3.2...v28.4.0) (2025-06-23)
86
91
 
87
-
88
92
  ### 🚀 Features
89
93
 
90
- * Add `dividers` prop to `Modal` to customize the weight for all dividers ([#932](https://github.com/Doist/reactist/issues/932)) ([d684e8e](https://github.com/Doist/reactist/commit/d684e8ec3d679494ab9e33232c6968f1952152ed))
91
-
94
+ - Add `dividers` prop to `Modal` to customize the weight for all dividers ([#932](https://github.com/Doist/reactist/issues/932)) ([d684e8e](https://github.com/Doist/reactist/commit/d684e8ec3d679494ab9e33232c6968f1952152ed))
92
95
 
93
96
  ### 🐛 Bug Fixes
94
97
 
95
- * Update `BaseField` styling to match the form field spec ([#931](https://github.com/Doist/reactist/issues/931)) ([54d734f](https://github.com/Doist/reactist/commit/54d734f58503e125d62c322c12588605615e1eed))
98
+ - Update `BaseField` styling to match the form field spec ([#931](https://github.com/Doist/reactist/issues/931)) ([54d734f](https://github.com/Doist/reactist/commit/54d734f58503e125d62c322c12588605615e1eed))
96
99
 
97
100
  ## [28.3.2](https://github.com/Doist/reactist/compare/v28.3.1...v28.3.2) (2025-06-16)
98
101
 
99
-
100
102
  ### 🐛 Bug Fixes
101
103
 
102
- * **Box:** Inherit `font-size` to prevent unintended typography overrides ([#928](https://github.com/Doist/reactist/issues/928)) ([1c2ea7a](https://github.com/Doist/reactist/commit/1c2ea7a6d189f1134efe9c8a06cbe403b99b08b5))
104
+ - **Box:** Inherit `font-size` to prevent unintended typography overrides ([#928](https://github.com/Doist/reactist/issues/928)) ([1c2ea7a](https://github.com/Doist/reactist/commit/1c2ea7a6d189f1134efe9c8a06cbe403b99b08b5))
103
105
 
104
106
  ## [28.3.1](https://github.com/Doist/reactist/compare/v28.3.0...v28.3.1) (2025-05-27)
105
107
 
106
-
107
108
  ### 🐛 Bug Fixes
108
109
 
109
- * **base-field:** Don't unnecessarily render container below BaseField children ([#926](https://github.com/Doist/reactist/issues/926)) ([5e5bf39](https://github.com/Doist/reactist/commit/5e5bf39ca994e6861c26e242928add2ff0c2a2f5))
110
+ - **base-field:** Don't unnecessarily render container below BaseField children ([#926](https://github.com/Doist/reactist/issues/926)) ([5e5bf39](https://github.com/Doist/reactist/commit/5e5bf39ca994e6861c26e242928add2ff0c2a2f5))
110
111
 
111
112
  ## [28.3.0](https://github.com/Doist/reactist/compare/v28.2.2...v28.3.0) (2025-05-27)
112
113
 
113
-
114
114
  ### 🚀 Features
115
115
 
116
- * **base-field:** Add CSS props for customizing label line-height and padding-bottom ([#925](https://github.com/Doist/reactist/issues/925)) ([12e99fd](https://github.com/Doist/reactist/commit/12e99fd673107c390952a5d375f692226ff4b5d9))
117
-
116
+ - **base-field:** Add CSS props for customizing label line-height and padding-bottom ([#925](https://github.com/Doist/reactist/issues/925)) ([12e99fd](https://github.com/Doist/reactist/commit/12e99fd673107c390952a5d375f692226ff4b5d9))
118
117
 
119
118
  ### 🧰 Maintenance
120
119
 
121
- * Use approved versions of actions ([#923](https://github.com/Doist/reactist/issues/923)) ([680cac1](https://github.com/Doist/reactist/commit/680cac104b2e71835387c629b539681acb1ce54d))
120
+ - Use approved versions of actions ([#923](https://github.com/Doist/reactist/issues/923)) ([680cac1](https://github.com/Doist/reactist/commit/680cac104b2e71835387c629b539681acb1ce54d))
122
121
 
123
122
  ## [28.2.2](https://github.com/Doist/reactist/compare/v28.2.1...v28.2.2) (2025-05-20)
124
123
 
125
-
126
124
  ### 🧰 Maintenance
127
125
 
128
- * **deps:** bump terser from 4.7.0 to 4.8.1 ([#674](https://github.com/Doist/reactist/issues/674)) ([eb7797c](https://github.com/Doist/reactist/commit/eb7797c48aade80004af352945cf3f02d4078f91))
126
+ - **deps:** bump terser from 4.7.0 to 4.8.1 ([#674](https://github.com/Doist/reactist/issues/674)) ([eb7797c](https://github.com/Doist/reactist/commit/eb7797c48aade80004af352945cf3f02d4078f91))
129
127
 
130
128
  ## [28.2.1](https://github.com/Doist/reactist/compare/v28.2.0...v28.2.1) (2025-05-09)
131
129
 
132
-
133
130
  ### 🐛 Bug Fixes
134
131
 
135
- * Toasts can be auto-dismissed when concurrent mode is enabled ([#918](https://github.com/Doist/reactist/issues/918)) ([e10ef2a](https://github.com/Doist/reactist/commit/e10ef2a07d6fb95c80388c15c2eff50abaf25a52))
132
+ - Toasts can be auto-dismissed when concurrent mode is enabled ([#918](https://github.com/Doist/reactist/issues/918)) ([e10ef2a](https://github.com/Doist/reactist/commit/e10ef2a07d6fb95c80388c15c2eff50abaf25a52))
136
133
 
137
134
  ## [28.2.0](https://github.com/Doist/reactist/compare/v28.1.2...v28.2.0) (2025-05-05)
138
135
 
139
-
140
136
  ### 🚀 Features
141
137
 
142
- * Expose closeToast in useToasts hook action object ([#914](https://github.com/Doist/reactist/issues/914)) ([7dad313](https://github.com/Doist/reactist/commit/7dad31302e314a6c73ad85e50b2a8bb947b39f5a))
138
+ - Expose closeToast in useToasts hook action object ([#914](https://github.com/Doist/reactist/issues/914)) ([7dad313](https://github.com/Doist/reactist/commit/7dad31302e314a6c73ad85e50b2a8bb947b39f5a))
143
139
 
144
140
  ## [28.1.2](https://github.com/Doist/reactist/compare/v28.1.1...v28.1.2) (2025-04-30)
145
141
 
146
-
147
142
  ### 🐛 Bug Fixes
148
143
 
149
- * fix text area auto-expand when controlled ([#912](https://github.com/Doist/reactist/issues/912)) ([7d33744](https://github.com/Doist/reactist/commit/7d33744f6f0d05a739bd8a98a01ff055f21d121c))
144
+ - fix text area auto-expand when controlled ([#912](https://github.com/Doist/reactist/issues/912)) ([7d33744](https://github.com/Doist/reactist/commit/7d33744f6f0d05a739bd8a98a01ff055f21d121c))
150
145
 
151
146
  ## [28.1.1](https://github.com/Doist/reactist/compare/v28.1.0...v28.1.1) (2025-04-22)
152
147
 
153
-
154
148
  ### 🐛 Bug Fixes
155
149
 
156
- * **Tabs:** Add resize observer for dynamic tab selection adjustments ([#909](https://github.com/Doist/reactist/issues/909)) ([1c0e07c](https://github.com/Doist/reactist/commit/1c0e07c78d33faa442e44233ecc961533a9b1b25))
150
+ - **Tabs:** Add resize observer for dynamic tab selection adjustments ([#909](https://github.com/Doist/reactist/issues/909)) ([1c0e07c](https://github.com/Doist/reactist/commit/1c0e07c78d33faa442e44233ecc961533a9b1b25))
157
151
 
158
152
  ## [28.1.0](https://github.com/Doist/reactist/compare/v28.0.0...v28.1.0) (2025-04-17)
159
153
 
160
-
161
154
  ### 🚀 Features
162
155
 
163
- * Support tab font customization and fix hover style on disabled tabs ([#907](https://github.com/Doist/reactist/issues/907)) ([dc50f5b](https://github.com/Doist/reactist/commit/dc50f5b268ee5b1c322c7fc0011e36bbffba2712))
156
+ - Support tab font customization and fix hover style on disabled tabs ([#907](https://github.com/Doist/reactist/issues/907)) ([dc50f5b](https://github.com/Doist/reactist/commit/dc50f5b268ee5b1c322c7fc0011e36bbffba2712))
164
157
 
165
158
  ## [28.0.0](https://github.com/Doist/reactist/compare/v27.5.0...v28.0.0) (2025-04-17)
166
159
 
167
-
168
160
  ### ⚠ BREAKING CHANGES
169
161
 
170
- * **Tabs:** Add support for additional customization settings ([#903](https://github.com/Doist/reactist/issues/903))
162
+ - **Tabs:** Add support for additional customization settings ([#903](https://github.com/Doist/reactist/issues/903))
171
163
 
172
164
  ### 🚀 Features
173
165
 
174
- * **Tabs:** Add support for additional customization settings ([#903](https://github.com/Doist/reactist/issues/903)) ([7f60d81](https://github.com/Doist/reactist/commit/7f60d81ed41b1b94a3f0d36501eb769258cfa775))
166
+ - **Tabs:** Add support for additional customization settings ([#903](https://github.com/Doist/reactist/issues/903)) ([7f60d81](https://github.com/Doist/reactist/commit/7f60d81ed41b1b94a3f0d36501eb769258cfa775))
175
167
 
176
168
  ## [27.5.0](https://github.com/Doist/reactist/compare/v27.4.0...v27.5.0) (2025-03-12)
177
169
 
178
-
179
170
  ### 🚀 Features
180
171
 
181
- * Allow positional placement of `endSlot` in `TextField` ([#899](https://github.com/Doist/reactist/issues/899)) ([abb4520](https://github.com/Doist/reactist/commit/abb4520b0688cf462d556d30d49ef164fad20bf4))
172
+ - Allow positional placement of `endSlot` in `TextField` ([#899](https://github.com/Doist/reactist/issues/899)) ([abb4520](https://github.com/Doist/reactist/commit/abb4520b0688cf462d556d30d49ef164fad20bf4))
182
173
 
183
174
  ## [27.4.0](https://github.com/Doist/reactist/compare/v27.3.6...v27.4.0) (2025-02-19)
184
175
 
185
-
186
176
  ### 🚀 Features
187
177
 
188
- * **TextLink:** Add color and underline styling options ([#897](https://github.com/Doist/reactist/issues/897)) ([03017a8](https://github.com/Doist/reactist/commit/03017a86c17e43fda2e5438a3a32a8cd87cc8ff6))
178
+ - **TextLink:** Add color and underline styling options ([#897](https://github.com/Doist/reactist/issues/897)) ([03017a8](https://github.com/Doist/reactist/commit/03017a86c17e43fda2e5438a3a32a8cd87cc8ff6))
189
179
 
190
180
  ## [27.3.6](https://github.com/Doist/reactist/compare/v27.3.5...v27.3.6) (2025-02-05)
191
181
 
192
-
193
182
  ### 🧰 Maintenance
194
183
 
195
- * bump deploy-pages action to v4 ([#895](https://github.com/Doist/reactist/issues/895)) ([98e68f1](https://github.com/Doist/reactist/commit/98e68f1e03bdae3642ae19f606b4a8d3b597efef))
184
+ - bump deploy-pages action to v4 ([#895](https://github.com/Doist/reactist/issues/895)) ([98e68f1](https://github.com/Doist/reactist/commit/98e68f1e03bdae3642ae19f606b4a8d3b597efef))
196
185
 
197
186
  ## [27.3.5](https://github.com/Doist/reactist/compare/v27.3.4...v27.3.5) (2025-02-05)
198
187
 
199
-
200
188
  ### 🧰 Maintenance
201
189
 
202
- * allow publish workflow to run from workflow_dispatch event ([#894](https://github.com/Doist/reactist/issues/894)) ([4204756](https://github.com/Doist/reactist/commit/4204756505e4f9c2e679e69b9f3872251a9077d7))
203
- * fix version of upload-pages-artifact action ([#892](https://github.com/Doist/reactist/issues/892)) ([d9dba34](https://github.com/Doist/reactist/commit/d9dba34f2d66ad283372880e7b957b3384bcf98e))
190
+ - allow publish workflow to run from workflow_dispatch event ([#894](https://github.com/Doist/reactist/issues/894)) ([4204756](https://github.com/Doist/reactist/commit/4204756505e4f9c2e679e69b9f3872251a9077d7))
191
+ - fix version of upload-pages-artifact action ([#892](https://github.com/Doist/reactist/issues/892)) ([d9dba34](https://github.com/Doist/reactist/commit/d9dba34f2d66ad283372880e7b957b3384bcf98e))
204
192
 
205
193
  ## [27.3.4](https://github.com/Doist/reactist/compare/v27.3.3...v27.3.4) (2025-02-05)
206
194
 
207
-
208
195
  ### 🧰 Maintenance
209
196
 
210
- * add permissions to dispatch workflows in release-please ([#890](https://github.com/Doist/reactist/issues/890)) ([6509b01](https://github.com/Doist/reactist/commit/6509b01fdb5262b30019be598569eb9e8a8b01cf))
197
+ - add permissions to dispatch workflows in release-please ([#890](https://github.com/Doist/reactist/issues/890)) ([6509b01](https://github.com/Doist/reactist/commit/6509b01fdb5262b30019be598569eb9e8a8b01cf))
211
198
 
212
199
  ## [27.3.3](https://github.com/Doist/reactist/compare/v27.3.2...v27.3.3) (2025-02-05)
213
200
 
214
-
215
201
  ### 🧰 Maintenance
216
202
 
217
- * debug GH API 404 error ([#888](https://github.com/Doist/reactist/issues/888)) ([690676d](https://github.com/Doist/reactist/commit/690676d58db401f88ace4a4de8e1d8d67264355c))
203
+ - debug GH API 404 error ([#888](https://github.com/Doist/reactist/issues/888)) ([690676d](https://github.com/Doist/reactist/commit/690676d58db401f88ace4a4de8e1d8d67264355c))
218
204
 
219
205
  ## [27.3.2](https://github.com/Doist/reactist/compare/v27.3.1...v27.3.2) (2025-02-05)
220
206
 
221
-
222
207
  ### 🧰 Maintenance
223
208
 
224
- * enhance release workflow with automatic deployment triggers ([#886](https://github.com/Doist/reactist/issues/886)) ([d32d336](https://github.com/Doist/reactist/commit/d32d336d3657553dc2defe140b0002acdcbcea6c))
209
+ - enhance release workflow with automatic deployment triggers ([#886](https://github.com/Doist/reactist/issues/886)) ([d32d336](https://github.com/Doist/reactist/commit/d32d336d3657553dc2defe140b0002acdcbcea6c))
225
210
 
226
211
  ## [27.3.1](https://github.com/Doist/reactist/compare/v27.3.0...v27.3.1) (2025-02-05)
227
212
 
228
-
229
213
  ### 🧰 Maintenance
230
214
 
231
- * update Storybook deployment action to v4 ([#885](https://github.com/Doist/reactist/issues/885)) ([e8d57f3](https://github.com/Doist/reactist/commit/e8d57f3697c78e35f0304db69f10b42a7d5f5a4a))
215
+ - update Storybook deployment action to v4 ([#885](https://github.com/Doist/reactist/issues/885)) ([e8d57f3](https://github.com/Doist/reactist/commit/e8d57f3697c78e35f0304db69f10b42a7d5f5a4a))
232
216
 
233
217
  ## [27.3.0](https://github.com/Doist/reactist/compare/v27.2.2...v27.3.0) (2025-01-31)
234
218
 
235
-
236
219
  ### 🚀 Features
237
220
 
238
- * **TextField:** add support for customizable character count position ([#883](https://github.com/Doist/reactist/issues/883)) ([7359aa4](https://github.com/Doist/reactist/commit/7359aa424d17d2a10ccd4d241e2e8ca53d3bab8d))
239
-
221
+ - **TextField:** add support for customizable character count position ([#883](https://github.com/Doist/reactist/issues/883)) ([7359aa4](https://github.com/Doist/reactist/commit/7359aa424d17d2a10ccd4d241e2e8ca53d3bab8d))
240
222
 
241
223
  ### 🐛 Bug Fixes
242
224
 
243
- * **TextField:** adjust character count threshold to zero ([#882](https://github.com/Doist/reactist/issues/882)) ([6292d06](https://github.com/Doist/reactist/commit/6292d0677fdfb2c703613df24d73f01e96d21e6e))
244
-
225
+ - **TextField:** adjust character count threshold to zero ([#882](https://github.com/Doist/reactist/issues/882)) ([6292d06](https://github.com/Doist/reactist/commit/6292d0677fdfb2c703613df24d73f01e96d21e6e))
245
226
 
246
227
  ### 🧰 Maintenance
247
228
 
248
- * deploy storybook only when publishing package ([#878](https://github.com/Doist/reactist/issues/878)) ([1668f8c](https://github.com/Doist/reactist/commit/1668f8c1797232998cc94b26d4435c95b6adda80))
249
- * fix dependabot config syntax ([#879](https://github.com/Doist/reactist/issues/879)) ([89ddb9a](https://github.com/Doist/reactist/commit/89ddb9ae01c4680add19574ebaa8f1e987c00a8d))
229
+ - deploy storybook only when publishing package ([#878](https://github.com/Doist/reactist/issues/878)) ([1668f8c](https://github.com/Doist/reactist/commit/1668f8c1797232998cc94b26d4435c95b6adda80))
230
+ - fix dependabot config syntax ([#879](https://github.com/Doist/reactist/issues/879)) ([89ddb9a](https://github.com/Doist/reactist/commit/89ddb9ae01c4680add19574ebaa8f1e987c00a8d))
250
231
 
251
232
  ## [27.2.2](https://github.com/Doist/reactist/compare/v27.2.1...v27.2.2) (2025-01-22)
252
233
 
253
-
254
234
  ### 🧰 Maintenance
255
235
 
256
- * change dependabot commit prefix ([#871](https://github.com/Doist/reactist/issues/871)) ([f2e786f](https://github.com/Doist/reactist/commit/f2e786f7255323395090ba4605b19b2c09e11942))
257
- * **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([#721](https://github.com/Doist/reactist/issues/721)) ([e4e0c3f](https://github.com/Doist/reactist/commit/e4e0c3f3ef8eebc20160209c88958cd1d82ed7bd))
258
- * **deps:** bump loader-utils from 1.4.0 to 1.4.2 ([#713](https://github.com/Doist/reactist/issues/713)) ([c21c8a8](https://github.com/Doist/reactist/commit/c21c8a8adbfd514ebeaa304a081b336aff515efb))
259
- * **deps:** bump shelljs from 0.8.4 to 0.8.5 ([#627](https://github.com/Doist/reactist/issues/627)) ([436747f](https://github.com/Doist/reactist/commit/436747f08827aa4455c42482a9234ebb50d19914))
260
- * implement release-please to automate release creation ([#863](https://github.com/Doist/reactist/issues/863)) ([7f5f754](https://github.com/Doist/reactist/commit/7f5f7549cf6f0541f3317fb41db42d7df09d48aa))
261
- * include all changes in release creation ([#870](https://github.com/Doist/reactist/issues/870)) ([da74067](https://github.com/Doist/reactist/commit/da74067f954bfd6ea3fae8bd2ba236813b2682dd))
262
- * migrate to latest release-please action ([#874](https://github.com/Doist/reactist/issues/874)) ([7ab6aec](https://github.com/Doist/reactist/commit/7ab6aeca921832d76bf95551840ecba6b53d6681))
263
- * set target-branch to release-please action ([#872](https://github.com/Doist/reactist/issues/872)) ([dde0fff](https://github.com/Doist/reactist/commit/dde0fff1288d24f44edf82dd799419685de6a4c7))
264
- * unify existing changelog content format ([#876](https://github.com/Doist/reactist/issues/876)) ([9cc1be2](https://github.com/Doist/reactist/commit/9cc1be2c6e583834e62c6126f2b8a351a384f7db))
236
+ - change dependabot commit prefix ([#871](https://github.com/Doist/reactist/issues/871)) ([f2e786f](https://github.com/Doist/reactist/commit/f2e786f7255323395090ba4605b19b2c09e11942))
237
+ - **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([#721](https://github.com/Doist/reactist/issues/721)) ([e4e0c3f](https://github.com/Doist/reactist/commit/e4e0c3f3ef8eebc20160209c88958cd1d82ed7bd))
238
+ - **deps:** bump loader-utils from 1.4.0 to 1.4.2 ([#713](https://github.com/Doist/reactist/issues/713)) ([c21c8a8](https://github.com/Doist/reactist/commit/c21c8a8adbfd514ebeaa304a081b336aff515efb))
239
+ - **deps:** bump shelljs from 0.8.4 to 0.8.5 ([#627](https://github.com/Doist/reactist/issues/627)) ([436747f](https://github.com/Doist/reactist/commit/436747f08827aa4455c42482a9234ebb50d19914))
240
+ - implement release-please to automate release creation ([#863](https://github.com/Doist/reactist/issues/863)) ([7f5f754](https://github.com/Doist/reactist/commit/7f5f7549cf6f0541f3317fb41db42d7df09d48aa))
241
+ - include all changes in release creation ([#870](https://github.com/Doist/reactist/issues/870)) ([da74067](https://github.com/Doist/reactist/commit/da74067f954bfd6ea3fae8bd2ba236813b2682dd))
242
+ - migrate to latest release-please action ([#874](https://github.com/Doist/reactist/issues/874)) ([7ab6aec](https://github.com/Doist/reactist/commit/7ab6aeca921832d76bf95551840ecba6b53d6681))
243
+ - set target-branch to release-please action ([#872](https://github.com/Doist/reactist/issues/872)) ([dde0fff](https://github.com/Doist/reactist/commit/dde0fff1288d24f44edf82dd799419685de6a4c7))
244
+ - unify existing changelog content format ([#876](https://github.com/Doist/reactist/issues/876)) ([9cc1be2](https://github.com/Doist/reactist/commit/9cc1be2c6e583834e62c6126f2b8a351a384f7db))
265
245
 
266
246
  Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.
267
247
 
268
248
  **27.2.1:**
269
249
 
270
- - [Fix] ensure TextLink styles are applied to nested elements [#860](https://github.com/Doist/reactist/pull/860)
250
+ - [Fix] ensure TextLink styles are applied to nested elements [#860](https://github.com/Doist/reactist/pull/860)
271
251
 
272
252
  **27.2.0:**
273
253
 
274
- - [Feat] Document `TextLink` component in Storybook and change default styling.
254
+ - [Feat] Document `TextLink` component in Storybook and change default styling.
275
255
 
276
256
  **27.1.0:**
277
257
 
278
- - [Feat] Expose CSS variables for customizng the icon color of the `Banner` component system types.
258
+ - [Feat] Expose CSS variables for customizng the icon color of the `Banner` component system types.
279
259
 
280
260
  **27.0.1:**
281
261
 
282
- - [Docs] Document the `maxLength` prop for the `TextField` component.
262
+ - [Docs] Document the `maxLength` prop for the `TextField` component.
283
263
 
284
264
  **27.0.0:**
285
265
 
286
- - [BREAKING] Remove `Alert` component.
287
- - [BREAKING] Update `Banner` UI, merging `Alert` use cases.
266
+ - [BREAKING] Remove `Alert` component.
267
+ - [BREAKING] Update `Banner` UI, merging `Alert` use cases.
288
268
 
289
269
  **26.2.5:**
290
270
 
291
- - [Fix] Add top and bottom paddings to the `Tab` component.
292
- - [Fix] `SubMenu` will only render at the bottom when there isn't enough space in either side of the parent menu.
271
+ - [Fix] Add top and bottom paddings to the `Tab` component.
272
+ - [Fix] `SubMenu` will only render at the bottom when there isn't enough space in either side of the parent menu.
293
273
 
294
274
  **26.2.4:**
295
275
 
296
- - [Fix] The `Prose` component's horizontal rule color is now properly set to the primary divider color.
276
+ - [Fix] The `Prose` component's horizontal rule color is now properly set to the primary divider color.
297
277
 
298
278
  **26.2.3:**
299
279
 
300
- - [Fix] The `Tab` component's line height is now properly set to 21px.
280
+ - [Fix] The `Tab` component's line height is now properly set to 21px.
301
281
 
302
282
  **26.2.2:**
303
283
 
304
- - [Fix] Vertically align the `Notice` component's icon with the first line of text
284
+ - [Fix] Vertically align the `Notice` component's icon with the first line of text
305
285
 
306
286
  **26.2.1:**
307
287
 
308
- - [Fix] Export `TooltipProvider` as a component
288
+ - [Fix] Export `TooltipProvider` as a component
309
289
 
310
290
  **26.2.0:**
311
291
 
312
- - [Feat] Add `TooltipContext` to allow `showTimeout` and `hideTimeout` to be set globally
292
+ - [Feat] Add `TooltipContext` to allow `showTimeout` and `hideTimeout` to be set globally
313
293
 
314
294
  **v26.1.0:**
315
295
 
316
- - [Feat] Expose `showTimeout` and `hideTimeout` props for `Tooltip`
317
- - [Fix] The center alignment between the `Alert` component's icon and message is now more accurate when the message is only one-line long.
318
- - [Fix] Render submenus at the bottom when there isn't enough space
296
+ - [Feat] Expose `showTimeout` and `hideTimeout` props for `Tooltip`
297
+ - [Fix] The center alignment between the `Alert` component's icon and message is now more accurate when the message is only one-line long.
298
+ - [Fix] Render submenus at the bottom when there isn't enough space
319
299
 
320
300
  **v26.0.0:**
321
301
 
322
- - [BREAKING] Remove unused `secondaryLabel` from `TexTfield`, `PasswordField`, `SelectField`, `TextArea`, and `SwitchField`.
323
- - [BREAKING] Remove `hint` from from `Textfield`, `PasswordField`, `SelectField`, `TextArea`, and `SwitchField`.
324
- - Please use `message` instead.
325
- - [Feat] Update read only style for `TextField` and `TextArea` when `readOnly` is `true`.
326
- - [Feat] Add `disableResize` option to `TextArea` to disallow manual resizing.
327
- - [Feat] Add character count (with limit) to `TextField` and `TextArea`.
328
- - Will show a character count indicator below the field when `maxLength` is set.
329
- - [Feat] Add `endSlot` support to `PasswordField`.
330
- - [Chore] Deprecate `auxiliaryLabel` from `TexTfield`, `PasswordField`, `SelectField`, and `TextArea`.
302
+ - [BREAKING] Remove unused `secondaryLabel` from `TexTfield`, `PasswordField`, `SelectField`, `TextArea`, and `SwitchField`.
303
+ - [BREAKING] Remove `hint` from from `Textfield`, `PasswordField`, `SelectField`, `TextArea`, and `SwitchField`.
304
+ - Please use `message` instead.
305
+ - [Feat] Update read only style for `TextField` and `TextArea` when `readOnly` is `true`.
306
+ - [Feat] Add `disableResize` option to `TextArea` to disallow manual resizing.
307
+ - [Feat] Add character count (with limit) to `TextField` and `TextArea`.
308
+ - Will show a character count indicator below the field when `maxLength` is set.
309
+ - [Feat] Add `endSlot` support to `PasswordField`.
310
+ - [Chore] Deprecate `auxiliaryLabel` from `TexTfield`, `PasswordField`, `SelectField`, and `TextArea`.
331
311
 
332
312
  **v25.2.0:**
333
313
 
334
- - [Feat] Add `ref` support to `ModalBody` component
314
+ - [Feat] Add `ref` support to `ModalBody` component
335
315
 
336
316
  **v25.1.1:**
337
317
 
338
- - [Fix] Restrict focus locking in the `Modal` component to its containing document/iframe.
318
+ - [Fix] Restrict focus locking in the `Modal` component to its containing document/iframe.
339
319
 
340
320
  **v25.1.0:**
341
321
 
342
- - [Feat] Add `xsmall` size to the `Modal` component
322
+ - [Feat] Add `xsmall` size to the `Modal` component
343
323
 
344
324
  **v25.0.0:**
345
325
 
346
- - [BREAKING] Upgrade Ariakit from legacy package to the newer @ariakit/react
347
- - [BREAKING] Remove unsupported `onPointerEnterCapture` and `onPointerLeaveCapture` props from `heading`-, `input`-, and `textarea`-based components.
348
- - [BREAKING] Removed the `ButtonLink` component.
349
- - [BREAKING] `Button` no longer accepts props that render it as an icon-only button.
350
- - [BREAKING] Use an explicit `render` prop for composition, instead of the `as` prop (in the menu, modal, tabs, toasts and tooltip components).
351
- - [BREAKING] `TabPanel`'s prop `render` is renamed to `renderMode`.
352
- - [Feat] Introduce a new `IconButton` component.
353
- - [Feat] The `Button` and `IconButton` component can be rendered as a link using the `render={<Link to="…" />} prop.
326
+ - [BREAKING] Upgrade Ariakit from legacy package to the newer @ariakit/react
327
+ - [BREAKING] Remove unsupported `onPointerEnterCapture` and `onPointerLeaveCapture` props from `heading`-, `input`-, and `textarea`-based components.
328
+ - [BREAKING] Removed the `ButtonLink` component.
329
+ - [BREAKING] `Button` no longer accepts props that render it as an icon-only button.
330
+ - [BREAKING] Use an explicit `render` prop for composition, instead of the `as` prop (in the menu, modal, tabs, toasts and tooltip components).
331
+ - [BREAKING] `TabPanel`'s prop `render` is renamed to `renderMode`.
332
+ - [Feat] Introduce a new `IconButton` component.
333
+ - [Feat] The `Button` and `IconButton` component can be rendered as a link using the `render={<Link to="…" />} prop.
354
334
 
355
335
  **v25.0.0-beta.3:**
356
336
 
357
- - [Fix] Allow more props to be forwarded to the `Tab` component.
358
- - [Fix] Properly fix CSS build in tsdx config.
359
- - [Chore] Upgrade to `@ariakit/react@0.4.5`.
337
+ - [Fix] Allow more props to be forwarded to the `Tab` component.
338
+ - [Fix] Properly fix CSS build in tsdx config.
339
+ - [Chore] Upgrade to `@ariakit/react@0.4.5`.
360
340
 
361
341
  **v25.0.0-beta.2:**
362
342
 
363
- - [Fix] Pass `onClick` to the `Tab` component.
343
+ - [Fix] Pass `onClick` to the `Tab` component.
364
344
 
365
345
  **v25.0.0-beta.1:**
366
346
 
367
- - [BREAKING] Use an explicit `render` prop for composition, instead of the `as` prop (in the menu, modal, tabs, toasts and tooltip components).
368
- - [BREAKING] `TabPanel`'s prop `render` is renamed to `renderMode`.
347
+ - [BREAKING] Use an explicit `render` prop for composition, instead of the `as` prop (in the menu, modal, tabs, toasts and tooltip components).
348
+ - [BREAKING] `TabPanel`'s prop `render` is renamed to `renderMode`.
369
349
 
370
350
  **v25.0.0-beta:**
371
351
 
372
- - [BREAKING] Removed the `ButtonLink` component.
373
- - [BREAKING] `Button` no longer accepts props that render it as an icon-only button.
374
- - [Feat] Introduce a new `IconButton` component.
375
- - [Feat] The `Button` and `IconButton` component can be rendered as a link using the `render={<Link to="…" />} prop.
352
+ - [BREAKING] Removed the `ButtonLink` component.
353
+ - [BREAKING] `Button` no longer accepts props that render it as an icon-only button.
354
+ - [Feat] Introduce a new `IconButton` component.
355
+ - [Feat] The `Button` and `IconButton` component can be rendered as a link using the `render={<Link to="…" />} prop.
376
356
 
377
357
  **v24.2.0-beta:**
378
358
 
379
- - [Fix] Include changes from [v23.3.0](#v2330) in the beta release
359
+ - [Fix] Include changes from [v23.3.0](#v2330) in the beta release
380
360
 
381
361
  **v24.1.5-beta:**
382
362
 
383
- - [Fix] Include changes from [v23.2.2](#v2322) in the beta release
363
+ - [Fix] Include changes from [v23.2.2](#v2322) in the beta release
384
364
 
385
365
  **v24.1.4-beta:**
386
366
 
387
- - [Fix] Include changes from [v23.2.1](#v2321) in the beta release
367
+ - [Fix] Include changes from [v23.2.1](#v2321) in the beta release
388
368
 
389
369
  **v24.1.3-beta:**
390
370
 
391
- - [Fix] Remove unsupported `onPointerEnterCapture` and `onPointerLeaveCapture` props from `heading`-, `input`-, and `textarea`-based components.
392
- - Normally, this would be considered a breaking change, but the v24 version is still pre-release and already contains breaking changes.
371
+ - [Fix] Remove unsupported `onPointerEnterCapture` and `onPointerLeaveCapture` props from `heading`-, `input`-, and `textarea`-based components.
372
+ - Normally, this would be considered a breaking change, but the v24 version is still pre-release and already contains breaking changes.
393
373
 
394
374
  **v24.1.2-beta:**
395
375
 
396
- - [Fix] Reset anchor rect after context menu is closed.
397
- - [Fix] Revert earlier attempt to auto-close menus when they lose focus.
376
+ - [Fix] Reset anchor rect after context menu is closed.
377
+ - [Fix] Revert earlier attempt to auto-close menus when they lose focus.
398
378
 
399
379
  **v24.1.1-beta:**
400
380
 
401
- - [Fix] It was possible to leave a tooltip in a state in which it remained visible all the time. This release fixes the issue.
402
- - [Fix] Auto-close menus when they lose focus to elements other than their own content or their sub-menus.
381
+ - [Fix] It was possible to leave a tooltip in a state in which it remained visible all the time. This release fixes the issue.
382
+ - [Fix] Auto-close menus when they lose focus to elements other than their own content or their sub-menus.
403
383
 
404
384
  **v24.1.0-beta:**
405
385
 
406
- - [Feat] Include changes from [v23.2.0](#v2320) in the beta release
386
+ - [Feat] Include changes from [v23.2.0](#v2320) in the beta release
407
387
 
408
388
  **v24.0.0-beta:**
409
389
 
410
- - [BREAKING] Upgrade Ariakit from legacy package to the newer @ariakit/react
390
+ - [BREAKING] Upgrade Ariakit from legacy package to the newer @ariakit/react
411
391
 
412
392
  **v23.3.0:**
413
393
 
414
- - [Feat] Add `warning` as a `tone` option for `Badge`.
394
+ - [Feat] Add `warning` as a `tone` option for `Badge`.
415
395
 
416
396
  **v23.2.2:**
417
397
 
418
- - [Fix] Revert "Adjust modal alignment to the middle of the viewport at `800px` breakpoint for improved UX". Turns out that this is not something that we want to do.
398
+ - [Fix] Revert "Adjust modal alignment to the middle of the viewport at `800px` breakpoint for improved UX". Turns out that this is not something that we want to do.
419
399
 
420
400
  **v23.2.1:**
421
401
 
422
- - [Fix] Adjust modal alignment to the middle of the viewport at `800px` breakpoint for improved UX.
402
+ - [Fix] Adjust modal alignment to the middle of the viewport at `800px` breakpoint for improved UX.
423
403
 
424
404
  **v23.2.0:**
425
405
 
426
- - [Feat] Add `medium` as a `weight` option for `Header`.
406
+ - [Feat] Add `medium` as a `weight` option for `Header`.
427
407
 
428
408
  **v23.1.0:**
429
409
 
430
- - [Feat] Add `--reactist-font-family-monospace` with updated font family for monospace elements
410
+ - [Feat] Add `--reactist-font-family-monospace` with updated font family for monospace elements
431
411
 
432
412
  **v23.0.0:**
433
413
 
434
- - [BREAKING] Remove unsupported `crossOrigin` attribute from `input`- and `textarea`-based components.
435
- - [BREAKING] Remove unsupported `placeholder` attribute from heading components.
414
+ - [BREAKING] Remove unsupported `crossOrigin` attribute from `input`- and `textarea`-based components.
415
+ - [BREAKING] Remove unsupported `placeholder` attribute from heading components.
436
416
 
437
417
  **v22.3.3:**
438
418
 
439
- - [Fix] Vertical alignment of inline code elements inside a `Prose` component
419
+ - [Fix] Vertical alignment of inline code elements inside a `Prose` component
440
420
 
441
421
  **v22.3.2:**
442
422
 
443
- - [Fix] Text inside a `Badge` no longer wraps into multiple lines.
423
+ - [Fix] Text inside a `Badge` no longer wraps into multiple lines.
444
424
 
445
425
  **v22.3.1:**
446
426
 
447
- - [Tweak] Increase showing tooltip delay to 1 second from 500ms
427
+ - [Tweak] Increase showing tooltip delay to 1 second from 500ms
448
428
 
449
429
  **v22.3.0:**
450
430
 
451
- - [Build] Add support for Node v21
431
+ - [Build] Add support for Node v21
452
432
 
453
433
  **v22.2.0:**
454
434
 
455
- - [Feat] The `Alert` component now has a new design. Input based components will now also expose a `--reactist-inputs-alert` CSS variable to customize their border colours when put into an error state
435
+ - [Feat] The `Alert` component now has a new design. Input based components will now also expose a `--reactist-inputs-alert` CSS variable to customize their border colours when put into an error state
456
436
 
457
437
  **v22.1.0:**
458
438
 
459
- - [Build] Add support for Node v20 and npm v10
439
+ - [Build] Add support for Node v20 and npm v10
460
440
 
461
441
  **v22.0.0:**
462
442
 
463
- - [BREAKING] Remove `DeprecatedModal`.
443
+ - [BREAKING] Remove `DeprecatedModal`.
464
444
 
465
445
  **v21.3.0:**
466
446
 
467
- - [Feat] `ToastProvider` accepts an optional `containerClassName` property, which let's you to add your own class for the container of all toasts.
447
+ - [Feat] `ToastProvider` accepts an optional `containerClassName` property, which let's you to add your own class for the container of all toasts.
468
448
 
469
449
  **v21.2.3:**
470
450
 
471
- - [Fix] Prevent horizontal expansion of `TextArea` with `autoExpand={true}`.
451
+ - [Fix] Prevent horizontal expansion of `TextArea` with `autoExpand={true}`.
472
452
 
473
453
  **v21.2.2:**
474
454
 
475
- - [Docs] Fix links to Reactist components in storybook stories.
455
+ - [Docs] Fix links to Reactist components in storybook stories.
476
456
 
477
457
  **v21.2.1:**
478
458
 
479
- - [Docs] Fix links to Reactist components in storybook stories.
459
+ - [Docs] Fix links to Reactist components in storybook stories.
480
460
 
481
461
  **v21.2.0:**
482
462
 
483
- - [Feat] `Textfield`, `PasswordField`, `SelectField`, and `TextArea` will now use two new CSS variables to define their border colors: `--reactist-inputs-focus`, `--reactist-inputs-idle`. If they were previously set using `--reactist-divider-primary` and `--reactist-divider-secondary`, they will continue to work as well.
463
+ - [Feat] `Textfield`, `PasswordField`, `SelectField`, and `TextArea` will now use two new CSS variables to define their border colors: `--reactist-inputs-focus`, `--reactist-inputs-idle`. If they were previously set using `--reactist-divider-primary` and `--reactist-divider-secondary`, they will continue to work as well.
484
464
 
485
465
  **v21.1.1:**
486
466
 
487
- - [Fix] Using a menu both triggered by a button and by right-click.
467
+ - [Fix] Using a menu both triggered by a button and by right-click.
488
468
 
489
469
  **v21.1.0:**
490
470
 
491
- - [Feat] The `Prose` component now supports links applied to inline code.
471
+ - [Feat] The `Prose` component now supports links applied to inline code.
492
472
 
493
473
  **v21.0.2:**
494
474
 
495
- - [Fix] `Tabslist`'s default space `space='xsmall'` is removed to get rid of unnecessary gap between tabs.
475
+ - [Fix] `Tabslist`'s default space `space='xsmall'` is removed to get rid of unnecessary gap between tabs.
496
476
 
497
477
  **v21.0.1:**
498
478
 
499
- - [Fix] `TextArea` with `autoExpand={true}` applies it initially, acknowledging any initial value that the field may have.
500
- - [Fix] Avoid tooltip re-creating the anchor element when the tooltip content switches being present or not.
479
+ - [Fix] `TextArea` with `autoExpand={true}` applies it initially, acknowledging any initial value that the field may have.
480
+ - [Fix] Avoid tooltip re-creating the anchor element when the tooltip content switches being present or not.
501
481
 
502
482
  **v21.0.0:**
503
483
 
504
- - [BREAKING] `TextField`'s `startIcon` property is now renamed `startSlot`.
505
- - [Feat] New `startSlot` and `endSlot` props on the `TextField` component. These support rendering not only icons, but buttons too.
506
- - [Fix] `TextField`'s `startSlot` is now properly aligned when using `variant="bordered"`.
507
- - [Fix] `TextField` is now properly focused when clicking anywhere inside its bordered area.
508
- - [Tweak] `PasswordField`'s toggle visibility button is now implemented by using the `TextField`'s `endSlot` feature.
484
+ - [BREAKING] `TextField`'s `startIcon` property is now renamed `startSlot`.
485
+ - [Feat] New `startSlot` and `endSlot` props on the `TextField` component. These support rendering not only icons, but buttons too.
486
+ - [Fix] `TextField`'s `startSlot` is now properly aligned when using `variant="bordered"`.
487
+ - [Fix] `TextField` is now properly focused when clicking anywhere inside its bordered area.
488
+ - [Tweak] `PasswordField`'s toggle visibility button is now implemented by using the `TextField`'s `endSlot` feature.
509
489
 
510
490
  **v20.3.0:**
511
491
 
512
- - [Feat] Toasts wrapped in `ToastsProvider` are now dismissed when their action `onClick` handler fires.
492
+ - [Feat] Toasts wrapped in `ToastsProvider` are now dismissed when their action `onClick` handler fires.
513
493
 
514
494
  **v20.2.0:**
515
495
 
516
- - [Feat] Expose CSS variables for theming the `SwitchField` component.
496
+ - [Feat] Expose CSS variables for theming the `SwitchField` component.
517
497
 
518
498
  **v20.1.0:**
519
499
 
520
- - [Feat] New `Prose` component to style free-form HTML content consistently.
500
+ - [Feat] New `Prose` component to style free-form HTML content consistently.
521
501
 
522
502
  **v20.0.3:**
523
503
 
524
- - [Fix] Slightly tweak the height of the `Badge` component.
504
+ - [Fix] Slightly tweak the height of the `Badge` component.
525
505
 
526
506
  **v20.0.2:**
527
507
 
528
- - [Fix] Slightly tweak the height of the `Badge` component.
508
+ - [Fix] Slightly tweak the height of the `Badge` component.
529
509
 
530
510
  **v20.0.1:**
531
511
 
532
- - [Fix] `Badge` component content is now bold and the appropriate line-height is enforced.
512
+ - [Fix] `Badge` component content is now bold and the appropriate line-height is enforced.
533
513
 
534
514
  **v20.0.0:**
535
515
 
536
- - [BREAKING] Remove `usePrevious` hook
537
- - [BREAKING] Remove `DeprecatedNotification` component
538
- - [BREAKING] The `Menu` component now uses Reactist CSS variables to style itself
516
+ - [BREAKING] Remove `usePrevious` hook
517
+ - [BREAKING] Remove `DeprecatedNotification` component
518
+ - [BREAKING] The `Menu` component now uses Reactist CSS variables to style itself
539
519
 
540
520
  **v19.1.1:**
541
521
 
542
- - [Fix] Export new `Banner` component.
522
+ - [Fix] Export new `Banner` component.
543
523
 
544
524
  **v19.1.0:**
545
525
 
546
- - [Feat] A new `Banner` component.
526
+ - [Feat] A new `Banner` component.
547
527
 
548
528
  **v19.0.1:**
549
529
 
550
- - [Fix] `Tooltip`s can now have its z-index customized using the `--reactist-stacking-order-tooltip` custom property.
551
- - [Fix] `Tooltip`s now have a 300px max-width.
530
+ - [Fix] `Tooltip`s can now have its z-index customized using the `--reactist-stacking-order-tooltip` custom property.
531
+ - [Fix] `Tooltip`s now have a 300px max-width.
552
532
 
553
533
  **v19.0.0:**
554
534
 
555
- - [BREAKING] A new `Badge` component with various breaking changes
556
- - The prop `variant` has been renamed to `tone`
557
- - The new possible set of tones is different from the variants previously supported
558
- - New CSS custom properties to control the `Badge`'s component appearance (tones and font size)
559
- - The badge label is now provided via a `label` prop instead of via `children`
560
- - [BREAKING] Update `ariakit` to [next.43](https://github.com/ariakit/ariakit/blob/main/packages/ariakit/CHANGELOG.md#200-next43) and `ariakit-utils` to [next.27](https://github.com/ariakit/ariakit/blob/main/packages/ariakit-utils/CHANGELOG.md#0170-next27). Depending on your set up, `node_modules/ariakit*` dependencies may need to be transpiled.
561
- - [BREAKING] `Menu` will now render in modal mode by default. This can be turned off by passing `modal={false}` to `MenuList`.
535
+ - [BREAKING] A new `Badge` component with various breaking changes
536
+ - The prop `variant` has been renamed to `tone`
537
+ - The new possible set of tones is different from the variants previously supported
538
+ - New CSS custom properties to control the `Badge`'s component appearance (tones and font size)
539
+ - The badge label is now provided via a `label` prop instead of via `children`
540
+ - [BREAKING] Update `ariakit` to [next.43](https://github.com/ariakit/ariakit/blob/main/packages/ariakit/CHANGELOG.md#200-next43) and `ariakit-utils` to [next.27](https://github.com/ariakit/ariakit/blob/main/packages/ariakit-utils/CHANGELOG.md#0170-next27). Depending on your set up, `node_modules/ariakit*` dependencies may need to be transpiled.
541
+ - [BREAKING] `Menu` will now render in modal mode by default. This can be turned off by passing `modal={false}` to `MenuList`.
562
542
 
563
543
  **v18.0.0:**
564
544
 
565
- - [BREAKING] Renames the CSS variable for primary text content inside toasts and tooltip. Previous name was `--reactist-content-toast`, now replaced with the new name `--reactist-toast-content-primary`.
566
- - [Feat] New CSS variable to control the color of secondary text inside toasts and tooltip: `--reactist-toast-content-secondary`.
567
- - [BREAKING] The `Tooltip` component no longer accepts generic props to be forwarded as generic HTML attributes to the tooltip content container. In particular, it no longer accepts a `className` to customize its appearance.
568
- - [Tweak] Modernizes the implementation of the tooltip, specifically by making it based on the new styling approach based on CSS variables.
569
- - [Feat] Adds the ability to render tooltips with an arrow-like element pointing to the trigger element.
570
- - [Fix] The tooltip content is set as the accessible description of the trigger element.
545
+ - [BREAKING] Renames the CSS variable for primary text content inside toasts and tooltip. Previous name was `--reactist-content-toast`, now replaced with the new name `--reactist-toast-content-primary`.
546
+ - [Feat] New CSS variable to control the color of secondary text inside toasts and tooltip: `--reactist-toast-content-secondary`.
547
+ - [BREAKING] The `Tooltip` component no longer accepts generic props to be forwarded as generic HTML attributes to the tooltip content container. In particular, it no longer accepts a `className` to customize its appearance.
548
+ - [Tweak] Modernizes the implementation of the tooltip, specifically by making it based on the new styling approach based on CSS variables.
549
+ - [Feat] Adds the ability to render tooltips with an arrow-like element pointing to the trigger element.
550
+ - [Fix] The tooltip content is set as the accessible description of the trigger element.
571
551
 
572
552
  **v17.10.1:**
573
553
 
574
- - [Fix] Ensure that any element inside a `Button` or `ButtonLink` is non-clickable, to facilitate event tracking with tools such as Google Analytics.
554
+ - [Fix] Ensure that any element inside a `Button` or `ButtonLink` is non-clickable, to facilitate event tracking with tools such as Google Analytics.
575
555
 
576
556
  **v17.10.0:**
577
557
 
578
- - [Feat] Passing `autoExpand` to the `TextArea` component makes it auto-expand its height to fit the content as you type.
579
- - [Feat] The `TextArea` component now supports receiving a ref that's forwarded to the `textarea` element.
558
+ - [Feat] Passing `autoExpand` to the `TextArea` component makes it auto-expand its height to fit the content as you type.
559
+ - [Feat] The `TextArea` component now supports receiving a ref that's forwarded to the `textarea` element.
580
560
 
581
561
  **v17.9.1:**
582
562
 
583
- - [Fix] Tabs layout got broken after the `Inline` element switched to use `gap` for spacing.
563
+ - [Fix] Tabs layout got broken after the `Inline` element switched to use `gap` for spacing.
584
564
 
585
565
  **v17.9.0:**
586
566
 
587
- - [Feat] New `gap` prop in the `Box` component, implementing support for the CSS `gap` property.
588
- - [Tweak] Use CSS `gap` for implementing spacing in the `Columns`, `Inline`, and `Stack` components.
567
+ - [Feat] New `gap` prop in the `Box` component, implementing support for the CSS `gap` property.
568
+ - [Tweak] Use CSS `gap` for implementing spacing in the `Columns`, `Inline`, and `Stack` components.
589
569
 
590
570
  **v17.8.1:**
591
571
 
592
- - [Fix] When clicking inside a modal, holding and releasing the click outside the modal no longer closes the modal
572
+ - [Fix] When clicking inside a modal, holding and releasing the click outside the modal no longer closes the modal
593
573
 
594
574
  **v17.8.0:**
595
575
 
596
- - [Feat] New `Modal` prop `portalElement`, to enable consumers of the `Modal` component to have some control on where the modal portal is rendered.
597
- - [Feat] The `Badge` component now renders as an inline element, which makes it more versatile in common situations when it's needed. For instance, to render it inside other elements such as buttons, links, etc.
576
+ - [Feat] New `Modal` prop `portalElement`, to enable consumers of the `Modal` component to have some control on where the modal portal is rendered.
577
+ - [Feat] The `Badge` component now renders as an inline element, which makes it more versatile in common situations when it's needed. For instance, to render it inside other elements such as buttons, links, etc.
598
578
 
599
579
  **v17.7.0:**
600
580
 
601
- - [Feat] Add `startIcon` support to `TextField`
581
+ - [Feat] Add `startIcon` support to `TextField`
602
582
 
603
583
  **v17.6.0:**
604
584
 
605
- - [Tweak] Upgrade Ariakit version to 2.0.0-next.30
585
+ - [Tweak] Upgrade Ariakit version to 2.0.0-next.30
606
586
 
607
587
  **v17.5.0:**
608
588
 
609
- - [Feat] Add `variant` prop support to `SelectField` component.
589
+ - [Feat] Add `variant` prop support to `SelectField` component.
610
590
 
611
591
  **v17.4.0:**
612
592
 
613
- - [Feat] Add support for controlling whether a `Modal` can be dismissed by pressing `Escape` or with a click event on the modal overlay.
593
+ - [Feat] Add support for controlling whether a `Modal` can be dismissed by pressing `Escape` or with a click event on the modal overlay.
614
594
 
615
595
  **v17.3.0:**
616
596
 
617
- - [Fix] Enforce standard padding in the `CheckboxField` component and accept an `icon` attribute
597
+ - [Fix] Enforce standard padding in the `CheckboxField` component and accept an `icon` attribute
618
598
 
619
599
  **v17.2.0:**
620
600
 
621
- - [Feat] Add support for providing a class to a `Modal` overlay
601
+ - [Feat] Add support for providing a class to a `Modal` overlay
622
602
 
623
603
  **v17.1.0:**
624
604
 
625
- - [Feat] Add support for `Menu` as a context menu
626
- - [Fix] Allow `SubMenu`s to be rendered and support keyboard navigation
605
+ - [Feat] Add support for `Menu` as a context menu
606
+ - [Fix] Allow `SubMenu`s to be rendered and support keyboard navigation
627
607
 
628
608
  **v17.0.1:**
629
609
 
630
- - [Fix] Enforce minimum width for the checkbox icon in the `CheckboxField` component
610
+ - [Fix] Enforce minimum width for the checkbox icon in the `CheckboxField` component
631
611
 
632
612
  **v17.0.0:**
633
613
 
634
- - [Breaking] Allow to customize the TextLink styles (color and text-decoration) via CSS variables
614
+ - [Breaking] Allow to customize the TextLink styles (color and text-decoration) via CSS variables
635
615
 
636
616
  **v16.1.0:**
637
617
 
638
- - [Build] Add support for Node v18 and npm v9
618
+ - [Build] Add support for Node v18 and npm v9
639
619
 
640
620
  **v16.0.0:**
641
621
 
642
- - [Breaking] The `Notification` component is renamed as `DeprecatedNotification`
643
- - [Feat] The `Box` component now supports a new `background="toast"`
644
- - [Feat] A new `Toast` component and `useToasts` hook
645
- - [Fix] Sets `Badge` to semibold
622
+ - [Breaking] The `Notification` component is renamed as `DeprecatedNotification`
623
+ - [Feat] The `Box` component now supports a new `background="toast"`
624
+ - [Feat] A new `Toast` component and `useToasts` hook
625
+ - [Fix] Sets `Badge` to semibold
646
626
 
647
627
  **v15.3.0:**
648
628
 
649
- - [Feat] Introduces a `Badge` component
629
+ - [Feat] Introduces a `Badge` component
650
630
 
651
631
  **v15.2.0:**
652
632
 
653
- - [Feat] Enhance the `label` property in `CheckboxField` to be of type `React.ReactNode`
633
+ - [Feat] Enhance the `label` property in `CheckboxField` to be of type `React.ReactNode`
654
634
 
655
635
  **v15.1.0:**
656
636
 
657
- - [Feat] Fields without label show no spacing above the field
658
- - [Fix] `TextArea` can now be hidden
659
- - [Fix] `TextArea` now properly support receiving an explicit alternative aria-describedby attribute
660
- - [Fix] TextArea is changed to only allow resizing vertically. This ensures that the consumer of the component can control the width via the maxWidth prop.
637
+ - [Feat] Fields without label show no spacing above the field
638
+ - [Fix] `TextArea` can now be hidden
639
+ - [Fix] `TextArea` now properly support receiving an explicit alternative aria-describedby attribute
640
+ - [Fix] TextArea is changed to only allow resizing vertically. This ensures that the consumer of the component can control the width via the maxWidth prop.
661
641
 
662
642
  **v15.0.0:**
663
643
 
664
- - [Breaking] The `Modal` has its internals replaced with Ariakit. This should not introduce any user-facing changes, but the old modal will be available as `DeprecatedModal` to help with the transition.
665
- - [Fix] Set `min-height` and `max-height` on `.reactist_menulist`.
644
+ - [Breaking] The `Modal` has its internals replaced with Ariakit. This should not introduce any user-facing changes, but the old modal will be available as `DeprecatedModal` to help with the transition.
645
+ - [Fix] Set `min-height` and `max-height` on `.reactist_menulist`.
666
646
 
667
647
  **v14.1.1:**
668
648
 
669
- - [Fix] Pins the ariakit dependencies.
649
+ - [Fix] Pins the ariakit dependencies.
670
650
 
671
651
  **v14.1.0:**
672
652
 
673
- - [Feat] `Tabs` by default have a shorter height, but this can be customized by overriding an exposed css variable
653
+ - [Feat] `Tabs` by default have a shorter height, but this can be customized by overriding an exposed css variable
674
654
 
675
655
  **v14.0.0:**
676
656
 
677
- - [Breaking] The `color` prop has been removed from `Tabs`, and `variant` now only supports `themed` and `neutral` as options.
678
- - [Fix] `Tooltip` will now correctly use an anchor component with an `as` prop
657
+ - [Breaking] The `color` prop has been removed from `Tabs`, and `variant` now only supports `themed` and `neutral` as options.
658
+ - [Fix] `Tooltip` will now correctly use an anchor component with an `as` prop
679
659
 
680
660
  **v13.0.0:**
681
661
 
682
- - [Breaking] Button's `tooltipGapSize` prop is no longer supported. When wanting to customize the tooltip appearance, consumers should take ownership of rendering the tooltip manually.
683
- - [Breaking] Icon-only buttons can have their implicit "aria-label as tooltip" behaviour suppressed by passing `tooltip={null}`. Useful when wanting to get full control over rendering the tooltip manually.
684
- - [Breaking] Remove deprecated components `Checkbox`, `DeprecatedLoading` and `DeprecatedModal`.
685
- - [Breaking] Remove `Popover`
686
- - [Breaking] The following components have been renamed and will be removed in a future major release:
687
- - `Dropdown` -> `DeprecatedDropdown`
688
- - `Input` -> `DeprecatedInput`, use `TextField` instead.
689
- - `Select` -> `DeprecatedSelect`, use `SelectField` instead.
690
- - [Feat] Allow buttons to have fully rounded/circular corners.
691
- - [Fix] Only apply full width labels when the button is full width
662
+ - [Breaking] Button's `tooltipGapSize` prop is no longer supported. When wanting to customize the tooltip appearance, consumers should take ownership of rendering the tooltip manually.
663
+ - [Breaking] Icon-only buttons can have their implicit "aria-label as tooltip" behaviour suppressed by passing `tooltip={null}`. Useful when wanting to get full control over rendering the tooltip manually.
664
+ - [Breaking] Remove deprecated components `Checkbox`, `DeprecatedLoading` and `DeprecatedModal`.
665
+ - [Breaking] Remove `Popover`
666
+ - [Breaking] The following components have been renamed and will be removed in a future major release:
667
+ - `Dropdown` -> `DeprecatedDropdown`
668
+ - `Input` -> `DeprecatedInput`, use `TextField` instead.
669
+ - `Select` -> `DeprecatedSelect`, use `SelectField` instead.
670
+ - [Feat] Allow buttons to have fully rounded/circular corners.
671
+ - [Fix] Only apply full width labels when the button is full width
692
672
 
693
673
  **v12.1.1:**
694
674
 
695
- - [Fix] Reset input padding for `variant="bordered"` `TextField`.
675
+ - [Fix] Reset input padding for `variant="bordered"` `TextField`.
696
676
 
697
677
  **v12.1.0:**
698
678
 
699
- - [Feat] New `message` and `tone` props that allow to associate a visual and semantic message to various field components. Supported in `TextField`, `PasswordField`, `TextArea` and `SelectField`.
700
- - [Feat] New `variant="bordered"` supported in `TextField`, `PasswordField` and `TextArea`. It renders the field and its labels enclosed in an outer border, rather than having a border around the editing area only.
679
+ - [Feat] New `message` and `tone` props that allow to associate a visual and semantic message to various field components. Supported in `TextField`, `PasswordField`, `TextArea` and `SelectField`.
680
+ - [Feat] New `variant="bordered"` supported in `TextField`, `PasswordField` and `TextArea`. It renders the field and its labels enclosed in an outer border, rather than having a border around the editing area only.
701
681
 
702
682
  **v12.0.4:**
703
683
 
704
- - [Fix] Better default alignment between the `MenuList` and the `MenuButton`
684
+ - [Fix] Better default alignment between the `MenuList` and the `MenuButton`
705
685
 
706
686
  **v12.0.3:**
707
687
 
708
- - [Fix] Missing styling for `MenuList` in Safari
688
+ - [Fix] Missing styling for `MenuList` in Safari
709
689
 
710
690
  **v12.0.2:**
711
691
 
712
- - [Fix] `Tooltip` was overriding its anchor's `ref`, preventing it from successfully forwarding its ref
692
+ - [Fix] `Tooltip` was overriding its anchor's `ref`, preventing it from successfully forwarding its ref
713
693
 
714
694
  **v12.0.1:**
715
695
 
716
- - [Fix] Fix publishing flow
696
+ - [Fix] Fix publishing flow
717
697
 
718
698
  **v12.0.0:**
719
699
 
720
- - [Breaking] Dropped support for React 16
721
- - Internally, Reactist will now use React 17 and TypeScript v4.6. Targets for `@babel/preset-env` have also been set, reducing the total build size by about 8-10%.
722
- - [Breaking] Replace Reakit with Ariakit
723
- - This includes a breaking change for `Tabs`, where if the `selectedId` prop is provided, it becomes a controlled component and will no longer switch tabs on its own. To retain the old behaviour, `defaultSelectedId` can be used instead.
700
+ - [Breaking] Dropped support for React 16
701
+ - Internally, Reactist will now use React 17 and TypeScript v4.6. Targets for `@babel/preset-env` have also been set, reducing the total build size by about 8-10%.
702
+ - [Breaking] Replace Reakit with Ariakit
703
+ - This includes a breaking change for `Tabs`, where if the `selectedId` prop is provided, it becomes a controlled component and will no longer switch tabs on its own. To retain the old behaviour, `defaultSelectedId` can be used instead.
724
704
 
725
705
  **v11.6.0:**
726
706
 
727
- - [Fix] Apply TextLink color through `--reactist-text-link-color`
728
- - [Feat] Add `positive` tone to `Text`
729
- - [Feat] Add `xsmall` size to `Loading`
707
+ - [Fix] Apply TextLink color through `--reactist-text-link-color`
708
+ - [Feat] Add `positive` tone to `Text`
709
+ - [Feat] Add `xsmall` size to `Loading`
730
710
 
731
711
  **v11.5.1:**
732
712
 
733
- - [Fix] Modal header's min-height is now applied when header has no button
713
+ - [Fix] Modal header's min-height is now applied when header has no button
734
714
 
735
715
  **v11.5.0:**
736
716
 
737
- - [Build] Update peer dependencies to include React v18
717
+ - [Build] Update peer dependencies to include React v18
738
718
 
739
719
  **v11.4.0:**
740
720
 
741
- - [Feat] Button can now have a width set (except icon-only buttons). When having a width, the label aligment can also be customized
742
- - [Fix] Button focus styles should only be shown when interacting with the button via keyboard (using CSS's `:focus-visible`)
721
+ - [Feat] Button can now have a width set (except icon-only buttons). When having a width, the label aligment can also be customized
722
+ - [Fix] Button focus styles should only be shown when interacting with the button via keyboard (using CSS's `:focus-visible`)
743
723
 
744
724
  **v11.3.0:**
745
725
 
746
- - [Feat] Added `alignSelf` prop to `Box`
726
+ - [Feat] Added `alignSelf` prop to `Box`
747
727
 
748
728
  **v11.2.0:**
749
729
 
750
- - [Fix] Hiding `ModalHeader` close button no longer renders the button wrapper column
751
- - [Fix] Using `start` as a value for `Box`'s `textAlign` now adds a class to properly set the `text-align` value
752
- - [Fix] `TextArea`'s `rows` prop is not added to the component's type definition
753
- - [Feat] Updates `Button` to support `gapSize` from `Tooltip` (as `tooltipGapSize`)
730
+ - [Fix] Hiding `ModalHeader` close button no longer renders the button wrapper column
731
+ - [Fix] Using `start` as a value for `Box`'s `textAlign` now adds a class to properly set the `text-align` value
732
+ - [Fix] `TextArea`'s `rows` prop is not added to the component's type definition
733
+ - [Feat] Updates `Button` to support `gapSize` from `Tooltip` (as `tooltipGapSize`)
754
734
 
755
735
  **v11.1.0:**
756
736
 
757
- - [Tweak] Tabs now are styled with medium font-weight
758
- - [Tweak] Updates the default medium font-weight from `500` to `600`
759
- - [Fix] `ModalActions` now ignores `null` child elements
760
- - [Fix] `ModalActions` no longer wraps each child element inside a wrapper `div`
761
- - [Fix] `ModalActions` flattens children inside React fragments
762
- - [Fix] `Inline` no longer adds an unneeded extra wrapper `div` around it
763
- - [Fix] Adds margin to Menu's viewport positioning
764
- - [Feat] Updates Avatar to support responsive patterns
737
+ - [Tweak] Tabs now are styled with medium font-weight
738
+ - [Tweak] Updates the default medium font-weight from `500` to `600`
739
+ - [Fix] `ModalActions` now ignores `null` child elements
740
+ - [Fix] `ModalActions` no longer wraps each child element inside a wrapper `div`
741
+ - [Fix] `ModalActions` flattens children inside React fragments
742
+ - [Fix] `Inline` no longer adds an unneeded extra wrapper `div` around it
743
+ - [Fix] Adds margin to Menu's viewport positioning
744
+ - [Feat] Updates Avatar to support responsive patterns
765
745
 
766
746
  **v11.0.0:**
767
747
 
768
- - [Feat] New approach to styling components based on CSS variables
769
- - [Feat] New approach to supporting rendering some components as another HTML element or as another component.
770
- - [Feat] New components for layout (`Box`, `Columns`, `Column`, `Inline`, `Stack`)
771
- - [Feat] New field components (`TextField`, `PasswordField`, `SelectField`, `CheckboxField`, `SwitchField`, `TextArea`)
772
- - [Feat] New tabs components (`Tabs`, `Tab`, `TabList`, `TabPanel`, `TabAwareSlot`)
773
- - [Feat] New components for typography (`Text`, `Heading`, `TextLink`)
774
- - [Feat] Various other new components (`Alert`, `Notice`, `Hidden`, `HiddenVisually`)
775
- - [Feat] New set of modal component (`Modal`, `ModalHeader`, `ModalBody`, `ModalFooter`, `ModalActions`) replacing the old set of `Modal.*` components.
776
- - [Feat] New `Button` and `ButtonLink` components, replacing the old `Button` component.
777
- - [Breaking] Old set of modal components are now exported as `DeprecatedModal` instead of as `Modal`.
778
- - [Breaking] Old `Button` component is now exported as `DeprecatedButton` instead of as `Button`.
779
- - [Breaking] Old `Loading` component is now exported as `DeprecatedLoading` instead of as `Loading`.
780
- - [Breaking] Removes the `RangeInput` component
781
- - [Breaking] Removes the `Tip` component
782
- - [Breaking] Removes the `Icon` component
783
- - [Breaking] Removes the `ErrorMessage` component
784
- - [Docs] Adds a11y badges to component stories
785
- - [Docs] Adds `jest-axe` package and automated a11y checks
786
- - [Tweak] Makes a11y improvements to `Menu`
787
- - [Tweak] Makes a11y improvements to `ProgressBar`
788
- - [Tweak] Makes a11y improvements to `Notification`
789
- - [Build] Updates peer deps to include React v17.0
748
+ - [Feat] New approach to styling components based on CSS variables
749
+ - [Feat] New approach to supporting rendering some components as another HTML element or as another component.
750
+ - [Feat] New components for layout (`Box`, `Columns`, `Column`, `Inline`, `Stack`)
751
+ - [Feat] New field components (`TextField`, `PasswordField`, `SelectField`, `CheckboxField`, `SwitchField`, `TextArea`)
752
+ - [Feat] New tabs components (`Tabs`, `Tab`, `TabList`, `TabPanel`, `TabAwareSlot`)
753
+ - [Feat] New components for typography (`Text`, `Heading`, `TextLink`)
754
+ - [Feat] Various other new components (`Alert`, `Notice`, `Hidden`, `HiddenVisually`)
755
+ - [Feat] New set of modal component (`Modal`, `ModalHeader`, `ModalBody`, `ModalFooter`, `ModalActions`) replacing the old set of `Modal.*` components.
756
+ - [Feat] New `Button` and `ButtonLink` components, replacing the old `Button` component.
757
+ - [Breaking] Old set of modal components are now exported as `DeprecatedModal` instead of as `Modal`.
758
+ - [Breaking] Old `Button` component is now exported as `DeprecatedButton` instead of as `Button`.
759
+ - [Breaking] Old `Loading` component is now exported as `DeprecatedLoading` instead of as `Loading`.
760
+ - [Breaking] Removes the `RangeInput` component
761
+ - [Breaking] Removes the `Tip` component
762
+ - [Breaking] Removes the `Icon` component
763
+ - [Breaking] Removes the `ErrorMessage` component
764
+ - [Docs] Adds a11y badges to component stories
765
+ - [Docs] Adds `jest-axe` package and automated a11y checks
766
+ - [Tweak] Makes a11y improvements to `Menu`
767
+ - [Tweak] Makes a11y improvements to `ProgressBar`
768
+ - [Tweak] Makes a11y improvements to `Notification`
769
+ - [Build] Updates peer deps to include React v17.0
790
770
 
791
771
  **v10.0.0-beta.12:**
792
772
 
793
- - [Tweak] Upgrade Storybook to version v6.3.10
794
- - [Tweak] Limit node version to <=16.10.0
773
+ - [Tweak] Upgrade Storybook to version v6.3.10
774
+ - [Tweak] Limit node version to <=16.10.0
795
775
 
796
776
  **v10.0.0-beta.11:**
797
777
 
798
- - [Feat] More modal widths:
799
- - Previous width `large` is now called `xlarge`
800
- - New width `large` sitting in between `medium` and `xlarge`
801
- - New width `full`, that always fill the entire viewport width (keeping the standard margin
802
- around).
778
+ - [Feat] More modal widths:
779
+ - Previous width `large` is now called `xlarge`
780
+ - New width `large` sitting in between `medium` and `xlarge`
781
+ - New width `full`, that always fill the entire viewport width (keeping the standard margin
782
+ around).
803
783
 
804
784
  **v10.0.0-beta.10:**
805
785
 
806
- - [Fix] Reduce specificity of the Tab component's CSS variables
786
+ - [Fix] Reduce specificity of the Tab component's CSS variables
807
787
 
808
788
  **v10.0.0-beta.9:**
809
789
 
810
- - [Tweak] Divider weight now defaults to "tertiary"
811
- - [Fix] Modal dividers (in the header or footer) are tertiary dividers.
790
+ - [Tweak] Divider weight now defaults to "tertiary"
791
+ - [Fix] Modal dividers (in the header or footer) are tertiary dividers.
812
792
 
813
793
  **v10.0.0-beta.8:**
814
794
 
815
- - [Breaking] Standardize box borders and divider colors under a new primary/secondary/tertiary
816
- system.
817
- - [Fix] Better adjust spacing inside buttons, so that the side with an icon has a similar padding
818
- than the side with no icon.
819
- - [Tweak] Button hover styles are now also used when the button is focused, or it is expanded
820
- (e.g. in the case of menu buttons).
821
- - [Tweak] Make button colors transition smoothly.
822
- - [Tweak] Adjust modal widths to the new design system defaults.
823
- - [Tweak] Buttons with a visual text label (i.e. buttons that are not icon-only buttons) now have
824
- a minimum width set, so they don't get too small for extremely short labels.
795
+ - [Breaking] Standardize box borders and divider colors under a new primary/secondary/tertiary
796
+ system.
797
+ - [Fix] Better adjust spacing inside buttons, so that the side with an icon has a similar padding
798
+ than the side with no icon.
799
+ - [Tweak] Button hover styles are now also used when the button is focused, or it is expanded
800
+ (e.g. in the case of menu buttons).
801
+ - [Tweak] Make button colors transition smoothly.
802
+ - [Tweak] Adjust modal widths to the new design system defaults.
803
+ - [Tweak] Buttons with a visual text label (i.e. buttons that are not icon-only buttons) now have
804
+ a minimum width set, so they don't get too small for extremely short labels.
825
805
 
826
806
  **v10.0.0-beta.7:**
827
807
 
828
- - [Fix] Modals that fit their content's height now expand their height only downwards, and are not
829
- kept vertically centered, but slightly towards the top of the screen.
830
- - [Fix] Modal close button alignment is no longer inconsistent.
831
- - [Breaking] Button icon size is no longer controlled based on the button size. It is your
832
- responsibility to make sure your SVG icons have the proper size and alignment to fit in a button
833
- depending on its size.
834
- - [Fix] Button labels are now clamped when they do not fit inside the button. Buttons will never
835
- be wider than the width of their container.
808
+ - [Fix] Modals that fit their content's height now expand their height only downwards, and are not
809
+ kept vertically centered, but slightly towards the top of the screen.
810
+ - [Fix] Modal close button alignment is no longer inconsistent.
811
+ - [Breaking] Button icon size is no longer controlled based on the button size. It is your
812
+ responsibility to make sure your SVG icons have the proper size and alignment to fit in a button
813
+ depending on its size.
814
+ - [Fix] Button labels are now clamped when they do not fit inside the button. Buttons will never
815
+ be wider than the width of their container.
836
816
 
837
817
  **v10.0.0-beta.6:**
838
818
 
839
- - [Feature] Add a new `loading` prop for `Button` and `ButtonLink`, to set them as busy, and
840
- visually show a loading indicator.
841
- - [Fix] Fully support secondary destructive buttons in a way that is customizable via CSS
842
- variables.
843
- - [Fix] Use the `Button` component to power the default modal close button. This makes it possible
844
- for consumer apps to have these buttons follow their customized button styles.
845
- - [Feature] Improves the ability to fully customize all sizing and spacing by apps via CSS
846
- variables.
847
- - [Docs] New storybook examples showcasing how to customize buttons for dark mode.
819
+ - [Feature] Add a new `loading` prop for `Button` and `ButtonLink`, to set them as busy, and
820
+ visually show a loading indicator.
821
+ - [Fix] Fully support secondary destructive buttons in a way that is customizable via CSS
822
+ variables.
823
+ - [Fix] Use the `Button` component to power the default modal close button. This makes it possible
824
+ for consumer apps to have these buttons follow their customized button styles.
825
+ - [Feature] Improves the ability to fully customize all sizing and spacing by apps via CSS
826
+ variables.
827
+ - [Docs] New storybook examples showcasing how to customize buttons for dark mode.
848
828
 
849
829
  **v10.0.0-beta.5:**
850
830
 
851
- - [Breaking] The various `Menu*` components props no longer consider `className` as a valid prop.
852
- - [Breaking] The `Stack` component's `align` prop type is now `'start' | 'center' | 'end'` instead
853
- of `'left' | 'center' | 'right'`.
854
- - [Fix] Colour of quaternary button is now correct.
855
- - [Docs] Improvements to the storybook examples for the `Menu` components.
856
- - [Fix] Modal focus lock is now working correctly.
857
- - [Fix] Modals are now aligned to the top of the viewport.
858
- - [Fix] The labels of the `SwitchField` and `CheckboxField` components now follow the standard
859
- `Text` styling.
831
+ - [Breaking] The various `Menu*` components props no longer consider `className` as a valid prop.
832
+ - [Breaking] The `Stack` component's `align` prop type is now `'start' | 'center' | 'end'` instead
833
+ of `'left' | 'center' | 'right'`.
834
+ - [Fix] Colour of quaternary button is now correct.
835
+ - [Docs] Improvements to the storybook examples for the `Menu` components.
836
+ - [Fix] Modal focus lock is now working correctly.
837
+ - [Fix] Modals are now aligned to the top of the viewport.
838
+ - [Fix] The labels of the `SwitchField` and `CheckboxField` components now follow the standard
839
+ `Text` styling.
860
840
 
861
841
  **v10.0.0-beta.4:**
862
842
 
863
- - [Breaking] The new `Loading` component now supports `aria-label` or `aria-labelledby`, and it
864
- also forwards all other props to the container element.
865
- - [Feature] Reintroduce the legacy `Loading` component as `DeprecatedLoading` to ease the
866
- migration in apps using it.
843
+ - [Breaking] The new `Loading` component now supports `aria-label` or `aria-labelledby`, and it
844
+ also forwards all other props to the container element.
845
+ - [Feature] Reintroduce the legacy `Loading` component as `DeprecatedLoading` to ease the
846
+ migration in apps using it.
867
847
 
868
848
  **v10.0.0-beta.3:**
869
849
 
870
- - [Breaking] The `Loading` component has been reimplemented based on the beta `LoadingSpinner`.
871
- - [Breaking] The `LoadingSpinner` was renamed as `Loading`, and significantly changed.
872
- - [Breaking] The `Modal` has been renamed `DeprecatedModal`.
873
- - [Feature] A new `Modal` component is introduced, that replaces the old one, with much better
874
- accessibility features and integrated into the new styling approach of the new design system
875
- components.
876
- - [Breaking] Rename the `Button` as `DeprecatedButton`.
877
- - [Feature] New `Button` component following the latest standards of the design system.
878
- - [Docs] The storybook examples now open the "Docs" tab by default.
850
+ - [Breaking] The `Loading` component has been reimplemented based on the beta `LoadingSpinner`.
851
+ - [Breaking] The `LoadingSpinner` was renamed as `Loading`, and significantly changed.
852
+ - [Breaking] The `Modal` has been renamed `DeprecatedModal`.
853
+ - [Feature] A new `Modal` component is introduced, that replaces the old one, with much better
854
+ accessibility features and integrated into the new styling approach of the new design system
855
+ components.
856
+ - [Breaking] Rename the `Button` as `DeprecatedButton`.
857
+ - [Feature] New `Button` component following the latest standards of the design system.
858
+ - [Docs] The storybook examples now open the "Docs" tab by default.
879
859
 
880
860
  **v10.0.0-beta.2:**
881
861
 
882
- - [Feature] All the tab components are now polymorphic (i.e. they can use the `as="element"` prop).
883
- - [Feature] The `Box` component now has a new `textAlign` prop to control its `text-align` style.
884
- - [Feature] The `Text` and `Heading` components now have a `align` prop to align its content horizontally.
862
+ - [Feature] All the tab components are now polymorphic (i.e. they can use the `as="element"` prop).
863
+ - [Feature] The `Box` component now has a new `textAlign` prop to control its `text-align` style.
864
+ - [Feature] The `Text` and `Heading` components now have a `align` prop to align its content horizontally.
885
865
 
886
866
  **v10.0.0-beta.1:**
887
867
 
888
- - [Build] The project now requires node v16.0.0+ and npm v7.0.0+ to install and run.
868
+ - [Build] The project now requires node v16.0.0+ and npm v7.0.0+ to install and run.
889
869
 
890
870
  **10.0.0:**
891
871
 
892
- - [Build] The project now requires node v16.0.0+ and npm v7.0.0+ to install and run.
872
+ - [Build] The project now requires node v16.0.0+ and npm v7.0.0+ to install and run.
893
873
 
894
874
  **v9.2.0-beta.18:**
895
875
 
896
- - [Breaking] Component composition changed to use prop `as="…"` instead of `component="…"`.
897
- - [Breaking] Most design system components no longer support receiving a `className` attribute.
898
- - [Breaking] Some design system components now support a custom class name via a `exceptionallySetClassName` prop.
899
- - [Breaking] Responsive props are now provided via an object instead of an array.
900
- - [Feature] The `Box` component now has a various `margin*` props to provide its margins similar to paddings.
901
- - [Feature] The `Box` component now has a new `maxWidth` value `full` (i.e.`maxWidth="full"`).
902
- - [Feature] The `Stack` component now has a `align` prop to align its items horizontally.
903
- - [Feature] Add new component `Hidden` to hide content under certain media conditions.
904
- - [Feature] Add new component `HiddenVisually` to hide content visually while keeping it accessible.
905
- - [Feature] The `SwitchField` and `CheckboxField` components can now be controlled or uncontrolled.
906
- - [Fix] The `SwitchField` hover state is no longer flaky.
907
- - [Fix] The hint text in various field components (`TextField`, `PasswordField`, `SelectField`) now renders outside the max-width container.
876
+ - [Breaking] Component composition changed to use prop `as="…"` instead of `component="…"`.
877
+ - [Breaking] Most design system components no longer support receiving a `className` attribute.
878
+ - [Breaking] Some design system components now support a custom class name via a `exceptionallySetClassName` prop.
879
+ - [Breaking] Responsive props are now provided via an object instead of an array.
880
+ - [Feature] The `Box` component now has a various `margin*` props to provide its margins similar to paddings.
881
+ - [Feature] The `Box` component now has a new `maxWidth` value `full` (i.e.`maxWidth="full"`).
882
+ - [Feature] The `Stack` component now has a `align` prop to align its items horizontally.
883
+ - [Feature] Add new component `Hidden` to hide content under certain media conditions.
884
+ - [Feature] Add new component `HiddenVisually` to hide content visually while keeping it accessible.
885
+ - [Feature] The `SwitchField` and `CheckboxField` components can now be controlled or uncontrolled.
886
+ - [Fix] The `SwitchField` hover state is no longer flaky.
887
+ - [Fix] The hint text in various field components (`TextField`, `PasswordField`, `SelectField`) now renders outside the max-width container.
908
888
 
909
889
  **v9.2.0-beta.17:**
910
890
 
911
- - [Feature] Introduces a new `Tabs` component based on [Reakit/Tab](https://reakit.io/docs/tab/)
891
+ - [Feature] Introduces a new `Tabs` component based on [Reakit/Tab](https://reakit.io/docs/tab/)
912
892
 
913
893
  Also included are changes from https://github.com/Doist/reactist/releases/tag/v9.1.6
914
894
 
915
895
  **v9.2.0-beta.16:**
916
896
 
917
- - [Fix] Allows classname to be passed through on ButtonLink.
897
+ - [Fix] Allows classname to be passed through on ButtonLink.
918
898
 
919
899
  **v9.2.0-beta.15:**
920
900
 
921
- - [Fix] Add default padding to `Text` component when used with `lineClamp` prop, in order to prevent emojis from being cutoff
922
- - [Fix] Allow the `Column` component to leverage the `component` prop to render as another element other than the default `div`
901
+ - [Fix] Add default padding to `Text` component when used with `lineClamp` prop, in order to prevent emojis from being cutoff
902
+ - [Fix] Allow the `Column` component to leverage the `component` prop to render as another element other than the default `div`
923
903
 
924
904
  **v9.2.0-beta.14:**
925
905
 
926
- - [Fix] Add support for `baseline` alignment
906
+ - [Fix] Add support for `baseline` alignment
927
907
 
928
908
  **v9.2.0-beta.13:**
929
909
 
930
- - [Fix] Allow nested `Columns` components to retain their own inner spacing
910
+ - [Fix] Allow nested `Columns` components to retain their own inner spacing
931
911
 
932
912
  **v9.2.0-beta.12:**
933
913
 
934
- - New tag to include the fix from [`v9.1.5`](https://github.com/Doist/reactist/releases/tag/v9.1.5)
914
+ - New tag to include the fix from [`v9.1.5`](https://github.com/Doist/reactist/releases/tag/v9.1.5)
935
915
 
936
916
  **v9.2.0-beta.11:**
937
917
 
938
- - [Fix] Incorrect styles in `Button` which affected dark mode themes
939
- - [Fix] Incorrect styles in `SelectField` which affected dark mode themes
918
+ - [Fix] Incorrect styles in `Button` which affected dark mode themes
919
+ - [Fix] Incorrect styles in `SelectField` which affected dark mode themes
940
920
 
941
921
  **v9.2.0-beta.10:**
942
922
 
943
- - [Breaking] `Text` component now has its `size` attribute changed to accept `caption`, `copy`, `body`, and `subtitle`.
944
- - [Fix] `Columns` component will now stretch within a flex container
923
+ - [Breaking] `Text` component now has its `size` attribute changed to accept `caption`, `copy`, `body`, and `subtitle`.
924
+ - [Fix] `Columns` component will now stretch within a flex container
945
925
 
946
926
  **v9.2.0-beta.9:**
947
927
 
948
- - [Docs] Upgraded all beta storybook docs to work with Storybook 6
928
+ - [Docs] Upgraded all beta storybook docs to work with Storybook 6
949
929
 
950
930
  **9.1.6:**
951
931
 
952
- - [Feature] Change `KeyboardShortcut` to treat `Super` as a key to be translated
932
+ - [Feature] Change `KeyboardShortcut` to treat `Super` as a key to be translated
953
933
 
954
934
  **9.1.5:**
955
935
 
956
- - [Fix] Prevent menu items with `aria-disabled` set to `false` from being disabled
936
+ - [Fix] Prevent menu items with `aria-disabled` set to `false` from being disabled
957
937
 
958
938
  **9.1.4:**
959
939
 
960
- - [Perf] Make the disabled Button component visible to screen readers by swapping `disabled` for `aria-disabled`
940
+ - [Perf] Make the disabled Button component visible to screen readers by swapping `disabled` for `aria-disabled`
961
941
 
962
942
  **9.1.3:**
963
943
 
964
- - [Tweak] Upgrade Storybook to version v6.2.1. Migrate stories to new version.
944
+ - [Tweak] Upgrade Storybook to version v6.2.1. Migrate stories to new version.
965
945
 
966
946
  **v9.2.0-beta.8:**
967
947
 
968
- - Fix `Columns` styles, broken by the changes to `Stack` styling. This release now removes the interdependency of `Column's styles relying on `Stack` styles.
948
+ - Fix `Columns` styles, broken by the changes to `Stack` styling. This release now removes the interdependency of `Column's styles relying on `Stack` styles.
969
949
 
970
950
  **v9.2.0-beta.7:**
971
951
 
972
952
  Various fixes to the new experimental components
973
953
 
974
- - Adds a right padding to the `SelectField` to make sure the chevron never appears on top of the `select` content.
975
- - Use for the checked `CheckboxField` the same colour variable we use for the `SwitchField`.
976
- - Add a wrapper `div` around what `Inline` renders, to avoid conflicts with margin applied from the outside by `Stack` (when `Inline` is nested in `Stack`).
977
- - Simplify the CSS for `Stack` leveraging the `:not(:first-child)` selector.
978
- - Add one more story to each of `Stack` and `Inline` to showcase that these new changes did not break their expected behaviour.
954
+ - Adds a right padding to the `SelectField` to make sure the chevron never appears on top of the `select` content.
955
+ - Use for the checked `CheckboxField` the same colour variable we use for the `SwitchField`.
956
+ - Add a wrapper `div` around what `Inline` renders, to avoid conflicts with margin applied from the outside by `Stack` (when `Inline` is nested in `Stack`).
957
+ - Simplify the CSS for `Stack` leveraging the `:not(:first-child)` selector.
958
+ - Add one more story to each of `Stack` and `Inline` to showcase that these new changes did not break their expected behaviour.
979
959
 
980
960
  **v9.2.0-beta.6:**
981
961
 
982
962
  Various fixes to the new experimental components
983
963
 
984
- - Add explicit link styles to `TextLink`
985
- - `SwitchField` now properly animates the handle moving left or right.
986
- - Style fixes to the `PasswordField`.
987
- - Added ref forwarding to `TextField`, `PasswordField` and `Heading`.
964
+ - Add explicit link styles to `TextLink`
965
+ - `SwitchField` now properly animates the handle moving left or right.
966
+ - Style fixes to the `PasswordField`.
967
+ - Added ref forwarding to `TextField`, `PasswordField` and `Heading`.
988
968
 
989
969
  **v9.2.0-beta.5:**
990
970
 
991
- - Change Stack and Inline elements to not generate one container element per child element.
992
- - Fix ButtonLink styling
993
- - Adds a new `display="inlineFlex"` value to the `display` property of `Box`. This makes the `Box` use `display: inline-flex`.
971
+ - Change Stack and Inline elements to not generate one container element per child element.
972
+ - Fix ButtonLink styling
973
+ - Adds a new `display="inlineFlex"` value to the `display` property of `Box`. This makes the `Box` use `display: inline-flex`.
994
974
 
995
975
  **v9.2.0-beta.4:**
996
976
 
997
977
  Various fixes to the new experimental components
998
978
 
999
- - The `SelectField` now has its native appearance reset (i.e. `appearance: none`).
1000
- - Fixed a typo in an internal css variable in the `SelectField` that made it not have the proper height.
1001
- - Text in `Alert` and `Notice` is now properly aligned vertically with the icon.
1002
- - Fixed some css module classes that were incorrect in the JS code.
1003
- - `Alert` colours did not have the transparency properly set.
1004
- - The `SwitchField` now has a new dedicated css variable for theming its background when checked.
979
+ - The `SelectField` now has its native appearance reset (i.e. `appearance: none`).
980
+ - Fixed a typo in an internal css variable in the `SelectField` that made it not have the proper height.
981
+ - Text in `Alert` and `Notice` is now properly aligned vertically with the icon.
982
+ - Fixed some css module classes that were incorrect in the JS code.
983
+ - `Alert` colours did not have the transparency properly set.
984
+ - The `SwitchField` now has a new dedicated css variable for theming its background when checked.
1005
985
 
1006
986
  **v9.2.0-beta.3:**
1007
987
 
1008
- - [Fix] `Text` component was not receiving its ref correctly
988
+ - [Fix] `Text` component was not receiving its ref correctly
1009
989
 
1010
990
  **v9.2.0-beta.2:**
1011
991
 
1012
- - [Feature] New components `Alert`, `LoadingSpinner`, `Notice`, `Heading`, `Text`, `ButtonLink`, `TextLink`, `CheckboxField`, `PasswordField`, `SelectField`, `SwitchField`, `TextArea`, `TextField`.
1013
- - [Feature] New prop `tone` for component `Heading` (just like that for `Text`).
1014
- - [Feature] New prop `position` for component `Box`.
1015
- - [Feature] New props `flexShrink` and `flexGrow` for component `Box`.
1016
- - [Feature] New props `border` and `borderRadius` for component `Box`.
1017
- - [Feature] New `minWidth={0}` in component `Box`.
1018
- - [Feature] `Text` now supports receiving a `ref`.
1019
- - [Fix] Changed `Box` value for prop `background`. Former value `shade` is now called `aside`.
1020
- - [Fix] `Column` with `width="content"` did not shrink entirely to zero if empty.
1021
- - [Fix] Other fixes to columns so that it did not expand more than expected, so it allows truncated text to truncate.
1022
- - [Fix] Correct font sizes for the various levels of `Heading`.
1023
- - [Fix] `Stack` and `Inline` now generate `span` instead of `div` elements if the html element they use for the container does not allow to contain `div` elements.
992
+ - [Feature] New components `Alert`, `LoadingSpinner`, `Notice`, `Heading`, `Text`, `ButtonLink`, `TextLink`, `CheckboxField`, `PasswordField`, `SelectField`, `SwitchField`, `TextArea`, `TextField`.
993
+ - [Feature] New prop `tone` for component `Heading` (just like that for `Text`).
994
+ - [Feature] New prop `position` for component `Box`.
995
+ - [Feature] New props `flexShrink` and `flexGrow` for component `Box`.
996
+ - [Feature] New props `border` and `borderRadius` for component `Box`.
997
+ - [Feature] New `minWidth={0}` in component `Box`.
998
+ - [Feature] `Text` now supports receiving a `ref`.
999
+ - [Fix] Changed `Box` value for prop `background`. Former value `shade` is now called `aside`.
1000
+ - [Fix] `Column` with `width="content"` did not shrink entirely to zero if empty.
1001
+ - [Fix] Other fixes to columns so that it did not expand more than expected, so it allows truncated text to truncate.
1002
+ - [Fix] Correct font sizes for the various levels of `Heading`.
1003
+ - [Fix] `Stack` and `Inline` now generate `span` instead of `div` elements if the html element they use for the container does not allow to contain `div` elements.
1024
1004
 
1025
1005
  **9.1.2:**
1026
1006
 
1027
- - [Fix] Call a MenuItem component's onClick handler if provided; ignore the select action if event.defaultPrevented.
1007
+ - [Fix] Call a MenuItem component's onClick handler if provided; ignore the select action if event.defaultPrevented.
1028
1008
 
1029
1009
  **v9.2.0-beta.1:**
1030
1010
 
1031
- - [Feature] Add `xxlarge` option to various `padding` and `space` props for `Box`, `Columns`, `Inline`, and `Stack` components
1011
+ - [Feature] Add `xxlarge` option to various `padding` and `space` props for `Box`, `Columns`, `Inline`, and `Stack` components
1032
1012
 
1033
1013
  **v9.2.0-beta:**
1034
1014
 
1035
- - [Feature] Add `largest` size increase support for `Heading` component
1036
- - [Feature] Add `lineClamp` for text truncation to `Heading` and `Text` components
1037
- - [Fix] Export the `Column` component in the main entry point
1038
- - [Fix] Add missing colour variables
1039
- - [Docs] Add Storybook demos for `Heading`, `Text`, and colour swatches
1015
+ - [Feature] Add `largest` size increase support for `Heading` component
1016
+ - [Feature] Add `lineClamp` for text truncation to `Heading` and `Text` components
1017
+ - [Fix] Export the `Column` component in the main entry point
1018
+ - [Fix] Add missing colour variables
1019
+ - [Docs] Add Storybook demos for `Heading`, `Text`, and colour swatches
1040
1020
 
1041
1021
  **v9.1.0-beta.2:**
1042
1022
 
1043
- - [Fix] Move patch-package to dependencies to allow it to run (on nothing since we're patching a dev-dependency) after being installed as a package.
1044
- - [Fix] Prevent emotion's `css` prop from polluting the exported type definitions
1023
+ - [Fix] Move patch-package to dependencies to allow it to run (on nothing since we're patching a dev-dependency) after being installed as a package.
1024
+ - [Fix] Prevent emotion's `css` prop from polluting the exported type definitions
1045
1025
 
1046
1026
  **v9.1.0-beta.1:**
1047
1027
 
1048
- - [Fix] The previous beta release had an issue where all components' stylesheets were being treated as CSS modules. This will now build with the correct class name selectors again.
1028
+ - [Fix] The previous beta release had an issue where all components' stylesheets were being treated as CSS modules. This will now build with the correct class name selectors again.
1049
1029
 
1050
1030
  **v9.1.0-beta:**
1051
1031
 
1052
- - [Feature] A set of base design system components have been added: `Box`, `Columns`, `Divider`, `Heading`, `Inline`, `Stack`, and `Text`. Since we're still experimenting with their API, they will be packaged under beta releases until they become more concrete.
1032
+ - [Feature] A set of base design system components have been added: `Box`, `Columns`, `Divider`, `Heading`, `Inline`, `Stack`, and `Text`. Since we're still experimenting with their API, they will be packaged under beta releases until they become more concrete.
1053
1033
 
1054
1034
  **9.1.1:**
1055
1035
 
1056
- - [Fix] Prevent `Loading` component from spinning off-centre
1036
+ - [Fix] Prevent `Loading` component from spinning off-centre
1057
1037
 
1058
1038
  **9.1.0:**
1059
1039
 
1060
- - [Feature] Adds support for `aria-label` to the `Loading` component
1061
- - [Docs] This also fixes our gh-pages-hosted Storybook to load the proper stylesheets again
1040
+ - [Feature] Adds support for `aria-label` to the `Loading` component
1041
+ - [Docs] This also fixes our gh-pages-hosted Storybook to load the proper stylesheets again
1062
1042
 
1063
1043
  **9.0.0:**
1064
1044
 
1065
- - [Build] The project now requires node v14.5.5+ and npm v6.14.11+ to install and run.
1066
- - We're skipping right over v8.0.0 as its tag has already been created previously
1045
+ - [Build] The project now requires node v14.5.5+ and npm v6.14.11+ to install and run.
1046
+ - We're skipping right over v8.0.0 as its tag has already been created previously
1067
1047
 
1068
1048
  **v7.2.1:**
1069
1049
 
1070
- - [Tweak] Adds `defaultValue` and ensures additional props are carried forward on the `Select` component.
1050
+ - [Tweak] Adds `defaultValue` and ensures additional props are carried forward on the `Select` component.
1071
1051
 
1072
1052
  **v7.2.0:**
1073
1053
 
1074
- - [Feature] A new `Notification` component has been added.
1054
+ - [Feature] A new `Notification` component has been added.
1075
1055
 
1076
1056
  **v7.1.9:**
1077
1057
 
1078
- - [Fix] We're only rendering menu lists into the DOM when the menu is opened. This should result in measurable performance gains if you're rendering a lot menus (e.g. as part of a list).
1058
+ - [Fix] We're only rendering menu lists into the DOM when the menu is opened. This should result in measurable performance gains if you're rendering a lot menus (e.g. as part of a list).
1079
1059
 
1080
1060
  **v7.1.8:**
1081
1061
 
1082
- - [Tweak] Upgraded Reakit dependency
1062
+ - [Tweak] Upgraded Reakit dependency
1083
1063
 
1084
1064
  **v7.1.7:**
1085
1065
 
1086
- - [Tweak] Separates `ButtonVariant` and `ButtonSize` as actual types.
1066
+ - [Tweak] Separates `ButtonVariant` and `ButtonSize` as actual types.
1087
1067
 
1088
1068
  **v7.1.6:**
1089
1069
 
1090
- - [Tweak] Upgrade some dependencies.
1070
+ - [Tweak] Upgrade some dependencies.
1091
1071
 
1092
1072
  **v7.1.5:**
1093
1073
 
1094
- - [Tweak] Adds a backdrop/overlay to dropdown menus.
1095
- - [Fix] Removes the peer dependency on dayjs, adding it as a direct dependency instead.
1074
+ - [Tweak] Adds a backdrop/overlay to dropdown menus.
1075
+ - [Fix] Removes the peer dependency on dayjs, adding it as a direct dependency instead.
1096
1076
 
1097
1077
  **v7.1.4:**
1098
1078
 
1099
- - [Tweak] Prevents the `Tooltip` component from getting triggered by keyboard interactions performed in other components
1079
+ - [Tweak] Prevents the `Tooltip` component from getting triggered by keyboard interactions performed in other components
1100
1080
 
1101
1081
  **v7.1.3:**
1102
1082
 
1103
- - Dummy release created for publishing purposes
1083
+ - Dummy release created for publishing purposes
1104
1084
 
1105
1085
  **v7.1.2:**
1106
1086
 
1107
- - [Tweak] Removes the arbitrary `max-width` value of the Tooltip component
1108
- - [Tweak] Adds a `z-index` value for the Tooltip component so that it appears ontop of other content
1087
+ - [Tweak] Removes the arbitrary `max-width` value of the Tooltip component
1088
+ - [Tweak] Adds a `z-index` value for the Tooltip component so that it appears ontop of other content
1109
1089
 
1110
1090
  **v7.1.1:**
1111
1091
 
1112
- - [Bugfix] Fixes an improperly configured `sideEffects` property in package.json that prevented importing CSS files from reactist.
1092
+ - [Bugfix] Fixes an improperly configured `sideEffects` property in package.json that prevented importing CSS files from reactist.
1113
1093
 
1114
1094
  **v7.1.0:**
1115
1095
 
1116
- - [Feature] The tooltip content now can be provided as a function that will be called to generate its content. This function will only be called when the tooltip needs to be shown. This allows to have more control on tooltip content that is potentially expensive to generate, so that it only happens when needed.
1117
- - [Fix] The tooltip content is now rendered to the DOM only when the tooltip is shown. This is regardless of wether the content is provided directly or via a function. The React tree won't be comitted to the DOM unless the tooltip needs to become visible.
1118
- - [Tweak] The tooltip delay to appear is now extended from 100ms to 500ms which was our earlier standard with the previous implementation of the tooltip.
1096
+ - [Feature] The tooltip content now can be provided as a function that will be called to generate its content. This function will only be called when the tooltip needs to be shown. This allows to have more control on tooltip content that is potentially expensive to generate, so that it only happens when needed.
1097
+ - [Fix] The tooltip content is now rendered to the DOM only when the tooltip is shown. This is regardless of wether the content is provided directly or via a function. The React tree won't be comitted to the DOM unless the tooltip needs to become visible.
1098
+ - [Tweak] The tooltip delay to appear is now extended from 100ms to 500ms which was our earlier standard with the previous implementation of the tooltip.
1119
1099
 
1120
1100
  **v7.0.0:**
1121
1101
 
1122
- - [BREAKING CHANGE] A new Tooltip component is introduced. It is keyboard and screen reader friendly, more compliant with accessibility recommendations about tooltips. It does not provide all the features of the previous Tooltip, and its props change quite a bit. Additionally, it now has a new restriction where it expects its children to consist of a single element. This element is the one used as a trigger for the tooltip. (#276)
1123
- - [BREAKING CHANGE] The `Popover` component now has a new restriction where it expects its children to consist of a single element. (#276)
1124
- - [BREAKING CHANGE] A new set of components for building menus is introduced. The new menus are keyboard and screen reader friendly, more compliant with accessibility recommendations about menus. The old `MenuButton` and `MenuButtonItem` components are no longer available. Moreover we now have a `MenuButton` that is nothing like the one before. Check their code and examples in storybook. (#278)
1102
+ - [BREAKING CHANGE] A new Tooltip component is introduced. It is keyboard and screen reader friendly, more compliant with accessibility recommendations about tooltips. It does not provide all the features of the previous Tooltip, and its props change quite a bit. Additionally, it now has a new restriction where it expects its children to consist of a single element. This element is the one used as a trigger for the tooltip. (#276)
1103
+ - [BREAKING CHANGE] The `Popover` component now has a new restriction where it expects its children to consist of a single element. (#276)
1104
+ - [BREAKING CHANGE] A new set of components for building menus is introduced. The new menus are keyboard and screen reader friendly, more compliant with accessibility recommendations about menus. The old `MenuButton` and `MenuButtonItem` components are no longer available. Moreover we now have a `MenuButton` that is nothing like the one before. Check their code and examples in storybook. (#278)
1125
1105
 
1126
1106
  **v6.0.1:**
1127
1107
 
1128
- - [Fix] This fixes a bug in v6.0.0 where the lib/ directory was unbundled.
1108
+ - [Fix] This fixes a bug in v6.0.0 where the lib/ directory was unbundled.
1129
1109
 
1130
1110
  **v6.0.0:**
1131
1111
 
1132
- - [BREAKING CHANGE] Reactist now generates a build more aligned to antd's best practices. It generates a clean ES6 build, a CommonJS build, as well as an unpkg build. It also adds built-in support for future CSS module integration. This is a breaking change because importing modules has changed slightly. See README.md.
1133
- - [BREAKING CHANGE] The `Button` component's `close` prop, which was deprecated back in v5, is now no longer supported.
1112
+ - [BREAKING CHANGE] Reactist now generates a build more aligned to antd's best practices. It generates a clean ES6 build, a CommonJS build, as well as an unpkg build. It also adds built-in support for future CSS module integration. This is a breaking change because importing modules has changed slightly. See README.md.
1113
+ - [BREAKING CHANGE] The `Button` component's `close` prop, which was deprecated back in v5, is now no longer supported.
1134
1114
 
1135
1115
  **v5.2.0:**
1136
1116
 
1137
- - [Feature] `Button` can now be unstyled if you omit the `variant` prop. This resets the styles to be even less than default styles of the web browser (e.g. removes all border, padding and background).
1117
+ - [Feature] `Button` can now be unstyled if you omit the `variant` prop. This resets the styles to be even less than default styles of the web browser (e.g. removes all border, padding and background).
1138
1118
 
1139
1119
  **v5.1.0:**
1140
1120
 
1141
- - [New] A `KeyboardShortcut` component will take one or several keyboard shortcut specified as string, and will parse them and render them in a nice semantic markup using the `kbd` element. Each key part of a key combination gets its own container so you can style things nicely.
1121
+ - [New] A `KeyboardShortcut` component will take one or several keyboard shortcut specified as string, and will parse them and render them in a nice semantic markup using the `kbd` element. Each key part of a key combination gets its own container so you can style things nicely.
1142
1122
 
1143
1123
  **v5.0.0:**
1144
1124
 
1145
1125
  The `Button` component's big renovation.
1146
1126
 
1147
- - [BREAKING CHANGE] The `Button` component changed its outer interface entirely.
1148
- - Instead of individual boolean props for setting its visual style (`primary`, `secondary`, etc.) it has a single prop `variant` which receives the styling/variant as a string value.
1149
- - This prop is now required so if you were not adding any of these boolean props, you now need to add `variant="primary"`.
1150
- - The `white` prop now does not even exist as a `variant`. It is replaced by `variant="secondary"`.
1151
- - Instead of individual boolean props for setting its size (`small`, `large`), `Button` now has a single prop `size` that can receive either `'small'` or `'large'` as its value. If omitted the button has its default size.
1152
- - The `Button` now uses `children` as the prop in which it receives the content inside the button, as opposed to using the `name` prop. So now `<Button name="Hello" />` becomes `<Button>Hello</Button>`.
1153
- - The `Button` prop `data_tip` is now called `tooltip`.
1154
- - The css class names for the `Button` component are now all following a BEM-like naming convention. Instead of having classes such as `.loading`, `.secondary`, etc. it now has all of these prefixed by `.reactist_button--`. That is, `.secondary` is now `.reactist_button--secondary`.
1155
- - [BREAKING CHANGE] The `LinkButton` component has been removed entirely. The main reason being it is not accessible to use a link as a button. You can achieve a visually similar button with a new possible `variant` prop on the regular `Button`. So now `<LinkButton name="Click me" />` becomes `<Button variant="link">Click me</Button>`. This new link-like button is semantically a button, as opposed to being a link posing as a button.
1127
+ - [BREAKING CHANGE] The `Button` component changed its outer interface entirely.
1128
+ - Instead of individual boolean props for setting its visual style (`primary`, `secondary`, etc.) it has a single prop `variant` which receives the styling/variant as a string value.
1129
+ - This prop is now required so if you were not adding any of these boolean props, you now need to add `variant="primary"`.
1130
+ - The `white` prop now does not even exist as a `variant`. It is replaced by `variant="secondary"`.
1131
+ - Instead of individual boolean props for setting its size (`small`, `large`), `Button` now has a single prop `size` that can receive either `'small'` or `'large'` as its value. If omitted the button has its default size.
1132
+ - The `Button` now uses `children` as the prop in which it receives the content inside the button, as opposed to using the `name` prop. So now `<Button name="Hello" />` becomes `<Button>Hello</Button>`.
1133
+ - The `Button` prop `data_tip` is now called `tooltip`.
1134
+ - The css class names for the `Button` component are now all following a BEM-like naming convention. Instead of having classes such as `.loading`, `.secondary`, etc. it now has all of these prefixed by `.reactist_button--`. That is, `.secondary` is now `.reactist_button--secondary`.
1135
+ - [BREAKING CHANGE] The `LinkButton` component has been removed entirely. The main reason being it is not accessible to use a link as a button. You can achieve a visually similar button with a new possible `variant` prop on the regular `Button`. So now `<LinkButton name="Click me" />` becomes `<Button variant="link">Click me</Button>`. This new link-like button is semantically a button, as opposed to being a link posing as a button.
1156
1136
 
1157
1137
  **4.1.5:**
1158
1138
 
1159
- - [Fix] Tightens up type definitions for the `KeyCapturer` props.
1139
+ - [Fix] Tightens up type definitions for the `KeyCapturer` props.
1160
1140
 
1161
1141
  **4.1.4:**
1162
1142
 
1163
- - [Fix] Reinstalled @doist/prettier-config from the npm registry and removed the authentication needed when pulling down dependencies.
1143
+ - [Fix] Reinstalled @doist/prettier-config from the npm registry and removed the authentication needed when pulling down dependencies.
1164
1144
 
1165
1145
  **4.1.3:**
1166
1146
 
1167
- - [Fix] We have a dev dependency being on the GiHub package registry and we had problems with our Github actions pulling it. This is hopefully all fixed. 🤞
1147
+ - [Fix] We have a dev dependency being on the GiHub package registry and we had problems with our Github actions pulling it. This is hopefully all fixed. 🤞
1168
1148
 
1169
1149
  **4.1.0:**
1170
1150
 
1171
- - [New] The `event` object is now forwarded to the on\* handler in the `KeyCapturer` component. The `onEnter` event will also no longer fire when it's in the middle of an [IME composition session](https://developer.mozilla.org/en-US/docs/Glossary/input_method_editor).
1151
+ - [New] The `event` object is now forwarded to the on\* handler in the `KeyCapturer` component. The `onEnter` event will also no longer fire when it's in the middle of an [IME composition session](https://developer.mozilla.org/en-US/docs/Glossary/input_method_editor).
1172
1152
 
1173
1153
  **4.0.2:**
1174
1154
 
1175
- - [New] Brings back individual JS and CSS files so that applications can do selective import in an ES6 build.
1155
+ - [New] Brings back individual JS and CSS files so that applications can do selective import in an ES6 build.
1176
1156
 
1177
1157
  **4.0.1:**
1178
1158
 
1179
- - [Fix] Modal.Actions now can have empty or null children again
1159
+ - [Fix] Modal.Actions now can have empty or null children again
1180
1160
 
1181
1161
  **4.0.0:**
1182
1162
 
1183
- - [New] The library is now fully Typescript, provides an ES6 module export, and provides native type bindings.
1184
- - [Tweak] To support tree-shaking, we've switched to the Rollup bundler
1185
- - [Breaking Change] All imports are now ES6 relative imports, change `import Loading from "@doist/reactist/lib/loading"` to `import { Loading } from "@doist/reactist"`
1163
+ - [New] The library is now fully Typescript, provides an ES6 module export, and provides native type bindings.
1164
+ - [Tweak] To support tree-shaking, we've switched to the Rollup bundler
1165
+ - [Breaking Change] All imports are now ES6 relative imports, change `import Loading from "@doist/reactist/lib/loading"` to `import { Loading } from "@doist/reactist"`
1186
1166
 
1187
1167
  **3.1.2:**
1188
1168
 
1189
- - [Tweak] Removes unused (legacy) context from `<Time />` constructor
1169
+ - [Tweak] Removes unused (legacy) context from `<Time />` constructor
1190
1170
 
1191
1171
  **3.1.1:**
1192
1172
 
1193
- - [Tweak] Better typing for the checkbox label
1173
+ - [Tweak] Better typing for the checkbox label
1194
1174
 
1195
1175
  **3.1.0:**
1196
1176
 
1197
- - [Feature] Adds typings for all components and utilities
1177
+ - [Feature] Adds typings for all components and utilities
1198
1178
 
1199
1179
  **3.0.1:**
1200
1180
 
1201
- - [Fix] Formatting in the `<Time />` component wasn't working as expected, this is now fixed.
1181
+ - [Fix] Formatting in the `<Time />` component wasn't working as expected, this is now fixed.
1202
1182
 
1203
1183
  **3.0.0:**
1204
1184
 
1205
- - [Breaking] Changed namespacing from `.reactist.popover {}` to `.reactist_popover {}`. Customizing components' styling need to update accordingly.
1185
+ - [Breaking] Changed namespacing from `.reactist.popover {}` to `.reactist_popover {}`. Customizing components' styling need to update accordingly.
1206
1186
 
1207
1187
  **2.0.2:**
1208
1188
 
1209
- - [Tweak] Changed time formatting from `yesterday` to `1d`
1189
+ - [Tweak] Changed time formatting from `yesterday` to `1d`
1210
1190
 
1211
1191
  **2.0.1:**
1212
1192
 
1213
- - _Empty release_
1193
+ - _Empty release_
1214
1194
 
1215
1195
  **2.0.0:**
1216
1196
 
1217
- - [Breaking] Styles are no longer included automatically but need to be loaded manually. See the readme for a detailed instruction on how to achieve that.
1197
+ - [Breaking] Styles are no longer included automatically but need to be loaded manually. See the readme for a detailed instruction on how to achieve that.
1218
1198
 
1219
1199
  **1.22.06:**
1220
1200
 
1221
- - [New] Added a `refresh` prop to `<Time />` component in order to keep the information shown up-to-date when the component displays "time ago". By default, the component will re-render every 60 seconds.
1201
+ - [New] Added a `refresh` prop to `<Time />` component in order to keep the information shown up-to-date when the component displays "time ago". By default, the component will re-render every 60 seconds.
1222
1202
 
1223
1203
  **1.22.05:**
1224
1204
 
1225
- - [Fix] Fixed the `display: intial` CSS rule for IE11 users (affects the `<Popover />` component)
1205
+ - [Fix] Fixed the `display: intial` CSS rule for IE11 users (affects the `<Popover />` component)
1226
1206
 
1227
1207
  **1.22.04:**
1228
1208
 
1229
- - [Tweak] Fixed unsupported `display: initial` in IE11
1209
+ - [Tweak] Fixed unsupported `display: initial` in IE11
1230
1210
 
1231
1211
  **1.22.04:**
1232
1212
 
1233
- - [Tweak] Fixed broken styles for `<Modal>` on small screens
1213
+ - [Tweak] Fixed broken styles for `<Modal>` on small screens
1234
1214
 
1235
1215
  **1.22.03:**
1236
1216
 
1237
- - [Tweak] `<Popover />` content can now be a function which will only be lazily evaluated
1217
+ - [Tweak] `<Popover />` content can now be a function which will only be lazily evaluated
1238
1218
 
1239
1219
  **1.22.02:**
1240
1220
 
1241
- - [Tweak] `<Popover />` content is now rendered lazily (i.e. only if `visible` is `true`)
1221
+ - [Tweak] `<Popover />` content is now rendered lazily (i.e. only if `visible` is `true`)
1242
1222
 
1243
1223
  **1.22.01:**
1244
1224
 
1245
- - [Tweak] `<Modal.Body />` now starts to scroll instead of requiring the whole window to scroll.
1225
+ - [Tweak] `<Modal.Body />` now starts to scroll instead of requiring the whole window to scroll.
1246
1226
 
1247
1227
  **1.22.00:**
1248
1228
 
1249
- - [Tweak] `<Dropdown.Body />` can now be a function which allows for lazy evaluation (i.e. content is only rendered when dropdown is opened).
1229
+ - [Tweak] `<Dropdown.Body />` can now be a function which allows for lazy evaluation (i.e. content is only rendered when dropdown is opened).
1250
1230
 
1251
1231
  **1.21.00:**
1252
1232
 
1253
- - [Tweak] introduced `.npmignore` file to keep released package smaller and only include the essentials. This also fixes a bug in **v1.20.00** where parts of the `.git` directory ended up in the file package.
1233
+ - [Tweak] introduced `.npmignore` file to keep released package smaller and only include the essentials. This also fixes a bug in **v1.20.00** where parts of the `.git` directory ended up in the file package.
1254
1234
 
1255
1235
  **1.20.00:**
1256
1236
 
1257
- - [Tweak] Replaced Moment with [Day.js](https://github.com/iamkun/dayjs)
1237
+ - [Tweak] Replaced Moment with [Day.js](https://github.com/iamkun/dayjs)
1258
1238
 
1259
1239
  🚨 This introduces a new peerDependency (`dayjs`) and removes the need for `moment`. If you're not using the `<Time />` nothing should change for you.
1260
1240
 
1261
1241
  **1.19.00:**
1262
1242
 
1263
- - [Tweak] Changed the way the `<Time />` component formats it's time. You now have more control to influence the date and time format from the outside
1243
+ - [Tweak] Changed the way the `<Time />` component formats it's time. You now have more control to influence the date and time format from the outside
1264
1244
 
1265
1245
  **1.18.15:**
1266
1246
 
1267
- - [Tweak] Using a 3px border-radius everywhere instead of a mixture of 3px and 4px
1247
+ - [Tweak] Using a 3px border-radius everywhere instead of a mixture of 3px and 4px
1268
1248
 
1269
1249
  **1.18.14:**
1270
1250
 
1271
- - [Tweak] Updated the `<CloseIcon />` (used in `<Modal.Header>`) to new icon style
1251
+ - [Tweak] Updated the `<CloseIcon />` (used in `<Modal.Header>`) to new icon style
1272
1252
 
1273
1253
  **1.18.13:**
1274
1254
 
1275
- - [Tweak] Decreased top and bottom margins of `<Modal />` to 40px
1255
+ - [Tweak] Decreased top and bottom margins of `<Modal />` to 40px
1276
1256
 
1277
1257
  **1.18.12:**
1278
1258
 
1279
- - [Tweak] Increase left and right padding of `<Input />` to 10px to match `<Select />`
1259
+ - [Tweak] Increase left and right padding of `<Input />` to 10px to match `<Select />`
1280
1260
 
1281
1261
  **1.18.11:**
1282
1262
 
1283
- - [Tweak] `<ColorPicker />` no longer shows the dropdown arrow and it's styling no longer includes margins
1284
- - [New] `<ColorPicker />` now comes in a `small` version which is only 18px squared instead of 24px
1263
+ - [Tweak] `<ColorPicker />` no longer shows the dropdown arrow and it's styling no longer includes margins
1264
+ - [New] `<ColorPicker />` now comes in a `small` version which is only 18px squared instead of 24px
1285
1265
 
1286
1266
  **1.18.10:**
1287
1267
 
1288
- - [Tweak] Switched separators (`<hr />`) in `<Dropdown />` to border gray to unify colors more
1268
+ - [Tweak] Switched separators (`<hr />`) in `<Dropdown />` to border gray to unify colors more
1289
1269
 
1290
1270
  **1.18.09:**
1291
1271
 
1292
- - [Tweak] No longer force no text-decoration on `<LinkButton />`
1272
+ - [Tweak] No longer force no text-decoration on `<LinkButton />`
1293
1273
 
1294
1274
  **1.18.08:**
1295
1275
 
1296
- - [New] When providing a className to `<Input />` it no longer overrides reactist' native styles
1276
+ - [New] When providing a className to `<Input />` it no longer overrides reactist' native styles
1297
1277
 
1298
1278
  **1.18.07:**
1299
1279
 
1300
- - [New] Allowing to attach a ref to `<Input />`
1280
+ - [New] Allowing to attach a ref to `<Input />`
1301
1281
 
1302
1282
  **1.18.06:**
1303
1283
 
1304
- - [Bug] Centering the text of `<Tooltip />`
1284
+ - [Bug] Centering the text of `<Tooltip />`
1305
1285
 
1306
1286
  **1.18.05:**
1307
1287
 
1308
- - [Bug] Set visibility of `<Popover />` to `none` to avoid click jacking
1288
+ - [Bug] Set visibility of `<Popover />` to `none` to avoid click jacking
1309
1289
 
1310
1290
  **1.18.04:**
1311
1291
 
1312
- - [New] Added `withArrow` property to `<Tooltip />` to support arrow-less tooltips
1292
+ - [New] Added `withArrow` property to `<Tooltip />` to support arrow-less tooltips
1313
1293
 
1314
1294
  **1.18.03:**
1315
1295
 
1316
- - [Tweak] `allowVaguePositioning` now also takes the vertical positioning into account instead of only the horizontal one
1296
+ - [Tweak] `allowVaguePositioning` now also takes the vertical positioning into account instead of only the horizontal one
1317
1297
 
1318
1298
  **1.18.02:**
1319
1299
 
1320
- - [Tweak] When clicking on the trigger of a `<Tooltip />` (i.e. its children) we will close the Tooltip. This is helpful so tooltips no longer overlap menu. In case you need more finegrained control over this consider using a `<Popover />` directly.
1300
+ - [Tweak] When clicking on the trigger of a `<Tooltip />` (i.e. its children) we will close the Tooltip. This is helpful so tooltips no longer overlap menu. In case you need more finegrained control over this consider using a `<Popover />` directly.
1321
1301
 
1322
1302
  **1.18.01:**
1323
1303
 
1324
- - [Tweak] Reset margins on `<Input />` so it's visually aligned in Safari (and all other browsers) by default
1304
+ - [Tweak] Reset margins on `<Input />` so it's visually aligned in Safari (and all other browsers) by default
1325
1305
 
1326
1306
  **1.18.00:**
1327
1307
 
1328
- - [New] Added the utility component `<KeyCapturer>`. Use it to wrap arbitrary elements and act on keyboard events happening while it is focussed
1308
+ - [New] Added the utility component `<KeyCapturer>`. Use it to wrap arbitrary elements and act on keyboard events happening while it is focussed
1329
1309
 
1330
1310
  **1.17.04:**
1331
1311
 
1332
- - [Tweak] All additionally passed props to a `<Button />` are now applied to the underlying `<button>` element. This allows you to make better use of the platform (e.g `type='submit'`) or adhere to accessibility best practices
1312
+ - [Tweak] All additionally passed props to a `<Button />` are now applied to the underlying `<button>` element. This allows you to make better use of the platform (e.g `type='submit'`) or adhere to accessibility best practices
1333
1313
 
1334
1314
  **1.17.03:**
1335
1315
 
1336
- - [Tweak] Moved some default styles from `<Tooltip />` to `<Popover />` which should make it easier to build nice experiences with it as you no longer need to provide all the styles
1316
+ - [Tweak] Moved some default styles from `<Tooltip />` to `<Popover />` which should make it easier to build nice experiences with it as you no longer need to provide all the styles
1337
1317
 
1338
1318
  **1.17.02:**
1339
1319
 
1340
- - [New] Added `size`, `spinnerColor` and `bgColor` properties to `<Loading />` for a fully customizable loading experience
1320
+ - [New] Added `size`, `spinnerColor` and `bgColor` properties to `<Loading />` for a fully customizable loading experience
1341
1321
 
1342
1322
  **1.17.01:**
1343
1323
 
1344
- - [Tweak] Unified all border colors across all components
1324
+ - [Tweak] Unified all border colors across all components
1345
1325
 
1346
1326
  **1.17.00:**
1347
1327
 
1348
- - [New] Added new general purpose `<Popover />` component which also powers the `<Tooltip />` component. This allows for more flexible popovers than overriding the styles of a tooltip.
1328
+ - [New] Added new general purpose `<Popover />` component which also powers the `<Tooltip />` component. This allows for more flexible popovers than overriding the styles of a tooltip.
1349
1329
 
1350
1330
  **1.16.08:**
1351
1331
 
1352
- - [New] Added support for `disabled` property to `<Checkbox />`
1332
+ - [New] Added support for `disabled` property to `<Checkbox />`
1353
1333
 
1354
1334
  **1.16.07:**
1355
1335
 
1356
- - [Tweak] We now update the styles of `<Input />` when supplying the `disabled` property
1336
+ - [Tweak] We now update the styles of `<Input />` when supplying the `disabled` property
1357
1337
 
1358
1338
  **1.16.06:**
1359
1339
 
1360
- - [New] Added `medium` property to `<Modal.Box />` as a new size constant. It will produce modals that are 680px wide
1361
- - [New] Added `plain` property to `<Modal.Body />` which removes all styling from the body for custom modals
1340
+ - [New] Added `medium` property to `<Modal.Box />` as a new size constant. It will produce modals that are 680px wide
1341
+ - [New] Added `plain` property to `<Modal.Body />` which removes all styling from the body for custom modals
1362
1342
 
1363
1343
  **1.16.05:**
1364
1344
 
1365
- - [Tweak] Darkened border color of `<Select />` to border color constant
1345
+ - [Tweak] Darkened border color of `<Select />` to border color constant
1366
1346
 
1367
1347
  **1.16.04:**
1368
1348
 
1369
- - [Bug] Changed class name of loading `<Button />` from `loading` to `busy` to avoid clash with the `loading` class name of `<Loading />`
1349
+ - [Bug] Changed class name of loading `<Button />` from `loading` to `busy` to avoid clash with the `loading` class name of `<Loading />`
1370
1350
 
1371
1351
  **1.16.03:**
1372
1352
 
1373
- - [Tweak] Darkened font and border color of secondary button to improve readability
1353
+ - [Tweak] Darkened font and border color of secondary button to improve readability
1374
1354
 
1375
1355
  **1.16.02:**
1376
1356
 
1377
- - [Tweak] Relaxed prop types of most components which render strings to also accept component(s)
1357
+ - [Tweak] Relaxed prop types of most components which render strings to also accept component(s)
1378
1358
 
1379
1359
  **1.16.01:**
1380
1360
 
1381
- - [Tweak] Updated icon of `<Select />` to fit our iconography
1361
+ - [Tweak] Updated icon of `<Select />` to fit our iconography
1382
1362
 
1383
1363
  **1.16.00:**
1384
1364
 
1385
- - [Tooling] Updated to webpack 4, babel 7 and fixed some problems in our build process. `moment`, `classnames` and `prop-types` are now correctly treated as externals and are no longer included in our production bundle. This resulted in a reduced stat size from 703kb to 160kb ⚡️
1365
+ - [Tooling] Updated to webpack 4, babel 7 and fixed some problems in our build process. `moment`, `classnames` and `prop-types` are now correctly treated as externals and are no longer included in our production bundle. This resulted in a reduced stat size from 703kb to 160kb ⚡️
1386
1366
 
1387
1367
  **1.15.24:**
1388
1368
 
1389
- - [Bug] When closing a modal by pressing esc we now prevent the browser's default behaviour (e.g. leaving fullscreen mode)
1369
+ - [Bug] When closing a modal by pressing esc we now prevent the browser's default behaviour (e.g. leaving fullscreen mode)
1390
1370
 
1391
1371
  **1.15.23:**
1392
1372
 
1393
- - [Bug] Clicking on the inner overlay of `<Modal />` (aka left or right of the modal) when `closeOnOverlayClick` was set to `true` the modal wouldn't close
1373
+ - [Bug] Clicking on the inner overlay of `<Modal />` (aka left or right of the modal) when `closeOnOverlayClick` was set to `true` the modal wouldn't close
1394
1374
 
1395
1375
  **1.15.22:**
1396
1376
 
1397
- - [Bug] Changing the `right` prop of `<Dropdown />` didn't have any effect as it was "cached" in internal state upon first construction
1377
+ - [Bug] Changing the `right` prop of `<Dropdown />` didn't have any effect as it was "cached" in internal state upon first construction
1398
1378
 
1399
1379
  **1.15.21:**
1400
1380
 
1401
- - [Tweak] Added rounded corners to the blue line indicating an active tab
1381
+ - [Tweak] Added rounded corners to the blue line indicating an active tab
1402
1382
 
1403
1383
  **1.15.20:**
1404
1384
 
1405
- - [Bug] Setting `useCapture` to `true` to catch scroll events of all elements of a page to correctly hide the tooltip
1385
+ - [Bug] Setting `useCapture` to `true` to catch scroll events of all elements of a page to correctly hide the tooltip
1406
1386
 
1407
1387
  **1.15.19:**
1408
1388
 
1409
- - [New] Added `gapSize` to `<Tooltip />`
1389
+ - [New] Added `gapSize` to `<Tooltip />`
1410
1390
 
1411
1391
  **1.15.18:**
1412
1392
 
1413
- - [Redesign] The `<Loading />` indicator is now a spinning circle instead of three bouncing dots
1393
+ - [Redesign] The `<Loading />` indicator is now a spinning circle instead of three bouncing dots
1414
1394
 
1415
1395
  **1.15.17:**
1416
1396
 
1417
- - [Tweak] Inactive tabs use the secondary font color instead of custom gray
1397
+ - [Tweak] Inactive tabs use the secondary font color instead of custom gray
1418
1398
 
1419
1399
  **1.15.16:**
1420
1400
 
1421
- - [Tweak] Darkened primary and secondary font colors for improved readability
1401
+ - [Tweak] Darkened primary and secondary font colors for improved readability
1422
1402
 
1423
1403
  **1.15.15:**
1424
1404
 
1425
- - [New] Added support for the `style` property to `<Modal.Box />` and `<Modal.Body />` for when a className is not enough
1405
+ - [New] Added support for the `style` property to `<Modal.Box />` and `<Modal.Body />` for when a className is not enough
1426
1406
 
1427
1407
  **1.15.14:**
1428
1408
 
1429
- - [Tweak] Sets the default value of the `delayShow` of the `<Tooltip />` component to 500ms (0.5s) instead of 1s
1409
+ - [Tweak] Sets the default value of the `delayShow` of the `<Tooltip />` component to 500ms (0.5s) instead of 1s
1430
1410
 
1431
1411
  **1.15.13:**
1432
1412
 
1433
- - [Tweak] Set the margin of `<Select />` to 0 to avoid browser inconsistencies in Safari
1413
+ - [Tweak] Set the margin of `<Select />` to 0 to avoid browser inconsistencies in Safari
1434
1414
 
1435
1415
  **1.15.12:**
1436
1416
 
1437
- - [Tweak] Instead of using the default delay of 1s (1000ms) for tooltips when hovering the `<Time />` component we now use 500ms (0.5s)
1417
+ - [Tweak] Instead of using the default delay of 1s (1000ms) for tooltips when hovering the `<Time />` component we now use 500ms (0.5s)
1438
1418
 
1439
1419
  **1.15.11:**
1440
1420
 
1441
- - [Redesign] The `<ColorPicker />` can now show an optional active indicator on the selected color item.
1442
- - Additionally, we no longer hide the active color from the selection. That means you might need to check in your code that an actual change occurred.
1443
- - [Bug] When supplying an invalid `color` prop to the `<ColorPicker />` it would crash. Now it selects the first color in the `colorList`.
1421
+ - [Redesign] The `<ColorPicker />` can now show an optional active indicator on the selected color item.
1422
+ - Additionally, we no longer hide the active color from the selection. That means you might need to check in your code that an actual change occurred.
1423
+ - [Bug] When supplying an invalid `color` prop to the `<ColorPicker />` it would crash. Now it selects the first color in the `colorList`.
1444
1424
 
1445
1425
  **1.15.10:**
1446
1426
 
1447
- - [Tweak] Increased the size of the white inner ring that appears when hovering a color item of the `<ColorPicker />`
1427
+ - [Tweak] Increased the size of the white inner ring that appears when hovering a color item of the `<ColorPicker />`
1448
1428
 
1449
1429
  **1.15.9:**
1450
1430
 
1451
- - [Redesign] New design for the `<ColorPicker />`
1452
- - It now shows the color name on hover – when supplied through the `colorList` prop
1453
- - [Bug] `<Tooltip />`s are now correctly displayed in absolutely positioned elements (esp. `<Dropdown />`s)
1431
+ - [Redesign] New design for the `<ColorPicker />`
1432
+ - It now shows the color name on hover – when supplied through the `colorList` prop
1433
+ - [Bug] `<Tooltip />`s are now correctly displayed in absolutely positioned elements (esp. `<Dropdown />`s)
1454
1434
 
1455
1435
  ---
1456
1436