Skip to content

v1.1.0-alpha1 — Polymer v2.0 Support

Compare
Choose a tag to compare
@platosha platosha released this 09 Feb 12:13
· 304 commits to master since this release

Features

  • <vaadin-split-layout> is now a hybrid element. It comes with both Polymer v1 and Polymer v2.0 support (issue #40).
  • Pointer events are disabled on the content elements when the splitter handler is being dragged. This makes resizing faster and more reliable (issue #50).
  • Added Google Maps integration example.

Changes since v1.0.0

  • abfdcce Add custom-elements resolution to bower-2.0.json
  • 913fd51 Fix #50 by adding pointer-events: none to panels during resize
  • 6440f7a Add Google Maps example
  • cc54aa5 Use element-demo-resources for demo navigator
  • c627815 Do not run visual tests for pull requests
  • 4d9497b Fix visual tests for IE/Edge
  • 436c955 Sync with Skeleton (PR#17)
  • 6cf0791 Update package.json and bower.json
  • ad87ab7 Improve build (Skeleton PR#13 sync)
  • 37b7413 Set npm version to the latest stable
  • eefc48b Remove Linux/[email protected] from automated tests
  • 4b02481 Fix CSS linter errors
  • c92b2b7 Add stylelint and lint:css Gulp task
  • f8bddd4 Fix typo
  • d934eb1 Adding test to test slot attribute in handle
  • 44e9e12 Update test-fixture with latest stable
  • f6a1823 Update webcomponents badge URL (beta. -> www.)
  • dd3ff49 Review suggestions
  • 1f035c2 Enable all browser tests in 1.7
  • 8d5d1a8 Import common.html from demo resources
  • 887d0ff Run tests in travis for 2.0-preview
  • 56355ce Polymer 1.7 still needs is="custom-style"
  • dbd34d5 Adjust demo CSS
  • 86f93a9 wrap is=custom-style with element
  • fd69fc1 Enable tests in FF, Edge-14, Safari-10
  • 3fb29f7 removing ::content selector fixes test in FF
  • 01c4bce Fix fixture loading in FF
  • 083fb73 Fix dependencies for travis. Temporary run tests only in chrome.
  • f6974b8 Adding a helper task to quick run tests in local
  • 8d77432 Enable wc-shadydom tests. Remove shadow wct hack
  • 1ea943b Fix tests
  • d2330d4 Use tags for 2.0
  • fd3fe66 Update dependencies to 2.0-preview