Socket
Socket
Sign inDemoInstall

ngx-simple-text-editor

Package Overview
Dependencies
4
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

45

CHANGELOG.md

@@ -5,2 +5,10 @@ ### Changelog

### [3.0.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/2.0.0...3.0.0)
> 10 January 2023
- Feature/angular 15 upgrade [`#16`](https://github.com/Raiper34/ngx-simple-text-editor/pull/16)
- chore(typescript): typescript 4.8 upgrade [`#16`](https://github.com/Raiper34/ngx-simple-text-editor/pull/16)
- docs(font-awesome): add font awesome compatibility into documentation [`a262411`](https://github.com/Raiper34/ngx-simple-text-editor/commit/a262411fc2313c67977807f85b1f55c8ceaea609)
### [2.0.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/1.4.0...2.0.0)

@@ -11,34 +19,9 @@

- Feature/angular 14 upgrade [`#15`](https://github.com/Raiper34/ngx-simple-text-editor/pull/15)
- feature(upgrade): upgrade angular 11 -> 12 [`b6bfa80`](https://github.com/Raiper34/ngx-simple-text-editor/commit/b6bfa80b8bb94d8219ada820d24de718c245607a)
- feature(upgrade): upgrade angular 9 -> 10 [`f757fa0`](https://github.com/Raiper34/ngx-simple-text-editor/commit/f757fa01809c0909d7f30c2ed81877aec50b8f05)
- feature(upgrade): upgrade angular 10 -> 11 [`90031a7`](https://github.com/Raiper34/ngx-simple-text-editor/commit/90031a771efb5fef3b87b7610fdf8bc04c9cec06)
- feature(upgrade): upgrade angular 12 -> 13 [`d237462`](https://github.com/Raiper34/ngx-simple-text-editor/commit/d2374620264c3b722d9622b3536e1ae7dba39739)
- feature(upgrade): upgrade angular 10 -> 11 [`900ee2e`](https://github.com/Raiper34/ngx-simple-text-editor/commit/900ee2ed1a71fee4bb62adcf7a6f36ae07af362f)
- feature(upgrade): upgrade angular 13 -> 14 [`5744ea5`](https://github.com/Raiper34/ngx-simple-text-editor/commit/5744ea5ca96b135a8dd57580a72702d08c671e38)
#### [1.4.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/1.3.0...1.4.0)
> 29 October 2022
- feature(input): allow transforming input from input button before insert into editor [`#12`](https://github.com/Raiper34/ngx-simple-text-editor/issues/12)
- fix(color-picker/select): fix default state of select and color picker [`#13`](https://github.com/Raiper34/ngx-simple-text-editor/issues/13)
- fix(dropdown): dropdown editor button fixed with based on label length [`190fb34`](https://github.com/Raiper34/ngx-simple-text-editor/commit/190fb34bd61dab266a488f9e15e8febd45758dd1)
- fix(input): save and load selection to allow add link/whatever to existing text/selection [`1338392`](https://github.com/Raiper34/ngx-simple-text-editor/commit/133839263c404c83667498d9ca6a4c28e1d546a8)
- fix(input): remove unnecessary console logs [`02c83d6`](https://github.com/Raiper34/ngx-simple-text-editor/commit/02c83d6cc0870de00beebcb696946df48e35c30c)
#### [1.3.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/1.2.0...1.3.0)
> 20 October 2022
- feature(editor-dropdown): add new editor dropdown component, to configure multiple actions under one dropdown picker [`#11`](https://github.com/Raiper34/ngx-simple-text-editor/issues/11)
- fix(input): improvements for editor input (close window when outside click, label in window, automatic positioning) [`611e218`](https://github.com/Raiper34/ngx-simple-text-editor/commit/611e218ef658a6b5ed893ee58dc4fc1254b4f9f5)
- docs(demo): disable minireset ul and ol styles for demo application [`31a17e5`](https://github.com/Raiper34/ngx-simple-text-editor/commit/31a17e50d37d47ade061ea0a7a80b25438622e2b)
- fix(color-picker): fix color picker invisible tab index [`eeeb7d8`](https://github.com/Raiper34/ngx-simple-text-editor/commit/eeeb7d850adac2d7db6e19cb5fe2c8d0433ebf7a)
#### [1.2.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/1.1.0...1.2.0)
> 11 September 2022
- feature(input-button): rework of input button to more beautiful form [`#10`](https://github.com/Raiper34/ngx-simple-text-editor/issues/10)
- feature(accessibility): add editor buttons title [`ab68240`](https://github.com/Raiper34/ngx-simple-text-editor/commit/ab682407e0f0684b97070555cfe035616708bd2b)
- docs(demo): add badges to demo [`7e29b7b`](https://github.com/Raiper34/ngx-simple-text-editor/commit/7e29b7b335d7fe6f654d388841fb6d494562d8ca)
- fix(title): title can be optional for toolbar items [`871c7f1`](https://github.com/Raiper34/ngx-simple-text-editor/commit/871c7f1dba39f0c15e7154e39d3a82e547db9b15)
- fix(title): title can be optional for toolbar items [`769358b`](https://github.com/Raiper34/ngx-simple-text-editor/commit/769358bcc7e761076176d99ed0fc7b6dc969fedd)
- fix(editor): fix editor write value method, value update is possible now from parent component [`d1fd680`](https://github.com/Raiper34/ngx-simple-text-editor/commit/d1fd6804c8efe9909dcfc54b715b7d3ae26beb12)
- docs(readme): add license into Readme [`755ebe3`](https://github.com/Raiper34/ngx-simple-text-editor/commit/755ebe357bc82197009c99c59496ffa888a59e5d)
<!-- auto-changelog-above -->

@@ -45,0 +28,0 @@

@@ -11,3 +11,3 @@ import { EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<EditorButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorButtonComponent, "st-button", never, { "button": "button"; "state": "state"; }, { "command": "command"; }, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorButtonComponent, "st-button", never, { "button": "button"; "state": "state"; }, { "command": "command"; }, never, never, false, never>;
}

@@ -15,3 +15,3 @@ import { EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<EditorColorPickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorColorPickerComponent, "st-color-picker", never, { "button": "button"; "state": "state"; }, { "command": "command"; }, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorColorPickerComponent, "st-color-picker", never, { "button": "button"; "state": "state"; }, { "command": "command"; }, never, never, false, never>;
}

@@ -22,3 +22,3 @@ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<EditorDropdownComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorDropdownComponent, "st-dropdown", never, { "button": "button"; }, { "command": "command"; }, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorDropdownComponent, "st-dropdown", never, { "button": "button"; }, { "command": "command"; }, never, never, false, never>;
}

@@ -29,3 +29,3 @@ import { EventEmitter, ElementRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<EditorInputComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorInputComponent, "st-input", never, { "button": "button"; "state": "state"; }, { "command": "command"; }, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorInputComponent, "st-input", never, { "button": "button"; "state": "state"; }, { "command": "command"; }, never, never, false, never>;
}

@@ -15,3 +15,3 @@ import { EventEmitter, OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<EditorSelectComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorSelectComponent, "st-select", never, { "button": "button"; "state": "state"; }, { "command": "command"; }, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorSelectComponent, "st-select", never, { "button": "button"; "state": "state"; }, { "command": "command"; }, never, never, false, never>;
}
import * as i0 from "@angular/core";
export declare class EditorSeparatorComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<EditorSeparatorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorSeparatorComponent, "st-separator", never, {}, {}, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorSeparatorComponent, "st-separator", never, {}, {}, never, never, false, never>;
}

@@ -32,3 +32,3 @@ import { ElementRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "st-editor", never, { "config": "config"; }, {}, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "st-editor", never, { "config": "config"; }, {}, never, never, false, never>;
}

@@ -11,3 +11,3 @@ import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<DomModifyDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DomModifyDirective, "[stDomModify]", never, {}, { "domModify": "stDomModify"; }, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DomModifyDirective, "[stDomModify]", never, {}, { "domModify": "stDomModify"; }, never, never, false, never>;
}

@@ -10,3 +10,3 @@ import { ElementRef, EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SelectionChangeDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionChangeDirective, "[stSelectionChange]", never, {}, { "selectionChange": "stSelectionChange"; }, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionChangeDirective, "[stSelectionChange]", never, {}, { "selectionChange": "stSelectionChange"; }, never, never, false, never>;
}
{
"name": "ngx-simple-text-editor",
"version": "2.0.0",
"version": "3.0.0",
"description": "Ngx Simple Text editor or ST editor is a simple native text editor component for Angular 9+.",

@@ -18,5 +18,5 @@ "repository": "https://github.com/Raiper34/ngx-simple-text-editor",

"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@fortawesome/fontawesome-free": "^5.15.4"
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@fortawesome/fontawesome-free": "^6.2.1"
},

@@ -23,0 +23,0 @@ "dependencies": {

@@ -14,6 +14,7 @@ [![npm version](https://badge.fury.io/js/ngx-simple-text-editor.svg)](https://badge.fury.io/js/ngx-simple-text-editor)

## Version compatibility
| Angular version | Ngx simple text editor version |
|-----------------|--------------------------------|
| 9 - 13 | 0.0.0 - 1.x.x |
| 14 | 2.x.x |
| Angular version | Ngx simple text editor version | Font awesome version |
|-----------------|--------------------------------|----------------------|
| 9 - 13 | 0.0.0 - 1.x.x | 5.0.0-6.x.x |
| 14 | 2.x.x | 5.0.0-6.x.x |
| 15 | 3.x.x | 5.0.0-6.x.x |

@@ -38,4 +39,4 @@ # Instalation

```
If you want to use default button icons, you must install Font awesome v5.
`npm install @fortawesome/fontawesome-free@5` and declare in styles in angular.json
If you want to use default button icons, you must install Font awesome.
`npm install @fortawesome/fontawesome-free` and declare in styles in angular.json
```json

@@ -42,0 +43,0 @@ ...

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc