Changelogs
SDK Changelog
Version history and release notes for @oviato/sdk
@oviato/sdk
0.1.14
Patch Changes
- Improved app configuration caching and reactivity. Config updates now reflect immediately in the UI, and ETag-based caching reduces unnecessary network requests.
0.1.13
Patch Changes
-
- Bug fixes
0.1.12
Patch Changes
- Optimized build output size by removing debug logs in production
0.1.11
Patch Changes
- Bridge method selection improvements: removed flawed Storage Access API check and redundant Safari/iOS fallback, allowing iframe mode to work correctly on HTTPS sites
0.1.10
Patch Changes
-
Improved
- Bridge method selection logic for better iframe usage on HTTPS sites
0.1.9
Patch Changes
- Fix workspace dependency handling for manual publishing workflow
0.1.8
Patch Changes
-
- Add hex validation to signPsbt function
- Make signInputs parameter optional (signs all inputs if omitted)
- Update signPsbt documentation with improved examples
- Fix SSR hydration issue in Next.js and other SSR frameworks