Skip to content

Releases: rollbar/rollbar-react

v0.12.0-beta

21 Mar 21:06
418412d
Compare
Choose a tag to compare

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

20 Jun 19:09
676689b
Compare
Choose a tag to compare

Fixed types for FallbackUI, #95

v0.11.1

06 Jun 14:00
578af54
Compare
Choose a tag to compare

Highlights

  • React 18 compatibility
  • Typescript type fixes

Pull requests

  • Update peer react version range, #64
  • Fix for ErrorBoundary extra prop type definition, #60
  • Add children to the props for @types/react@18, #55
  • Fix declaration of unique symbols, #52
  • ErrorBoundary.fallbackUI can't be a node, #46

v0.11.0

03 Mar 20:35
c4b3bb8
Compare
Choose a tag to compare
  • Allow rollbar instance from alternate import/require, #37
  • Export provider context for class components to use, #38

v0.10.0

17 Feb 17:14
b40aa82
Compare
Choose a tag to compare

Highlights

  • ErrorBoundary FallbackUI now accepts function and class components
  • Typescript declarations (index.d.ts) are now published
  • Typescript declaration fixes

Pull Requests

  • import hooks from react, #34
  • publish index.d.ts in npm package, #32
  • Provider declaration typos, #33
  • bugs related to fallbackUI, #29

v0.9.0

27 Jan 15:16
7b4807a
Compare
Choose a tag to compare

Initial Typescript types

Allow Provider to init with Rollbar instance, not config

Public Release to NPM

19 Apr 15:35
Compare
Choose a tag to compare
Public Release to NPM Pre-release
Pre-release

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

16 Apr 22:15
Compare
Choose a tag to compare

Buggy implementation of isValidLevel(level) fixed that is used in several invariant check

Full Documentation Update

16 Apr 19:44
Compare
Choose a tag to compare
Pre-release

Package page to have updates to README which documents the package usage

First Public Beta Release

15 Apr 17:40
Compare
Choose a tag to compare
Pre-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.