github codex-team/editor.js v2.23.0-rc.1

latest releases: v2.30.6, v2.30.5, v2.30.4...
pre-release2 years ago
  • ImprovementUI — Block Tunes toggler moved to the left
  • ImprovementUI — Block Actions (BT toggler + Plus Button) will appear on block hovering instead of click
  • ImprovementUI — Block Tunes toggler icon and Plus button icon updated
  • ImprovementDev Example Page — The menu with helpful buttons added to the bottom of the screen
  • ImprovementDev Example Page — The 'dark' theme added. Now we can code at night more comfortably.
  • ImprovementRectangle Selection — paint optimized
  • FixRectangle Selection — the first click after RS was not clear selection state. Now does.
  • ImprovementBlocks API — toolbar moving logic removed from blocks.move() and blocks.swap() methods. Instead, you should use Toolbar API (it was used by MoveUp and MoveDown tunes, they were updated).
  • NewBlocks API — The getBlockIndex() method added
  • NewBlocks API — the insert() method now has the replace: boolean parameter
  • NewBlocks API — the insert() method now returns the inserted Block API
  • NewListeners API — the on() method now returns the listener id.
  • NewListeners API — the new offById() method added
  • NewAPI — The new UiApi section was added. It allows accessing some editor UI nodes and methods.
  • Refactoring — Toolbox became a standalone class instead of a Module. It can be accessed only through the Toolbar module.
  • Refactoring — CI flow optimized.

Don't miss a new editor.js release

NewReleases is sending notifications on new releases.