Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 2.33 KB

1.0.0-beta

  • 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

BREAKING CHANGE

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.

0.7.0 (15.12.2016)

0.6.2 (14.12.2016)

  • Fixed recursive bug #28 (4e40ac3)

0.6.1 (18.11.2016)

  • Removed generated files from GIT
  • Added AOT build

0.6.0 (16.11.2016)

  • Now plugin is using NgModule
  • Updated angular to version 2.2.0
  • Changed licence to MIT
  • Added support for async data #17