Releases: digital-asset/dabl-react
Releases · digital-asset/dabl-react
v1.1.5
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
v1.1.3
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
What's Changed
- Remove legacy domain support (projectdabl.com) by @sammy-da in #58
- Make some fields nullable by @alexgraham-da in #59
- Update yarn.lock file. by @da-tanabe in #60
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- Fixes an issue where the parties.json input component would not work on 2.x ledgers on Daml Hub.
v1.1.0
v1.0.3
- Fixes the polling hook to execute immediately, rather than waiting
interval
time until the first execution
v1.0.2
- Removes
typescript-logging
as an external dependency, in favor of a simpler logger implementation
v1.0.1
Merge pull request #35 from digital-asset/bump-1-0-1 Tune down logging levels to debug when inferring app environment
v1.0.0
Merge pull request #34 from digital-asset/bump-1-0-0 release v1.0.0