Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed May 12, 2022
1 parent c949167 commit b6011e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

### v3.0.0-beta.2 (2022-05-11)

- Ensure all deprecated symbols are annotated ([#227](https://github.com/GoogleChrome/web-vitals/pull/227))
- Alias, deprecate, and re-export `ReportCallback` as `ReportHandler`, so it's no longer a breaking change ([#227](https://github.com/GoogleChrome/web-vitals/pull/227))

### v3.0.0-beta.1 (2022-05-11)

- **[BREAKING]** Add a config object param to all metric functions ([#225](https://github.com/GoogleChrome/web-vitals/pull/225))
- **[BREAKING]** Rename the `ReportHandler` type to `ReportCallback` ([#225](https://github.com/GoogleChrome/web-vitals/pull/225))
- Fix `getTTFB()` not properly aliased to `onTTFB()` ([#226](https://github.com/GoogleChrome/web-vitals/pull/226))

### v3.0.0-beta.0 (2022-04-25)
Expand Down

0 comments on commit b6011e9

Please sign in to comment.