Skip to content

Commit

Permalink
v3 rc 0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Oct 22, 2020
1 parent 9809f40 commit fa0434d
Show file tree
Hide file tree
Showing 16 changed files with 1,509 additions and 1,520 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"settings": {
"react": {
"version": "16.13"
"version": "17.0"
}
}
}
5 changes: 5 additions & 0 deletions CHANGELOG-v2.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.8.0 (2020-10-22)

- Added React v17 to peer dependencies ([PR #773](https://github.com/PaulLeCam/react-leaflet/pull/773) by _anajavi_).
- [website] Added `react-esri-leaflet` plugin ([PR #768](https://github.com/PaulLeCam/react-leaflet/pull/768) by _slutske22_).

## v2.7.0 (2020-05-06)

- Added `viewBox` and `preserveAspectRatio` props to `SVGOverlay` component ([PR #704](https://github.com/PaulLeCam/react-leaflet/pull/704) by _spectras_).
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
## v3.0.0-rc.0 (2020-10-22)

- Use stable release of React v17
- Fixed incorrect example in docs ([PR #767](https://github.com/PaulLeCam/react-leaflet/pull/767) by [dipiash](https://github.com/dipiash))

## v3.0.0-beta.5 (2020-09-20)

- Remove `preserveAspectRatio` and `viewport` props from `SVGOverlay`, replaced by `attributes` prop.
- Add third-party plugins page to documentation website.
- Remove `preserveAspectRatio` and `viewport` props from `SVGOverlay`, replaced by `attributes` prop
- Add third-party plugins page to documentation website

## v3.0.0-beta.4 (2020-08-16)

- Specify list of supported browsers ([PR #736](https://github.com/PaulLeCam/react-leaflet/pull/736) by [anajavi](https://github.com/anajavi))
- Drop Babel runtime polyfilling ([PR #739](https://github.com/PaulLeCam/react-leaflet/pull/739) by [anajavi](https://github.com/anajavi))
- Upgrade rollup plugins ([PR #740](https://github.com/PaulLeCam/react-leaflet/pull/740) by [anajavi](https://github.com/anajavi))
- Bump React dependency to v17.
- Bump React dependency to v17

## v3.0.0-beta.3 (2020-08-16)

Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"scripts": {
"lint": "eslint './packages/**/*.ts' './packages/**/*.tsx'",
"build:core": "(cd packages/core && yarn run)",
"build:core": "(cd packages/core && yarn run build)",
"build:react-leaflet": "(cd packages/react-leaflet && yarn run build)",
"build:website": "(cd packages/website && yarn run build)",
"build": "yarn run build:core && yarn run build:react-leaflet && yarn run build:website",
Expand All @@ -19,43 +19,43 @@
"start": "yarn run lint && yarn run start:core && yarn run start:react-leaflet"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-transform-proto-to-assign": "^7.10.5",
"@babel/plugin-transform-strict-mode": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@testing-library/react": "^11.0.2",
"@testing-library/react-hooks": "^3.4.1",
"@types/jest": "^26.0.10",
"@types/leaflet": "^1.5.17",
"@types/react": "^16.9.46",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-transform-proto-to-assign": "^7.12.1",
"@babel/plugin-transform-strict-mode": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@testing-library/react": "^11.1.0",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/leaflet": "^1.5.19",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.3.0",
"babel-jest": "^26.6.0",
"cross-env": "^7.0.2",
"del-cli": "^3.0.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "^26.4.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.0",
"leaflet": "^1.7.1",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"react": "^17.0.0-rc.1",
"react-dom": "^17.0.0-rc.1",
"react-test-renderer": "^16.13.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"typescript": "^4.0.2"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-leaflet/core",
"version": "1.0.0-beta.5",
"version": "1.0.0-rc.0",
"description": "React Leaflet core",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"peerDependencies": {
"leaflet": "^1.7.1",
"react": "^17.0.0-rc.1",
"react-dom": "^17.0.0-rc.1"
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-leaflet/docusaurus-plugin",
"version": "1.0.0-alpha.1",
"version": "1.0.0-rc.0",
"description": "Use React Leaflet in Docusaurus v2",
"main": "index.js",
"repository": {
Expand All @@ -14,6 +14,6 @@
},
"homepage": "https://github.com/PaulLeCam/react-leaflet",
"dependencies": {
"@react-leaflet/universal-leaflet": "^1.0.0-alpha.0"
"@react-leaflet/universal-leaflet": "^1.0.0-rc.0"
}
}
12 changes: 6 additions & 6 deletions packages/react-leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-leaflet",
"version": "3.0.0-beta.5",
"version": "3.0.0-rc.0",
"description": "React components for Leaflet maps",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -43,19 +43,19 @@
"umd/*"
],
"dependencies": {
"@react-leaflet/core": "^1.0.0-beta.5"
"@react-leaflet/core": "^1.0.0-rc.0"
},
"peerDependencies": {
"leaflet": "^1.7.1",
"react": "^17.0.0-rc.1",
"react-dom": "^17.0.0-rc.1"
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"rollup": "^2.26.2",
"rollup": "^2.32.1",
"rollup-plugin-terser": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/universal-leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-leaflet/universal-leaflet",
"version": "1.0.0-alpha.0",
"version": "1.0.0-rc.0",
"description": "Only import Leaflet in browser",
"main": "index.js",
"repository": {
Expand Down
Loading

0 comments on commit fa0434d

Please sign in to comment.