|
3 | 3 | ## [1.0.0-alpha.2](https://github.com/adaptui/react-native-tailwind/compare/1.0.0-alpha.1...1.0.0-alpha.2) (2022-06-14) |
4 | 4 |
|
5 | 5 |
|
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +* **meter:** :bug: set default value for themeColor |
| 9 | + |
| 10 | +### Code Refactors |
| 11 | + |
| 12 | +* **checkbox:** :recycle: wrapped tailwind classnames inside `cx` |
| 13 | +* **badge:** :art: improve theme structure |
| 14 | +* **button:** :recycle: wrap Button Component |
| 15 | +* **button:** :recycle: wrap button component |
| 16 | + |
6 | 17 | ### Maintanance Updates |
7 | 18 |
|
8 | 19 | * **deps:** ⬆️ update dependency lint-staged to v13.0.1 ([#46](https://github.com/adaptui/react-native-tailwind/issues/46)) ([2f24edd](https://github.com/adaptui/react-native-tailwind/commit/2f24edd935b226105ae5b1e4f4c375ad35450d33)) |
| 20 | +* **avatar:** :lipstick: update active status bg color |
| 21 | +* **badge:** :art: add theme and set default theme to base |
| 22 | +* **button:** :art: add button theme, add themeColor prop & set to `base` |
| 23 | +* **button:** :lipstick: add active styles from figma to pressed state |
| 24 | +* **example-app:** :sparkles: add different Button variant component to Screen |
| 25 | +* **checkbox:** :lipstick: update checkbox theme to have updated colors and other theming |
| 26 | +* **checkbox:** :heavy_minus_sign: removed invalid utility class select-none |
| 27 | +* **checkbox:** :sparkles: wrap checkbox component |
| 28 | +* **example-app:** :sparkles: add Checkbox component screen |
| 29 | +* **spinner:** :sparkles: wrap spinner component |
| 30 | +* **example-app:** :bug: changed icon prop to iconOnly |
| 31 | +* **example-app:** :sparkles: add Spinner Component Screen |
| 32 | +* **avatar:** :lipstick: update bg of typing container & change font weight of avatar initials |
| 33 | +* **meter:** :sparkles: wrap meter component, add theming to meter & restructured theme |
| 34 | +* **meter:** :adhesive_bandage: change order of props |
| 35 | +* **badge:** :ambulance: fix outline text color, add vertical padding to badge container |
| 36 | +* **example-app:** :sparkles: add outline badge variants to example app |
| 37 | +* **example-app:** :recycle: add common component export, add MeterComponent to drawer screen |
| 38 | +* **spinner:** :adhesive_bandage: change `h-14px` tailwind classname to `h-3.5` |
| 39 | +* **primitives:** :truck: change primitives folder name (#51) |
| 40 | +* **spinner:** :bug: change border-2 tailwind classname to { borderWidth: 1.5 } |
| 41 | +* **checkbox:** :ambulance: add optional chaining for null check |
| 42 | +* **button:** :art: move `opacity-0` tailwind classname to button theme |
| 43 | +* **badge:** :fire: remove badge keys |
9 | 44 |
|
10 | 45 | ## [1.0.0-alpha.1](https://github.com/adaptui/react-native-tailwind/compare/1.0.0-alpha.0...1.0.0-alpha.1) (2022-06-08) |
11 | 46 |
|
|
498 | 533 | * **migration:** 🚚 separate example from core ([4059ebf](https://github.com/adaptui/react-native-tailwind/commit/4059ebfc8d462ff291872eaaaf526dc8e6fe5db7)) |
499 | 534 | * **readme:** 📝 refactor ([#43](https://github.com/adaptui/react-native-tailwind/issues/43)) ([593a085](https://github.com/adaptui/react-native-tailwind/commit/593a085b07f2403834e7e4750f63d4dac08657cf)) |
500 | 535 | * **release-it:** 👷 remove release tag check ([4b38fb5](https://github.com/adaptui/react-native-tailwind/commit/4b38fb5a279f79dcc6e894516503ba4562183e5a)) |
501 | | -* **release-it:** 👷 remove yarn test check ([63eaa3e](https://github.com/adaptui/react-native-tailwind/commit/63eaa3e284b3d6028f1b198e9f416d4dafa1e090)) |
| 536 | +* **release-it:** 👷 remove yarn test check ([63eaa3e](https://github.com/adaptui/react-native-tailwind/commit/63eaa3e284b3d6028f1b198e9f416d4dafa1e090)) |
0 commit comments