This repository has been archived by the owner on May 31, 2021. It is now read-only.
Releases: hyochan/dooboo-ui-legacy
Releases · hyochan/dooboo-ui-legacy
0.0.45
0.0.45
[EditText]
- Added missing callBack props
onSubmitEditing
. - Set default
placeholderTextColor
. - Added
labelColor
. - Dark mode example in story.
0.0.43
[EditText]
- Fixed hovering issue in
0.0.42
incolumn
type. Also fixed wherehover
style should be applied. Previously it was acontainer
but it should be applied to the first childView
.
0.0.42
[EditText]
- Fixed hover line appearing below the
errorText
.
0.0.41
[EditText]
- Fixed default
borderBottomWidth
to 0.5.
0.0.40
0.0.40
[Theme]
- Added missing
media
type intheme
.
0.0.39
[Theme]
- Deprecated @dooboo-ui/theme and included in
dooboo-ui
package itself.- This decision was made to unify the theme props used internally.
[EditText]
- Use theme props in default styling.
[Button]
- Use theme props in default styling.
0.0.38
[EditText]
- Use
useRef
for hover only in web env. - Tests fixes. When
await
is used more than once,native-testing-library
emits error.Reference - Refactored [EditText] tests with 100% coverage.
- Removed
@react-native-async-storage/async-storage
from core dependency.
0.0.37
[EditText]
- Disable hover in when not editable.
[Button]
- tests coverage to 100%.
- Use
useRef
for hover only in web env.
0.0.29
0.0.27
0.0.25
0.0.23
0.0.22
Major refactoring on [Button], [EditText] and various works given by contributions. Fixes import bug on [Checkbox]. Move [PinchZoom] and [DatePicker] to packages.
Reorganize assets
for main
and packages
. For packages, it should go inside its root while main
direct to __assets
in the same dir.