Skip to content

Latest commit

 

History

History
202 lines (145 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

202 lines (145 loc) · 17.1 KB

Changelog

1.4.3 (2023-11-01)

Bug Fixes

  • sign-in/sign-up form shows success even if API was not sent successfully [SPMVP-6214] (a433d90)

1.4.2 (2023-09-14)

Bug Fixes

  • deps: update dependency @stripe/stripe-js to v2 (98521aa)
  • deps: update dependency p-retry to v6 (4b1e92c)

1.4.1 (2023-08-04)

Bug Fixes

  • remove auto import and fix import error (68f6c62)

1.4.0 (2023-08-04)

Features

  • reduce builder component bundle size [SPMVP-6056] (#92) (fe2f8e9)

Bug Fixes

1.3.0 (2023-04-06)

Features

  • lazy load stripe [SPMVP-5024] (3209255)

Bug Fixes

1.2.5 (2023-03-21)

Bug Fixes

1.2.4 (2023-03-14)

Bug Fixes

1.2.3 (2023-03-14)

Bug Fixes

1.2.2 (2023-03-14)

Bug Fixes

1.2.1 (2023-03-14)

Bug Fixes

1.2.0 (2023-03-14)

Features

1.1.3 (2023-01-12)

Bug Fixes

  • don't render paywall if type is hide (8043f8a)

1.1.2 (2022-11-15)

Bug Fixes

  • don't enable stripe in preview mode [SPMVP-4094] (4cb2214)

1.1.1 (2022-10-21)

Bug Fixes

  • setup files in package.json (7fc451e)

1.1.0 (2022-10-20)

Features

  • add typescript definition[SPMVP-3964] (bd4b00c)

1.0.1 (2022-10-19)

Bug Fixes

1.0.0 (2022-10-19)

Features

  • add animation to paywall (36704f6)
  • add the teleport slot for inline paywalls (c25ceec)
  • add transition (58aae2b)
  • add validators to sign up and sign in (94a5415)
  • add verify dialog (e854175)
  • add vue-i18n (765649e)
  • Badge: add badge component [SPMVP-1489] (9d3fc8d)
  • Badge: add badge component [SPMVP-1489] (fcc1f05)
  • button: add click event (41dc962)
  • button: builder next/site button component [SPMVP-2104] (0fb2c97)
  • export necessary vueuse utils (f7fbd15)
  • expose sign up API (119d9c1)
  • expose the user profile to outside (13af4be)
  • If enter an unregistered email into login form, go to sign up + prefill with email (d8aae3a)
  • listen the enter event for email forms (2e23996)
  • make stripe key configurable (67b7dd5)
  • Modal: add modal (bb64ab1)
  • pack it as a library (f0b2787)
  • Paywall: paywall UI [SPMVP-1500] (097d003)
  • redirect to 404 page if the login-token is invalid. (d851ef7)
  • show the sharing modal after clicking the next button on the upgrade modal. (5107a71)
  • SlideOver: add slide over (b729ece)
  • UserDialog, Paywall: add api [SPMVP-1665] [SPMVP-1664] (80e8dac)
  • UserDialog, Paywall: add api siteSubscriptionInfo, subscriberProfile, updateSubscriber, signOutSubscriber (f12ea98)
  • UserDialog, Paywall: add api verifySubscriberEmail, signInSubscriber (833b888)
  • UserDialog: add card number input [SPMVP-1659] (c60c6f1)
  • userDialog: user signup/login, profile settings [SPMVP-1658] [SPMVP-1660] (b9a1861)

Bug Fixes

  • PUBLICATION_NAME update SPMVP-2424 (2bd724a)
  • add favicon (a941f11)
  • adjust slider over animation (95f78be)
  • adjust text format (bc397d3)
  • adjust the behavior based on the article containing the paywall (239fce4)
  • adjust the login flow for the inline paywall (a2b642b)
  • adjust the paywall style for the inline paywall (c00b900)
  • auto refresh when user log out (cc7c511)
  • avoid using wildcard imports (aeaa368)
  • Badge: remove unused props (036337b)
  • Badge: remove unused props (36148b7)
  • button: font size (673868a)
  • button: font size (422dbd2)
  • can not scroll the page after shown the sharing modal (7b83126)
  • change to keyup (e5f4944)
  • check payment status (0e3699b)
  • check state after profile load (940d96c)
  • deal with calling check function multiple time in a short period. (f4ee0f4)
  • don't trigger update for same article (832e0e7)
  • duplicate call confirmPayment issue (c44d267)
  • fix bugs and refactor (c735822)
  • fix comment (263a4e1)
  • fix dialog close after signup; fix use old profile after signout (d472a29)
  • fix merge error (45e79d5)
  • fix modal and add story for test paywall (37660e8)
  • fix null check (6ac78dd)
  • fix only show avatar after login (c8706ec)
  • fix passing token (47e9097)
  • fix referrer parameter for subscriber sign-up (2d16526)
  • fix renew date and price (d955ecf)
  • fix syntax (8368c27)
  • fix the filling form logic (d25b9cc)
  • fix UserDialog style of builder-component in preview mode SPMVP-2424 (fe035d5)
  • inline icons (437f991)
  • login button position [SPMVP-3657] (5d076da)
  • make sign always show (f5f64b8)
  • paywall Upgrade your account button no response to click (429f0fa)
  • Paywall: title width, remove menubar, sign in click event (e421d84)
  • remove email field in update API (6a3f288)
  • send the email when the email is changed (19dc08f)
  • show login modal if sign up an existed email by the subscriber's paywall (f2ffaa5)
  • stricter type (8c4cc69)
  • stricter type (a8d1781)
  • stricter type (aef32bd)
  • the paywall not update problem (dc733a1)
  • the VeeForm second parameter may be undefined (4536928)
  • try fix UI regression (566087f)
  • type error [SPMVP-3647] (56d9af5)
  • typo (f809cca)
  • unsafe target="_blank" links issue (d00ca2c)
  • update type name (7fd3d2e)
  • update type name (c06ac5b)
  • use .value for ref (b7855f5)
  • UserDialog: background png path (ebe7041)
  • userDialog: card number input text placement (d43bb17)
  • z-index (634cda9)