Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [5.0.0](https://github.com/p3ol/react-access/compare/v4.1.6...v5.0.0) (2026-08-14)

### âš  BREAKING CHANGES

* bump minimum node version to 22
* drop es5 support
* drop react 16 & 17 compat
* lib is now explicitly client only

### Refactors

* bump minimum node version to 22 ([c09fcec](https://github.com/p3ol/react-access/commit/c09fcec))
* drop es5 support ([06ba587](https://github.com/p3ol/react-access/commit/06ba587))
* drop react 16 & 17 compat ([a9b6968](https://github.com/p3ol/react-access/commit/a9b6968))

### Features

* lib is now explicitly client only ([54f9112](https://github.com/p3ol/react-access/commit/54f9112))

### Bug Fixes

* react 18 compat ([457b166](https://github.com/p3ol/react-access/commit/457b166))
* upgrade various deps ([5f0edb0](https://github.com/p3ol/react-access/commit/5f0edb0))


### [4.1.6](https://github.com/p3ol/react-access/compare/v4.1.5...v4.1.6) (2026-05-06)


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/react-access",
"version": "4.1.6",
"version": "5.0.0",
"description": "The easiest way to add Poool Access to your React app ✨",
"type": "module",
"repository": {
Expand Down Expand Up @@ -57,7 +57,6 @@
"react-dom": "19.2.8",
"react-router-dom": "7.18.2",
"swc-loader": "0.2.7",
"ts-node": "10.9.2",
"tsdown": "0.22.14",
"tsx": "4.23.12",
"typescript": "7.0.2",
Expand Down