- Updated peer dependencies [34042f6]
- @guardian/[email protected]
- 064c5fb: Fixes for new eslint config
- Updated dependencies [cb19d46]
- Updated dependencies [59b350f]
- @guardian/[email protected]
- 4de52e7: This major change adds attribution data on 3 core web vital metrics; CLS, INP, and LCP.
- It also updates the endpoint so that this data will now be sent to a new table in big query. We now send the stage as a value to big query, rather than using separate endpoints.
- In addition, null values have been removed in favour of undefined.
- It also updates the version of
web-vitals
required tov4.2.1
.
- e5b15dc: Update TypeScript support to
v5.5.2
.
- Updated dependencies [a5498b8]
- Updated dependencies [e5b15dc]
- @guardian/[email protected]
- 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume
package.json#exports
, alongsidemain
.
-
Update TS to version 5.3.3 and tslib to 2.6.2
-
Updated dependencies
- @guardian/[email protected]
- b6f5343: Adds collection of INP data in core-web-vitals
- 0d15993: Updated deprecated ReportHandler with ReportCallback in core-web-vitals
- Update Typescript to v5.1.3 and tslib to v2.5.3
- Updated dependencies
- @guardian/[email protected]
- Now requires TypeScript ~4.9.5 (if you use it with TypeScript).
- Updated dependencies
- @guardian/[email protected]
-
ed13a6c: Update to use web-vitals v3.0.0.
- Add a config object param to all metric functions (#225)
- Report TTFB after a bfcache restore (#220)
- Only include last LCP entry in metric entries (#218)
The changelog for web-vitals 3.0.0 is here
- Updated dependencies [b4f6334]
- @guardian/[email protected]
- cf437f9: Bump @guardian/source-foundations to v8
- d742b50: Bump @guardian/libs to 12.0.0
- a4aa0bd: Update docs
-
eb65fde: Add
typescript@^4.3.2
topeerDependecies
(optional
).This should mean you get a warning if you're using an incompatible version of typescript, but not if you aren't using it at all.
- Updated dependencies [eb65fde]
- @guardian/[email protected]
- 3882dc1: peer dependency on
@guardian/libs
is now restricted to current major version (^10.0.0
, rather than<=10.0.0
)
-
481e7a6: Create
@guardian/core-web-vitals
.This is drop-in, identical functionality to the exports that were removed in
@guardian/libs
inv10.0.0
.