1.4.0 (2022-02-02)
1.3.1 (2021-06-04)
- add useCallback hook to toast method (ff0c604)
1.3.0 (2021-03-13)
- add opacity fn to toastStyles (8927044)
1.2.0 (2021-03-13)
- add animation type options (804add2)
1.1.2 (2021-03-13)
- remove required on relevant props (9dcb03e)
1.1.1 (2020-11-24)
- revert close button change to avoid TS errors (06982b9)
1.1.0 (2020-11-24)
1.0.25 (2020-10-06)
- remove
react-native-safe-area-context
dependency as was causing duplicate dependency problems (0a32f1a)
1.0.24 (2020-10-06)
- remove yarn command and run npm publish directly (90f32a4)
1.0.23 (2020-10-06)
- remove Partial type annotation and provide default value for
toast
to avoid null checking (99f9cb3)
1.0.22 (2020-09-14)
- use npm registry as default (e3323c3)
1.0.21 (2020-09-14)
- manual version bump; chore: update release job name (c14f2a8)
- add borderWidth to StyledToast (e11a760)
- add checkout step to version workflow (11cfab9)
- add explicit px value (f54288c)
- fix bottom position logic (a62feaa)
- fix fade out animation bug (7836722)
- ignore ts checks in Icon component (b72aa87)
- pass position prop to Toast component (b352d7f)
- remove opacity transition to prevent buggy android layoutanimation (739cb15)
- resolve duplicate dependency issues (7effd6e)
- update font weight property (78c14f3)