Skip to content

v3.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 14:42
5966128

3.27.0 (2021-07-30)

Chores
New Features
  • deps:
    • install deps; use @next/bundle-analyzer (b5df625)
    • upgrade next.js to 11.x (f04b32f)
  • editor:
    • uI improvement of (20e0cb0)
    • refetch assets on upload (787874d)
    • prune types (997bff9)
    • add back bottombar & sidebar on article edit mode (a0480d3)
    • add back draft bottombar & sidebar (ff7ad04)
    • add indicators to editor settings dialog (c90ead7)
  • style: fix style (3cb3bf8)
  • ipfs hash modal: add secret UI to IPFS hash modal (66cd585)
  • i18n: add translations for licenses (6c8ac93)
  • storybook: add to Storybook (6025481)
  • license:
    • show license in article detail (73fb4b6)
    • move <Select> to <Form.Select> and simply codes (b552a15)
    • editArticle with license (8400ad1)
    • add <Select> components (dd4cf6a)
    • adding support for license editing (95a8327)
    • semantic props (a69211e)
    • passing onConfirm to confirm button (dc5459e)
    • confirm step and footer buttons (8ea24f8)
    • list styles (93f866a)
    • refactor editor flow (7605a23)
    • increase revision count to 4 (e44b4fd)
Bug Fixes
  • seo: response noindex http header on OAuth domain and non-prod env (2d44add)
  • secret: make secret description hidden if it does not exist (cefc0b8)
  • router: fix back button behavior after publishing draft (e0ac713)
  • license: fix license can't be change on draft editor (38ea08b)
  • paywall: fix missing id field when querying secret (337d48d)
  • csp: add sentry.matters.one to csp whitelist (092ed48)
  • error: expose error code if no corresponding text (c397110)
  • security: only allow redirect to http/https url (9e6f9d9)
  • style: fix mention list position of comment editor (dd226d7)
  • i18n: add license translations on article detail (cfc0af7)
  • typo: fix typo (1cd2926)
  • dialog: close search select dialog on save (61cb3cc)
Refactors
  • fragment types: format fragment types (2cea880)
  • rebase on develoop: rebase and generate types (63ee515)
  • dialog: rename close & open to closeDialog & openDialog to avoid window.close (d44fbaa)
  • hook: use useDialogSwitch (3294227)