Skip to content

Commit

Permalink
feat: unify functionality of WfsField and NominatimField into SearchF…
Browse files Browse the repository at this point in the history
…ield

BREAKING CHANGE: The `WfsField` and `NominatimField` hooks are removed.
Please check the example for `SearchField`.
  • Loading branch information
simonseyock committed May 29, 2024
1 parent f19bce6 commit f83539b
Show file tree
Hide file tree
Showing 14 changed files with 230 additions and 798 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@terrestris/base-util": "^2.0.0",
"@terrestris/ol-util": ">=18",
"@terrestris/react-util": "^6.0.2",
"@types/geojson": "^7946.0.14",
"@types/lodash": "^4.17.4",
"ag-grid-community": "^31.3.2",
"ag-grid-react": "^31.3.2",
Expand Down Expand Up @@ -106,6 +105,7 @@
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/geojson": "^7946.0.14",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.10",
"@types/react": "^18.3.3",
Expand Down
58 changes: 0 additions & 58 deletions src/Field/NominatimSearch/NominatimSearch.example.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/Field/NominatimSearch/NominatimSearch.less

This file was deleted.

137 changes: 0 additions & 137 deletions src/Field/NominatimSearch/NominatimSearch.spec.tsx

This file was deleted.

Loading

0 comments on commit f83539b

Please sign in to comment.