Skip to content

Releases: viktorivarsson/react-feedbacker

v2.1.0

25 Jan 18:21
Compare
Choose a tag to compare

Features

  • closeAfterMs and namespace can be sent with each message. This allows each message to send to whichever namespace or with whatever close timings is suitable for that message.

Fixes

  • Update dependencies
  • Update examples

v2.0.0

22 Sep 08:11
Compare
Choose a tag to compare

react-feedbacker is now using hooks internally, meaning that the minimum version of React is 16.8.0.

Going from version 1.* to 2.0.0 should not require any change since <FeedbackContainer /> is working the same way.

Features

  • add custom feedback function, allowing any kind instead of just success, warning, info and error.
  • add behavior to prepend / append in createFeedback function.
  • it's now possible to have different containers at the same time through option namespace in createFeedback function.

v1.0.2

22 Dec 15:51
Compare
Choose a tag to compare
  • NPM audit fix

v1.0.1

12 Sep 20:32
Compare
Choose a tag to compare
  • Added warning when trying to add feedback message on server.

v1.0

12 Sep 18:02
Compare
Choose a tag to compare

Initial release