Skip to content

Latest commit

 

History

History
169 lines (122 loc) · 8.33 KB

CHANGELOG.md

File metadata and controls

169 lines (122 loc) · 8.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Set current virtru-sdk to 4.0.0-beta.36
  • Switch to OIDC
  • Adds datadog telemetry (RUM and Browser Logs)
  • [#186]

    • Set current virtru-sdk to 2.3.4
  • [185]

    • Set current virtru-sdk to 2.3.2
  • [180]

    • update SDK version to 2.3.1, smaller and no public key
  • [171]

    • update SDK version to 2.1.3 to enable TDF3 -> ie11 workflow and related
  • 162: PLAT-259: Set mime type

v1.2.3 - 2020-02-19

v1.2.2 - 2020-02-12

  • NOREF: patch
    • Fixed bug in sample file dragging
    • Update react-scripts to 3.2.0

v1.2.1 - 2019-08-06

  • NOREF: patch
    • modified license section of readme

v1.2.0 - 2019-08-06

  • NOREF: minor
    • Removed metrics

v1.1.1 - 2019-08-06

  • Adds License
  • NOREF: patch

v1.1.3 - 2019-09-06

  • WS-9600: minor
    • Add audit to pipeline

v1.1.2 - 2019-09-06

  • WS-9606: minor
    • Ensure protect and track is using SDK properly

v1.1.1 - 2019-08-06

  • Adds License
  • NOREF: patch

v1.1.0 - 2019-08-06

  • NOREF: patch
    • Pulling in new TDF3-js
  • DSAT-161: patch
    • README updates, cleanup and test fixes
  • DSAT-151: minor
    • Add Amplitude metrics
  • NO-REF: patch
    • Remove scrolling constraints on access list
  • NO-REF: patch
    • Strengthen client-side email validation on grant form to match auth widget
  • DSAT-135
    • Remove the virtru email from query string
    • Store email in localStorage
  • DSAT-162
    • Improve error handling and viewing for share wizard

v1.0.3 - 2019-08-05

  • DSAT-142: patch
    • Save SDK logs in localStorage so they are retained after auth. Only cleared on reset
  • DSAT-143: patch
    • Show close button for auth modal

v1.0.2 - 2019-08-04

  • DSAT-144: patch
    • Update Dropbox error message to recognize conflicting file name error
    • Also add random numbers to Dropbox-shared file names to try avoiding conflict errors in the first place
  • NO-REF: patch
    • Clean up "Start over":
      • copy: "Start over" => "Reset"
      • move "Reset" (fka "Start over") to header to appear before signing in
      • copy: "Sign out" => "Reset & Sign Out"
    • Clarify revoking a policy: - copy: "Revoke File" => "Revoke Policy" - ui: give "Revoke Policy" the subtle link treatment - fix: long file names ellipsize, show in tooltip, and don't conflict with policy revoke fix: ellipsize file names that are too long (but keep .tdf extension and leave room for "Revoke Policy")
  • DSAT-122: patch
    • Added restricting of downloads when policies have watermark and pfp
  • NO-REF: patch
    • Use await on Virtru.Auth.logout()
  • NO-REF: patch
    • Clarify default and dragging UI states
  • DSAT-106: patch
    • Update UI to better support "Revoke Policy" workflow
  • NO-REF: patch
    • Fix downloads by not using FileSaver
  • NO-REF: patch
    • Fix being able to attempt encrypting without actually being logged in
  • DSAT-92: patch
    • Fix dragging demo file in Firefox
  • NO-REF: patch
    • Better layout support: scales down to 1024x768, up to 1280x960, and does sensible centering at larger resolutions.
  • DSAT-123: patch
    • Use a fake policyId for workaround with current SDK
    • Track policyId better and fix some state/localstorage issues with it
  • DSAT-130: patch
    • Removed unused metadata scope which is not used.

v1.0.1 - 2019-08-02

  • NO-REF: patch
    • Fix policy building by using policy.builder()
  • NO-REF: patch
    • Use Audit from SDK

v1.0.0 - 2019-08-02

  • Initial release