| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.5.0 source code.tar.gz | 2026-07-10 | 1.8 MB | |
| 3.5.0 source code.zip | 2026-07-10 | 1.8 MB | |
| README.md | 2026-07-10 | 771 Bytes | |
| Totals: 3 Items | 3.6 MB | 0 | |
[3.5.0]
- Added
neiki-content-default-styleas the default content typography class. WhencustomClassis set, the custom class replaces this default style class while the internalneiki-contentclass remains for editor behavior. - Added autosave/localStorage cleanup APIs:
editor.clearAutosaveStorage(),editor.removeStorage(key),editor.removeStorageByPrefix(prefix),NeikiEditor.removeStorageKey(key),NeikiEditor.removeStorageByPrefix(prefix), andNeikiEditor.clearAutosaveStorage(prefix).
Full Changelog: https://github.com/neikiri/neiki-editor/compare/3.4.0...3.5.0