Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@kolkov/angular-editor

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kolkov/angular-editor - npm Package Compare versions

Comparing version
3.0.1
to
3.0.2
+14
-0
CHANGELOG.md

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