Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Releases: hyochan/dooboo-ui-legacy

0.0.45

06 Feb 12:31
Compare
Choose a tag to compare

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 in column type. Also fixed where hover style should be applied. Previously it was a container but it should be applied to the first child View.

0.0.42

[EditText]

  • Fixed hover line appearing below the errorText.

0.0.41

[EditText]

  • Fixed default borderBottomWidth to 0.5.

0.0.40

02 Feb 00:00
3edd7b3
Compare
Choose a tag to compare

0.0.40

[Theme]

  • Added missing media type in theme.

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

10 Jan 16:23
5ccd1db
Compare
Choose a tag to compare
  • Added TouchableOpacity style prop to [Button] #371.
  • Bugfixes of #371 in #372

0.0.27

10 Jan 15:52
Compare
Choose a tag to compare

0.0.27

  • Updated packages and applied new linting rules #370.

0.0.26

  • Simplified [Button] style props in commit.
  • Organize readmes and folder structures #369.

0.0.25

08 Dec 02:01
Compare
Choose a tag to compare
  • [0.0.25]

    • Enhancements on [PinchZoom] and [Rating].
  • [0.0.24]

    • Add the ability to customize the text with textProps in [Button].

0.0.23

14 Oct 16:44
Compare
Choose a tag to compare

[0.0.23]

  • Renamed CheckBox dir to Checkbox and fix import error.
  • Type enhancement on [Badge] #359

0.0.22

02 Oct 13:26
910431a
Compare
Choose a tag to compare

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.

0.0.18

07 Sep 08:19
Compare
Choose a tag to compare
  • Major refactor [Accordion], Add renderTitle, renderBody, titleContainerStyle, bodyContainerStyle and etc #321
  • Fixed [Button] to render correctly. Fixed wrongly placed testID.
  • [EditText] doesn't need default type any more. Column is default.

0.0.15

30 Jul 15:58
af2e68b
Compare
Choose a tag to compare
  • [0.0.15]

    • Add contentStyle to [EditText] #264
    • Types fixes
    • Changed all the import paths in more concise way #270.
    • Renamed Item to SelectItem and fixes import pathes #265
  • [0.0.11]

    • Fix regression in [EditText] #262
    • Fix regression in [Button]
  • [0.0.3]

    • Support RTL for [SwitchToggle] #251
    • Refactor [SearchInput] and re-designed #241
    • Refactor and redesign [Accordion] 🔥🔥🔥🔥 👈
    • Add hover option to [Button] #237
    • [EditText] enhancement #234
  • [0.0.2]

    • Fix Accordion error on ios in #214
  • [0.0.1]

    • The rise of dooboo-ui