Skip to content

Latest commit

History

History
44 lines (26 loc) 路 2.94 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) 路 2.94 KB

1.0.3 (2022-09-08)

Bug Fixes

  • examples: include pages mode environment file (#8) (8c2ac02)

1.0.2 (2022-09-07)

Bug Fixes

  • examples: my-react-crasher fails to load (#6) (16386b8)

1.0.1 (2022-07-26)

Bug Fixes

1.0.0 (2022-07-26)

Bug Fixes

  • a fire (8240257)
  • add needed env vars to CI workflow (ba3582f)
  • handle async tests with await waitFor (4fca84b)
  • use globals instead of react context (16ea09e)
  • wait for result in integration test (1317c8a)

Features

  • configure github action for CI (91b14bc)
  • error boundary integration test (76aba7b)
  • init => curry-style func for customization (352035b)
  • onError and beforePost will now be awaited (ca82e92)
  • simplify scope and inject it into ErrorBoundary (f14980f)
  • use a build-specific tsconfig (41ea5ab)
  • use Node16 in tsconfig for auto ESM support (945d607)
  • use scope object to manage shared instance (b62dbdf)