1.9.0 (2022-04-18)
-
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: fix changelog (0b81132)
1.8.9 (2021-11-17)
- icons: fix(icons): fix star and star filled svg (d3b206e)
1.8.8 (2021-11-17)
- icons: feat(icons): add icons (9f3b7b9)
- Update dependabot.yml (a98fb270)
1.8.7 (2021-10-07)
- basebutton: disable onPress event when loading is true (798d2c1)
- icons: add icons (690d9fb)
1.8.6 (2021-06-25)
1.8.5 (2021-05-17)
- input change component composition to be compatible with Appium (606276c)
1.8.4 (2021-05-12)
- input change input control to focus on input when clicking the buttons (173ebd5)
1.8.3 (2021-05-12)
1.8.2 (2021-04-22)
- slider improve type (ad5f4f9), show slider selected value without label (5f6920a) and turns label optional (ed2f2dd)
1.8.1 (2021-04-22)
- input allow to hide slider label (6997b09)
1.8.0 (2021-04-16)
- input add text area (0bd590d)
1.7.0 (2021-03-24)
- 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)
- textinput: fix secure text entry to be true when input is password (3e10f5c)
- tabs: add alignment options (a18c276)
1.5.0 (2021-02-23)
- 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)
1.4.0 (2021-02-10)
- basebutton: min hitslop seted when button is smaller then 48 (671a345)
- textinput: fix text input error layout (c2644fc)
- tabs: add borderBottom option (72f7e6a)
1.3.1 (2020-12-29)
- TextInput: update state when value changes (a0b2d74)
1.3.0 (2020-12-28)
- TextInput: fix input text label animation (9d0b667)
- Title: Implement Title component (f2b242f)
1.2.0 (2020-12-22)
- CurrencyInput: Implement controlled input support (1d27f5c)
1.1.0 (2020-12-18)
- ControlInput: fix format bevahior (2b3fbc4)
- Inputs: Implement Currency Input (c732d0a)
1.0.3 (2020-12-15)
- 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)
- Build Change tsconfig module to ES2015 #28
1.0.1 (2020-12-08)
- 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 🎉