- Properly handle extra whitespace in inline CSS styles in
htmlToDeltae.g.<span style=" color: #f5abb9 ">pink</span>is correctly converted to{insert: 'pink', attributes: {color: '#f5abb9'}},
- Fix a bug where a
deltaToIntermediatewould forget a paragraph break if the preceding paragraph has no formatting, but the succeeding paragraph does. See #11
- Add
htmlToNpfandnpfToHtml
- This version prevents HTML injection through malformed deltas
- Add HTML entity and attribute encoding
- Add SSML entity encoding
- Adds a dependency on the
helibrary (no second-level dependencies)
- Add
deltaToSsml
- Fix handling of inline link insert ops
- Slight changes to improve compatibility
- Added video support
- No changes
- Initial version