Socket
Socket
Sign inDemoInstall

ngx-simple-text-editor

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-simple-text-editor - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

CHANGELOG.md

@@ -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 @@

6

lib/components/editor/editor.component.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc