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}}