npm @polymer/polymer 2.2.0
Stable Release: v2.2.0

latest releases: 3.5.1, 3.5.0, 3.4.1...
6 years ago

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 using Polymer.DirMixin for elements extending Polymer.Element, or automatically when using legacy Polymer({}) calls.
    • Use of :dir() requires the application to set the dir 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 at ready(), but these elements must from then on be handled manually.

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)

Don't miss a new polymer release

NewReleases is sending notifications on new releases.