- Added autocomplete feature
- Greatly-improved styling to adhere to Material spec
- Added numerous new inputs/outputs (see API docs)
- Removed delimiterCode @Input. While some flexibility is lost, code is more reliable with a limited number of split patterns
- Updated dependencies to match latest RC6
- Exporting an NgModule instead of a component, so installation instructions have changed
- Namespaced selector to be
rl-tag-input
to protect against conflicts
- New @Input() addOnComma
- New @Input() pasteSplitPattern - defaults to comma
- Fixed input not being emptied out on paste
- First version published