Change Log
1.0.3
Patch Changes
730a2da1
Thanks @segunadebayo! - ## Pin Input
🐛 Bug Fix
- Fix issue where copy-paste doesn't work for pin-input
🐛 Bug Fix
Fix issue where number input doesn't work when using with form libraries
that use ref
as entry point to setting initial values (e.g React hook
form).
We improved useNumberInput
to sync the initial values in the ref
passed
to NumberInputField
with the internal state.
System
🚀 Feature
Add support for custom shouldForwardProp
function in the chakra
factory
function.
d1bd91e1
Thanks @segunadebayo! - ## 🐛 Bug Fix
We've made it possible to override the type
and pattern
props passed to
NumberInputField
or getInputProps
. Fixed [#2755]
<NumberInput>
<NumberInputField type="number" pattern="-?[0-9]*" />
</NumberInput>
Updated dependencies
[b8df0bf4
,
123aaf59
,
e73878ee
,
29c0e45e
]:
1.0.2
Patch Changes
e1b095cd
#2217 Thanks
@silltho! - feat(number-input): uses props of
wrapping form-control
This change enables NumberInput
to automatically derive various values from
a surrounding FormControl
if found, similar to Input
and Select
.
Updated dependencies
[ff10bcec
]:
1.0.1
Patch Changes
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0 (2020-11-13)
Note: Version bump only for package @chakra-xui/number-input
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-rc.8 (2020-10-29)
Bug Fixes
- toast: allow custom render in update
(eb8bff9),
closes #2362
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-rc.7 (2020-10-25)
Note: Version bump only for package @chakra-xui/number-input
1.0.0-rc.6 (2020-10-25)
Note: Version bump only for package @chakra-xui/number-input
1.0.0-rc.5 (2020-09-27)
Note: Version bump only for package @chakra-xui/number-input
1.0.0-rc.4 (2020-09-25)
Note: Version bump only for package @chakra-xui/number-input
1.0.0-rc.3 (2020-08-30)
Note: Version bump only for package @chakra-xui/number-input
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-rc.2 (2020-08-09)
Note: Version bump only for package @chakra-xui/number-input
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Bug Fixes
- stack key issue and yarn2 deps issue
(d6cb6b8)
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Note: Version bump only for package @chakra-xui/number-input
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Note: Version bump only for package @chakra-xui/number-input
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Note: Version bump only for package @chakra-xui/number-input
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
Bug Fixes
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-next.4 (2020-07-01)
Bug Fixes
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-next.3 (2020-06-28)
Bug Fixes
Change Log
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
1.0.0-next.2 (2020-06-21)
Bug Fixes