-
Notifications
You must be signed in to change notification settings - Fork 6
scalajs-dom 2.0.0 support #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
- I had to hardcode to hardcode to Scala 2.13, should this work with older versions? - hardcoded specific versions of `binding` and `bindable`, not sure if this is desired. - moved to using `import org.scalajs.dom._` instead of the deprecated `import org.scalajs.dom.raw._` tests are green
- add missing element attributes
Don't hard code Scala version |
Migrate from Travis CI to Github Actions
Removed hard-coded Scala versions |
Don't hard code any dependency versions |
Add VS Code settings
Attribute factories
I don't have the permission to merge PRs into GlasslabGames/html.scala, and the one who has the permission is enjoying his holiday. What I can do is to merge your branch from Atry#6 into Atry/html.scala and to publish a new version to Would you mind updating the PR targeting Atry/html.scala instead? |
I don't mind! |
binding
andbindable
, not sure if this is desired.import org.scalajs.dom._
instead of the deprecatedimport org.scalajs.dom.raw._
tests are green