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

Sync with origin #6

Merged
merged 7 commits into from
Mar 26, 2021
Merged

Sync with origin #6

merged 7 commits into from
Mar 26, 2021

Commits on Mar 25, 2021

  1. Merge pull request slab#3223 from luin/ignore-nested-quill-mutations

    Ignore mutations happens in nested Quill instance
    
    (cherry picked from commit 8ce3ee3)
    jhchen authored and dmitry.levkovskiy committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c092cd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request slab#3272 from luin/firefox-bullet

    Header/paragraph doesn't reset list numbering in Firefox
    
    (cherry picked from commit eeb976e)
    jhchen authored and dmitry.levkovskiy committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    e61d5c1 View commit details
    Browse the repository at this point in the history
  3. allow list completion on lists and headers

    (cherry picked from commit a6911aa)
    jhchen authored and dmitry.levkovskiy committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    2eaff9d View commit details
    Browse the repository at this point in the history
  4. fix arrow keying past list item

    - in chrome it take two left arrows to go to prev list item
    - in firefox ctrl+left does not work
    
    (cherry picked from commit 9d16aa5)
    jhchen authored and dmitry.levkovskiy committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    9cab4bb View commit details
    Browse the repository at this point in the history
  5. fix breaking list items

    Without this a string with no space on a line will cause the break to
    occur after the bullet but with it a string with spaces may not break at
    the space. The latter is much more common and also the choice Paper
    makes
    
    (cherry picked from commit 232b6f4)
    jhchen authored and dmitry.levkovskiy committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    6390fb4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fix-cut-format'

    jhchen authored and dmitry.levkovskiy committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    52ff259 View commit details
    Browse the repository at this point in the history
  7. Merge pull request slab#3293 from quilljs/firefox-checkbox

    Fix checkbox not checkable on Firefox
    
    (cherry picked from commit 1f0530a)
    jhchen authored and dmitry.levkovskiy committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    6428be8 View commit details
    Browse the repository at this point in the history