Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Latest commit

 

History

History
219 lines (123 loc) · 10 KB

CHANGELOG.md

File metadata and controls

219 lines (123 loc) · 10 KB

Change Log

  • Handle non-boolean empty element attributes
  • Support onclick attribute of HTML elements
  • Use lodash.camelcase instead of underscore.string.fp #76 (codepunkt)
  • Handle free-standing text nodes in HTML

Full Changelog

  • Handle directives in HTML

Full Changelog

  • Handle invalid inline styles

Full Changelog

Merged pull requests:

  • Upgrade to React 16

Full Changelog

  • Trim inline style props values

Full Changelog

Merged pull requests:

  • Handle base64 inlined images

Full Changelog

Merged pull requests:

  • Handle background-image styles

Full Changelog

Merged pull requests:

  • Handle for attribute

Full Changelog

  • Handle xmlns:xlink

Full Changelog

Merged pull requests:

  • Depend directly on domhandler, for compatibility with older Node.js

Full Changelog

  • Make library smaller

Full Changelog

Full Changelog

Merged pull requests:

  • Test of inline style with characters entities. #21 (Gycianka)

Full Changelog

Merged pull requests:

  • parsing multiple root elements #17 (oroce)

Full Changelog

Merged pull requests:

  • Occurrence of ampersand in attributes are decoded to & to avoid ano… #15 (gerhardsletten)

Full Changelog

Merged pull requests:

  • handle xmlns attributes (e.g. xlink:href) #9 (gfx)

Full Changelog

Full Changelog

Merged pull requests:

Full Changelog

Full Changelog

Full Changelog

Full Changelog

Fixed bugs:

  • Travis build fails due to a ReferenceError #11

Closed issues:

  • Should not insert spans into tables even if there is white space #30
  • Img, br and hr tags produce warnings #29
  • using import instead of require #26
  • Cherry pick lodash #22
  • problem with textarea #9
  • Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method #7
  • State of the library? #6
  • best way to pass callbacks? #5

Merged pull requests:

v0.1.0 (2015-06-20)

Full Changelog

v0.0.6 (2015-06-20)

Full Changelog

v0.0.5 (2015-06-20)

Full Changelog

v0.0.4 (2015-06-20)

Full Changelog

v0.0.3 (2015-06-20)

Full Changelog

v0.0.2 (2015-06-20)

* This Change Log was automatically generated by github_changelog_generator