Skip to content

Stable release 0.3.4: Can paper be shiny? We think so!

Compare
Choose a tag to compare
@dfreedm dfreedm released this 11 Jul 19:43
· 5581 commits to master since this release

Big Changes

If you haven't been following the new Material Design philosophy, read up: http://www.google.com/design/

Now that we're all on the same page, this release marks the first public iteration of the "paper" elements, Polymer's implementation of Material Design.

Technically 0.3.3 had paper elements as well, but this is the first mention of them in the release notes

CustomElements

HTMLImports

  • release 0.3.4 (commit)
  • Make sure scripts in imports with unicode characters are kept in the correct encoding (commit)
  • s/whenImportsReady/whenReady (commit)
  • disable test for wip feature (commit)

MutationObservers

NodeBind

ShadowDOM

  • release 0.3.4 (commit)
  • Update CONTRIBUTING.md (commit)
  • Merge pull request #465 from arv/set-drag-image (commit)
  • Merge pull request #463 from arv/form-data (commit)
  • Only add setDragImage if the browser supports it (commit)
  • Add FormData wrapper (commit)
  • Merge pull request #462 from Polymer/fix_form_elements (commit)
  • fix form.elements -- this is used by NodeBind getAssociatedRadioButtons (commit)
  • Merge pull request #461 from arv/lost-projection (commit)
  • Fix issue with invalidation (commit)
  • Add test for #460 (commit)

TemplateBinding

URL

WeakMap

context-free-parser

core-ajax

  • release 0.3.4 (commit)
  • update component page link (commit)
  • Revert "update component page link" (commit)
  • update component page link (commit)

core-animated-pages

  • release 0.3.4 (commit)
  • Merge pull request #3 from sfeast/master (commit)
  • Adding the relevant selector too (commit)
  • Adding polyfill selectors for slide-from-right transition (commit)
  • add slide-from-bottom transition (commit)
  • update component page link (commit)
  • add slide-up/slide-down docs (commit)
  • add cascade-transition docs, fix others (commit)
  • add cross-fade, cross-fade-delayed docs (commit)
  • doc update (commit)
  • minor docs tweaks (commit)
  • ios/polyfill fixes (commit)
  • metadata: adjust size (commit)
  • cross-fade-delayed only delay the incoming page (commit)
  • remove quiz demo metadata (commit)
  • import more transitions in metadata (commit)
  • force animation complete after 5 seconds (commit)
  • quiz demo metadata moved to topeka-elements (commit)
  • add more docs (commit)

core-animation

  • release 0.3.4 (commit)
  • fix typos in docs (commit)
  • update EffectsCallback signature (commit)
  • update component page link (commit)
  • avoid alert in demo (commit)

core-collapse

  • release 0.3.4 (commit)
  • update component page link (commit)
  • fire core-resize event when opened state completes change (commit)

core-component-page

  • release 0.3.4 (commit)
  • update component page link (commit)

core-component-page-dev

  • release 0.3.4 (commit)
  • update component page link (commit)

core-doc-viewer

  • release 0.3.4 (commit)
  • update component page link (commit)

core-docs

  • release 0.3.4 (commit)
  • update component page link (commit)

core-drag-drop

core-drawer-panel

core-elements

  • release 0.3.4 (commit)
  • add core-menu-button (commit)
  • Merge pull request #10 from doug/patch-1 (commit)
  • Seems to be missing submenu (commit)
  • Merge pull request #9 from Polymer/addsignals (commit)
  • Add core-signals (commit)
  • Merge pull request #8 from vkammerer/patch-1 (commit)
  • Remove core-bind from core-elements (commit)
  • Fixes #7 and adds a few others. (commit)
  • Add core-animated-pages to bower.json (commit)
  • Better link. (commit)
  • May link active (commit)
  • put touch-action to make it work on iOS (commit)
  • update component page link (commit)
  • sort (commit)
  • add core-animation (commit)
  • just show 1 demo for core-scroll-header-panel; minor cleanup (commit)
  • add drag and drop (commit)
  • update included demos. (commit)
  • update metadata (commit)
  • fix typo (commit)
  • alpha order (commit)
  • import core-icons (commit)
  • Merge branch 'master' of github.com:Polymer/core-elements (commit)
  • use sans-serif font; remove code icon (commit)
  • must depend on 'sampler-scaffold' (commit)
  • add metadata for core-scroll-header-panel (commit)
  • add core-scroll-header-panel demo (commit)

core-field

  • release 0.3.4 (commit)
  • update component page link (commit)

core-header-panel

  • release 0.3.4 (commit)
  • Merge pull request #5 from robdodson/layout-docs (commit)
  • Explain how to make core-header-panel appear (commit)
  • update component page link (commit)

core-home-page

  • update component page link (commit)

core-home-page-dev

  • release 0.3.4 (commit)
  • update component page link (commit)

core-icon

  • release 0.3.4 (commit)
  • Merge pull request #5 from devnook/master (commit)
  • Color core-icon to the surrounding text color (commit)
  • pinting the link to icons demo (commit)
  • update component page link (commit)

core-icon-button

core-icons

  • release 0.3.4 (commit)
  • Use color instead of fill for demo (commit)
  • update component page link (commit)

core-iconset

  • release 0.3.4 (commit)
  • update component page link (commit)
  • fix doc comment for width (commit)

core-iconset-svg

core-input

  • release 0.3.4 (commit)
  • Merge pull request #10 from tpng/patch-1 (commit)
  • Prevent premature change event on emptying input (commit)
  • add readonly/required attributes (commit)
  • Set aria-label to placeholder or label value (commit)
  • Merge pull request #4 from atotic/patch-1 (commit)
  • Merge pull request #7 from RamCohen/patch-1 (commit)
  • Update core-input.html (commit)
  • Update core-input.html (commit)
  • Docs: fix events rendering (commit)
  • add 'type' support for single-line inputs (commit)
  • minor demo styling tweaks. (commit)
  • Pass value to custom validation function. (commit)

core-item

  • release 0.3.4 (commit)
  • Merge pull request #1 from cletusw/master (commit)
  • Merge pull request #3 from nevir/patch-1 (commit)
  • Min-height? (commit)
  • update component page link (commit)
  • Pass size attribute through to inner core-icon (commit)

core-layout

  • release 0.3.4 (commit)
  • update component page link (commit)

core-layout-grid

core-layout-trbl

  • release 0.3.4 (commit)
  • update component page link (commit)

core-list

core-localstorage

  • release 0.3.4 (commit)
  • update component page link (commit)

core-media-query

  • release 0.3.4 (commit)
  • update component page link (commit)

core-menu

  • release 0.3.4 (commit)
  • Merge pull request #1 from vikasprogrammer/master (commit)
  • Added valueattr to core-submenu (commit)
  • update component page link (commit)

core-menu-button

  • release 0.3.4 (commit)
  • Docs example: core-menu-item -> core-item (commit)
  • update metadata (commit)
  • tweak demo styling. (commit)

core-meta

  • release 0.3.4 (commit)
  • update component page link (commit)

core-overlay

  • release 0.3.4 (commit)
  • update component page link (commit)
  • make sure getComputedStyle reports values correctly on Safari. (commit)
  • update demo styling. (commit)

core-pages

  • release 0.3.4 (commit)
  • update component page link (commit)

core-range

core-scaffold

  • release 0.3.4 (commit)
  • add some default styles for mode="cover" fixed #4 (commit)
  • update component page link (commit)
  • minor demo styling tweaks (commit)
  • update metadata (commit)
  • update metadata (commit)
  • update metadata (commit)
  • revert last change (commit)
  • increase padding in core-card metadata (commit)

core-scroll-header-panel

  • release 0.3.4 (commit)
  • Merge pull request #9 from robdodson/transparent-demo (commit)
  • Fixes #8. Remove background color from core-toolbar (commit)
  • Docs: add not of .content (commit)
  • Merge pull request #5 from cletusw/patch-1 (commit)
  • Fix header title scale transform for longer titles (commit)
  • Merge pull request #6 from cletusw/patch-2 (commit)
  • Fix typos (commit)
  • update component page link (commit)
  • update main demo.html to actually is the demo instead of links.... more demos are in the demos folder (commit)
  • don't show horizontal scrollbar (commit)
  • add metadata for core-scroll-header-panel (commit)
  • add height: 100% to html, body (commit)

core-selection

  • release 0.3.4 (commit)
  • Docs: fix deep linking (commit)
  • update component page link (commit)

core-selector

  • release 0.3.4 (commit)
  • update component page link (commit)
  • Merge pull request #5 from sigmundch/master (commit)
  • Update comment for selectedAttribute (commit)

core-shared-lib

  • release 0.3.4 (commit)
  • update component page link (commit)

core-signals

core-splitter

  • release 0.3.4 (commit)
  • Merge pull request #3 from warnerandy/disble-selection (commit)
  • add option for disabling selection while the splitter is moving (commit)
  • implement minSize via css. (commit)
  • By default set overflow hidden on the parent and siblings of the splitter. This can be disabled via setting allowOverflow to true. Also added a minSize property for specifying an integer pixel value smaller than the splitter cannot be set. (commit)
  • update component page link (commit)
  • minor demo styling tweaks (commit)

core-style

  • release 0.3.4 (commit)
  • update component page link (commit)

core-tests

  • release 0.3.4 (commit)
  • README: remove 404 link. (commit)
  • Update bower.json (commit)
  • use polymer-test-tools (commit)
  • update component page link (commit)

core-toolbar

  • release 0.3.4 (commit)
  • Merge pull request #5 from willchan/patch-1 (commit)
  • Fix some comment grammar typos in core-toolbar (commit)
  • Merge pull request #3 from robdodson/background-color (commit)
  • Give core-toolbar a default background color (commit)
  • update component page link (commit)

core-tooltip

  • release 0.3.4 (commit)
  • update component page link (commit)
  • minor demo styling tweaks (commit)

core-transition

firebase-element

  • release 0.3.4 (commit)
  • Merge pull request #1 from sfeast/master (commit)
  • Handle string literals for login provider (commit)
  • if navigator.onLine is supported, queue login/logout requests, since they seem to silently fail when offline (commit)
  • don't modulate data based on child events if we're in the middle of fetching the full value (commit)

font-roboto

highlightjs-element

inspector-elements

  • release 0.3.4 (commit)
  • make unbinding clear the editor binding (commit)
  • disallow binding to an element without a property since this is typically wrong and binding to an element can cause errors when it's unexpected. (commit)

jquery2-import

marked-element

observe-js

  • release 0.3.4 (commit)
  • Paths constructed with array-likes must toString components (commit)
  • add hasEval check to %RunMicrotasks() (commit)

paper-button

  • release 0.3.4 (commit)
  • comment out focus state (commit)
  • add test for disabled in demo (commit)
  • do not forward whitespace-only textContent to label (commit)
  • style demo for sampler (commit)

paper-calculator

  • release 0.3.4 (commit)
  • maintain layer-age (commit)
  • force utf8 character to display correctly (commit)
  • allow for some sloppier taps on iOS (commit)

paper-checkbox

paper-dialog

  • release 0.3.4 (commit)
  • Add dialog role, recommend users set one button as "autofocused" to handle Enter key (commit)
  • Merge pull request #10 from RamCohen/patch-1 (commit)
  • Update paper-dialog.html (commit)
  • Update paper-dialog.html (commit)
  • Merge pull request #7 from Sleeckx/master (commit)
  • Merge pull request #4 from Polymer/adddocs (commit)
  • merge (commit)
  • Fixed boolean properties (commit)
  • Add autoCloseDisabled (commit)
  • remove unused metadata (commit)
  • style demo for paper-sampler (commit)
  • position shadow behind other elements (commit)
  • Add docs, update metadata, and fix demo. Fixes #2 (commit)

paper-docs

paper-elements

  • release 0.3.4 (commit)
  • add paper-menu-button demo (commit)
  • Merge pull request #8 from SteveHansen/master (commit)
  • and paper-menu-button dependency (commit)
  • add paper-menu-button (commit)
  • Merge pull request #3 from zenorocha/patch-1 (commit)
  • Add link (commit)
  • Add Polymer's favicon (commit)
  • put touch-action to make it work on iOS (commit)
  • make sampler-scaffold fits (commit)
  • add paper-item (commit)
  • fixes #2 (commit)
  • add core-scroll-header-panel for using in demo.html (commit)
  • FAB -> "Floating Action Button"; update bower (commit)
  • update to use sampler-scaffold (commit)
  • add metadata (commit)
  • handle action buttons via distribution (commit)
  • remove unused demos (commit)
  • update toolbar demo (commit)
  • import core-icons (commit)
  • update toolbar demo (commit)
  • remove code icon (commit)
  • user sampler-scaffold2; add core-scroll-header-panel demo (commit)

paper-fab

paper-focusable

  • release 0.3.4 (commit)
  • need to project light dom into shadow (commit)
  • add pointer-events: none if disabled (commit)
  • Merge pull request #3 from WillsonSmith/pull-request-add-demo (commit)
  • moved unprefixed transform to end of css (commit)
  • removed unnessary contribution note, there is a CONTRIBUTORS.txt file (commit)
  • changed single quotes to double quotes, removed a commented line that was unnecessary (commit)
  • changed last 'disabled' to 'toggle' (commit)
  • added a demo page with active, pressed, focused, disabled, and toggle states (commit)
  • update docs (commit)
  • Merge pull request #2 from nevir/focus-on-context-menu (commit)
  • Focus immediately once a context menu pops (commit)

paper-icon-button

  • release 0.3.4 (commit)
  • comment out focus state (commit)
  • add test for disabled in demo (commit)
  • Merge pull request #6 from stefanRitter/issue#5 (commit)
  • Fixes #5 (commit)
  • Don't overwrite a set label (commit)
  • Set aria-label to icon id (commit)
  • update docs (commit)
  • update component page link (commit)
  • polymer-selector -> core-selector (commit)
  • add metadata (commit)

paper-input

  • release 0.3.4 (commit)
  • add prefix/unprefixed transform/transition props (commit)
  • make floatedLabel display: none if not floating label (commit)
  • fix for ios (commit)
  • style demo for paper-sampler (commit)
  • make demo background white, remove title (commit)
  • Merge pull request #13 from Polymer/ff-fix (commit)
  • Adds prefixes to fix input effects in FF (commit)

paper-item

paper-menu-button

  • release 0.3.4 (commit)
  • Merge pull request #7 from ChrisMcKenzie/master (commit)
  • change default behavior to top instead of middle (commit)
  • removed console.log (commit)
  • added valign support (commit)
  • update api doc group (commit)
  • fix for polyfill (commit)

paper-progress

  • release 0.3.4 (commit)
  • update demo so startProgress will call nextProgress only if it's not animating (commit)
  • Merge pull request #3 from venuatu/patch-1 (commit)
  • demo: use element.async instead of RAF & Platform.flush (commit)
  • update component page link (commit)
  • update demo.html so it looks fine in the sampler (commit)

paper-radio-button

paper-radio-group

  • release 0.3.4 (commit)
  • update demo.html so it looks fine in the sampler (commit)

paper-ripple

  • release 0.3.4 (commit)
  • Merge pull request #4 from venuatu/patch-1 (commit)
  • typo in downAction example (commit)
  • minor docs tweak (commit)
  • update component page link (commit)
  • add metadata (commit)

paper-scaffold

paper-shadow

  • release 0.3.4 (commit)
  • fixes #9 (commit)
  • minor docs tweak (commit)
  • add pointer-events: none, so the .paper-shadow doesn't become an event blackhole (commit)
  • update component page link (commit)
  • style demo for paper-sampler (commit)
  • Revert "move paper-shadow behind other elements in the same parent" (commit)
  • move paper-shadow behind other elements in the same parent (commit)

paper-slider

  • release 0.3.4 (commit)
  • fix slider issue on IE (commit)
  • update component page link (commit)
  • update demo.html so it looks fine in the sampler (commit)

paper-tabs

  • release 0.3.4 (commit)
  • Docs: fix deep linking (commit)
  • Add tab and tablist roles (commit)
  • update demo (commit)
  • minor docs tweak (commit)
  • put touch-action to make it work on iOS (commit)
  • fix non-selected tab content opacity (commit)
  • update demo (commit)
  • update demo.html so it looks good in the sampler (commit)
  • fixes #3 (commit)
  • update metadata (commit)
  • update metadata (commit)
  • add panel-with-tabs metadata (commit)

paper-toast

  • release 0.3.4 (commit)
  • Add alert role for demo toast with "RETRY" button (commit)
  • Use aria status role, as toasts are notifications that do not require user interaction (commit)
  • Merge pull request #4 from Sanjo/patch-1 (commit)
  • fix: Buttons in demo don't show (commit)
  • update component page link (commit)

paper-toggle-button

  • release 0.3.4 (commit)
  • update demo.html so it looks fine in the sampler (commit)

platform

platform-dev

polymer

polymer-dev

  • release 0.3.4 (commit)
  • update version for release (commit)
  • Add test for dynamic auto-binding template, fixes #29 (commit)
  • alias Polymer.whenPolymerReady to Polymer.whenReady (commit)
  • Fixes #35 by keeping a separate cache of polyfilled stylesheets for a given scope. (commit)
  • add [center-center] as alias for center center-justified

polymer-expressions

  • release 0.3.4 (commit)
  • add tests for computed properties with object indices (commit)

polymer-gestures

  • release 0.3.4 (commit)
  • Smarter scrollAxis check on down (commit)
  • make sure to deactivate hysteresis when we are not scrolling (commit)

sampler-scaffold

  • release 0.3.4 (commit)
  • add docs (commit)
  • use color to color core-icon (commit)
  • fix card slide-up issue on IE (commit)
  • Merge pull request #3 from dwyer/master (commit)
  • Change <input type="color"> to <input type="radio"> in radio.html. (commit)
  • update timing function (commit)
  • in narrow layout, move the element label inside the toolbar (commit)
  • update style (commit)
  • remove the bottomPadding (commit)
  • resize frame on core-resize event. (commit)
  • move stuffs from sampler-scaffold2 (commit)

tools

  • Release names! (commit)
  • Add paper elements and a few others to the repo configs (commit)
  • Add core-signals (commit)
  • remove deprecated core-sampler (commit)

designer

  • release 0.3.4 (commit)
  • notifications moved to more-elements (commit)
  • update bower.json (commit)
  • remove cruft (commit)
  • delete should select design host, not design canvas. (commit)
  • correct tree styling under polyfill. (commit)
  • Add example of starting a local server. (commit)
  • Merge pull request #28 from robdodson/readme-updates (commit)
  • include elements (commit)
  • Explain property editors a bit better and tweak example metadata.html (commit)
  • more tweaks (commit)
  • Merge remote-tracking branch 'upstream/master' into readme-updates (commit)
  • Call out template and property editor hinting (commit)
  • Note that property editors are optional (commit)
  • Instructions for including your own element (commit)

pica

  • release 0.3.4 (commit)
  • styling updates. (commit)
  • remove core-layout (commit)
  • Add transitions via animated-pages (commit)