saleor / saleor-storefront

A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.
https://demo.saleor.io/
BSD 3-Clause "New" or "Revised" License
769 stars 672 forks source link

Add editorjs renderer #947

Closed krzysztofwolski closed 4 years ago

krzysztofwolski commented 4 years ago

Support for new type of renderer (editorjs)

Screenshots

image

image

Pull Request Checklist

  1. [x] All visible strings are translated with proper context.
  2. [x] All data-formatting is locale-aware (dates, numbers, and so on).
  3. [ ] The changes are tested.
  4. [ ] The code is documented (docstrings, project documentation).
  5. [x] Changes are mentioned in the changelog.

Test Environment Config

API_URI=https://master.staging.saleor.rocks/graphql/

patrys commented 4 years ago

Task linked: SALEOR-1587 Render EditorJS format in storefront

krzysztofwolski commented 4 years ago

Re console error: https://github.com/codex-team/editor.js/issues/1380 - soon there should be new release

krzysztofwolski commented 4 years ago

Cypress seems to be failing because of test database - everything was green at 453c17b, after adding CHANGELOG tests started failing 🌵