v0.1.0-alpha.13
Pre-release
Pre-release
zachgoll
released this
02 Aug 21:10
·
262 commits
to main
since this release
Coming off the back of last week's release which introduced basic investment portfolio views and the ability to sync investment holdings, this week's release introduces full support for stock prices with the Synth API! (which has a generous free tier to get started)
This means that investment account views can now properly calculate and show an aggregated market value of all the investments in it and gracefully handle missing stock prices.
In a future release, users will have full control to create buy & sell trades, manage their investment portfolio, and see total returns over various time periods alongside their historical value graph.
CleanShot.2024-08-02.at.16.42.42.mp4
What's Changed
- Fix: Omit layout for turbo frames with custom sidebar layout by @pranavbabu in #1024
- fix: long emails overflow in account menu dropdown by @MikhailWahib in #1034
- Fix demo data reset by @tonyvince in #1041
- Ensure transfer name is populated by @zachgoll in #1042
- Add security prices provider (Synth integration) by @zachgoll in #1039
- Show cash + holdings value for investment account view by @zachgoll in #1046
New Contributors
- @pranavbabu made their first contribution in #1024
- @MikhailWahib made their first contribution in #1034
Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13