From 02dbda9722b8a8fd691345f695faa1492cfb9d54 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 3 Apr 2019 10:39:10 +0200 Subject: [PATCH] fixed HTMLJanitor (#673) * fixed HTMLJanitor * fixed HTMLJanitor --- README.md | 2 +- docs/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1e824d8..44a99492 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Join [public Telegram-chat](//t.me/codex_editor) or [Gitter-channel](https://git - `Improvements` — `Inline Toolbar`: when you add a Link to the selected fragment, Editor will highlight this fragment even when Caret is placed into the URL-input. - `Improvements` — Block Settings won't be shown near empty Blocks of `initialType` by default. You should click on them instead. - `Improvements` — `onChange`-callback now will be fired even with children attributes changing. -- `Improvements` — HTMLJantior package was updated due to found vulnerability +- `Improvements` — HTMLJanitor package was updated due to found vulnerability - `Improvements` — Logging improved: now all Editor's logs will be preceded by beautiful label with current Editor version. - `Improvements` — Internal `isEmpty` checking was improved for Blocks with many children nodes (200 and more) - `Improvements` — Paste improvements: tags that can be substituted by Tool now will matched even on deep-level of pasted DOM three. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cd1ed8ca..c09ea942 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -159,7 +159,7 @@ - `Improvements` — `Inline Toolbar`: when you add a Link to the selected fragment, Editor will highlight this fragment even when Caret is placed into the URL-input. - `Improvements` — Block Settings won't be shown near empty Blocks of `initialType` by default. You should click on them instead. - `Improvements` — `onChange`-callback now will be fired even with children attributes changing. -- `Improvements` — HTMLJantior package was updated due to found vulnerability +- `Improvements` — HTMLJanitor package was updated due to found vulnerability - `Improvements` — Logging improved: now all Editor's logs will be preceded by beautiful label with current Editor version. - `Improvements` — Internal `isEmpty` checking was improved for Blocks with many children nodes (200 and more) - `Improvements` — Paste improvements: tags that can be substituted by Tool now will matched even on deep-level of pasted DOM three.