Close
Share
This is some text inside of a div block.

Yat Release Notes

Scroll Down

If you’d like to see us Building™ in real-time, you’ll love this corner of the Yativerse. Welcome to our Release Notes. This is where you’ll find descriptions of specific updates we shipped. Click a link to get started! 🥳

9/16/2022

Big Pod Update

Read More
9/9/2022

Pod Updates

Read More
9/2/2022

Updates to Pods, Liquid ID, and the Yat Visualizer

Read More
8/26/2022

Moar Pods Updates

Read More
8/19/2022

Pods, pods and more pods

Read More
8/12/2022

Pods Power Ups and More

Read More
7/8/2022

Public Pods can be viewed by anyone

Read More
6/29/2022

Liquid ID & Pods Updates

Read More
3/31/2022

Introducing the Newest Arrival to the Yativerse: 🪞The Magic Mirror 🪞

Read More
3/11/2022

Artifacts are now mintable as NFTs

Read More
3/2/2022

Artifact Viewing Experience Updates, Rareable URLs Supported

Read More
3/2/2022

Visualizer 2.0

Read More
2/3/2022

Artifacts are now live on Yat

Read More
10/8/2021

Yat Sync

Read More
4/16/2021

Symbol & Cart Fixes

Read More
4/22/2021

Graph Tags, Checkout Removals, & Star Redirects

Read More
5/5/2021

Emoji Drop 2, Crypto Payments, Invites, & Issues

Read More
5/14/2021

Cart Limiter, Close Icon, & Sparkle Updates

Read More
5/28/2021

2FA, Transfers, & Dashboard Changes

Read More
6/8/2021

Multiple General Fixes

Read More
7/1/2021

Crypto/FIAT Purchases, Mobile Navigation, & Yat Page Bug Fix

Read More
7/19/2021

Yativerse Graphics & Link Updates

Read More
7/26/2021

Mobile UX, Yat Dashboard, & Page Redirect Updates

Read More
7/26/2021

New Dashboard Tiles & Edit Page Fix

Read More
8/2/2021

No More Waitlist, The Visualizer, & Other General Updates

Read More
8/2/2021

General Fixes For New Emoji Display, Firefox UX, & Other Visualizer Features

Read More
8/2/2021

Quick Fix For Infinity Symbol On Twitter

Read More
8/4/2021

USDC Copy Changes, Minting Issues, & Magic Link Fixes

Read More
8/4/2021

Visualizer Verbiage & Failed Mint Copy Change

Read More
8/10/2021

Multiple General Fixes

Read More
Close
Share
This is some text inside of a div block.

Updates to Pods, Liquid ID, and the Yat Visualizer

Scroll Down
  • Feature (Pod Headers): Added new hover style to Pod headers based on "clickability" design. – This contains the changes for the new Clickability design update.
  • Code Refactor (Core): No longer default to false on initial render.
  • Bug Fix (Compare Pods): Right now apply filters was triggering the panel open (which was already open) the only action that it needs to perform is actually closing the panel.
  • Bug Fix (Core): Fixes redirects for not authenticated users. – Added redirect to group routes since it was matching all not found results. Also fixes private route redirects if not signed in.
  • Bug Fix (Pay With Yat): This fixes the following issues: payment types cannot be removed, currency icons do not display, and currency search does not work properly. Those have all been resolved.
  • Bug Fix (Visualizer): Fix visualizer not launching – Visualizer metadata was not set in the redux because activeEmojiId and settingEmoji was the same. This has been resolved.
  • Feature (URL Blacklist): Some NFTs are triggering Google Chrome to throw a Deceptive warning screen (red screen). This PR solves that problem.
  • Code Refactor (NFT Manager): Decouple all of the Pod's filtering UI from a single source of truth - the url > search params. This is a continuation of the work done to make filters work in NFT Manager.
  • Feature (Collection Detail Page): This is the first implementation of the Collection Detail Page. The page itself is not complete since only part of the components on the page has been approved.
  • Code Refactor (Pod Navigator): Moves Pods navigator to Groups folder and prepares it to handle the new PODs creation flow.
  • Bug Fix (Build Issues): Fixes a couple new introduced linting errors. This only affects developers.
  • Bug Fix (Compare Pods): Fixes (refactor) the floor price logic. – Updates the logic behind floor price, we were updating values based on the query params which was making the component to rerender.
  • Bug Fix (Magic Mirror): Smart wallet connect signature fix. – We were sending signature including 0x for smart wallet connection via wallet connect, and our api doesn't like 0x, so we removed that one.
  • Bug Fix (NFT Details): Enables controls on videos always to prevent muted assets. – Videos were playing automatically without sound because of the autoplay, also users didn't have access to controls when that happened.
  • Bug Fix (NFT Manager): Fixes NFT manager typo. – Updates NFT manager title to be all caps.
  • Bug Fix (Pods): We were setting the index once which makes sense since page was not updating until we refreshed before but if we navigate to a pod and get back home the home query is refreshed but the component keeps the old index id saved sometimes.
  • Bug Fix (Pods): Updates chip styles and adds them to pod page. – Updates chip default styles, it groups collections and member filters in to a single chip, adds filter chips to individual pods page.
  • Bug Fix (Pods): Fixed positioning for "New Activity" button. – The styles for the New Activity button were overwritten by the default Chip styles. This PR fixes the issue and cleans things up a little.
  • Bug Fix (Pods): Updated Filter Sidebar overscroll-behaviour to mitigate page scrolling issue. – We added overscroll-behavior: contain; to StyledAccordionPanel to mitigate part of the issue described in BUG-518.
  • Bug Fix (Pods): Pods Home: React State Update Memory Leak Error. This has been fixed.
  • Bug Fix (Storybook): Fixes storybook build. This only affects developers.
  • Bug Fix (Yativerse): The New Yat buttons overlap with sidebar panels and make it impossible to close the side modals.