Download Latest Version 3.0.3 source code.tar.gz (436.7 kB)
Email in envelope

Get an email when there's a new version of Neiki's Editor

Home / 2.10.0
Name Modified Size InfoDownloads / Week
Parent folder
2.10.0 source code.tar.gz 2026-05-18 396.1 kB
2.10.0 source code.zip 2026-05-18 399.1 kB
README.md 2026-05-18 1.4 kB
Totals: 3 Items   796.6 kB 0

2.10.0

Added

  • Code Formatting Toolbar Button — added a new code toolbar action with smart formatting behavior:
  • single-line selections are wrapped in inline <code>
  • multi-line selections create a <pre><code> code block
  • clicking again toggles/removes existing code formatting
  • The code button is now included in the default toolbar between subscript and removeFormat
  • Added toolbar.code translation key to all 8 built-in languages:
  • English (en)
  • Czech (cs)
  • Chinese (zh)
  • Spanish (es)
  • German (de)
  • French (fr)
  • Portuguese (pt)
  • Japanese (ja)

Fixed

  • List Toggle Paragraph Wrapping — fixed text not being properly wrapped in <p> elements after disabling Bullet List or Numbered List formatting
  • Consecutive inline/text nodes are now grouped into a single paragraph instead of generating multiple fragmented <p> elements
  • HTML Entity Decoding — fixed HTML entities such as &amp; being displayed as literal text instead of decoded characters

Improved

  • Renamed custom_class config option to customClass for consistency with the editor’s camelCase API style
  • Backward compatibility is preserved — the legacy custom_class option still works

Full Changelog: https://github.com/neikiri/neiki-editor/compare/2.9.5...2.10.0

Source: README.md, updated 2026-05-18