Tags: xadlabs/editor.js
Tags
Bump version up to 2.30.2 (codex-team#2777) * Bump version * Update package.json --------- Co-authored-by: github-actions <action@github.com> Co-authored-by: Peter <specc.dev@gmail.com>
Bump version (codex-team#2774) Co-authored-by: github-actions <action@github.com>
fix(Inline-toolbar): fake selection stays on screen after toggling co… …nvert to (codex-team#2768) * Fix not removing fake selection on convert to toggle * Update version and changelog * Update docs/CHANGELOG.md Co-authored-by: Peter <specc.dev@gmail.com> --------- Co-authored-by: Peter <specc.dev@gmail.com>
Bump version up to 2.30.0 (codex-team#2761) * Bump version * Update package.json --------- Co-authored-by: github-actions <action@github.com> Co-authored-by: Peter <specc.dev@gmail.com>
Bump version (codex-team#2754) Co-authored-by: github-actions <action@github.com>
Bump version (codex-team#2751) Co-authored-by: github-actions <action@github.com>
Bump version (codex-team#2708) Co-authored-by: github-actions <action@github.com>
fix(caret): trailing spaces handling (codex-team#2741) * Imporove caret.isAtStart * use selection to simplify caret at start/end check * caret util and tests * lint * eslint fix * fix tests * patch version, changelog * fix navigation out of delimiter * arrow left tests * left/right arrow tests * chore: Fix typo in comment for block navigation * lint fix * resolve some ts errors in strict mode * Revert "resolve some ts errors in strict mode" This reverts commit 3252ac6. * ts errors fix * rename utils
fix(block-events): caret losing after backspace after nested list (co… …dex-team#2723) * feat: Fix caret loss after Backspace at the start of block when previous block is not convertible * fix create shadow caret * fix: remove unnecessary blank line in blockEvents.ts * fix: pass event object to slashPressed method in blockEvents.ts * fix eslint
PreviousNext