Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Releases: exoego/scala-js-jquery

v2.2.0 🌈

10 Nov 00:39
a867937
Compare
Choose a tag to compare

πŸš€ Features

🧰 Maintenance

v2.1.0 🌈

23 Jun 02:05
e197409
Compare
Choose a tag to compare

πŸ—’οΈ Note

From this version, jQuery 1/2 support is dropped.
The previous version v2.0.0 will be a final version for jQuery 1/2.
Highly recommend migrating to jQuery 3 (or upcoming 4), or replacing jQuery with plain JS/other JS libraries.

πŸš€ Features

  • [jQuery 3.5.x+] Add .even()/.odd() method that replace the deprecated :even/:odd selectors @exoego (#31)

🧰 Maintenance

v2.0.0 🌈

21 May 02:18
6a842dc
Compare
Choose a tag to compare

This version added jQuery 3.5.x support.

πŸš€ Features

  • [BREAKING] Add Document to JQuery.Node type alias @exoego (#17)
  • Add enctype to AjaxSettings & Accept selector string as context @exoego (#16)

πŸ› Bug Fixes

  • jQuery PromiseBase should not be assignable to Promise @exoego (#20)

🧰 Maintenance

v1.0.0 🌈

13 Feb 13:42
Compare
Choose a tag to compare

πŸš€ Features

  • Use JSImport so it can be imported too @exoego (#14)
  • Cross-publishing for Scala.js 1.0.0 and 0.6.32 @exoego (#11)

🧰 Maintenance

v0.9.6

25 Oct 00:54
Compare
Choose a tag to compare

πŸš€ Features

  • Add getOrUndefined for possible out-of-bounds access @exoego (#5)
  • Overhaul event handlers @exoego (#4)
  • Various fixes @exoego (#3)
  • Add facade for jQuery 3 based on DefinitelyTyped @exoego (#2)

🧰 Maintenance