@kolkov/angular-editor
Advanced tools
+14
-0
@@ -0,1 +1,15 @@ | ||
| <a name="3.0.2"></a> | ||
| ## [3.0.2](https://github.com/kolkov/angular-editor/compare/v3.0.1...v3.0.2) (2025-01-22) | ||
| ### Bug Fixes | ||
| * **toolbar:** toolbarHiddenButtons option now works without Bootstrap ([#544](https://github.com/kolkov/angular-editor/issues/544)) ([3563552](https://github.com/kolkov/angular-editor/commit/3563552)) | ||
| * **image:** allow re-uploading same image after deletion ([#543](https://github.com/kolkov/angular-editor/issues/543), [#568](https://github.com/kolkov/angular-editor/issues/568), [#503](https://github.com/kolkov/angular-editor/issues/503)) ([7d21718](https://github.com/kolkov/angular-editor/commit/7d21718)) | ||
| * **video:** support YouTube short URLs (youtu.be format) ([#557](https://github.com/kolkov/angular-editor/issues/557), [#554](https://github.com/kolkov/angular-editor/issues/554)) ([4aa8397](https://github.com/kolkov/angular-editor/commit/4aa8397)) | ||
| ### Maintenance | ||
| * **issues:** Systematic triage completed - 61 issues closed, 249 remain open | ||
| * **documentation:** Added issue triage session record | ||
| --- | ||
| <a name="3.0.1"></a> | ||
@@ -2,0 +16,0 @@ ## [3.0.1](https://github.com/kolkov/angular-editor/compare/v3.0.0...v3.0.1) (2025-11-22) |
+1
-1
| { | ||
| "name": "@kolkov/angular-editor", | ||
| "version": "3.0.1", | ||
| "version": "3.0.2", | ||
| "description": "A simple native WYSIWYG editor for Angular 20+. Rich Text editor component for Angular.", | ||
@@ -5,0 +5,0 @@ "author": "Andrey Kolkov <a.kolkov@gmail.com>", |
@@ -0,1 +1,7 @@ | ||
| // Fix for toolbarHiddenButtons option | ||
| // The [hidden] attribute needs explicit styling to work without Bootstrap | ||
| [hidden] { | ||
| display: none !important; | ||
| } | ||
| :root { | ||
@@ -2,0 +8,0 @@ --ae-gap: 5px; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
234280
0.98%1911
0.47%