Skip to content

Releases: terrestris/react-util

Release 4.0.0-beta.3

11 Mar 09:48
fa5acd2
Compare
Choose a tag to compare
Release 4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.3 (2024-03-11)

Features

Bug Fixes

  • null check for searchConfig (29f0797)
  • set features and loading state to init values for empty search term (4cb06b7)

Release 4.0.0-beta.2

29 Feb 16:06
a0fe704
Compare
Choose a tag to compare
Release 4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2024-02-29)

Features

  • introduce useCoordinateInfoHook (45a132a)
  • introduce useNominatim hook (db4375b)
  • introduce useProjFromEpsgIO hook (8cf5fb2)

Bug Fixes

  • adds missing inkmap dependency (83eb5c5)
  • remove @types-react from peer-dependencies (0cebe8b)
  • use async function call and return CoordinateInfoResult directly (894cd83)

Release 4.0.0-beta.1

16 Feb 13:12
Compare
Choose a tag to compare
Release 4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2024-02-16)

⚠ BREAKING CHANGES

  • ol 8.2.0 is now the minimum required peer version

Features

  • add zoomTo util function (e3fb4ee)

Bug Fixes

  • typings of digitize layer (51e301e)

Miscellaneous Chores

Release 4.0.0-beta.0

26 Oct 07:35
Compare
Choose a tag to compare
Release 4.0.0-beta.0 Pre-release
Pre-release

4.0.0-beta.0 (2023-10-26)

⚠ BREAKING CHANGES

  • imports must be adjusted
  • imports must be adjusted
  • removed all HOCs in favour of hooks
  • updates several hook export paths

Features

Bug Fixes

  • export all default exports (b184210)
  • harmonize hooks files/folders (6eae470)
  • hide the layer depending on the active status and add NaN check (2508d21)
  • list required peer dependencies (17ec6ff)
  • place components in dedicated subdirectory (8c9bc29)
  • rename hooks directory to Hooks (36597a2)
  • replace react-geo statics with react-util (8fb8353)
  • set correct import paths (6472a3a)
  • update doc (9157002)

Release 3.0.0

19 Sep 08:53
Compare
Choose a tag to compare

3.0.0 (2023-09-19)

Features

  • useModify hook (786610e)
  • add support for mapbox vector tiles (52a6982)
  • create useSelectFeatures and usePropOrDefault hooks (c0df0ed)
  • introduce useGeoLocation hook (db0bc0d)
  • refactor code into useDraw hook (920f823)

Bug Fixes

  • add docs regarding vector tile layer support (459fdcc)
  • clear collection on deactivate (605cb90)
  • fix prepublish script (68a95fe)

v2.2.0-beta.2

06 Sep 08:23
Compare
Choose a tag to compare
v2.2.0-beta.2 Pre-release
Pre-release
  • Merge pull request #469 from terrestris/fix-ol-dep 129cdf0
  • fix: fix ol dependency 7c3ce46

v2.2.0-beta.1...v2.2.0-beta.2

Release 2.1.1

26 Jul 08:44
Compare
Choose a tag to compare

Fixes

  • fix: more liberal peer dependencies f61fdaa

Full Changelog: v2.1.0...v2.1.1

Version 2.1.0

05 Jul 15:40
Compare
Choose a tag to compare

Version 2.0.0

28 Apr 10:29
Compare
Choose a tag to compare

Breaking changes

  • Set react 18 as peerDependency #146

Dependency Updates

Full Changelog: v1.1.0...v2.0.0

Version 1.1.0

11 May 14:36
ba41602
Compare
Choose a tag to compare
  • Makes react and react-dom a peerDependcy 26acdc1

v1.0.2...v1.1.0