Skip to content

0.8.1

Compare
Choose a tag to compare
@kepano kepano released this 27 Sep 18:30
· 111 commits to main since this release

New

  • Add support for Safari on macOS, iOS, iPadOS — warning this is still the first version and still needs refiniment.

Improvements

  • Fixed issue with selector variables not detecting attribute — the syntax has now been changed to use ? instead of : to avoid conflicts with pseudo classes like :first-child. You should now use {{selector:cssSelector?attribute}}, for example: {{selector:img?src}}