Releases: martok/palefill
1.28
1.27
1.26
1.25
Adds:
- mediamarkt.de webshop (#66)
- Make debugging easier by also patching the HTML the DevTools debugger sees
- Rules can now include multiple wilcards in the path component
Fixes:
- Github regression: missing hovercards (#65)
- Github Actions: "Show More" button on expanded log entries (#54)
Changes:
- Raise maxVersion for Basilisk GUID so install works on Serpent 55
- Removal of some no longer required patches
1.24
Adds:
Fixes:
Many issues with WebComponents on Github by switching the limited inline polyfill to DarkTree, a polyfill I have written over the past couple of weeks. It's still missing a lot compared to a full implementation or even just ShadyDOM, but on the plus side, it can do local CSS and is (IMO) much more readable. In terms of issues tracked here, this should fix #60 and most of #30.
Remaining for #30 is a behavior change that results from a somewhat creative interpretation of the HTML standard regarding the <button>
element that is web consensus now. I have worked with Moonchild to make this available in a future version of UXP and will update the docs here once that happens.
1.23
Adds:
- duolingo.com (#51)
Fixes:
- docs.microsoft.com renamed to learn.microsoft.com, add polyfills so we pass the feature tests (#52)
Technical notes:
As a temporary workaround for the memory leak investigated in #50, soft navigation is disabled on Github by monkeypatching Turbo. There is definitely something wrong in UXP as it can be reproduced without any addons, so far we haven't been able to track down what.