Skip to content

Releases: platosha/angular-polymer

v1.0.0-alpha6

02 Jun 08:51
Compare
Choose a tag to compare

Changes

  • Use Polymer.dom API when Angular modifies the DOM, so as Polymer get informed on changes in light dom.
  • Added Documentation
    • Introduction
    • Tutorial
    • Angular2-CLI
    • Component API

v1.0.0-alpha5

24 May 12:50
Compare
Choose a tag to compare

Changes

  • Removed install-time dependency to typings

v1.0.0-alpha4 — Distribution Cleanup and Tests

19 May 08:55
Compare
Choose a tag to compare

Changes

  • Added tests
  • Only .ts TypeScript source files in the repository
  • NPM package only contains compiled .js code and .d.ts TypeScript type declarations
  • Inline source maps

v1.0.0-alpha3 – NgControl improvements

16 May 08:08
Compare
Choose a tag to compare

Changes:

  • Value changes in form elements inside a ngForm now happen synchronously.

v1.0.0-alpha2 – Initial Alpha

12 May 12:42
Compare
Choose a tag to compare

Features:

  • Emits *change events for properties with `notify: true``
  • Can be used in a ngForm also with custom validators
  • Notifies the element for first-level changes on bound properties with Array or Object values
  • Observes mutations on the Light DOM