Skip to content

Latest commit

 

History

History
198 lines (110 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

198 lines (110 loc) · 10.7 KB

1.9.0 (2022-04-18)

Feature

  • refactor(stories): added opacity in stories of buttons and removed some props already defined (28de5f3)

  • refactor(podfile): added code to enables flipper (b705997)

  • refactor(button): add pressed feedback and opacity prop (c9cda43)

Chore

1.8.9 (2021-11-17)

Chore

  • chore: fix package version (3c83b8a)
  • chore: bump version from v1.8.8 to v1.8.9 (9c12143)

Bug Fixes

  • icons: fix(icons): fix star and star filled svg (d3b206e)

1.8.8 (2021-11-17)

Features

  • icons: feat(icons): add icons (9f3b7b9)

Chores

1.8.7 (2021-10-07)

Bug Fixes

  • basebutton: disable onPress event when loading is true (798d2c1)

Features

1.8.6 (2021-06-25)

Features

  • component add new selection component (415616f)
  • icon add new RotatePhone icon (70dd269)

1.8.5 (2021-05-17)

Features

  • input change component composition to be compatible with Appium (606276c)

1.8.4 (2021-05-12)

Features

  • input change input control to focus on input when clicking the buttons (173ebd5)

1.8.3 (2021-05-12)

Features

  • input fix control buttons position (173ebd5)
  • buttons: add moon and space colors (d68b355)

1.8.2 (2021-04-22)

Features

  • slider improve type (ad5f4f9), show slider selected value without label (5f6920a) and turns label optional (ed2f2dd)

1.8.1 (2021-04-22)

Features

  • input allow to hide slider label (6997b09)

1.8.0 (2021-04-16)

Features

1.7.0 (2021-03-24)

Features

  • icon: add camera, notification and pause icons (56639ad)
  • icon: add pressable, calculate hitslop and add props size and onPress into icon (dde028b)

1.6.0 (2021-03-16)

Bug Fixes

  • textinput: fix secure text entry to be true when input is password (3e10f5c)

Features

  • tabs: add alignment options (a18c276)

1.5.0 (2021-02-23)

Bug Fixes

  • checkicon: fix check icon view box (1fc2cf3)
  • flagicon: update FlagIcon to match DS definition (d802668)
  • icons: fix fillRule and clipRulle misspelling on several icons (2c0093b)
  • link: fix vertical alignment (8de6696)
  • maskedinput: fix masked input error layout (0af9e14)
  • tabs: fix UI when has single item (e4a8e37)

Features

1.4.0 (2021-02-10)

Bug Fixes

  • basebutton: min hitslop seted when button is smaller then 48 (671a345)
  • textinput: fix text input error layout (c2644fc)

Features

  • tabs: add borderBottom option (72f7e6a)

1.3.1 (2020-12-29)

Bug Fixes

  • TextInput: update state when value changes (a0b2d74)

1.3.0 (2020-12-28)

Bug Fixes

  • TextInput: fix input text label animation (9d0b667)

Features

  • Title: Implement Title component (f2b242f)

1.2.0 (2020-12-22)

Features

  • CurrencyInput: Implement controlled input support (1d27f5c)

1.1.0 (2020-12-18)

Bug Fixes

  • ControlInput: fix format bevahior (2b3fbc4)

Features

  • Inputs: Implement Currency Input (c732d0a)

1.0.3 (2020-12-15)

Bug Fixes

  • Buttons: change isDisabled prop to disabled (8ea62a0)
  • Buttons: change isLoading prop to loading (c8c6ed1)
  • Checkbox: change isIndeterminate props to indeterminate (20e0224)
  • ControlInput: forward testID prop to input component (6a24b6a)
  • Controls&Toggles: change isDisabled prop to disabled (7e5a08b)
  • MaskedInput: fix text align (435f9f4)
  • Radio: change isSelected prop to `selected`` (14cc701)
  • TextInput: Fix password behavior (0712b1c)

1.0.2 (2020-12-11)

Bug Fixes

  • Build Change tsconfig module to ES2015 #28

1.0.1 (2020-12-08)

Bug Fixes

  • Buttons: Allow button text to wrap lines (756cd70)
  • InputEyeToggle: change icon background color (686cde4)
  • Inputs: change testID prop forward (d8f21e7)
  • MaskedInput: show textAlign as left always (767f7c6)
  • TextInput: fix password eye toggle behavior (364bda5)
  • First version 🎉