Skip to content

Releases: peckadesign/pd-naja

2.7.2

16 Oct 11:12
Compare
Choose a tag to compare

What's Changed

  • 🛠 SuggestExtension should only handle its own requests (#35).

Full Changelog: 2.7.1...2.7.2

2.7.1

16 Oct 11:12
Compare
Choose a tag to compare

What's Changed

  • 🛠 Remove active item highlight when closing the suggestion element (#34).

Full Changelog: 2.7.0...2.7.1

2.7.0

16 Oct 11:12
Compare
Choose a tag to compare

What's Changed

  • ✨ Improve active item behavior in suggestion list (#33).

Full Changelog: 2.6.1...2.7.0

2.6.1

29 Aug 08:46
Compare
Choose a tag to compare

What's Changed

  • 🐞 Use click() on Enter key for suggestion handling (#32). This release corrects the behaviour of the Enter 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

20 Aug 11:53
Compare
Choose a tag to compare

What's Changed

  • 🛠 Pd-Modal-Opened header is always sent (#31).

Full Changelog: 2.5.0...2.6.0

2.5.0

20 Aug 11:43
Compare
Choose a tag to compare

What's Changed

  • ✨ Suggest works in redrawn snippets (#29).
  • ✨ Spinners are preserved during redirects (#30).

Full Changelog: 2.4.0...2.5.0

2.4.0

29 Jul 08:35
Compare
Choose a tag to compare

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

16 Jul 08:13
Compare
Choose a tag to compare

What's Changed

  • 🐞 Restore document title when modal is closed (#27).

Full Changelog: 2.3.0...2.3.1

2.3.0

16 Jul 08:13
Compare
Choose a tag to compare

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

2.2.1

08 Jun 21:41
Compare
Choose a tag to compare

What's Changed

  • 🐞 Better detection of non-ajax forms in BtnSpinnerExtension (#24).