Skip to content

Releases: digital-asset/dabl-react

v1.1.5

25 Mar 04:54
fcba51a
Compare
Choose a tag to compare

What's Changed

  • Make non-hub domain support opt-in

Full Changelog: v1.1.4...v1.1.5

If you are using this library with a domain that is not provided to you by Daml Hub, you must now set nonHubDomain to true in the DamlHub context:

<DamlHub token="..." nonHubDomain>
  {/ ... /}
</DamlHub>

You must also indicate this by passing true into isRunningOnHub() if calling it directly.

v1.1.4

22 Mar 20:55
3f79894
Compare
Choose a tag to compare

What's Changed

  • Adds 127.*.*.* to DomainType.LOCALHOST check

Full Changelog: v1.1.3...v1.1.4

v1.1.3

21 Mar 20:02
dac8c02
Compare
Choose a tag to compare

What's Changed

  • Remove restriction that requires hub-react to run on a subdomain hosted by Daml Hub. Not that this is not officially supported by Daml Hub, use at your own risk

Full Changelog: v1.1.2..v1.1.3

v1.1.2

20 Mar 19:42
b53a23b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

21 Jul 18:50
8901f7f
Compare
Choose a tag to compare
  • Fixes an issue where the parties.json input component would not work on 2.x ledgers on Daml Hub.

v1.1.0

07 Mar 19:16
5009ccd
Compare
Choose a tag to compare
  • Fixes #40 by changing JWT dependency library from jsonwebtoken to jwt-decode

v1.0.3

10 Feb 20:11
06296b1
Compare
Choose a tag to compare
  • Fixes the polling hook to execute immediately, rather than waiting interval time until the first execution

v1.0.2

07 Jan 17:10
585dd7e
Compare
Choose a tag to compare
  • Removes typescript-logging as an external dependency, in favor of a simpler logger implementation

v1.0.1

07 Jan 12:58
f27c5cb
Compare
Choose a tag to compare
Merge pull request #35 from digital-asset/bump-1-0-1

Tune down logging levels to debug when inferring app environment

v1.0.0

06 Jan 14:22
fb4a28e
Compare
Choose a tag to compare
Merge pull request #34 from digital-asset/bump-1-0-0

release v1.0.0