-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected]
- Loading branch information
apmmachine
committed
Jul 13, 2021
1 parent
cb0fada
commit 494377d
Showing
11 changed files
with
82 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.1.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-13) | ||
|
||
|
||
### Features | ||
|
||
* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026)) | ||
|
||
|
||
|
||
|
||
|
||
## [2.0.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19) | ||
|
||
* Please use version `2.0.1` for Angular 9-11 support. Version `2.0.0` has broken modules published, As a result it was marked as deprecated. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,19 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.12.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-13) | ||
|
||
|
||
### Features | ||
|
||
* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026)) | ||
* **rum-core:** add apmServerRequest config ([#1019](https://github.com/elastic/apm-agent-rum-js/issues/1019)) ([6c44e48](https://github.com/elastic/apm-agent-rum-js/commit/6c44e48974640933a976a6dba52f0e8f8096043a)) | ||
* **rum-react:** add official support for react 17 ([#1047](https://github.com/elastic/apm-agent-rum-js/issues/1047)) ([cb0fada](https://github.com/elastic/apm-agent-rum-js/commit/cb0fada417d815eccac018e3d9c495bb3bcadbe2)) | ||
|
||
|
||
|
||
|
||
|
||
# [5.11.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.3.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-13) | ||
|
||
|
||
### Features | ||
|
||
* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026)) | ||
* **rum-react:** add official support for react 17 ([#1047](https://github.com/elastic/apm-agent-rum-js/issues/1047)) ([cb0fada](https://github.com/elastic/apm-agent-rum-js/commit/cb0fada417d815eccac018e3d9c495bb3bcadbe2)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.2.11](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19) | ||
|
||
**Note:** Version bump only for package @elastic/apm-rum-react | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@elastic/apm-rum-react", | ||
"version": "1.2.11", | ||
"version": "1.3.0", | ||
"description": "Elastic APM Real User Monitoring for React applications", | ||
"author": "Hamid <[email protected]>", | ||
"homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html", | ||
|
@@ -48,5 +48,7 @@ | |
"react": ">16.0.0", | ||
"react-router-dom": ">4.0.0" | ||
}, | ||
"browserslist": ["ie 11"] | ||
"browserslist": [ | ||
"ie 11" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.3.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-13) | ||
|
||
|
||
### Features | ||
|
||
* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.2.3](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19) | ||
|
||
**Note:** Version bump only for package @elastic/apm-rum-vue | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,23 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.9.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-07-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **rum:** add number, boolean types to addLabels ([#1017](https://github.com/elastic/apm-agent-rum-js/issues/1017)) ([e40f5a0](https://github.com/elastic/apm-agent-rum-js/commit/e40f5a00123bbae641cd9525f963be04851a9718)) | ||
|
||
|
||
### Features | ||
|
||
* **rum-angular:** add support for angular 12 ([#1039](https://github.com/elastic/apm-agent-rum-js/issues/1039)) ([db7df0a](https://github.com/elastic/apm-agent-rum-js/commit/db7df0a574eb18926e16721452600a36fece5026)) | ||
* **rum-core:** add apmServerRequest config ([#1019](https://github.com/elastic/apm-agent-rum-js/issues/1019)) ([6c44e48](https://github.com/elastic/apm-agent-rum-js/commit/6c44e48974640933a976a6dba52f0e8f8096043a)) | ||
|
||
|
||
|
||
|
||
|
||
# [5.8.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2021-04-19) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters