Releases: delvtech/hyperdrive-frontend
Releases · delvtech/hyperdrive-frontend
@delvtech/[email protected]
Patch Changes
- Updated dependencies [e50602e]
- Updated dependencies [e50602e]
- Updated dependencies [ac419ee]
- Updated dependencies [09ef9ec]
- Updated dependencies [ac419ee]
- Updated dependencies [e50602e]
- Updated dependencies [ac419ee]
- @delvtech/[email protected]
- @delvtech/[email protected]
@delvtech/[email protected]
Minor Changes
- e4f7227: Bumped contracts to 1.0.12
@delvtech/[email protected]
Patch Changes
- e50602e: Added an optional
decimals
arg to all methods to automatically convert non-FixedPoint
values in arguments forFixedPoint
methods. E.g., instead offixed(sixDecimalBigint, 6).mul(fixed(otherSixDecimalBigint, 6))
, you can now dofixed(sixDecimalBigInt, 6).mul(otherSixDecimalBigInt, 6)
. - e50602e: Fixed error formatting
- ac419ee: Added a new
formatCurrency
method and apercent
option to theformat
method. - ac419ee: Added comparison methods:
eq
,ne
,gt
,gte
,lt
,lte
,min
,max
,clamp
- e50602e: Fixed handling of
FixedPoint
instances in the creation of newFixedPoint
instances. E.g.,parseFixed(parseFixed(0.1234), 2).toString()
will now equal"0.12"
. Before, creating aFixedPoint
from anotherFixedPoint
would scale the value twice. - ac419ee: Added
format
method
@delvtech/[email protected]
Patch Changes
- @delvtech/[email protected]
@delvtech/[email protected]
Patch Changes
- Updated dependencies [5af0afa]
- Updated dependencies [5af0afa]
- Updated dependencies [5af0afa]
- @delvtech/[email protected]
@delvtech/[email protected]
v1.8.5
What's Changed
- Add custom location tracking for VPNs and errors by @ryangoree in #1289
- Prevent dupe plausible events by @ryangoree in #1290
- Fix plausible usage by @ryangoree in #1291
Full Changelog: v1.8.4...v1.8.5
v1.8.4
What's Changed
- Adds fiat prices to open long form $$ by @jackburrus in #1288
- Add CommonHeadTags to all routes, set gopher pkg to
private
by @ryangoree in #1287
Full Changelog: v1.8.3...v1.8.4
v1.8.3
What's Changed
- Fix value at maturity stat by @jackburrus in #1278
- add UI to bridge page by @sentilesdal in #1277
- Fix bug causing incorrect formatting of rates by @DannyDelott in #1283
- Polish
fixed-point-wasm
by @ryangoree in #1281 - Prep
fixed-point-wasm
for release by @ryangoree in #1286 - chore: version packages by @github-actions in #1247
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- New token input feature flagged by @jackburrus in #1270
- SDK Cleanup by @ryangoree in #1271
- fix getYieldSourceApy to use compounding formula by @MazyGio in #1273
- quick cleanup by @sentilesdal in #1272
- Add transaction details dropdown by @jackburrus in #1274
- Add Base/B3 Sepolia Testnets. by @sentilesdal in #1269
- Quite down msw warnings by @DannyDelott in #1275
- Switch to client-side VPN screening by @ryangoree in #1276
Full Changelog: v1.8.1...v1.8.2