Skip to content

Releases: no23reason/react-geolocated

v4.2.0

04 Aug 09:01
9fe185a
Compare
Choose a tag to compare

4.2.0 (2024-08-04)

Features

  • publish with provenance (fd009ed)

v4.1.2

15 Jul 15:12
49ba60b
Compare
Choose a tag to compare

4.1.2 (2023-07-15)

Bug Fixes

  • add catch to permissions query, avoid bind (fa2817d)

v4.1.1

10 Jul 07:55
97f672f
Compare
Choose a tag to compare

4.1.1 (2023-07-10)

Bug Fixes

  • reference the correct function in readme (f9cd616), closes #1374

v4.1.0

12 May 15:18
7921f39
Compare
Choose a tag to compare

4.1.0 (2023-05-12)

Features

  • demo: enable location permission change in demo (82a888a), closes #1118
  • usegeolocated: add support to watch location permission change (ca1fdd2) thanks @mfaheemakhtar!

v4.0.3

09 Jun 07:22
54a0b53
Compare
Choose a tag to compare

4.0.3 (2022-06-09)

Bug Fixes

  • npm: fix npm description and keywords (70455ca)

v4.0.2

09 Jun 07:15
d24d6c0
Compare
Choose a tag to compare

4.0.2 (2022-06-09)

Bug Fixes

v4.0.1

28 May 15:37
b76977c
Compare
Choose a tag to compare

4.0.1 (2022-05-28)

Bug Fixes

  • ignore non-essential files, add sideEffects: false (b3319c1)

v4.0.0

28 May 14:57
b8e6bd2
Compare
Choose a tag to compare

4.0.0 (2022-05-28)

Features

  • rewrite from HOC to hook, support React 18 (ac0bc6b), closes #918

BREAKING CHANGES

  • Changed the component from HOC to hook.
  • The TypeScript types are now generated from code so there might be some slight changes.
  • We now require React >= 16.8.0 since we need hook support.
  • Dropped IE11 support, we now require ES6 support.

v3.2.0

25 Apr 14:36
eb189ba
Compare
Choose a tag to compare

3.2.0 (2021-04-25)

Features

  • add timestamp prop to the wrapped component (e110b08), closes #734

v3.1.0

26 Oct 16:06
d660203
Compare
Choose a tag to compare

3.1.0 (2020-10-26)

Features