Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: IvyScience/editor.js

Tags

v2.23.2

Toggle v2.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(readonly): crash with readonly property (codex-team#1969)

* fix(readonly): fix readonly property

Resolves codex-team#1968

* changelog added

* Update CHANGELOG.md

v2.23.1

Toggle v2.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ci): incorrect release tag fixed (codex-team#1964)

v2.23.0-rc.2

Toggle v2.23.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version (codex-team#1862)

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

v2.23.0-rc.1

Toggle v2.23.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(toolbar): toolbar refactored and ui improved (codex-team#1815)

* chore(block-tune-toggler): toggler moved to the left (draft)

* toolbox ui updated

* fixd caret jumpling, improved some styles

* toolbar moving by block-hover

- UI module triggers 'block-hovered' event
- Toolbar uses 'block-hovered' for appearing
- `currentBlock` setter added to the BlockManager
- (reactangle-selection): the throttling added to the mousemove and scroll handlers
- `getBlockIndex` method added to the Api
- (api-blocks): toolbar moving logic removed from `blocks.move()` and `blocks.swap()` methods. Instead, MoveUp and MoveDown tunes uses Toolbar API

* the dark-theme to the example-dev.html

* positioning improved

* fix(rectangle-selection): first click after RS does not clears selection state

* toolbox position fixed

* the toolbox module became a standalone class

- Toolbox became a standalone class from the editor module. It can be accessed only via the owner (the Toolbar module)
- (api.blocks) the insert() method now has the `replace` param. Also, it returns inserted Block API now.

* new(api.listeners): `on()` now returns the listener id. The new `offById()` method added

* fix bug with Tab pressing on hovered but not focused block

* mobile version improved

* upd example dev

* small updaets

* add nested-list

* linting

* (api.toolbar): `toggleBlockSettings` now fires toggling event with the same state

* EventDispatcher used instead of callbacks for the Toolbox

* UIApi added

* fix ci

* git submodules removed from the ci flow

* add paragraph submodule to the ci flow

* Update CHANGELOG.md

* Update package.json

* use ubuntu-latest for chrome ci

v2.23.0-rc.0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version up to 2.23.0-rc.0 (codex-team#1785)

* Bump version

* Update package.json

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

v2.23.0

Toggle v2.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(onchange): callback now accepts custom event (codex-team#1791)

* feat(onchange): callback now accepts custom event

* Delete block-added.ts

* testd updated, changelog added

* Update example-dev.html

* indexes added to all events

* block-removed dispatching on block replacing

* Update example-dev.html

v2.22.3

Toggle v2.22.3's commit message
Release v2.22.3

v2.22.2

Toggle v2.22.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version up to 2.22.2 (codex-team#1698)

* Bump version

* Update version

* Bump version

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

v2.22.1

Toggle v2.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix i18n for tunes and tools (codex-team#1711)

* we need to call isTune param to get result

* remove Tune from exported name

* Update CHANGELOG.md

* Bump version

* Update Tools.spec.ts

* Update Tools.spec.ts

* prevent tooltip jumping

* Update CHANGELOG.md

* Delete table

* Create table

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

v2.22.0

Toggle v2.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version up to 2.22.0 (codex-team#1690)

* Bump version

* Update package.json

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