v0.0.33
peterpeterparker
released this
15 Aug 10:03
·
1912 commits
to main
since this release
Frontend
Fix
- The fees of the new SNS DAO Dogmi were displayed and used with incorrect values. The root cause of the issue was a Candid
Nat
conversion toBigInt
that needed improvement to support numbers larger than 32 bytes. - Bumped axios from
1.6.8
to1.7.4
to resolve the vulnerability CVE-2024-39338.
Styles
- Reduced the number of skeletons in the list of tokens and the "Send" modal while loading.
Build
- Bumped
@dfinity/ic-js
libraries tonext
. Required for the above DOGMI fix.
Refactoring
- Created component
SendButtonWithModal
. - Removed unused Svelte files.
Chore
- Extracted and renamed a few i18n keys.
Notes
This release focuses primarily on UI enhancements and does not include the backend changes that are still under development.