Stable Release: v2.2.0
New Features
:dir()
css selector now supported- The
:dir()
selector allows for writing text-orientation specific styling. More information on MDN :dir()
can be used by usingPolymer.DirMixin
for elements extendingPolymer.Element
, or automatically when using legacyPolymer({})
calls.- Use of
:dir()
requires the application to set thedir
attribute on<html>
, and all elements will use the same direction. - Individual elements can opt-out of the global direction be setting the
dir
attribute in HTML or atready()
, but these elements must from then on be handled manually.
- The
Raw Notes
-
[ci skip] Autoupdate version when releasing (commit)
-
add edge 15, use chrome stable (commit)
-
super it and put back takeRecords (commit)
-
more feedback (commit)
-
Address feedback (commit)
-
add some description of the dir mixin (commit)
-
Fix linting (commit)
-
Always do the :dir transform (commit)
-
Clean up closure externs (commit)
-
remove bogus semicolon (commit)
-
Declare Polymer.Templatizer directly, for Closure. (#4870) (commit)
-
First draft of a
:dir
aware element mixin (commit) -
[ci-skip] Update CHANGELOG (commit)