Skip to content

Tags: codex-team/editor.js

Tags

v2.30.3

Toggle v2.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix i18n in nested popover (#2779)

v2.30.2

Toggle v2.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version up to 2.30.2 (#2777)

* Bump version

* Update package.json

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Peter <[email protected]>

v2.30.2-rc.0

Toggle v2.30.2-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#2774)

Co-authored-by: github-actions <[email protected]>

v2.30.1

Toggle v2.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(Inline-toolbar): fake selection stays on screen after toggling co…

…nvert to (#2768)

* Fix not removing fake selection on convert to toggle

* Update version and changelog

* Update docs/CHANGELOG.md

Co-authored-by: Peter <[email protected]>

---------

Co-authored-by: Peter <[email protected]>

v2.30.0

Toggle v2.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version up to 2.30.0 (#2761)

* Bump version

* Update package.json

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Peter <[email protected]>

v2.30.0-rc.14

Toggle v2.30.0-rc.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#2754)

Co-authored-by: github-actions <[email protected]>

v2.30.0-rc.13

Toggle v2.30.0-rc.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#2751)

Co-authored-by: github-actions <[email protected]>

v2.30.0-rc.12

Toggle v2.30.0-rc.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#2708)

Co-authored-by: github-actions <[email protected]>

v2.30.0-rc.11

Toggle v2.30.0-rc.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(caret): trailing spaces handling (#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

v2.30.0-rc.10

Toggle v2.30.0-rc.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(block-events): caret losing after backspace after nested list (#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