Releases: rollbar/rollbar-react
Releases · rollbar/rollbar-react
v0.12.0-beta
What's Changed
- React server component support by @mudetroit and @matux in #121
- Example for Next.js 14 using App Router by @mudetroit and @matux in #122
- Standardize eslint and prettier for the entire project with ci checks by @matux in #110
- Prettify library and examples and enable format check in ci by @matux in #111
- ESLintify the library and its examples, enable linting in CI by @matux in #112
- Fixed broken package.json, updated all deps and react example by @matux in #115
- Removed formatting rules from eslintrc, leave it to prettier by @matux in #116
- Added build:all and install-all scripts by @matux in #117
- Integrated yalc to the project to link in-dev lib to examples by @matux in #118
New Contributors
Full Changelog: v0.11.2...v0.12.0-beta
v0.11.2
v0.11.1
v0.11.0
v0.10.0
Highlights
- ErrorBoundary FallbackUI now accepts function and class components
- Typescript declarations (index.d.ts) are now published
- Typescript declaration fixes
Pull Requests
v0.9.0
Public Release to NPM
Package is still in public beta now moving package to NPM for easier public access than Github Packages which requires an auth token to install even when public.
Fix to isValidLevel check used for invariants
Buggy implementation of isValidLevel(level)
fixed that is used in several invariant check
Full Documentation Update
Package page to have updates to README which documents the package usage
First Public Beta Release
Based on the talk from React Summit 2021
This release is featured in a Lightning Talk from React Summit 2021, this is still a Beta Release but available for public consumption and feedback.