Skip to content

Releases: UdashFramework/scala-js-jquery

v3.3.0

05 Oct 19:17
937252c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

21 Mar 07:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.2.0

v3.0.2

15 Oct 05:03
Compare
Choose a tag to compare

Changes

  • First release for Scala 2.13 & 2.12, 2.11 is no longer supported*
  • Demos updated to Udash 0.8

* unless someone asks

v3.0.1

22 Jan 13:00
18c8d7c
Compare
Choose a tag to compare

Changes

  • Access to the original event in JQueryEvent (#21)

v3.0.0

06 Nov 07:38
Compare
Choose a tag to compare

Changes

  • The wrapper is published as a CommonJS module now.
  • Support for scalajs-bundler.

v2.0.1

24 Sep 11:19
Compare
Choose a tag to compare

Added method param (#18)

v2.0.0

03 Aug 07:20
64cb3e0
Compare
Choose a tag to compare

Removed direct dependency on jQuery JavaScript source (#17)

Since version 2.0.0 the wrapper does not force JS dependency on jQuery. You have to
add it manually by:

  • explicit link in your index.html.
<script src="https://code.jquery.com/jquery-3.3.1.min.js" 
        integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" 
        crossorigin="anonymous"></script>
jsDependencies +=
  "org.webjars" % "jquery" % "3.3.1" / "3.3.1/jquery.js" minified "3.3.1/jquery.min.js"

Other changes

  • Fixed return type of outerHeight and outerWidth - Thanks @cdejemeppe (#16)
  • Scala.js upgrade to 0.6.24 (#17)
  • scalajs-dom upgrade to 0.9.6 (#17)

v1.2.0

10 May 06:37
9cc0032
Compare
Choose a tag to compare
  • Upgrade to jQuery 3.3.1
  • EventName object with event names
  • Dependencies upgrade: Scala.js 0.6.22; Scala 2.11.12 & 2.12.6; scalajs-dom 0.9.5
  • Demo update

v1.1.1

10 May 06:25
Compare
Choose a tag to compare

Detach selector parameter is optional (#14)

v1.1.0

10 Jul 09:23
Compare
Choose a tag to compare
  • jQuery upgraded to v3.2.1
  • Scala 2.11.11 and 2.12.2
  • Scala.js 0.6.18