slinky
slinky copied to clipboard
Write Scala.js React apps just like you would in ES6
## About this PR 📦 Updates * [org.scala-lang:scala-compiler](https://github.com/scala/scala) * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.13.10` to `2.13.13` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.13) - [Version Diff](https://github.com/scala/scala/compare/v2.13.10...v2.13.13) ## Usage ✅ **Please merge!** I'll automatically...
## About this PR 📦 Updates * [org.scala-lang:scala-compiler](https://github.com/scala/scala) * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.12.17` to `2.12.19` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version Diff](https://github.com/scala/scala/compare/v2.12.17...v2.12.19) ## Usage ✅ **Please merge!** I'll automatically...
## About this PR 📦 Updates [org.scala-js:scalajs-linker](https://github.com/scala-js/scala-js) from `1.0.1` to `1.15.0` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.15.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.0.1...v1.15.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.scala-js:scalajs-dom](https://github.com/scala-js/scala-js-dom) from `2.6.0` to `2.8.0` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js-dom/releases/tag/v2.8.0) - [Version Diff](https://github.com/scala-js/scala-js-dom/compare/v2.6.0...v2.8.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js) from `1.9.0` to `1.15.0` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.15.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.9.0...v1.15.0) ##...
## About this PR 📦 Updates io.github.davidgregory084:sbt-tpolecat from `0.4.4` to `0.5.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
When using react directly (say, from Typescript or JS), I can set an event handler that runs during the capture phase of event dispatch like this: `div({onKeyDownCapture: handler})` Slinky seems...
I'd like to set an onBeforeInput handler on a content-editable div that I have. Since slinky.web.html doesn't contain an onBeforeInput subclass of Attr, I figured that I'd just make the...
Bumps [next](https://github.com/vercel/next.js) from 12.1.6 to 13.5.0. Release notes Sourced from next's releases. v13.4.20-canary.41 Core Changes Add mui-core to the default optimizePackageImports list: #55554 Consolidate experimental React opt-in & add ppr...
We are migrating our Slinky project from Scala 2 to Scala 3 and we have problems when we initialize slinky-hot, causing pages to fail to load and print console.errors in...