@elastic/apm-rum-vue
Advanced tools
Comparing version 1.2.3 to 1.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-vue@1.2.3...@elastic/apm-rum-vue@1.3.0) (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/apm-rum-vue@1.2.2...@elastic/apm-rum-vue@1.2.3) (2021-04-19) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@elastic/apm-rum-vue", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "Elastic APM Real User Monitoring for Vue applications", | ||
@@ -49,6 +49,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@elastic/apm-rum": "^5.8.0", | ||
"@elastic/apm-rum-core": "^5.11.0" | ||
"@elastic/apm-rum": "^5.9.0", | ||
"@elastic/apm-rum-core": "^5.12.0" | ||
}, | ||
"gitHead": "901cb158ef6730dda8efebb0fc2e8d644844143c" | ||
"browserslist": [ | ||
"ie 11" | ||
], | ||
"gitHead": "494377db88299c6856791275685c2836634ce48b" | ||
} |
31761
Updated@elastic/apm-rum@^5.9.0