Releases: LIQNFT/candy-shop
Releases · LIQNFT/candy-shop
v0.5.22
What's Changed
- [core] EVM marketplace by @vanminh1701 in #422
- [ui] fix-eth-bugs by @RustySol in #433
- [fix] default gas limit when estimateGasFee fails by @RustySol in #435
- [core] Refactor ui/src/services and remove uncommon getters in BaseShop by @haVincy in #434
- [sdk][ui] Enhance UNPREDICTABLE_GAS_LIMIT handling by @RustySol in #436
- [fix] Set freeze authority for new mint by @RustySol in #432
- [sdk] update fetchOrders blockchain in SOL by @neversaynever0502 in #437
Full Changelog: v0.5.21...v0.5.22
Breaking Changes
- Usage of
configBaseUrl
: Previously it was based on the Solana cluster url, now it accepts any URL strings depending on the blockchain connected. Ref: https://github.com/LIQNFT/candy-shop/pull/422/files#r996378586
v0.5.21
What's Changed
- [sdk] add filter by collectionKey for order api by @dongnguyenltqb in #421
- fix: update OrderDetail union types by @neversaynever0502 in #417
- [ui][sdk][types] unify blockchain naming mapping by @dongnguyenltqb in #424
- [sdk] extract the usages for Auction by @RustySol in #423
- [sdk] update test connection by @neversaynever0502 in #425
- [fix] auction websocket events for non user by @vanminh1701 in #426
- [ui] change edition drop styling by @neversaynever0502 in #427
- [ui] update edition drop styling by @neversaynever0502 in #428
- [sdk] Update default mainnet rpc url by @RustySol in #429
- [ui] Drop component get from api again when the currencySymbol changes by @neversaynever0502 in #430
Full Changelog: v0.5.20...v0.5.21
Breaking Changes
The way to get the connection object from CandyShop Class has be updated to
candyShop.connection
from
candyShop.connection()
As specified in this change 86808a1
v0.5.20
v0.5.19
What's Changed
- [chore] Update CI to use Node >= 16 for metaplex-foundation module by @haVincy in #335
- LIQ-817: Update Drop redemption condition by @RustySol in #407
- [ui] Add temp media query for max-height 660px in BuyModal by @haVincy in #408
- [core] Add fetch all EVM nfts from wallet method in SDK by @haVincy in #409
- [LIQ-833] Update edition drop mint condition check by @RustySol in #410
- LIQ-732: POC websocket client by @vanminh1701 in #375
- [sdk] Fix Ata creation on buy by @RustySol in #413
- Update README.md by @beepsaidblue in #415
- Update ATA programId to redeemDrop by @RustySol in #414
Full Changelog: v0.5.18...v0.5.19
v0.5.18
What's Changed
- bug: auction select hour by @vanminh1701 in #393
- Update default shop config by @RustySol in #394
- update new configuration shop by @vanminh1701 in #395
- [core/type] add user eth wallet nft query,response interface by @dongnguyenltqb in #397
- [core/type][core/sdk] add sort by to drop api query string by @dongnguyenltqb in #399
- feat/add list user eth wallet nft api by @dongnguyenltqb in #398
- Fix incorrect import statement by @RustySol in #400
- [core] Refactor the fetch eth nfts methods by @haVincy in #401
- [core/sdk] Remove unused import by @RustySol in #402
- [core] Rename Eth to Evm and fix the fetch url by @haVincy in #403
- core: update websocket sdk/types by @vanminh1701 in #396
- [core/sdk] order api enhancement, master and child edition by @dongnguyenltqb in #405
- [ui] Fix overlay of payment price in pay with credit card modal by @haVincy in #406
Full Changelog: v0.5.17...v0.5.18
v0.5.17
What's Changed
- types/expose order nft attributes by @RustySol in #373
- feat: config explorer link by @vanminh1701 in #377
- LIQ-791: issue 3,5 by @vanminh1701 in #378
- [core] Add Stripe credit card payment support by @haVincy in #279
- LIQ-793 auction start Now UI bug by @vanminh1701 in #379
- [feat] add BaseShop abstract class and refactor CandyShop types by @beepsaidblue in #376
- LIQ-798 update css style by @vanminh1701 in #380
- [core/ui] Fix the handling of other error emits from Stripe by @haVincy in #383
- [LIQ-789] SDK changes for auction extension feature by @nibbus0x in #381
- bug: filter out null value from signal response by @vanminh1701 in #385
- Remove duplicate cli option by @RustySol in #386
- Add Auction bidding period checks by @RustySol in #387
- [LIQ-809] Make Edition update authority same as Master by @RustySol in #388
- LIQ-785 default AM PM whitelist date by @vanminh1701 in #390
- LIQ-807 AUction extension bidding time UI and LIQ-799 power by label by @vanminh1701 in #389
- LIQ-815: display wrong drop label by @vanminh1701 in #391
- LIQ-813: auction UI bug by @vanminh1701 in #392
Full Changelog: v0.5.16...v0.5.17
v0.5.16
v0.5.15
Full Changelog: v0.5.14...v0.5.15
v0.5.14
What's Changed
- Bump moment from 2.29.3 to 2.29.4 by @dependabot in #310
- Bump terser from 5.12.1 to 5.14.2 in /core/ui by @dependabot in #309
- [core/types] convert collectionId to uuid by @dongnguyenltqb in #315
- LIQ-552 update Sell component with UserNft signal by @vanminh1701 in #316
- Bump terser from 5.12.1 to 5.14.2 by @dependabot in #312
- Expose fetchAuctionHistory by @RustySol in #314
- [core/types] expose identifier list to nft collection by @dongnguyenltqb in #319
- Bump core [types] [sdk] version by @RustySol in #320
- [core/types] add drop schema by @dongnguyenltqb in #323
- LIQ-728 add filter order by collection id by @vanminh1701 in #321
- LIQ-727 Auction Bid Activity by @vanminh1701 in #322
- fix: ci error by @vanminh1701 in #325
- API get list drops by @vanminh1701 in #328
- Fix isEnterprise flag checking by @RustySol in #326
- [core/types] expose firstSalesPeriod, nftTokenAccount and programId to drop response by @dongnguyenltqb in #329
- Bump core [types] [sdk] version by @RustySol in #330
- [LIQ-726] Edition Drop Feature by @nibbus0x in #324
- [core/types] rename drop status enum to DropStatus by @dongnguyenltqb in #331
- Feat/edition drop e2e by @RustySol in #333
- Add extra sig for wallet Sign by @RustySol in #337
- Temporarily downgrade metaplex deps by @RustySol in #338
- Bump core [types] [sdk] version by @RustySol in #339
- Rename firstSalesPeriod to salesPeriod by @RustySol in #340
- [core/type] expose animationUrl to drop by @dongnguyenltqb in #341
- Update enterprise arg checks by @RustySol in #343
- feat: update query api Drop list by @vanminh1701 in #344
- [Doc] fix readme typo by @Gaitz in #345
- [core/types] expose description,creator to drop by @dongnguyenltqb in #346
- chore: add filter search nam and creator in drop list api by @vanminh1701 in #347
- [LIQ-726] Add sales period check to mint print edition instruction by @nibbus0x in #342
- Add Edition Drop Redeem implementation by @RustySol in #349
- feat: add filter drop attributes by @vanminh1701 in #350
- Core/edition drop by @vanminh1701 in #334
- LIQ-766 solanaFM explorer link by @vanminh1701 in #351
- chore: bug explorer link by @vanminh1701 in #352
- chore: bug explorer link by @vanminh1701 in #353
- Fix/redeem nft time check by @RustySol in #354
- [core/types] drop activity by @dongnguyenltqb in #356
- Fix drop creator filter by @RustySol in #358
- Add master edition max supply check by @RustySol in #359
- LIQ-770 get drop activities by @vanminh1701 in #360
- LIQ-772: update format query nft attribute by @vanminh1701 in #361
- fix: query attribute by @vanminh1701 in #362
- Edition Drop: Add startTime whitelistTime checks by @RustySol in #363
- Update check mint print period check by @RustySol in #365
- Sdk/enable spl edition drop by @RustySol in #366
- bug edition: LIQ-780, LIQ-779, LIQ-778, LIQ-777, LIQ-773 by @vanminh1701 in #364
- Update edition drop error code by @RustySol in #367
- LIQ-783, LIQ-784 by @vanminh1701 in #368
- LIQ-777 update logic available tokens by @vanminh1701 in #370
New Contributors
Full Changelog: v0.5.13...v0.5.14
v0.5.13
What's Changed
- LIQ-722: config auction status filter by @vanminh1701 in #307
- bug: manual search logic by @vanminh1701 in #308
- Bump core [ui] version by @RustySol in #311
Full Changelog: v0.5.12...v0.5.13