This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch FLAGON-469
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/FLAGON-469 by this push:
new 6b082cf [FLAGON-481] Updated top level readme--updated 'whats new'
6b082cf is described below
commit 6b082cf972573a50a576ac61e972c07fbfe9964c
Author: poorejc <[email protected]>
AuthorDate: Sat Jan 25 23:50:54 2020 -0500
[FLAGON-481] Updated top level readme--updated 'whats new'
---
README.md | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 19ea9c9..14dd29d 100755
--- a/README.md
+++ b/README.md
@@ -22,11 +22,16 @@ Additional documentation and a demonstration can be found
at the [Apache Flagon
[Contributing](https://github.com/apache/incubator-flagon-useralejs#contributing)
[License](https://github.com/apache/incubator-flagon-useralejs#license)
-## What's New in Version 2.0.2?
-
-- Updates to package.json and package-lock.json to resolve downstream
Prototype Pollution vulnerabilities in dev dependencies
-- Updates to package.json and package-lock.json to modernize deprecated npm
modules
-- Minor updates to README documentation for UserALE.js' [Example Test
Utilities](https://github.com/apache/incubator-flagon-useralejs/tree/master/example).
+## What's New in Version 2.1.0?
+
+- Module package-bundler deployment support (include UserALE.js via 'import' &
'require')
+- Updated existing example page to include a range of HTML elements
+- New example page for including UserALE.js as a module (Webpack example)
+- Added support for logging from HTML Forms
+- Added SessionId persistence via SessionStorage
+- Exposes a wide range of functions to support custom logging with UserALE.js
+- Added support for passing Auth-headers via log pipeline to back-end
+- Added additional log fields: browser type and version, inner width/height
(for heatmaps)
See our
[CHANGELOG](https://github.com/apache/incubator-flagon-useralejs/blob/master/CHANGELOG.md)
for a complete list of changes.