@ones-editor/editor 2.1.7-beta.5 → 2.1.7-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -64,6 +64,7 @@ export interface CreateOnesEditorOptions {
64
64
  lang?: i18n.LANGS;
65
65
  logLevel?: LogLevel;
66
66
  hideTitle?: boolean;
67
+ autoNewLine?: boolean;
67
68
  placeholder?: {
68
69
  applyContentPlaceholder?: (editor: OnesEditor) => boolean;
69
70
  };
@@ -111,4 +112,5 @@ export interface CreateLocalEditorOptions {
111
112
  events?: EditorEvents;
112
113
  componentsOptions?: EditorComponentOptions;
113
114
  hideTitle?: boolean;
115
+ autoNewLine?: boolean;
114
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.1.7-beta.5",
3
+ "version": "2.1.7-beta.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",