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

Add VNode::from_html_unchecked #2842

Merged
merged 30 commits into from Nov 8, 2022
Merged

Commits on Nov 6, 2022

  1. Add VNode::html_from_raw

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    e126f12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90ac5c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9509997 View commit details
    Browse the repository at this point in the history
  4. Actually raw

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    2a5093e View commit details
    Browse the repository at this point in the history
  5. Formatting + docs

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    3808589 View commit details
    Browse the repository at this point in the history
  6. Tests

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b3e834a View commit details
    Browse the repository at this point in the history
  7. More tests + docs

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    859a76c View commit details
    Browse the repository at this point in the history
  8. fmt

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ad63a59 View commit details
    Browse the repository at this point in the history
  9. clippy

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    94840df View commit details
    Browse the repository at this point in the history
  10. CI

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4a50784 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c33c4da View commit details
    Browse the repository at this point in the history
  12. Update docs

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4037025 View commit details
    Browse the repository at this point in the history
  13. Fix braw detach

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    83f58f6 View commit details
    Browse the repository at this point in the history
  14. Clippy & fmt

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6cd8b16 View commit details
    Browse the repository at this point in the history
  15. Fix compile errors

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f9ecba8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bd89e60 View commit details
    Browse the repository at this point in the history
  17. Address review

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    a6665f2 View commit details
    Browse the repository at this point in the history
  18. Reduce DOM calls

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    68b2d8c View commit details
    Browse the repository at this point in the history
  19. improve detach bundle impl

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    a5a7787 View commit details
    Browse the repository at this point in the history
  20. Add more tests

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    8fa601b View commit details
    Browse the repository at this point in the history
  21. Update example

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    8d45239 View commit details
    Browse the repository at this point in the history
  22. fmt

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    e264adf View commit details
    Browse the repository at this point in the history
  23. Apply review suggestions

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b69f53e View commit details
    Browse the repository at this point in the history
  24. fmt

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4bd8d01 View commit details
    Browse the repository at this point in the history
  25. fix ci

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    dfe7172 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a498432 View commit details
    Browse the repository at this point in the history
  27. rename function name

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    cb789f6 View commit details
    Browse the repository at this point in the history
  28. fmt

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    117c48f View commit details
    Browse the repository at this point in the history
  29. this should've been there

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f2241cc View commit details
    Browse the repository at this point in the history
  30. ci be green

    hamza1311 committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4850d52 View commit details
    Browse the repository at this point in the history