Skip to content

1.0.0-beta.2.0.0

Pre-release
Pre-release

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 31 May 15:12
· 292 commits to master since this release

1.0.0-beta.2.0.0 (2016-05-31)

Bug Fixes

  • replaceable: removed replaceable (6ac5731e)
  • spies: move compile-spy and view-spy (72c4433f)

Breaking Changes

  • This commit removes the replaceable custom attribute.
    Now that Shadow DOM v1 Slots are implemented there is no more need for
    this. Replaceable parts for template controllers are still supported
    for if, repeat, etc. via the part attribute.

    (6ac5731e)

  • The compile-spy and view-spy custom attributes have
    been removed from this library. They are now part of the
    aurelia-testing library.

    (72c4433f)