1 | # Change Log
|
2 |
|
3 | All notable changes to this project will be documented in this file. See
|
4 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
6 | # [0.8.0](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.7.0...@chakra-ui/core@0.8.0) (2020-05-16)
|
7 |
|
8 | ### Bug Fixes
|
9 |
|
10 | - **ts:** add typing for content pseudobox property
|
11 | ([e2fb824](https://github.com/chakra-ui/chakra-ui/commit/e2fb82406796efc5a902128772c0e7cc5e422eb4))
|
12 | - make component typings discoverable
|
13 | ([898d4f3](https://github.com/chakra-ui/chakra-ui/commit/898d4f3685a377d7914b0150503796b6eb3261bd))
|
14 |
|
15 | ### Features
|
16 |
|
17 | - add iconColor prop to <Select />
|
18 | ([968ca80](https://github.com/chakra-ui/chakra-ui/commit/968ca80d916f691ed26515a6e80c43d01eb25d9f))
|
19 |
|
20 | # Change Log
|
21 |
|
22 | All notable changes to this project will be documented in this file. See
|
23 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
24 |
|
25 | # [0.7.0](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.6.1...@chakra-ui/core@0.7.0) (2020-03-25)
|
26 |
|
27 | ### Bug Fixes
|
28 |
|
29 | - image hook and key errors
|
30 | ([5fa1895](https://github.com/chakra-ui/chakra-ui/commit/5fa1895a7ad4eadb423bb6af6674433768ea1ef8))
|
31 | - **types:** export use form-control and disclosure hook return
|
32 | ([8598046](https://github.com/chakra-ui/chakra-ui/commit/85980461200addb9e1e4d5cfd5160edf31065e88))
|
33 | - add visibility prop to BoxProps
|
34 | ([f3ec71d](https://github.com/chakra-ui/chakra-ui/commit/f3ec71dc7699a07722293b7a315f8e96ec739760))
|
35 | - export skeleton not badge
|
36 | ([bd02904](https://github.com/chakra-ui/chakra-ui/commit/bd029045977b08b61ae6253cbd2bedf2ad97b521))
|
37 | - import useTheme with relative import
|
38 | ([81a844a](https://github.com/chakra-ui/chakra-ui/commit/81a844a16a843dc8f95074d86ba0100c52a5e97c))
|
39 | - key warning and export use-form-control
|
40 | ([50ab37c](https://github.com/chakra-ui/chakra-ui/commit/50ab37c3eecda928a1f2ce0a43df76cdcd394e1b))
|
41 |
|
42 | ### Features
|
43 |
|
44 | - **checkbox:** add aria-labelledby attribute to input
|
45 | ([d808fbe](https://github.com/chakra-ui/chakra-ui/commit/d808fbe095862685aa507d05e1331651a053d6af))
|
46 |
|
47 | # Change Log
|
48 |
|
49 | All notable changes to this project will be documented in this file. See
|
50 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
51 |
|
52 | ## [0.6.1](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.6.0...@chakra-ui/core@0.6.1) (2020-02-26)
|
53 |
|
54 | ### Bug Fixes
|
55 |
|
56 | - update editable and useclipboard hook
|
57 | ([0fc4607](https://github.com/chakra-ui/chakra-ui/commit/0fc4607440601c6e593171823d3fd1135c505e81))
|
58 | - update icon a11y
|
59 | ([2148d5a](https://github.com/chakra-ui/chakra-ui/commit/2148d5ab62864229984553a26c81247c88a23fdc))
|
60 | - **popover:** fix popover flickering when trigger is "hover"
|
61 | ([a37c2a3](https://github.com/chakra-ui/chakra-ui/commit/a37c2a331c794786324c9ef63088a37af325437e))
|
62 |
|
63 | # Change Log
|
64 |
|
65 | All notable changes to this project will be documented in this file. See
|
66 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
67 |
|
68 | # [0.6.0](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.5.2...@chakra-ui/core@0.6.0) (2020-02-25)
|
69 |
|
70 | ### Bug Fixes
|
71 |
|
72 | - Don't show tooltip after mouse leaves
|
73 | ([44c5ae1](https://github.com/chakra-ui/chakra-ui/commit/44c5ae114ce9756e1036c410108f7486eb32f91b)),
|
74 | closes
|
75 | [/github.com/chakra-ui/chakra-ui/issues/319#issuecomment-569674248](https://github.com//github.com/chakra-ui/chakra-ui/issues/319/issues/issuecomment-569674248)
|
76 | - fix all children.map nullish issues
|
77 | ([67c0243](https://github.com/chakra-ui/chakra-ui/commit/67c0243a4becd2c2509934d59e52b4a25ff199ab))
|
78 | - fix: Right addon disappears under background color on focus
|
79 | ([d7de7d5](https://github.com/chakra-ui/chakra-ui/commit/d7de7d5f4e85ba4baba0050ad3abfa47f2cacabc)),
|
80 | closes [#300](https://github.com/chakra-ui/chakra-ui/issues/300)
|
81 | - update breadcrumb
|
82 | ([d1ace2e](https://github.com/chakra-ui/chakra-ui/commit/d1ace2e1a1e2b3595310185174c06664d4ba97ca))
|
83 | - wrap modal content in animated and fix numberinput
|
84 | ([8ceaca1](https://github.com/chakra-ui/chakra-ui/commit/8ceaca1431e34ee5cc41186856cf109d079669be))
|
85 | - **button:** default CloseButton to type of button
|
86 | ([789208f](https://github.com/chakra-ui/chakra-ui/commit/789208f0a34d8e1a36f49e3b80dc09f6f8572628))
|
87 | - **image:** add `isMounted` check on `Image` component
|
88 | ([105c84f](https://github.com/chakra-ui/chakra-ui/commit/105c84fb34357fb3f35eb6cd8583fdc18fa774af))
|
89 | - **pseudobox:** responsive props
|
90 | ([bac7c24](https://github.com/chakra-ui/chakra-ui/commit/bac7c24adc4edbc490aee8f75e13317b7bc2aa95))
|
91 | - wrap notify in useCallback
|
92 | ([25e9a68](https://github.com/chakra-ui/chakra-ui/commit/25e9a68eb96c114c1feacf41c072498a8e6a89c0))
|
93 | - **button:** add default type to props
|
94 | ([905f6cf](https://github.com/chakra-ui/chakra-ui/commit/905f6cfff781fd66cc1e455f686f3ab05bae5954))
|
95 | - **image:** don't load image if src is not defined
|
96 | ([7559f4e](https://github.com/chakra-ui/chakra-ui/commit/7559f4ea2419359690ca7d83482cc7b8b0d22881))
|
97 | - fix more bugs
|
98 | ([1e842de](https://github.com/chakra-ui/chakra-ui/commit/1e842de357f115f154fc45c4d670747100417ad4))
|
99 | - ignore Tab key press for keyboard navigation
|
100 | ([5966cc6](https://github.com/chakra-ui/chakra-ui/commit/5966cc6737ddcdf84e12dfa5025825cc88d91dbf))
|
101 | - using fractions and decimals for responsive width
|
102 | ([7257654](https://github.com/chakra-ui/chakra-ui/commit/725765481d4637825ef6548cf5cb235ea2832546)),
|
103 | closes [#304](https://github.com/chakra-ui/chakra-ui/issues/304)
|
104 |
|
105 | ### Features
|
106 |
|
107 | - **editable:** cancel on blur
|
108 | ([37f2cbe](https://github.com/chakra-ui/chakra-ui/commit/37f2cbe7b901f2f4ab648cd10a123483ea557cfd))
|
109 | - **tagclosebutton:** added isdisabled style and types to tagclosebutton
|
110 | ([d8375a1](https://github.com/chakra-ui/chakra-ui/commit/d8375a1586c29f4b34572950a97745b10f8ed0ec))
|
111 |
|
112 | # Change Log
|
113 |
|
114 | All notable changes to this project will be documented in this file. See
|
115 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
116 |
|
117 | ## [0.5.2](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.5.1...@chakra-ui/core@0.5.2) (2019-12-25)
|
118 |
|
119 | ### Bug Fixes
|
120 |
|
121 | - resolve modal focus lock issue
|
122 | ([1b2c4bb](https://github.com/chakra-ui/chakra-ui/commit/1b2c4bbfda6076239a5e64aa7aad30ec305698f0))
|
123 | - use `UseNumberInputProps` instead of `useNumberInputProps`
|
124 | ([8ef820e](https://github.com/chakra-ui/chakra-ui/commit/8ef820ef11447b92ee1d87d5f97a1e84ce924f40))
|
125 | - **types:** update types for theme
|
126 | ([57134eb](https://github.com/chakra-ui/chakra-ui/commit/57134ebae3846bb60158a7fb5c850f46264d678b))
|
127 |
|
128 | # Change Log
|
129 |
|
130 | All notable changes to this project will be documented in this file. See
|
131 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
132 |
|
133 | ## [0.5.1](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.5.0...@chakra-ui/core@0.5.1) (2019-12-13)
|
134 |
|
135 | ### Bug Fixes
|
136 |
|
137 | - export SimpleGrid component
|
138 | ([ecdca25](https://github.com/chakra-ui/chakra-ui/commit/ecdca25c1a72ba31fa93c39b4ad2891bfbcebc02))
|
139 | - resolve types for variantColor
|
140 | ([9a0030c](https://github.com/chakra-ui/chakra-ui/commit/9a0030ce1ad61ffbefe4888f923c9b85253752bd))
|
141 | - **numberinput:** fix bugs and improve types for onChange and value
|
142 | ([e3e3453](https://github.com/chakra-ui/chakra-ui/commit/e3e3453e495fae9f9d5f38a8b8bca0e4f33e6f9e))
|
143 | - **types:** change listitem types to use pseudobox props
|
144 | ([615ebcc](https://github.com/chakra-ui/chakra-ui/commit/615ebcc9f516747c425e7fc84d45c6787f0ebbdb))
|
145 |
|
146 | # Change Log
|
147 |
|
148 | All notable changes to this project will be documented in this file. See
|
149 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
150 |
|
151 | # [0.5.0](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.4.1...@chakra-ui/core@0.5.0) (2019-12-03)
|
152 |
|
153 | ### Bug Fixes
|
154 |
|
155 | - prevent bugs with multiple modals opened at the same time
|
156 | ([46c5eaa](https://github.com/chakra-ui/chakra-ui/commit/46c5eaa2d0f803df109e0ca54d74bfbd45d72b18))
|
157 | - prop name in Checkbox examples
|
158 | ([5ff3c5a](https://github.com/chakra-ui/chakra-ui/commit/5ff3c5a67d0b876527fce694f425c8f527b27788))
|
159 | - react-focus-lock issues and review storybook
|
160 | ([af3816e](https://github.com/chakra-ui/chakra-ui/commit/af3816eac08c0ae9cbe0f8b684f2772c2c8da51f))
|
161 | - resolve latest issues and fix types
|
162 | ([db054a3](https://github.com/chakra-ui/chakra-ui/commit/db054a36bda3f5a09cb39f475947795204e51316))
|
163 | - set aria-checked to mixed when partially checked
|
164 | ([42c8a1b](https://github.com/chakra-ui/chakra-ui/commit/42c8a1bec674b282c2df130749033bab85f4baa7))
|
165 | - types for switch component
|
166 | ([ad22610](https://github.com/chakra-ui/chakra-ui/commit/ad226105a6d4ee1b28338b5f89e70197ee5aedee))
|
167 | - useDisclosure types
|
168 | ([3f72505](https://github.com/chakra-ui/chakra-ui/commit/3f7250529310708bca3867edd5d116f8c980aaa3))
|
169 | - **number-input:** cannot use numeric keypad
|
170 | ([5cc4b37](https://github.com/chakra-ui/chakra-ui/commit/5cc4b37cf13cf980e25fca37f34b3fb63518e618))
|
171 | - **select:** add onChange prop
|
172 | ([1857fc6](https://github.com/chakra-ui/chakra-ui/commit/1857fc6619efea76589703791655c8cdbf147cec))
|
173 | - **stack:** convert React children to array before processing
|
174 | ([3b7dce3](https://github.com/chakra-ui/chakra-ui/commit/3b7dce3421c09d57c58676a135b888f6b174d62c)),
|
175 | closes [#234](https://github.com/chakra-ui/chakra-ui/issues/234)
|
176 | - **stack:** ensure that invalid elements are filtered correctly
|
177 | ([04f9e7e](https://github.com/chakra-ui/chakra-ui/commit/04f9e7e4e64f43fdb12dc54e24c74041666b6149))
|
178 | - **types:** omit conflicting types
|
179 | ([830c93d](https://github.com/chakra-ui/chakra-ui/commit/830c93d6a6538f1a3b5a86ff363583cea9c32ec3))
|
180 |
|
181 | ### Features
|
182 |
|
183 | - **theme:** apply fonts to Heading and Text
|
184 | ([5f1d815](https://github.com/chakra-ui/chakra-ui/commit/5f1d815db7bc923e6bb8aed2fa55697a878f0b92))
|
185 | - add displayName to anonymous components
|
186 | ([5587de9](https://github.com/chakra-ui/chakra-ui/commit/5587de9082e0acd214205b1f9c81fdb36ca39d34))
|
187 |
|
188 | # Change Log
|
189 |
|
190 | All notable changes to this project will be documented in this file. See
|
191 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
192 |
|
193 | # [0.4.0](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.3.4...@chakra-ui/core@0.4.0) (2019-10-14)
|
194 |
|
195 | ### Bug Fixes
|
196 |
|
197 | - **box:** update type definitions
|
198 | ([b78723a](https://github.com/chakra-ui/chakra-ui/commit/b78723a))
|
199 | - **css:** export css function
|
200 | ([c8a17c8](https://github.com/chakra-ui/chakra-ui/commit/c8a17c8))
|
201 | - **cssreset:** remove comments from CSSReset preflight.js
|
202 | ([25edb5b](https://github.com/chakra-ui/chakra-ui/commit/25edb5b)), closes
|
203 | [#161](https://github.com/chakra-ui/chakra-ui/issues/161)
|
204 | - **image:** add prop to opt out of the fallbackSrc logic
|
205 | ([cd1acc6](https://github.com/chakra-ui/chakra-ui/commit/cd1acc6))
|
206 | - **image:** add support for native width and height
|
207 | ([e4b6165](https://github.com/chakra-ui/chakra-ui/commit/e4b6165))
|
208 | - **image:** add support for native width and height
|
209 | ([298f067](https://github.com/chakra-ui/chakra-ui/commit/298f067))
|
210 | - improve NumberInput API
|
211 | ([bca497e](https://github.com/chakra-ui/chakra-ui/commit/bca497e))
|
212 | - **image:** improve image hook
|
213 | ([4fb5c04](https://github.com/chakra-ui/chakra-ui/commit/4fb5c04))
|
214 | - **numberinput:** improve NumberInput API
|
215 | ([fe0441d](https://github.com/chakra-ui/chakra-ui/commit/fe0441d))
|
216 | - **numberinput:** update API and docs for numberinput
|
217 | ([dc70274](https://github.com/chakra-ui/chakra-ui/commit/dc70274))
|
218 | - **numberinput:** update story
|
219 | ([bda8efc](https://github.com/chakra-ui/chakra-ui/commit/bda8efc))
|
220 | - **types:** add types for default theme. closes issue
|
221 | [#160](https://github.com/chakra-ui/chakra-ui/issues/160)
|
222 | ([dfef504](https://github.com/chakra-ui/chakra-ui/commit/dfef504))
|
223 | - **types:** add types for icons to improve DX
|
224 | ([5629bc7](https://github.com/chakra-ui/chakra-ui/commit/5629bc7))
|
225 | - **types:** update types to allow for migration to TS
|
226 | ([73bbe73](https://github.com/chakra-ui/chakra-ui/commit/73bbe73))
|
227 |
|
228 | ### Features
|
229 |
|
230 | - add SimpleGrid component
|
231 | ([ff5760c](https://github.com/chakra-ui/chakra-ui/commit/ff5760c))
|
232 | - add SimpleGrid component and improve Stack
|
233 | ([16cc9ef](https://github.com/chakra-ui/chakra-ui/commit/16cc9ef))
|
234 |
|
235 | # Change Log
|
236 |
|
237 | All notable changes to this project will be documented in this file. See
|
238 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
239 |
|
240 | ## [0.3.4](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.3.3...@chakra-ui/core@0.3.4) (2019-10-09)
|
241 |
|
242 | ### Bug Fixes
|
243 |
|
244 | - **build:** remove babel-runtime dep to fix modal issue
|
245 | ([f4ae47f](https://github.com/chakra-ui/chakra-ui/commit/f4ae47f))
|
246 |
|
247 | # Change Log
|
248 |
|
249 | All notable changes to this project will be documented in this file. See
|
250 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
251 |
|
252 | ## [0.3.3](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.3.2...@chakra-ui/core@0.3.3) (2019-10-09)
|
253 |
|
254 | ### Bug Fixes
|
255 |
|
256 | - **box:** add overflow types from styled-system
|
257 | ([805cb61](https://github.com/chakra-ui/chakra-ui/commit/805cb61))
|
258 | - **box:** update type definition for borderWidth props
|
259 | ([f4310ec](https://github.com/chakra-ui/chakra-ui/commit/f4310ec))
|
260 | - **button:** fix the types for leftIcon and rightIcon
|
261 | ([9f3ba3a](https://github.com/chakra-ui/chakra-ui/commit/9f3ba3a))
|
262 | - **cssreset:** update the type definition
|
263 | ([d8f2701](https://github.com/chakra-ui/chakra-ui/commit/d8f2701))
|
264 | - **iconbutton:** fix the types for the iconbutton
|
265 | ([b9462d4](https://github.com/chakra-ui/chakra-ui/commit/b9462d4))
|
266 | - **modal:** add support for preserving scrollbar gap
|
267 | ([bd67ea0](https://github.com/chakra-ui/chakra-ui/commit/bd67ea0))
|
268 | - **types:** export named types in all components
|
269 | ([7378b77](https://github.com/chakra-ui/chakra-ui/commit/7378b77))
|
270 | - resolve yarn v2 pnp issues
|
271 | ([0e0a04f](https://github.com/chakra-ui/chakra-ui/commit/0e0a04f))
|
272 | - **types:** include named exports from theme in main type definitions
|
273 | ([68e06d8](https://github.com/chakra-ui/chakra-ui/commit/68e06d8))
|
274 |
|
275 | # Change Log
|
276 |
|
277 | All notable changes to this project will be documented in this file. See
|
278 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
279 |
|
280 | ## [0.3.2](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.3.1...@chakra-ui/core@0.3.2) (2019-09-26)
|
281 |
|
282 | ### Bug Fixes
|
283 |
|
284 | - **alertdialog:** update type definitions
|
285 | ([da3c706](https://github.com/chakra-ui/chakra-ui/commit/da3c706))
|
286 | - **drawer:** update type definitions
|
287 | ([290e82c](https://github.com/chakra-ui/chakra-ui/commit/290e82c))
|
288 | - **input:** resolve the error and focus border color props
|
289 | ([45b0d97](https://github.com/chakra-ui/chakra-ui/commit/45b0d97))
|
290 | - **popover:** update type definitions
|
291 | ([3a221a3](https://github.com/chakra-ui/chakra-ui/commit/3a221a3))
|
292 | - **tooltip:** fix the shouldwrapchildren issues. fixes issue
|
293 | [#121](https://github.com/chakra-ui/chakra-ui/issues/121)
|
294 | ([5d90b77](https://github.com/chakra-ui/chakra-ui/commit/5d90b77))
|
295 |
|
296 | # Change Log
|
297 |
|
298 | All notable changes to this project will be documented in this file. See
|
299 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
300 |
|
301 | ## [0.3.1](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.3.0...@chakra-ui/core@0.3.1) (2019-09-25)
|
302 |
|
303 | ### Bug Fixes
|
304 |
|
305 | - aliases and forwarding
|
306 | ([cec87c6](https://github.com/chakra-ui/chakra-ui/commit/cec87c6))
|
307 | - compose extraConfig
|
308 | ([07c9c2a](https://github.com/chakra-ui/chakra-ui/commit/07c9c2a))
|
309 | - resolve npm pack issue
|
310 | ([8b0676e](https://github.com/chakra-ui/chakra-ui/commit/8b0676e))
|
311 | - resolve npm pack issue
|
312 | ([44b299f](https://github.com/chakra-ui/chakra-ui/commit/44b299f))
|
313 |
|
314 | # 0.3.0-beta (2019-09-25)
|
315 |
|
316 | # Change Log
|
317 |
|
318 | All notable changes to this project will be documented in this file. See
|
319 | [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
320 |
|
321 | # [0.3.0](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/core@0.2.8...@chakra-ui/core@0.3.0) (2019-09-24)
|
322 |
|
323 | ### Features
|
324 |
|
325 | - Add typings for Slider.onChange
|
326 | ([2f15c6a](https://github.com/chakra-ui/chakra-ui/commit/2f15c6a)), closes
|
327 | [chakra-ui/chakra-ui#88](https://github.com/chakra-ui/chakra-ui/issues/88)
|
328 | - **modal, drawer, alertdialog:** remove console errors and improve api
|
329 | ([c5ce4b4](https://github.com/chakra-ui/chakra-ui/commit/c5ce4b4))
|