diff --git a/CHANGELOG.md b/CHANGELOG.md index fe04065..0b4777f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,9 @@ - Change authenticationType default from 'guest' to 'credentials'. - Fix issues where report link context menu not always working as expected. - Improved handling of report images and fixed an issue where report images would log unauthenticated users in as guest. + +## 0.3.0 (November 19, 2019) + +- Add support for SAS Visual Analytics 8.5 +- Add support for `` custom element for embedding a report page. +- Additional bug fixes diff --git a/README.md b/README.md index 2884a47..6cf478e 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ npm install @sassoftware/va-report-components Accessing the `va-report-components` library from a CDN is easy. It does not require installation or hosting of the library code and assets. There are several public options for accessing NPM content through a CDN, such -as UNPKG and jsDelivr. Here is an example of loading the 0.2.* version of `va-report-components` from UNPKG -using an HTML `script` tag. +as UNPKG and jsDelivr. Here is an example of loading the 0.3.* version of `va-report-components` from UNPKG +using an HTML `script` tag. When used in production, the version should be pinned to the full `major.minor.patch` semantic version. ```html - + ``` ## Getting Started diff --git a/examples/SASReportElement.html b/examples/SASReportElement.html index 03a0471..7ebe767 100644 --- a/examples/SASReportElement.html +++ b/examples/SASReportElement.html @@ -1,6 +1,6 @@ - + - + + - +