Skip to content

v3.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 15:18
de0d394

3.11.0 (2020-07-24)

Build System / Dependencies
  • deps:
    • bump firebase from 7.16.1 to 7.17.0 (efa3d7b)
    • bump @sentry/browser from 5.19.2 to 5.20.0 (36c0ba8)
    • bump react-focus-lock from 2.4.0 to 2.4.1 (be3e544)
    • bump date-fns from 2.14.0 to 2.15.0 (d7a4ac2)
    • bump firebase from 7.16.0 to 7.16.1 (d065b4c)
    • bump @sentry/browser from 5.19.1 to 5.19.2 (d623e57)
    • bump formik from 2.1.4 to 2.1.5 (1c37b0e)
    • bump subscriptions-transport-ws from 0.9.16 to 0.9.17 (c54dbcd)
    • bump firebase from 7.15.5 to 7.16.0 (ae93d84)
    • bump graphql-tag from 2.10.3 to 2.10.4 (5b12b68)
    • bump lodash from 4.17.15 to 4.17.19 (56a4092)
  • deps-dev:
    • bump chromedriver from 84.0.0 to 84.0.1 (6aceb2c)
    • bump nightwatch from 1.3.6 to 1.3.7 (9801740)
    • bump @types/lodash from 4.14.157 to 4.14.158 (19b6c25)
    • bump apollo from 2.30.0 to 2.30.1 (755db98)
    • bump @types/jest from 26.0.4 to 26.0.5 (20ea63d)
    • bump typescript from 3.9.6 to 3.9.7 (e0178b3)
    • bump chromedriver from 83.0.1 to 84.0.0 (d171e3a)
    • bump @testing-library/react from 10.4.6 to 10.4.7 (968cc58)
    • bump apollo from 2.29.1 to 2.30.0 (86d45b1)
    • bump @testing-library/react from 10.4.5 to 10.4.6 (06e7cec)
    • bump apollo from 2.28.3 to 2.29.1 (a72d5a5)
    • bump @types/react from 16.9.41 to 16.9.43 (f83375a)
    • bump @types/express from 4.17.6 to 4.17.7 (718717b)
    • bump @testing-library/react from 10.4.4 to 10.4.5 (04d9e96)
    • bump @types/jest from 26.0.3 to 26.0.4 (c939f0f)
    • bump chromedriver from 83.0.0 to 83.0.1 (5fd7a85)
Chores
New Features
  • text: remove countdown text for draft publishing (534fcf1)
  • public-private-query: strip off cookie for public queries (ebe1efa)
  • public-private-queries:
  • queries: use toggle* mutations; init push on private viewer fetched; (02c8e02)
  • component:
    • add query filter for search APIs (b8542ed)
    • redesign follow feed list item description and position (6935789)
    • refactor tag detail page and add tag feed in follow page (611c061)
    • revise tag detail page for follow and unfollow (737f5c7)
    • change shared components for Tag detail page refactoring (73aee63)
  • memoized: memoizing <Comment.Feed> (9f01c0c)
  • analytics: add view dialog events for addCredit andd donation (3ca9e38)
  • edit-article:
    • deprecating archiveArticle & updateArticleInfo mutations (77a0f8c)
    • referch article on edit saved (9fd8f0a)
    • merge sidebar components into one (7996d2c)
    • editing tags of article (9016255)
    • use editArticle mutation instaed of setCollection (f3e6a10)
  • article-edit-mode:
    • hide content for mobile (0bfa852)
    • editing tags & collection of article (6be80fd)
Bug Fixes
  • appreciation:
    • fix incorrect rendering of appreciation button (fb9826d)
    • fix appreciation button has a wrong state (b046a35)
  • layout: fix lost overwrite margins (249bc12)
  • types:
  • public-private-queries:
  • component:
    • revise the count description of followers (0068f3b)
    • fix passing wrong arguments to article search API (2dbd6d7)
    • correct message and description for tag detail page (48971f0)
  • article read: record read without 5s wait (72f7e08)
  • analytics: fix view_donation_dialog event name (189e2e6)
  • memoized: fix React.memo is broken inside <InfiniteList> (6f12686)
  • edit-article: fix tags merging on editing (b076495)
  • infinite-scroll: fix incorrect waypoint offset makes loadMore was called on page load (795fdd7)
Refactors
  • schema: update schema for Tag APIs (937c312)
Code Style Changes