- Multiple options 223f02f
- Updated dependencies af513af
- Disable default style for select2 2692aec
- Support for custom matcher d269db9
- Fixed no provider error 305a388
- Fixed multiple value emit 853837b
- Added disabled options b19a3ed
- Fixed initial value when you are using custom matcher e366b91
- Added multiple value support via array's 4396df6
- Fix async require oldMatcher 12f23188
With version 1.0.0 you can now pass all options that are available for select 2. But to accomplish that theme
, templateSelection
and templateResult
where removed from direct @Inputs
.
- Added better error handling (acb4243)
- Trigger valueChanged event when we change value via
@Input
(81b90f9, 9a3b25e) - Improved README (f954ecc)
- Added renderer (369571b)
- Fixed recursive bug #28 (4e40ac3)
- Removed generated files from GIT
- Added AOT build
- Now plugin is using NgModule
- Updated angular to version 2.2.0
- Changed licence to MIT
- Added support for async data #17