@flogeez/angular-tiptap-editor 0.2.3 → 0.2.5

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/index.d.ts CHANGED
@@ -520,6 +520,7 @@ declare class AngularTiptapEditorComponent implements OnInit, AfterViewInit, OnD
520
520
  slashCommandsConfigComputed: _angular_core.Signal<SlashCommandsConfig>;
521
521
  private onChange;
522
522
  private onTouched;
523
+ private pendingFormValue;
523
524
  readonly i18nService: TiptapI18nService;
524
525
  constructor(imageService: ImageService);
525
526
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flogeez/angular-tiptap-editor",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "A modern, customizable rich-text editor for Angular (19+), built with Tiptap and featuring complete internationalization support",
5
5
  "keywords": [
6
6
  "angular",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "homepage": "https://flogeez.github.io/angular-tiptap-editor/",
25
25
  "peerDependencies": {
26
- "@angular/common": ">=19.0.0",
27
- "@angular/core": ">=19.0.0",
28
- "@angular/forms": ">=19.0.0",
26
+ "@angular/common": ">=18.0.0",
27
+ "@angular/core": ">=18.0.0",
28
+ "@angular/forms": ">=18.0.0",
29
29
  "@fontsource/material-symbols-outlined": "^5.0.0",
30
30
  "@tiptap/core": "^2.0.0",
31
31
  "@tiptap/starter-kit": "^2.0.0",