Releases: platosha/angular-polymer
Releases · platosha/angular-polymer
v1.0.0-alpha6
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
Changes
- Removed install-time dependency to typings
v1.0.0-alpha4 — Distribution Cleanup and Tests
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
Changes:
- Value changes in form elements inside a ngForm now happen synchronously.
v1.0.0-alpha2 – Initial Alpha
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