Skip to content

Releases: base-cms/body-import-parser

Do not strip spaces inside elements

20 May 18:16
61074fa
Compare
Choose a tag to compare
Pre-release
Merge pull request #3 from base-cms/less-aggressive-space-stripping

Do not strip single spaces inside elements

Header adjustments and prevent data extract

10 Apr 17:21
661df22
Compare
Choose a tag to compare
  • Tweak heading adjustments and do not extract #2

Unit Tests + Element and Attribute Removal

09 Apr 20:29
2e199eb
Compare
Choose a tag to compare
Merge pull request #1 from base-cms/clean-elements

Add unit tests and update pennwell default rule

Do not decode HTML entities

03 Apr 14:17
Compare
Choose a tag to compare
Pre-release

Ensures that embedded images (and the like) do not break.

When decoding, an embed would be incorrectly processed as:

<center>%{[ data-embed-type=&quot;image&quot; data-embed-id=&quot;5c9cebaadad15fb329dd5219&quot; data-embed-element=&quot;aside&quot; contenteditable=&quot;false&quot; ]}%</center>

When decoding is disabled, the embed is processed as expected:

<center>%{[ data-embed-type="image" data-embed-id="5c9cebaadad15fb329dd5219" data-embed-element="aside" contenteditable="false" ]}%</center>

This holds true for other HTML entities that are always being decoded by Base.

Deployment Automation

02 Apr 18:57
Compare
Choose a tag to compare
Deployment Automation Pre-release
Pre-release
v0.1.1

Fix deployment script

Initial Release

02 Apr 18:49
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.1.0

Lint it