Skip to content

Latest commit

 

History

History
106 lines (52 loc) · 5.84 KB

CHANGELOG.md

File metadata and controls

106 lines (52 loc) · 5.84 KB

1.4.0 (2022-02-02)

Features

1.3.1 (2021-06-04)

Bug Fixes

  • add useCallback hook to toast method (ff0c604)

1.3.0 (2021-03-13)

Features

  • add opacity fn to toastStyles (8927044)

1.2.0 (2021-03-13)

Features

  • add animation type options (804add2)

1.1.2 (2021-03-13)

Bug Fixes

  • remove required on relevant props (9dcb03e)

1.1.1 (2020-11-24)

Bug Fixes

  • revert close button change to avoid TS errors (06982b9)

1.1.0 (2020-11-24)

Features

1.0.25 (2020-10-06)

Bug Fixes

  • remove react-native-safe-area-context dependency as was causing duplicate dependency problems (0a32f1a)

1.0.24 (2020-10-06)

Bug Fixes

  • remove yarn command and run npm publish directly (90f32a4)

1.0.23 (2020-10-06)

Bug Fixes

  • remove Partial type annotation and provide default value for toast to avoid null checking (99f9cb3)

1.0.22 (2020-09-14)

Bug Fixes

  • use npm registry as default (e3323c3)

1.0.21 (2020-09-14)

Bug Fixes

  • manual version bump; chore: update release job name (c14f2a8)

1.0.0 (2020-09-14)

Bug Fixes

  • 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)

Features

  • add ability to toggle icon visibility (b869dae)
  • add ability to toggle position (2804761)
  • configure CI; chore: remove incorrect padding value (facb5db)