Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat+fix): Use BlocksForm instead of SlateEditor to render more slates block #44

Merged
merged 22 commits into from
Apr 3, 2024

Commits on Mar 21, 2024

  1. fix multiline hero bug

    dobri1408 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    25b26d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    61994d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5915149 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix eslint

    dobri1408 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    89483de View commit details
    Browse the repository at this point in the history
  2. mock react-router-dom

    dobri1408 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f6a33ab View commit details
    Browse the repository at this point in the history
  3. trigger tests

    dobri1408 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0f51440 View commit details
    Browse the repository at this point in the history
  4. fix unit tests

    dobri1408 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7c007a6 View commit details
    Browse the repository at this point in the history
  5. fix unit tests

    dobri1408 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ad6e98f View commit details
    Browse the repository at this point in the history
  6. fix cypress test

    dobri1408 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c24f627 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update Edit.jsx

    dobri1408 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2c31ecd View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. improve the quality

    dobri1408 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d6bf215 View commit details
    Browse the repository at this point in the history
  2. fix eslint

    dobri1408 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d560dcb View commit details
    Browse the repository at this point in the history
  3. fix eslint comments

    dobri1408 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0fff8b0 View commit details
    Browse the repository at this point in the history
  4. fix eslint

    dobri1408 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    163af98 View commit details
    Browse the repository at this point in the history
  5. fix eslint

    dobri1408 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7b0a66c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1797077 View commit details
    Browse the repository at this point in the history
  7. Update Jest configuration to avoid ts error and removed onClick from …

    …Hero block view component
    
    - We needed it only in the edit, and we can use an edit wrapper to add the onClick to it with role='presentational' so that we avoid eslint-disable-next-line comments
    ichim-david committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    448dbb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. fix intial value slate

    dobri1408 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c70bb80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a917cdc View commit details
    Browse the repository at this point in the history
  3. breaking(tests): Updated Hero.test.jsx.snap snapshots after removal o…

    …f inner div wrapper
    
    - it was used for quoted-wrapper which was moved to the Hero.Text div
    ichim-david committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7cf73ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    472b675 View commit details
    Browse the repository at this point in the history
  5. Add ts-jest package to package.json

    - jenkins testing gave the error:
      Module ts-jest in the transform option was not found.
    ichim-david committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7c82b62 View commit details
    Browse the repository at this point in the history