Skip to content

Releases: 4dn-dcic/shared-portal-components

Improve ObjectWrapper Security

24 May 08:02
100c00f
Compare
Choose a tag to compare

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

Full Changelog: 0.1.83...0.1.84

Improve ObjectWrapper Security - beta - II

23 May 07:43
Compare
Choose a tag to compare

Full Changelog: 0.1.83...0.1.84b2

Improve ObjectWrapper Security - beta

22 May 15:54
Compare
Choose a tag to compare
Pre-release

Full Changelog: 0.1.83...0.1.84b1

LocalizedTime Updates

16 May 12:48
733c3bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.82...0.1.83

0.1.83b1

16 May 11:28
Compare
Choose a tag to compare
0.1.83b1 Pre-release
Pre-release

Full Changelog: 0.1.82...0.1.83b1

0.1.82

15 May 14:51
e10253c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.81...0.1.82

0.1.82b1

13 May 21:52
Compare
Choose a tag to compare
0.1.82b1 Pre-release
Pre-release

Full Changelog: 0.1.81...0.1.82b1

Related PR:
#253

0.1.81

16 Apr 10:33
e7b8d78
Compare
Choose a tag to compare
  • 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

12 Apr 22:10
Compare
Choose a tag to compare
Pre-release

Full Changelog: 0.1.80...0.1.81b1

feat: DotRouter and YoutubeVideoEmbed components

21 Mar 16:32
07285d9
Compare
Choose a tag to compare

DotRouter and YoutubeVideoEmbed component migration (from CGAP into SPC)

  • provide these components in SPC so they can be used in SMaHT and CGAP