Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@trevor-anderson trevor-anderson released this 24 Mar 15:41
· 10 commits to main since this release

1.4.0 (2024-03-24)

Bug Fixes

  • add 'justifyContent:center' (f8f8037)
  • add check ensuring afterTrialPriceStr is not null (1f8c415)
  • add nullish fallback to 'value' (9989c1b)
  • correct accum typings for parsers+reducers (3e744da)
  • correct type-policy 'options.args' typings (a9d1ebf)
  • impl logic checks for null phone values (a499038)
  • mv all image imports into ProductImage for fast-refresh (8947030)
  • mv map key to Fragment (7786f3d)
  • rm clearing of checkoutValues (212b3cf)
  • rm extraneous 'as const' assertions (2995812)
  • set axios.defaults.withCredentials only in deployed envs (fed8071)
  • set redirect to /products if no active sub (5c8319a)
  • update checks for null/falsey values (5ce552b)
  • update className to legalLinksRoot (853bb7b)
  • update DataDisplay exports (69e94f5)
  • update global scrollbar className usage (2202fec)
  • update import path to reflect Form/Inputs renaming (eb2e5c8)
  • update typing for Yup err msg fn (fac9fc5)
  • update usage of scrollbar.forceShowPaperBG (fad8edf)

Features

  • add 'long' labels and 'Cookies' (b7ac57b)
  • add APP_LINKS object w github repo url (bd357be)
  • add authTokenUpdateAt storage feat (328004e)
  • add classNames for ClickToCopyText (39fcc9c)
  • add CloseIconButton comp (8256d49)
  • add CookiePolicyPage (090c3ce)
  • add defaultSize, rename to reflect broader scope (8f3ee71)
  • add DemoInfo component (da09354)
  • add DemoInfo components (a3b068d)
  • add DemoInfoDialog (5cc138c)
  • add DemoStripeCardInfoAccordion (3de0011)
  • add DividerWithText comp (6b0f531)
  • add err-handling utils (1b00dda)
  • add footer to LandingPage (8673ac4)
  • add Google OAuth login feature (fc028ff)
  • add GoogleOAuth btns to Login+Register (2422af1)
  • add GoogleOAuth types (9515fd2)
  • add loginWithGoogleToken method (fd68ac0)
  • add PolicyInfoTable comp (5684609)
  • add root-app loading indicator to AppBarLogoButton (9ad45cd)
  • add type UseDialogHookProps (43ea6a9)
  • centralize password and googleIDToken field schema (83b079e)
  • impl new err-handling helpers (2be61c8)
  • replace old Title+Logo w the new one that has loading-spinner (3e4f91b)
  • rm 'to' prop, only do 'nav(-1)' (14f0870)
  • rm unused userLogin makeFake util (378e85b)
  • update gql schema doc (c70ebc3)