Skip to content

Releases: TheWidlarzGroup/react-native-notificated

Release 0.1.6

25 Jun 08:10
Compare
Choose a tag to compare

0.1.6 (2024-06-25)

Bug Fixes

  • split useStatusBarHeightDetector hook into web and native flavors (#266) (08b640e)

Chore

  • chore(deps): bump ws from 7.5.7 to 7.5.10 in /docs #270
  • chore(deps): bump braces from 3.0.2 to 3.0.3 in /docs #271
  • chore(deps): bump tar from 6.1.11 to 6.2.1 in /example-expo #263

Release 0.1.5

10 Apr 07:22
Compare
Choose a tag to compare

0.1.5 (2024-04-10)

Chore

  • chore(deps): bump ip from 1.1.5 to 1.1.9 #254
  • chore(deps): bump ip from 1.1.8 to 1.1.9 in /example-expo #255
  • chore(deps): bump ip from 1.1.8 to 1.1.9 in /example #256
  • chore(deps): bump follow-redirects from 1.15.0 to 1.15.6 in /docs #257
  • chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs #259
  • chore(deps): bump express from 4.18.1 to 4.19.2 in /docs #260

Docs

  • docs: updates #261

Bug Fixes

  • issues with justifing elements (notifiaction is not centered) (#253) (1893815)
  • no children prop (types) - followup (#262) (a7dd2a0)

Release 0.1.4

30 Nov 14:46
Compare
Choose a tag to compare

0.1.4 (2023-11-30)

Bug Fixes

  • destructure animationConfig inside updater function of useAnimatedStyles throws error in reanimated v3 (#247) (e6c307f)
  • update peerDependencies for react-native-notificated (support v2.14 and v3) (#246) (2e57bc1)

Release 0.1.3

21 Nov 10:23
Compare
Choose a tag to compare

0.1.3 (2023-11-21)

Chores

  • bump buildscript sdk versions and build tool version for examples (#243) (22eac8c)

Bug Fixes

v0.1.2

31 Oct 16:14
fdb0a9c
Compare
Choose a tag to compare

0.1.2 (2023-10-31)

Features

  • Add notification width handling (better support for tablets with new property notificationWidth) (#220) (b0358fa), closes #216
  • Extend notification position property (better support for tablets, notificationPosition accepts new values, i.e. top-right) (#220) (b0358fa), closes #218

Release 0.1.1

27 Jul 08:51
Compare
Choose a tag to compare

0.1.1 (2023-07-27)

Bug Fixes

  • add title/description family and weight to mergeProps (#213) (cdbefab)
  • bumped reanimated,gesture handler and add patch for rn to fix example build errors (#212) (cca1ed2)
  • changed node version in workflows to 16.14 (#192) (c1fed71)
  • changed the way of getting status bar height on ios (#202) (d42ea6c)
  • notification under modal (#214) (77519d5)
  • status bar manager on fabric (#200) (e5a7071)

Release 0.1.0

26 Jan 10:16
Compare
Choose a tag to compare

0.1.0 (2023-01-26)

Bug Fixes

Features

Release 0.0.1-beta.2

13 Jul 07:38
Compare
Choose a tag to compare

0.0.1-beta.2 (2022-07-13)

Bug Fixes

  • user can use custom component as leftSourceIcon (#149) (54bdc98)

Features

  • handle notification (position, topOffset and width) in landscape mode (#151) (885fdff)

Release 0.0.1-beta.0

10 Jun 11:01
Compare
Choose a tag to compare

0.0.1-beta.0 (2022-06-10)

Features

Release 0.0.1-alpha.2

06 Jun 09:16
Compare
Choose a tag to compare

0.0.1-alpha.2 (2022-06-06)

Bug Fixes

  • make config prop optional in createNotifications - regression (#134) (07ef9cf)
  • used another action to assign issue to a project (#132) (b57e6fa)

Features

  • managing notifications from within custom components: (#135) (9b36d30)