Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dont escape prop and attribute values #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 16, 2020

  1. fix: it renders `<script async="" type="application&#x2F;javascript" …

    …src="chunks&#x2F;defaultVendors~main-063769ad5d827b791041.js"></script>` but should `<script async="" type="application/javascript" src="chunks/defaultVendors~main-063769ad5d827b791041.js"></script>`
    srghma committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5f245c7 View commit details
    Browse the repository at this point in the history
  2. fix: error expected false, but got true on `<button disabled></butt…

    …on>` -> dont render prop at all if it is a boolean and is false (this commit matches purescript-halogen/purescript-halogen-vdom@cfd471e)
    srghma committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    48fcab8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    8d3d50b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    8eeee70 View commit details
    Browse the repository at this point in the history