Releases: Harvest-Dev/ng-select2
Releases · Harvest-Dev/ng-select2
V7.1.8 (2020-10-26)
Changes
- change the return of these events:
(open)
:void
toSelect2
(close)
:void
toSelect2
(focus)
:void
toSelect2
(blur)
:void
toSelect2
(search)
:string
toSelect2SearchEvent
Corrections
- Fix multiple events for
(update)
when value changes
V7.1.7 (2020-10-19)
Corrections
- Fix case with 0 in value
V7.1.6 (2020-10-13)
Changes
- Added an
id
on the select options. - Allow to give a specific id to an option via
Select2Option
config.
Corrections
- Remove the
undefined
class wrongly added to options whenclasses
is not defined onSelect2Option
.
V7.1.5 (2020-10-06)
Corrections
- fix update of list when value is
null
/undefined
/empty
V7.1.4 (2020-09-18)
Changes
- add
limitSelection
attribute to limit multiple selection. (By defaut0
for no limit)
V7.1.3 (2020-05-07)
Breaking Changes
- review the naming of all CSS variables and add new
- no more predefined variables (it was impossible to overwrite them)
V7.1.2 (2020-04-27)
Changes
- add event
(focus)
and(blur)
Corrections
- fix the focused status which is not removed in some cases or called for the wrong reason
V7.1.1 (2020-04-24)
Changes
- add event
(close)
Corrections
- fix dropdown position with hint
V7.1.0 (2020-04-23)
Breaking Changes
(update)
: return objectSelect2UpdateValue
change forSelect2UpdateEvent
object. Please, see the readme.
Changes
- add CSS variables for colors (see the readme)
- add new attributes :
listPosition
,minCharForSearch
,noStyle
- now, selection container use a flexbox layout (CSS symplification)
- update the SearchBox status when the list change
V7.0.3 (2019-11-08)
Changes
- options label accept HTML content