Releases: 4dn-dcic/shared-portal-components
Releases · 4dn-dcic/shared-portal-components
Improve ObjectWrapper Security
object.CopyWrapper
is currently sending analytics data into GA4 property. It includes copied value and it makes a security breach if sensitive data is wrapped. Two new props are added to improve security:
analyticsOnCopy: bool
// trigger analytics event (default is false)maskAnalyticsValue: bool
// send the actual value (false) or send a placeholder instead (true - default)
What's Changed
- Improve object.CopyWrapper Security by @utku-ozturk in #255
Full Changelog: 0.1.83...0.1.84
Improve ObjectWrapper Security - beta - II
Full Changelog: 0.1.83...0.1.84b2
Improve ObjectWrapper Security - beta
Full Changelog: 0.1.83...0.1.84b1
LocalizedTime Updates
0.1.83b1
Full Changelog: 0.1.82...0.1.83b1
0.1.82
0.1.82b1
Full Changelog: 0.1.81...0.1.82b1
Related PR:
#253
0.1.81
html-react-parser
npm package upgrade from v1 to v5- updates relevant TOC components for
page.json
schema change
Full Changelog: 0.1.80...0.1.81
html-react-parser upgrade
Full Changelog: 0.1.80...0.1.81b1
feat: DotRouter and YoutubeVideoEmbed components
DotRouter and YoutubeVideoEmbed component migration (from CGAP into SPC)
- provide these components in SPC so they can be used in SMaHT and CGAP