Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.DS_STORE

# Generated files/folders
/_site/
*.pyc
dist

# Dev directories
/node_modules
19 changes: 19 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: default
title: 404
permalink: /404.html
---
{% include topnav.html %}

<main class="wrapper">
<article>
<h1>Page not found</h1>
<p>Can't find the page you're looking for.
<ul>
<li><a href="https://github.com/Polymer/polymer-project.org/issues/new">Report an issue.</a></li>
<li><a href="/">Return to the home page.</a></li>
<li><a href="/blog/">Read the blog.</a></li>
</ul>
</p>
</article>
</main>
12 changes: 12 additions & 0 deletions 500.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: default
title: 500
permalink: /500.html
---
{% include topnav.html %}

<main class="wrapper">
<article>
<h1>Server error</h1>
</article>
</main>
2 changes: 1 addition & 1 deletion STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Use unqualified inline links only for links where the linked resource is the
method).

To update custom properties dynamically, call
[updateStyles](/{{{polymer_version_dir}}}/api/Polymer.Base#method-updateStyles).
[updateStyles](https://polymer-library.polymer-project.org/2.0/api/elements/Polymer.Element#method-updateStyles).

When linking off-site, it should be clear that the link goes off site. For some
documents (like web standards) this may be clear enough from the title.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: "1.0"

layout: post
title: "1.0"
published: 2015-05-29
author: polymer-team
description: "Today we’re incredibly excited to announce the 1.0 release of the Polymer library."
tags:
- blog
- announcements
---
_We announce significant releases here on the blog, highlighting the major new features as well as breaking changes. As always, we'd love to get your feedback, issues, and PR's, so tweet us [@polymer](https://twitter.com/polymer) or contribute to the [Github](https://github.com/Polymer)._

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
---
title: "1.1 Release"

layout: post
title: "1.1 Release"
published: 2015-08-13
author: polymer-team
description: "We've added our first, small minor release. This includes a new way of sharing styles between elements and the main document."
tags:
- blog
- announcements
---

_We announce significant releases here on the blog, highlighting the major new features as well as breaking changes. As always, we'd love to get your feedback, issues, and PR's, so tweet us [@polymer](https://twitter.com/polymer) or contribute to the [Github](https://github.com/Polymer)._

It's been a while since our last post - we've been heads-down on follow-up from the 1.0 release! A big thank you to everyone for the excellent and extremely helpful Github issues and pull requests. Lots of bug fixes and perf improvements have been going in, as well as a number of updated 1.0 components (more on these soon). But today we're especially pleased to announce:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
---
title: "Polymer Summit Schedule"

layout: post
title: "Polymer Summit Schedule"
published: 2015-08-20
author: polymer-team
description: "The schedule for the first ever Polymer summit is now live!"
tags:
- blog
- announcements
---

![Polymer summit logo](/images/logos/summit-2015.png)

We’re excited to announce that the full speaker list and talk schedule has been released for the first ever Polymer Summit! Find the latest details on our newly launched site [here](https://www.polymer-project.org/summit). Look forward to talks about topics like building full apps with Polymer, Polymer and ES6, adaptive UI with Material Design, and performance patterns in Polymer.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---
title: "Discover and communicate with nearby Bluetooth devices"
layout: post
title: "Discover and communicate with nearby Bluetooth devices"
published: 2015-09-10
author: fbeaufort
categories: announcements
description: "Introducing a new set of Polymer elements that simplify discovering and communicating with nearby Bluetooth devices, powered behind the scenes by the experimental Web Bluetooth API."
tags:
- blog
- announcements
---

We're particularly glad to share with you today the [platinum bluetooth elements](https://www.webcomponents.org/element/PolymerElements/platinum-bluetooth/platinum-bluetooth-device), a
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "Polymer Summit Recap"
layout: post
title: "Polymer Summit Recap"
published: 2015-09-29
author: taylor
description: "In case you missed any of the action at this year's Polymer Summit, we focused on three key themes: Develop, Design, and Deploy, giving concrete advice on how you can build your web app from start to finish. Here's a recap of all the highlights."
tags:
- blog
- announcements
---

In case you missed any of the action at this year's Polymer Summit, we focused on three key themes: Develop, Design and Deploy, giving concrete advice on how you can build your web app from start to finish. Here's a recap of all the highlights.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "Introducing the Polymer Project Roadmap and Repo"
layout: post
title: "Introducing the Polymer Project Roadmap and Repo"
published: 2015-10-16
author: taylor
description: "We're excited to open up the project's near-term roadmap. The roadmap is available in new repo - Polymer/project - to help enable project-level discussion and collaboration."
tags:
- blog
- announcements
---

We've been seeing exponential Polymer adoption since the [Polymer 1.0 release](https://www.youtube.com/watch?v=fD2As5RmM8Q) and the [Polymer Summit](https://www.polymer-project.org/summit), and couldn't be more excited about where the project is headed.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "Introducing Polymer 1.2.0"
layout: post
title: "Introducing Polymer 1.2.0"
published: 2015-11-02
author: polymer-team
description: "Polymer 1.2 introduces some exciting, long-awaited new features: compound bindings and observing light DOM children."
tags:
- blog
- releases
---

_We announce significant releases here on the blog, highlighting the major new features as well as breaking changes. As always, we'd love to get your feedback, issues, and PR's, so tweet us [@polymer](https://twitter.com/polymer) or contribute to the [Github](https://github.com/Polymer)._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "Deprecating /deep/"
layout: post
title: "Deprecating /deep/"
published: 2015-12-01
author: polymer-team
description: "We're updating elements to remove usage of /deep/ and ::shadow. This might cause some unexpected changes if you were relying on side-effects of these selectors."
tags:
- blog
- announcements
---

As you may have heard, the `/deep/` and `::shadow` combinators are [being deprecated](https://www.chromestatus.com/feature/6750456638341120), in favor of using CSS custom properties to more carefully inherit styles across shadow boundaries.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: 2016 Roadmap
layout: post
title: 2016 Roadmap
description: "A spin through the Polymer project roadmap for the beginning of 2016."
published: 2016-02-16
author: polymer-team
tags:
- blog
- announcements
---

We wanted to share our roadmap for the Polymer project for the next 6 months or so - lots of exciting features and updates on the horizon. Of course, things don't always go as planned so we fully expect some of this will change, and we'd especially love your feedback and any questions: this roadmap will also be posted and continually updated at [https://github.com/polymer/project](https://github.com/polymer/project), so feel free to use the [issue tracker there](https://github.com/polymer/project/issues) for any questions or thoughts. A great way to track progress on all of these efforts will be to simply watch the [https://github.com/polymer/project](https://github.com/polymer/project) repository, and of course to follow this blog.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: Community Highlights - GE Predix UI
layout: post
title: "Community Highlights - GE Predix UI"
description: "GE's Predix UI provides Polymer-based components for building dashboards for the industrial Internet of Things."
published: 2016-03-10
author: polymer-team
tags:
- blog
- featured
---

_In the recurring Community Highlights, we feature the latest neat projects and components being built with Polymer._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "<app-route> gets its beta release!"
layout: post
title: "<app-route> gets its beta release!"
published: 2016-03-28
author: polymer-team
description: "The app-route element has made its beta debut - we'd love your feedback on this modular approach to routing."
tags:
- blog
- announcements
---

> *Update: app-route was previously called carbon-route. The carbon line of elements have been renamed the app elements to reflect their role as tools for building full client-side apps.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "Polymer at Google I/O 2016"
layout: post
title: "Polymer at Google I/O 2016"
published: 2016-05-19
author: polymer-team
description: "At Google I/O 2016, we launched the brand-new Polymer App Toolbox for building Progressive Web Apps."
tags:
- blog
- announcements
---

The mission of the Polymer Project is to make it easy to use the cutting-edge web platform to build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "I/O 2016 Recap: #UseThePlatform"
layout: post
title: "I/O 2016 Recap: #UseThePlatform"
published: 2016-05-26
author: polymer-team
description: "A look back at Google I/O 2016, and some background on the Polymer Project's call to #UseThePlatform."
tags:
- blog
- announcements
---

We had a great time at Google I/O 2016 last week, where we met hundreds of developers; helped
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "Should I Use Polymer Starter Kit or Polymer CLI"
layout: post
title: "Should I Use Polymer Starter Kit or Polymer CLI"
published: 2016-08-22
author: polymer-team
description: "A new, updated Polymer Starter Kit is now available through the Polymer CLI."
tags:
- blog
- announcements
---

For many developers new to Polymer, the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "Polymer 2.0 Preview"
layout: post
title: "Polymer 2.0 Preview"
published: 2016-09-09
author: polymer-team
description: "Check out the preview branch of the forthcoming Polymer 2.0 release."
tags:
- blog
- announcements
---

Today we pushed a [`2.0-preview`](https://github.com/polymer/polymer/tree/2.0-preview) branch to the Polymer repository, where we’re working on the next major version of the library.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: "1.7 Release"

layout: post
title: "Please Welcome Polymer 1.7"
published: 2016-10-06
author: polymer-team
description: "Polymer 1.7 provides forward compatibility features, plus a few bug fixes."
tags:
- blog
- announcements
---
_We announce significant releases here on the blog, highlighting the major new features as well as breaking changes. As always, we'd love to get your feedback, issues, and PR's, so tweet us [@polymer](https://twitter.com/polymer) or contribute to the [Github](https://github.com/Polymer)._

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "Get Ready for the Polymer Summit 2016"
layout: post
title: "Get Ready for the Polymer Summit 2016"
published: 2016-10-10
author: polymer-team
description: "We're ready for Polymer Summit 2016, are you? Here are the latest event details."
tags:
- blog
- announcements
---

The Polymer Summit is almost here! We’ll kick off live from Tobacco Dock, London at 10:00AM GMT this coming Monday, October 17th. To get the most out of the event, make sure to check out the speaker list and talk schedule on our [site](https://www.polymer-project.org/summit/schedule).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "Polymer Summit Livestream 2016"
layout: post
title: "Polymer Summit Livestream 2016"
published: 2016-10-17
author: polymer-team
description: "Tune into the Polymer Summit 2016 livestream."
tags:
- blog
- announcements
---

Welcome to the Polymer Summit [livestream](https://www.youtube.com/watch?v=_YFnfYJaqlA) 2016. Today, we’ll kick off with a keynote about how the core Polymer team is thinking about the project’s past, present, and future. We’ll follow with a full day of sessions covering every aspect of building great web applications using Polymer, including a unique new Polymer experience, and thoughts from our partners. Tune into the livestream below to follow along. We look forward to engaging in the conversation with you at #PolymerSummit.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: "2.0 is on the way!"

layout: post
title: "2.0 is on the way!"
published: 2016-12-21
author: polymer-team
description: "An update on Polymer 2.0 progress."
tags:
- blog
- announcements
---

As many of you know, we’re _almost_ ready to release the newest version of Polymer. Our goal is to make it simple to build high-quality, performant web applications with high-quality, performant Web Components. Polymer 2.0 uses native ES6 class-based syntax for optimal interoperability and simplicity.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: "webcomponents.org"

layout: post
title: "webcomponents.org"
published: 2017-01-09
author: polymer-team
description: "The new webcomponents.org is now live, with updates and elements from the Web Components community."
tag:
- blog
- announcements
---

In the last few years, the Web Components community has grown immensely. The [Polymer Slack channel](http://bit.ly/polymerslack) has over 6,000 members, and there are thousands of Web Component repositories on Bower. And with the new “v1” versions of the [Shadow DOM](https://developers.google.com/web/fundamentals/getting-started/primers/shadowdom) and [Custom Elements](https://developers.google.com/web/fundamentals/getting-started/primers/customelements) specs, Web Components are now gaining broad cross-browser support.
Expand Down
10 changes: 8 additions & 2 deletions app/blog/2017-02-13-news-pwa.md → _blog/2017-02-13-news-pwa.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: "News Progressive Web App"

layout: post
title: "Polymer News Progressive Web App"
published: 2017-02-13
author: polymer-team
description: "The new Polymer News demo progressive web app helps you start building a cutting-edge PWA using Polymer."
tag:
- blog
- announcements
---

We're excited to release a new progressive web app demo and template built with Polymer - [Polymer News](https://news.polymer-project.org/list/top_stories)!
Expand Down
10 changes: 8 additions & 2 deletions app/blog/2017-03-08-2-0-rc.md → _blog/2017-03-08-2-0-rc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: "Welcome 2.0 Release Candidate!"

layout: post
title: "Welcome 2.0 Release Candidate!"
published: 2017-03-08
author: danfreedman
description: "The Polymer 2.0 Release Candidate is available and ready for use."
tag:
- blog
- announcements
---

We're pleased to announce that we've cut a release candidate of Polymer 2.0! This release candidate is feature complete, and incorporates pre-release feedback from the community. We've fixed the major issues reported during the preview period and tested it across all supported browsers from Internet Explorer 11 to Safari Tech Preview.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: Time for 2.0
layout: post
title: "It's time for 2.0!"
published: 2017-05-15
author: wmginsberg
description: "The Polymer 2.0 library is built for performant interoperable web component development."
tag:
- blog
- announcements
---

**Polymer 2.0** has landed. Our freshest cut of the **Polymer CLI** is ready for download, our **Docs** include all the latest 2.0 guidance and upgrade tips, and our **Elements** have been ported to Hybrid mode to be used in both 1.0- and 2.0-based applications.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
layout: post
title: "Polymer Summit 2017: Wonderful Copenhagen"
published: 2017-05-17
author: polymer-team
description: "Join us for the third annual Polymer Summit, August 22–23, 2017 in Copenhagen, Denmark."
tag:
- blog
- announcements
---

<div class="alert alert-info">
Expand Down
Loading