Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 645 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 645 Bytes

Change Log

[1.0.2] - 2022-01-13

Fixed

  • serialize the HTML for attribute correctly. Elm 0.19's internal virtual dom JSON structure stores the attribute as htmlFor which is what javascript uses. But when we convert the Html to string we need it to be written down as for.

[1.0.1] - 2018-09-20

Fixed

  • now properly handles Elm 0.19's internal virtual dom JSON structure.

[1.0.0] - 2018-09-20

Changed

  • elm-html-in-elm now supports only Elm 0.19

  • Errors when using elm-html-in-elm with custom elements or markdown are no longer reported to console because of Elm 0.19 restrictions on use of Debug.log.