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

Custom editor3 blocks #4532

Merged
merged 75 commits into from
Jun 3, 2024

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    8592cc3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    00a2275 View commit details
    Browse the repository at this point in the history
  2. Changes after review

    thecalcc committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b3f2011 View commit details
    Browse the repository at this point in the history
  3. v1

    tomaskikutis committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a89a7e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1624796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87157f7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    c5d755f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e2620e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f224c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39b0ad4 View commit details
    Browse the repository at this point in the history
  5. drop spellchecker initialization in authoring-react

    it was moved to Editor3InitializeSpellchecker
    tomaskikutis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6ad6a66 View commit details
    Browse the repository at this point in the history
  6. remove unused import

    tomaskikutis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b8ecc43 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix unit tests

    tomaskikutis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1ba6944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3e597 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9f1057 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. custom blocks - basics

    tomaskikutis committed May 10, 2024
    Configuration menu
    Copy the full SHA
    783c4be View commit details
    Browse the repository at this point in the history
  2. Custom blocks implementation

    thecalcc committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b8f6554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5511714 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. use tablekind

    tomaskikutis committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bc46a2a View commit details
    Browse the repository at this point in the history
  2. drop customToolbarStyle

    tomaskikutis committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4b9dbb0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    c15768e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d94849b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    69cf80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3042e68 View commit details
    Browse the repository at this point in the history
  3. improve naming

    tomaskikutis committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ab4c4c7 View commit details
    Browse the repository at this point in the history
  4. Changes after review

    thecalcc committed May 15, 2024
    Configuration menu
    Copy the full SHA
    591a18b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95c69e1 View commit details
    Browse the repository at this point in the history
  6. Add playwright test

    thecalcc committed May 15, 2024
    8 Configuration menu
    Copy the full SHA
    e88d4c1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    71f65fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb1e20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a8aee5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. remove redux connections that are not needed

    improve prop typings
    tomaskikutis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9d4d091 View commit details
    Browse the repository at this point in the history
  2. fix spelling

    tomaskikutis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ece2be8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92db809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d640d20 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Changes after review

    thecalcc committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0c4bf81 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    951ba68 View commit details
    Browse the repository at this point in the history
  2. Remove test code

    thecalcc committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f5024de View commit details
    Browse the repository at this point in the history
  3. Fix test

    thecalcc committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4eb5678 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e89c71e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    830bbc6 View commit details
    Browse the repository at this point in the history
  6. Attempt to fix editor e2e

    thecalcc committed May 21, 2024
    Configuration menu
    Copy the full SHA
    542578a View commit details
    Browse the repository at this point in the history
  7. fix spellchecker e2e

    tomaskikutis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0ebfd0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b633789 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53f4be4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Attempt to fix e2e test v2

    thecalcc committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1b1f796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764c828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    798f5be View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Remove test fixation

    thecalcc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b02ad53 View commit details
    Browse the repository at this point in the history
  2. Attempt to fix e2e test

    thecalcc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9d3c215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6b2af2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f11395 View commit details
    Browse the repository at this point in the history
  5. fix lint

    tomaskikutis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0311b3c View commit details
    Browse the repository at this point in the history
  6. fix lint

    tomaskikutis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b18c5fb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. fix applying inline and block styles to tables

    previous implementation used to drop additional data I added to IActiveCell
    tomaskikutis committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0366fb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5084cfa View commit details
    Browse the repository at this point in the history
  3. fix a unit test

    tomaskikutis committed May 24, 2024
    Configuration menu
    Copy the full SHA
    dcb79df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fa006d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    584b250 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    2b6e328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    812ac28 View commit details
    Browse the repository at this point in the history
  3. add e2e tests

    tomaskikutis committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9925e49 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    2f5fa03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6f8c6 View commit details
    Browse the repository at this point in the history
  3. fix lint

    tomaskikutis committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8b40535 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    83202ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4eebfc View commit details
    Browse the repository at this point in the history
  3. fix lint

    tomaskikutis committed May 29, 2024
    Configuration menu
    Copy the full SHA
    59115ba View commit details
    Browse the repository at this point in the history
  4. minor improvements

    tomaskikutis committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6c9392b View commit details
    Browse the repository at this point in the history
  5. only render editor3 toolbar button to add custom block when there are…

    … vocabularies configured
    tomaskikutis committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2bf4115 View commit details
    Browse the repository at this point in the history
  6. fix unit tests

    tomaskikutis committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d830479 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. changes after review

    tomaskikutis committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2040c8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c95bac View commit details
    Browse the repository at this point in the history
  3. fix unit test

    tomaskikutis committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a2183ac View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. unit tests

    tomaskikutis committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a538b99 View commit details
    Browse the repository at this point in the history