ngx-simple-text-editor
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,8 @@ ### Changelog | ||
#### [3.0.1](https://github.com/Raiper34/ngx-simple-text-editor/compare/3.0.0...3.0.1) | ||
> 15 June 2024 | ||
- fix(editor): editor placeholder cursor and click bug fix [`#17`](https://github.com/Raiper34/ngx-simple-text-editor/issues/17) | ||
- fix(editor): editor initial value in reactive forms [`#18`](https://github.com/Raiper34/ngx-simple-text-editor/issues/18) | ||
### [3.0.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/2.0.0...3.0.0) | ||
@@ -7,0 +13,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { ElementRef } from '@angular/core'; | ||
import { AfterViewInit, ElementRef } from '@angular/core'; | ||
import { ControlValueAccessor } from '@angular/forms'; | ||
@@ -7,3 +7,3 @@ import { ToolbarItemType } from '../../models/button'; | ||
import * as i0 from "@angular/core"; | ||
export declare class EditorComponent implements ControlValueAccessor { | ||
export declare class EditorComponent implements AfterViewInit, ControlValueAccessor { | ||
private readonly document; | ||
@@ -24,2 +24,3 @@ private readonly commandService; | ||
constructor(document: any, commandService: CommandService); | ||
ngAfterViewInit(): void; | ||
writeValue(val: string): void; | ||
@@ -33,4 +34,5 @@ registerOnChange(fn: (val: string) => void): void; | ||
trackBy(_: any, item: any): string; | ||
private updateContentEditable; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "st-editor", never, { "config": "config"; }, {}, never, never, false, never>; | ||
} |
{ | ||
"name": "ngx-simple-text-editor", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Ngx Simple Text editor or ST editor is a simple native text editor component for Angular 9+.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Raiper34/ngx-simple-text-editor", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
324094
2181