Skip to content

v3.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 12:06
b5ff4d3

3.15.0 (2020-09-11)

Build System / Dependencies
  • deps:
    • bump helmet from 3.23.3 to 4.1.0 (eee6e57)
    • bump react-remove-scroll from 2.3.0 to 2.4.0 (206d3be)
    • bump react-virtualized from 9.21.2 to 9.22.2 (cf77d45)
    • bump firebase from 7.17.1 to 7.17.2 (f9037b5)
  • deps-dev:
    • bump @types/lodash from 4.14.158 to 4.14.159 (5576ba3)
    • bump apollo from 2.30.1 to 2.30.2 (fcaacc1)
Chores
New Features
  • wall:
    • revise wall description (c24a99a)
    • always show comment area; change the timing of login wall; (4f19f61)
  • component:
    • add feature flag for tag adoption (012baee)
    • improve random feature of home tag feed (bdfaee9)
    • imporve home tag random feed (182428b)
    • set default home feed if user registered in 7 days (401b43d)
    • redesign tag mangament action (d67d135)
    • add random feature for home page tag feed (d1f57d8)
    • revise tag adoption dialog (7c8fd93)
    • reuse Dialog.message for tag adoption and leave dialog (1a4cf8c)
    • add tag leave dialog (8c0bda8)
    • add tag adoption dialog (da8460b)
    • add tag adoption feature (444c594)
    • add tag adoption feature (826ef30)
    • formatting (0b70828)
    • refactor article feed digest props (0026f5e)
    • redesign article info in followee donations feed (47ea541)
    • add limits to features for frozen state user (e8031d0)
    • add limits to features for frozen state user (bb8cebd)
    • add limits of features for frozen state user (f474224)
    • add frozen state toast for (un)subscribe (c84b5d4)
    • add frozen state and it's feature limits (8ae2e1d)
    • redesign tx hisotry component (d366b7e)
    • add followee donated articles feed (22b4b9d)
  • oauth:
    • revise scope readable texts (4e0fa6e)
    • separate api for oauth (44f1743)
  • ci: add workflow for test and only runs on pull request (7121424)
  • civic-liker:
  • cache: no-cache for notices and transactions (04346a8)
  • payment:
    • reset payment password on error (6484379)
    • unmerge reset password; restyle <Dialog.Footer>; (df0d74d)
    • show in wallet insufficient state in set amount; merge reset payment password; (fa0d528)
    • show balance in <PayTo.Confirm> (2b87f38)
    • remove <PaymentForm.PasswordInvalid> (e3ef230)
    • merge reset password forms (ed88ee9)
    • merge add credit forms (dc044d7)
  • donation:
    • show hint for password input; show loading state on submiting; (ef9c67b)
    • add tracker for related donations (81fd8dc)
    • shuffle based on total count (2fbece0)
    • show related donations in complete page (6c12058)
    • disable amount radio if balance is insufficient (e8ae53e)
    • add useDialogStep hook; show balance during donation; (810f3ea)
  • appreciation:
    • query canSuperLike field only if viewer is civic liker (552041f)
    • use privateFetched to simplify appreciation button (1cd1c17)
    • show ∞ on superlike (56024c3)
  • hook: rename "goBack" and "goForward" to "back" and "forward" (c150897)
  • text:
  • dialog: rename to useStep and applied to all dialogs (1e61249)
  • superlike: revise text of max superlike (fb656a2)
  • viewer: use viewer.isAuthed instead of viewer.id (1daf1fd)
  • search-select:
    • add intro to component (7b49d8c)
    • support drag and drop for staging nodes (686dd89)
    • support load more for searching area (7ca46ea)
    • add <SearchSelectDialog.StagingArea> (beb7616)
    • add <SearchSelectDialog.SearchingArea> (c768844)
  • firebase: use firebase node module for analytics (7bf79b3)
  • likecoin: add support for SuperLike (dffe1f8)
Bug Fixes
  • component:
    • remove console.log (1d566c0)
    • set home feed during registration for new user (cdf0e9f)
    • fix passing wrong props to tag dialog (175d853)
    • replace transaction donator elements with UserDigest (561b680)
    • resolve conflicts (cc2c50a)
    • revise analytics type for followee-donated-article feed (8025ed6)
  • ci: use pull_request_target instead of pull_request event (9bfdd3f)
  • search-select:
  • editor: fix unable to upload image from clipboard (29332dd)
  • appreciation:
    • unify local update with update instead of optimisticResponse (9c8bf2c)
    • query canSuperLike for article public (d91a69f)
  • donation: tuning styles of donation dialog (7489658)
  • sentry: revise sentry ignore errors patterns (5c50eb1)
  • style: remove border-radius of profile cover; fix alignment of header text; (402c185)
  • transaction: fix style of transaction history (1abb780)
  • feed:
  • splash:
    • fix wrong placing of setPrivateFetched (f3d689e)
    • always set privateFetched to true (ff7a191)
  • comment: fix local update of collapsing and uncollapsing comment (c7efece)
  • deps: fix broken in-site link by bumping next to 9.5.2 (40eee15)
  • likecoin:
    • optimisticResponse for superlike (0cde5b7)
    • clap effect on mobile (b0be921)
Other Changes
  • ci: use pull_request_target instead of pull_request event" (45c9768)
Code Style Changes