Releases: peckadesign/pd-naja
Releases · peckadesign/pd-naja
2.7.2
What's Changed
- 🛠
SuggestExtension
should only handle its own requests (#35).
Full Changelog: 2.7.1...2.7.2
2.7.1
What's Changed
- 🛠 Remove active item highlight when closing the suggestion element (#34).
Full Changelog: 2.7.0...2.7.1
2.7.0
What's Changed
- ✨ Improve active item behavior in suggestion list (#33).
Full Changelog: 2.6.1...2.7.0
2.6.1
What's Changed
- 🐞 Use
click()
onEnter
key for suggestion handling (#32). This release corrects the behaviour of theEnter
key, ensuring that it triggers an AJAX request instead of causing an unwanted page navigation.
Full Changelog: 2.6.0...2.6.1
2.6.0
2.5.0
What's Changed
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- ✨ More options for Suggest (#28). Suggest can now be shown even with no characters written (e.g. when some default "results" are always present) using
minLengthForShow
setting. It is also possible to close the suggest box by clicking inside the suggest on element[data-suggest-close]
.
Full Changelog: 2.3.1...2.4.0
2.3.1
2.3.0
What's Changed
- ✨
Suggest
class can now have a form as a different element than it is initialised on (#25)
Full Changelog: 2.2.1...2.3.0