PSA: v20131003 release

39 views
Skip to first unread message

Eric Bidelman

unread,
Oct 4, 2013, 5:59:56 PM10/4/13
to polymer-dev
bcc: polymer-annnounce

It's been a while since a release! Yesterday we pushed v20131003. Download the bundle from polymer-project.org or install the minified builds using Bower.

Major changes
  • Polymer's FOUC prevention - Polymer's FOUC prevention is now customizable throughpolymer-veiled and polymer-unveil classes. To veil (initially hide) an element either include thepolymer-veiled class on the element or add to the array: Polymer.veiledElements. This list includes body by default but that can be removed to prevent body from getting de-fuoc'd. Note: Polymer automatically unveils elements at WebComponentsReady time, but elements can be dynamically unveiled by (1) adding the polymer-veiled class to hide them and (2) when they are ready, calling Polymer.unveilElements().
  • Souremaps should now be fixed! (commit). Please holler if you see otherwise.
  • Removed deprecated Polymer.register() (commit)
  • lightdom attribute on <polymer-element> for producing light dom instead of shadow dom.
See full release changes. Other updates to documentation and new videos:

Polymer core docs

Useful FAQ additions

Videos

Cheers,
Eric B

Reply all
Reply to author
Forward
0 new messages