Skip to content

Stable Release v1.11.0

Compare
Choose a tag to compare
@dfreedm dfreedm released this 18 Oct 19:51
· 6886 commits to master since this release

New Features

  • :dir() css selector now supported
    • The :dir() selector allows for writing text-orientation specific styling. More information on MDN
    • Use of :dir() requires the application to set the dir attribute on <html>, and all elements will use the same direction.

Meaningful Changes

  • custom styles with complex selectors (html *, html:not([foo]) .bar) are now supported correctly.

Raw Notes

  • Factor :dir replacement into a separate function for css building (commit)

  • Always use complexSelector transformer (commit)

  • Check that document selectors are actually simple selectors (commit)

  • explain skipped test (commit)

  • Add :dir support to Polymer 1 (commit)

  • [ci skip] Update Changelog (commit)