Breaking Changes

Below are the breaking changes since v3.x.x

  1. input-model is now static (not dynamically updated), hence why we need output-model. On the plus side, you now can re-use the input model where necessary. Sorry, it's now back like version 2.x.x. As for now it's the only way to allow dynamic update into the input-model. If you need to re-use the input model, copy them into a new variable.

Below are the breaking changes since v2.x.x

  1. File name and the directive name have been changed. I am really sorry for this, but this is the only workaround to prevent wrong language statistic in Github (they don't count files whose name starts with "angular"). The repository name stays the same.
  2. output-model is now required.
  3. input-model is now static (not dynamically updated), hence why we need output-model. On the plus side, you now can re-use the input model where necessary.
  4. default-label is deprecated. Custom text and translations can be done using the translation attribute.