Releases: SwaprHQ/stackly-ui
Releases · SwaprHQ/stackly-ui
v1.3.5
What's Changed
- chore(STK-235): Update ConnectKit by @ElRodrigote in #207
- feat(STK-220): Update strategies FA event by @ElRodrigote in #208
- fix(STK-252): Update My Stack tabs after stack cancellation by @ElRodrigote in #209
- fix(STK-259): No image in Stackbox token icons by @ElRodrigote in #210
- chore(STK-214) Improve stackbox form state typing by @ElRodrigote in #211
- fix(STK-261): App breaks when the CoW API fails to fetch Stacks data by @ElRodrigote in #213
- feat(STK-186): Add new frequency selector by @ElRodrigote in #212
Full Changelog: v1.3.3...v1.3.5
v1.3.1
What's Changed
- improve arbitrum token list assets with better custom images by @Diogomartf in #179
- show complete bar on orders when all funds are used by @Diogomartf in #181
- [fix] replace yarn with bun by @Diogomartf in #180
- Simplify confirm stack and orders table by @Diogomartf in #182
Full Changelog: v1.3.0...v1.3.1
v1.3.0
New 🥳
- Add arbitrum network
- Small fixes
- Add new subgraph endpoints
What's Changed
- feat: update subgraph endpoints by @berteotti in #172
- feat: add arbitrum subgraph by @berteotti in #174
- Add arbitrum support by @Diogomartf in #173
- fix: missing token name and symbol on subgraph by @berteotti in #175
- fix: improve token names by @berteotti in #176
- feat: default to arbitrum one and small fixes by @berteotti in #177
Full Changelog: v1.2.1...v1.3.0
v1.2.0
New 🥳
- We are now fetching stacks per state (active, completed, cancelled) and limit to 10 stacks with pagination.
- We updated wagmi and connectkit libs to latest versions
- Added sorting to stacks
- We now show an estimation of how much will be the total stack after first order. (calc: amount/avg buy price).
What's Changed
- release: v1.0.0 by @berteotti in #118
- release: 1.1.0 by @berteotti in #136
- release: v1.1.1 by @berteotti in #147
- release: v1.1.2 by @berteotti in #148
- Fixes: Switching network not working properly by @Diogomartf in #149
- add script for setup by @Diogomartf in #151
- feat: add custom token logic by @berteotti in #150
- rebase: develop by @berteotti in #153
- feat: sort stacks by start/end time by @Diogomartf in #154
- add rETH to our default token list by @Diogomartf in #155
- When token amount is 0 should not show stack summary by @Diogomartf in #156
- Improve hero text by @Diogomartf in #158
- Add Dune analytics link to landing Navbar by @Diogomartf in #157
- chore: update to wagmi and viem v2 by @berteotti in #159
- check if cow order is fulfilled to calculate avg price by @Diogomartf in #160
- Add estimated total stack by @Diogomartf in #161
- Fetch stacks per state (active/complete/cancelled) by @Diogomartf in #162
Full Changelog: https://github.com/SwaprHQ/stackly-ui/commits/v1.2.0
v1.1.2
What's Changed
- release: v1.0.0 by @berteotti in #118
- release: 1.1.0 by @berteotti in #136
- release: v1.1.1 by @berteotti in #147
- chore: update wagmi by @berteotti in #146
Full Changelog: https://github.com/SwaprHQ/stackly-ui/commits/v1.1.2
v1.1.1
New 🎉
- Reset Stackbox either on stack creation or network switch
- Enable the user to select networks without a wallet connected to the dApp
misc
- Add new stack creation flow even tracking funnel
- Update missing FA SiteID handling from erroring to console warning
refactor
- Update how we implement FA for event tracking, from the old way to how Next suggests doing it.
fixes
- Minor cosmetic updates: dApp background image centering and date pickers spacing
- Update the AVG bought token price for executed orders in the orders table
- Display the correct CoW order status for existing stacks
Full Changelog: https://github.com/SwaprHQ/stackly-ui/commits/v1.1.1
v1.1.0
New 🎉
- Strategies
- Sharable stacks
- Time until stack starts
- Add analytics to landing page
- Add more analytics metrics
- Add bun as package manager
- Remove NFT minting related code
- Improve fetch token balance performance
What's Changed
- [STK-510] Next js and basic setup by @wixzi in #3
- [STK-61] Add favicons and touch icons by @wixzi in #4
- [STK-50] Add CI workflow by @wixzi in #5
- feat: setup tailwind theme by @Diogomartf in #7
- feat: add class-variance-authority (cva) lib and remove clsx by @Diogomartf in #8
- [STK-67] Remove yarn cache by @wixzi in #9
- [STK-62] Stackly header and logo by @wixzi in #6
- feat: Create Button, ButtonLink and Icon elements by @Diogomartf in #12
- remove install-stage.gz from git cache by @Diogomartf in #13
- feat: create ChipButton element by @berteotti in #14
- Add Modal and Dialog component by @Diogomartf in #15
- Adds text components (HeadingText, TitleText, BodyText, ...) by @Diogomartf in #16
- feat: Add stacks page with empty state by @Diogomartf in #17
- feat: add Your stacks header and tabs by @Diogomartf in #18
- chore: install connect-kit and viem by @berteotti in #20
- feat: add Stackstable base (with mockdata) by @Diogomartf in #19
- feat: add connect button by @berteotti in #21
- feat: add stack order modal by @Diogomartf in #23
- feat: add select network by @berteotti in #22
- feat: create TokenIcon component and TokenListContext by @Diogomartf in #24
- chore: move subgraph package to this repo by @Diogomartf in #25
- feat: get data from Cow API and create new models to handle logic by @Diogomartf in #26
- [STK-31][FEAT] - TokenPicker kick-off work by @ElRodrigote in #27
- feat: bring SDK package by @Diogomartf in #28
- [STK-88][FEAT] - TokenPicker SearchBar functionality by @ElRodrigote in #29
- [STK-89][FEAT] - TokenPicker token select functionality by @ElRodrigote in #32
- feat: add meta open graph and twitter images by @Diogomartf in #11
- feat[STK-33]: create stack frequency section by @berteotti in #31
- fix: deploy on fleek by @berteotti in #36
- feat: create StackTokenPair by @berteotti in #38
- feat: fetch data using @stackly/sdk package (connects with subgraph) by @Diogomartf in #30
- feat[STK-103]: update subgraph and add address to token entity by @berteotti in #39
- fix: update sdk subgraph order type by @berteotti in #41
- [STK-90][REFACTOR] - Modal component dividers, DOM tree improvements, docs enhancement, Nextjs errors fixing by @ElRodrigote in #34
- [STK-75][FEAT] - Add Toast component by @ElRodrigote in #35
- feat: add cancel stack functionality by @Diogomartf in #40
- fix: condition got error when cowOrders was undefined by @Diogomartf in #43
- feat: Add support for multiple modals open by @Diogomartf in #44
- feat[STK-34]: create stack confirmation modal by @berteotti in #42
- fix: Progress bar should be based on cow orders and not on order slots by @Diogomartf in #45
- feat: add stack creation logic by @berteotti in #46
- update: refactor mobile menu to have all the code in one place by @Diogomartf in #50
- fix: changing network on mobile when menu is open by @Diogomartf in #49
- fix: remove mainnet network till we deploy our contracts by @Diogomartf in #48
- fix: select token button overlaping elements by @Diogomartf in #52
- update: change Button prop name "action" to "variant" by @Diogomartf in #51
- design fix: add full width and proper height to TokenListRow (Token Picker) by @Diogomartf in #55
- fix: show cancelled date on progress on cancelled stacks by @Diogomartf in #53
- feat: show when a stack is finished but has funds by @Diogomartf in #47
- fix: add correct padding to datepicker button by @Diogomartf in #59
- fix: divider should be full length on stackbox by @Diogomartf in #58
- fix: outline stroke on radio buttons should be lighter by @Diogomartf in #60
- fix: remove layout max-witdh by @Diogomartf in #57
- fix: Improve empty state by @Diogomartf in #56
- [STK-105][FEAT] - Display user's token balances by @ElRodrigote in #54
- fix: network switcher over overlay by @Diogomartf in #61
- feat: add new background by @berteotti in #63
- feat: set token amount to balance when clicking the balance by @Diogomartf in #62
- fix: stack table row button alignment and add subtle shadow by @Diogomartf in #67
- update: move page padding to layout by @Diogomartf in #65
- update: Button styles by @Diogomartf in #64
- fix: do not allow negative numbers on input by @Diogomartf in #69
- fix: when no address it Stackbox should show connect button by @Diogomartf in #66
- fix: extra border on end date input on desktop and outline by @Diogomartf in #68
- fix: add ability to close loading transaction Dialog by @Diogomartf in #70
- fix: add logic to not enable to select the same token on both sides by @Diogomartf in #72
- fix: padding on StackModal, default color and more by @Diogomartf in #76
- feat: update background by @berteotti in #79
- [STK-118][FEAT] - Enhance user balances using Multicall contract by @ElRodrigote in #74
- update: improve buttons text by @Diogomartf in #80
- feat[STK-142]: stack summary on stackbox by @berteotti in #81
- feat:[STK-99] add NFT gating and minting by @berteotti in #78
- fix: update json provider by @berteotti in #86
- fix: update env variables by @berteotti in #88
- feat[STK-159]: add fathom analytics by @berteotti in #87
- feat: add landing by @Diogomartf in #84
- update: add package script to build:landing by @Diogomartf in #89
- [STK-141][FEAT] - Add start datetime logic by @ElRodrigote in #83
- feat: add multiple token lists per chain by @berteotti in #91
- feat: add stabil grotesk font by @berteotti in #92
- Landing: Add steps section by @Diogomartf in #85
- feat: add footer brand social banner by @Diogomartf in #90
- landing: add DCA section by @Diogomartf in #93
- landing: add FAQ section by @Diogomartf in #94
- Landing: add cta banner by @Diogomartf in #95
- feat[STK-3]: add Stackly as a safe app by @berteotti in #97
- Landing: final polishing by @Diogomartf in #96
- landing: replace images by @Diogomartf in #98
- landing: improve responsivess and copy by @Diogomartf in #99
- landing: add audit link to hero by @diogo...