Releases
0.3.3
Stable release 0.3.3: Designer updates
Biggest Changes
Lots of bug fixes in Designer and elements loaded by designer
Fewer missed taps on iOS
CustomElements
HTMLImports
MutationObservers
NodeBind
ShadowDOM
release 0.3.3 (commit )
Merge pull request #458 from arv/get-elements-by-name (commit )
Implement Document.prototype.getElementsByName (commit )
Merge pull request #457 from arv/event-reentrancy (commit )
Fix issue with event reentrancy (commit )
TemplateBinding
release 0.3.3 (commit )
remove array_reduction example (commit )
URL
WeakMap
context-free-parser
core-ajax
core-animation
core-collapse
core-component-page
core-component-page-dev
core-doc-viewer
release 0.3.3 (commit )
add example formatting to core-doc-viewer's own documentation (commit )
core-docs
release 0.3.3 (commit )
Add missing core elements (commit )
Add core-scroll-header-panel (commit )
core-drag-drop
core-drawer-panel
core-elements
release 0.3.3 (commit )
analytics for pp.org (commit )
add core-animated-pages core-selector to metadata (commit )
core-animated-pages (commit )
remove deprecated and duplicates (commit )
bower.json: remove core-animated-pages (commit )
restore standard index.html and some basic docs (commit )
merge core-sampler as the demo page for core-elements (commit )
Add missing core elements (commit )
Add core-scroll-header-panel (commit )
core-bind is deprecated (commit )
core-field
core-header-panel
release 0.3.3 (commit )
Merge branch 'master' of github.com:Polymer/core-header-panel (commit )
add animate class for tallMode (commit )
rename metadata (commit )
add webkit-overflow-scrolling (commit )
core-home-page
core-home-page-dev
core-icon
release 0.3.3 (commit )
rename metadata (commit )
update size only if truthy (commit )
add css-sizable mode to core-icon; activate using size="" (commit )
Docs: remove @extends (commit )
Mention core-icons import in docs (commit )
core-icon-button
release 0.3.3 (commit )
rename metadata (commit )
Merge pull request #2 from Polymer/rm_extends (commit )
remove core-theme-aware from extends, fixes #1 (commit )
core-icons
release 0.3.3 (commit )
Add instuctions for using other iconsets (commit )
add drawer icon (commit )
core-iconset
core-iconset-svg
release 0.3.3 (commit )
cache icons instead of re-querying. (commit )
update users when the iconset is loaded. (commit )
set aspect preserveAspectRatio
when not explicitly sizing (commit )
don't size svg to 0. (commit )
remove vertical-align, clean up code slightly (commit )
svg in core-icon should be display: block to avoid unwanted spaces from inline (commit )
core-input
release 0.3.3 (commit )
fix core-input closing tag (commit )
rename metadata (commit )
map invalid
view state directly to invalid
property (commit )
core-item
core-layout
release 0.3.3 (commit )
rename metadata (commit )
Revert using 0.3.0 tag until it's actually released (commit )
core-layout-grid
core-layout-trbl
core-list
core-localstorage
core-media-query
core-menu
core-menu-button
core-meta
core-overlay
core-pages
core-range
core-scaffold
release 0.3.3 (commit )
rename metadata (commit )
Merge pull request #1 from Polymer/docs (commit )
Tweak to core-scaffold docs wording (commit )
Merge pull request #2 from nevir/patch-1 (commit )
Support nav tags too? (commit )
Add initial docs for core-scaffold (commit )
core-scroll-header-panel
core-selection
core-selector
core-shared-lib
release 0.3.3 (commit )
Docs: clarify preference to using imports (commit )
core-splitter
core-style
release 0.3.3 (commit )
Add missing index.html (commit )
Merge pull request #1 from PascalPrecht/patch-1 (commit )
fixes some typos (commit )
include ref in shim style identifier. (commit )
support adding ref at runtime. (commit )
core-tests
core-toolbar
core-tooltip
core-transition
firebase-element
release 0.3.3 (commit )
prevent child event handling while data is loading (commit )
null out data when all children are removed, same as server (commit )
add dataReady property to indicate when data has been fetched (commit )
better approach to supporting data=null case (commit )
revert missing optimization (commit )
fix approach to removing data via setting to null; local data will always maintain empty {} object; setting data=null and data={} achieves the same thing, which is to remove data from the remote side (commit )
guard priority; firebase doesn't like null priorities (commit )
set priority when priority changes async from data (commit )
Add firebase-login element. Robustness updates for firebase-element: - Add support for removing data from remote (set data=null) - Add support for setting priority - Add support for null location (detached from server) while still having local data Refactored demos. (commit )
highlightjs-element
inspector-elements
jquery2-import
marked-element
observe-js
release 0.3.3 (commit )
remove computed properties code (commit )
platform
platform-dev
release 0.3.3 (commit )
bump version for release (commit )
Add url attribute to attributes that get url path fixup (commit )
fix url resolving in style attribute (commit )
Start search at input node, not input node's children (commit )
add hacky querySelector for ::shadow support in polyfil (commit )
prevent exception when attempting to polymer KEYFRAMES_RULE type CSSRule on IE11 (partial fix, see https://github.com/Polymer/platform-dev/issues/25 ) (commit )
scope selector even if rule has no text (commit )
polymer
polymer-dev
release 0.3.3 (commit )
Bump version for release (commit )
add 'injectBoundHtml' utility, restore standard index.html (commit )
notify -> emitPropertyChangeRecord (commit )
make attribute defaulting slightly safer wrt querying accessors on native prototypes (commit )
bindProperty must return an observer if possible. (commit )
fix missed createPropertyAccessor (commit )
Cleanup observer cleanup code. Also, add testing that asserts that observers are properly closed. (commit )
fix safari (commit )
move accessor binding into polymer (commit )
polymer-expressions
release 0.3.3 (commit )
Merge pull request #37 from peterwmwong/fix-karma-conf (commit )
Fix karma conf to include tests (commit )
polymer-gestures
release 0.3.3 (commit )
Add 20px touch hysteresis (commit )
Update sample title (commit )
add a _source property to show what gesture recognizer made the event (commit )
Add 'manipulation' as a touch-action value (commit )
Merge pull request #13 from robdodson/master (commit )
Update release @Class (commit )
Disable touch-action check for global handler (commit )
fix vacuumTouches, wrap currentTouchEvent.target (commit )
fix copy/paste error for PointerEvents (commit )
sampler-scaffold
tools
explicitly release the blessed set of repos (commit )
update chai and mocha (commit )
core-sampler deprecated, use core-elements demo instead (commit )
Merge pull request #28 from Polymer/fixes (commit )
Removed suprious handlebarness. (commit )
pull more things (commit )
always update bigstraw version (commit )
Merge pull request #26 from cletusw/bowerUpdate (commit )
gp.sh saves bower info in gh-pages branch to enable future use of bower update (commit )
Re-add core-layout until elements that rely on it, don't (commit )
designer
release 0.3.3 (commit )
normalize urls so design url an preview url are similar (commit )
allow serialization of json properties. (commit )
normalize paths in designer iframe. (commit )
Use drawer icon to toggle drawer (commit )
fix bindings to textContent (commit )
disallow selection and styling of elements within hidden subtrees (commit )
don't serialize large arrays (commit )
really pointer-events none. (commit )
refine imports loading (commit )
Fix serialization of arrays and objects (commit )
fix typo (commit )
change .meta to ._designMeta to avoid conflict (commit )
Fix a few errors in IE and Firefox (commit )
pica
You can’t perform that action at this time.