Skip to content

Commit 1b6846d

Browse files
committed
Merge branch 'next'
2 parents ca1e765 + dbdd542 commit 1b6846d

File tree

116 files changed

+7396
-4257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+7396
-4257
lines changed

.babelrc.js

Lines changed: 0 additions & 54 deletions
This file was deleted.

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"settings": {
3838
"react": {
39-
"version": "17.0"
39+
"version": "18.0"
4040
}
4141
}
4242
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
name: Bug report
3-
about: Report a bug
2+
name: Bug report in v4
3+
about: Report a bug in v4
44
---
55

6-
## Bug report
6+
## Bug report in v4
77

88
**Before** opening an issue, make sure to read the [contributing guide](https://github.com/PaulLeCam/react-leaflet/blob/master/CONTRIBUTING.md) and understand this is a bug tracker, not a support platform.
99

1010
Please make sure to check the following boxes before submitting an issue.\
1111
**Issues opened without using this template will be closed unless they have a good reason not to follow this template.**
1212

1313
- [ ] All peer dependencies are installed: React, ReactDOM and Leaflet.
14-
- [ ] Using a supported version of React and ReactDOM (v17.0.0 minimum).
15-
- [ ] Using the supported version of Leaflet (v1.7.1 minimum) and its corresponding CSS file is loaded.
16-
- [ ] Using the [latest v3 version of React-Leaflet](https://github.com/PaulLeCam/react-leaflet/releases).
14+
- [ ] Using the latest version of React and ReactDOM v18.
15+
- [ ] Using the supported version of Leaflet (v1.8.0 minimum) and its corresponding CSS file is loaded.
16+
- [ ] Using the [latest v4 version of React-Leaflet](https://github.com/PaulLeCam/react-leaflet/releases).
1717
- [ ] The issue has not already been reported.
18-
- [ ] Make sure you have followed the [quick start guide](http://leafletjs.com/examples/quick-start.html) for Leaflet.
18+
- [ ] Make sure you have followed the [quick start guide](https://leafletjs.com/examples/quick-start.html) for Leaflet.
1919
- [ ] Make sure you have fully read the [documentation](https://react-leaflet.js.org/docs/start-introduction) and that you understand the [limitations](https://react-leaflet.js.org/docs/start-introduction#limitations).
2020

2121
### Expected behavior
@@ -28,4 +28,4 @@ Please describe.
2828

2929
### Steps to reproduce
3030

31-
Please provide the simplest example possible to reproduce the issue, based on [this CodePen](https://codepen.io/PaulLeCam/pen/xxOgovP).
31+
Please provide the simplest example possible to reproduce the issue, based on [this CodePen](https://codepen.io/PaulLeCam/pen/OJxEbBW).

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node: ['14.x', '16.x']
10+
node: ['16.x']
1111
os: [ubuntu-latest, macOS-latest]
1212

1313
steps:
@@ -25,8 +25,8 @@ jobs:
2525
- name: Lint
2626
run: yarn run lint
2727

28-
- name: Test and build core
29-
run: yarn run start:core
28+
- name: Build
29+
run: yarn run build
3030

31-
- name: Test and build lib
32-
run: yarn run start:react-leaflet
31+
- name: Test
32+
run: yarn run test --ci

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2+
.turbo
23
.vercel

.swcrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"jsc": {
3+
"parser": {
4+
"syntax": "typescript",
5+
"tsx": true
6+
},
7+
"target": "es2020"
8+
}
9+
}

CHANGELOG-v0.x.md

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)