Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

38 lines (25 loc) · 1.08 KB

1.4.0 - 2019-01-08

  • Added: extension element replace option, allowing free transformation outside of a schema
  • Updated: all dependencies to their latest versions
  • Fixed: inline extension regex (#59)

1.3.0 - 2017-09-19

  • Added: support for block extensions!
  • Fixed: variable coercition to string from remark-react (#9)

1.2.0 - 2017-07-16

1.1.0 - 2017-07-16

  • Added: browser build (#10)
  • Added: documentation improvements

1.0.0 - 2017-07-16

  • Changed: replace attributeDefaultValues by propsDefaultValues in elements option
  • Changed: replace hast by html in elements option
  • Changed: move base level properties to properties object in elements option
  • Changed: replace placeholder by placeholderAffix option
  • Added: support for placeholders in children value property in options
  • Added: additional tests
  • Added: documentation
  • Fixed: bug with non-string property

0.2.1 - 2017-06-07

  • Fix travis publish to npm

0.2.0 - 2017-06-07

  • Initial release