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

Package release 3.4.0 #183

Merged
merged 7 commits into from
Aug 21, 2024
Merged

Package release 3.4.0 #183

merged 7 commits into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. Update control images for new Chrome

    As they fix bugs, my spec creeps.
    IDisposable committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e416ff4 View commit details
    Browse the repository at this point in the history
  2. Emit valid SVG in test jig

    Need to escape the emitted SVG in the debug output so we can just save as HTML and see how things looked different.
    IDisposable committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2fcc0fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    628f9c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45be8f2 View commit details
    Browse the repository at this point in the history
  5. Add option to not copy web fonts

    This will (optionally) reduce the size of the SVG and speed things up when no fonts need to be copied.
    Thanks to @davidburns573 and @YujiaCheng1996
    Fixes #158
    IDisposable committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5b003ca View commit details
    Browse the repository at this point in the history
  6. Capture slotted elements child nodes

    When the element's  has no assignedNodes, fall-back to the node's childNodes for ShadowSlotElements.
    Thanks @cWenyu
    Fixes #178, Merges #179
    IDisposable committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    92efe42 View commit details
    Browse the repository at this point in the history
  7. Release 3.4.0

    IDisposable committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    52b3fb1 View commit details
    Browse the repository at this point in the history