Skip to content

Releases: viivue/easy-select

v4.1.2

12 Jan 08:10
b593bc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

07 Sep 07:48
68077c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

03 Aug 09:04
caad7ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v4.1.0

v4.0.2

13 Jan 02:49
c1a2e93
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

02 Dec 05:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

31 Oct 05:07
c7318de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v4.0.0

v3.1.0

04 Apr 02:15
Compare
Choose a tag to compare

💄 Major CSS changes:

  • Add CSS variables
  • Style custom scrollbar

v3.0.2

15 Mar 15:24
0915c8d
Compare
Choose a tag to compare
  • Close dropdown when select on the same value
  • wrapDefaultSelect: option to not wrap default select tag
  • Add event beforeInit
  • Add private method val()

v3.0.1

29 Nov 12:40
Compare
Choose a tag to compare
  • Fix bug: recognize disabled option.

🎉 v3.0.0 - Major update

05 Nov 04:08
Compare
Choose a tag to compare
  • Refactor plugin structure
  • Add methods: destroy, refresh, open, close, toggle, disabled, select
  • Add events: onInit, onRefresh, onChange, onDestroy, onDropdownOpen, onDropdownClose, onDropdownToggle, onDisabled