Skip to content

Commit 58c6f08

Browse files
chore(main): release 1.310.0 (#1690)
1 parent e092cf8 commit 58c6f08

File tree

4 files changed

+59
-4
lines changed

4 files changed

+59
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.310.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.309.0...v1.310.0) (2026-02-17)
7+
8+
9+
### Features
10+
11+
* better MFE timing handling ([#1692](https://github.com/newrelic/newrelic-browser-agent/issues/1692)) ([92a83e5](https://github.com/newrelic/newrelic-browser-agent/commit/92a83e522e39cd145b751728df8083cc63a5d162))
12+
* Capture MFE timings as MicroFrontEndTiming Events ([#1676](https://github.com/newrelic/newrelic-browser-agent/issues/1676)) ([6824f1e](https://github.com/newrelic/newrelic-browser-agent/commit/6824f1eaf002d8732ca948f0e5b4d6bd7802d199))
13+
* Removing old SPA feature & related wrappings entirely ([#1689](https://github.com/newrelic/newrelic-browser-agent/issues/1689)) ([81bfd8f](https://github.com/newrelic/newrelic-browser-agent/commit/81bfd8f686611b6443132d34e31fdb79b95808a1))
14+
15+
16+
### Bug Fixes
17+
18+
* Update measure API types ([#1694](https://github.com/newrelic/newrelic-browser-agent/issues/1694)) ([dd2951b](https://github.com/newrelic/newrelic-browser-agent/commit/dd2951bd4786a96f5d1aea9c062da79d16b603ef))
19+
620
## [1.309.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.308.0...v1.309.0) (2026-02-03)
721

822

changelog.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "92a83e522e39cd145b751728df8083cc63a5d162",
9+
"message": "better MFE timing handling",
10+
"issues": [
11+
"1692"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "dd2951bd4786a96f5d1aea9c062da79d16b603ef",
17+
"message": "Update measure API types",
18+
"issues": [
19+
"1694"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "81bfd8f686611b6443132d34e31fdb79b95808a1",
25+
"message": "Removing old SPA feature & related wrappings entirely",
26+
"issues": [
27+
"1689"
28+
]
29+
},
30+
{
31+
"type": "feat",
32+
"sha": "6824f1eaf002d8732ca948f0e5b4d6bd7802d199",
33+
"message": "Capture MFE timings as MicroFrontEndTiming Events",
34+
"issues": [
35+
"1676"
36+
]
37+
}
38+
],
39+
"version": "1.310.0",
40+
"language": "JAVASCRIPT",
41+
"artifactName": "@newrelic/browser-agent",
42+
"id": "17b5f3a6-6d82-4f2b-882a-14a83adc9e82",
43+
"createTime": "2026-02-17T22:11:19.817Z"
44+
},
445
{
546
"changes": [
647
{
@@ -3674,5 +3715,5 @@
36743715
"createTime": "2023-05-08T21:11:35.144Z"
36753716
}
36763717
],
3677-
"updateTime": "2026-02-03T20:18:42.712Z"
3718+
"updateTime": "2026-02-17T22:11:19.817Z"
36783719
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/browser-agent",
3-
"version": "1.309.0",
3+
"version": "1.310.0",
44
"private": false,
55
"author": "New Relic Browser Agent Team <browser-agent@newrelic.com>",
66
"description": "New Relic Browser Agent",

0 commit comments

Comments
 (0)