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

Externaldom #224

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

Externaldom #224

wants to merge 5 commits into from

Commits on Feb 17, 2022

  1. enable running in nodeJS without 'document'

    (cherry picked from commit 5fc26d89f1743483af3fce201e6d274cc38bc1ad)
    btsimonh committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    453710e View commit details
    Browse the repository at this point in the history
  2. enable external DOM for HTML render

    (cherry picked from commit c6a80fbbf88a33a6cdc4f2066b9aefaf0349d20b)
    btsimonh committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    c1f1df1 View commit details
    Browse the repository at this point in the history
  3. expose styles through main.js - allow for external ISD processing.

    (cherry picked from commit 7cf9f1bbeded1df948f329e198b4d69207d080b1)
    btsimonh committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    56059b8 View commit details
    Browse the repository at this point in the history
  4. put document in context, as suggested, modify input param to be 'opti…

    …ons', so to set a differend document, use { document: domprocessor }
    btsimonh committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a172a29 View commit details
    Browse the repository at this point in the history
  5. fix warnings

    btsimonh committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    85a9e26 View commit details
    Browse the repository at this point in the history