Releases: armanbilge/fs2-dom
Releases · armanbilge/fs2-dom
v0.3.0-M1
What's Changed
- Update scalajs-dom to 2.6.0 by @nimble-agar-steward in #92
- flake.lock: Update by @nimble-agar-steward in #91
- Update cats-effect to 3.5.1 by @nimble-agar-steward in #99
- Update sbt to 1.9.1 by @nimble-agar-steward in #100
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 by @nimble-agar-steward in #98
- Update scalafmt-core to 3.7.4 by @nimble-agar-steward in #94
- Update scala3-library, ... to 3.3.0 by @nimble-agar-steward in #93
- Update to sbt-typelevel 0.5.0-RC3 by @armanbilge in #101
- Update scala-library to 2.13.11 by @nimble-agar-steward in #97
- Update sbt-typelevel to 0.5.0-RC6 by @nimble-agar-steward in #108
- flake.lock: Update by @nimble-agar-steward in #102
- Update sbt to 1.9.2 by @nimble-agar-steward in #109
- Update scalafmt-core to 3.7.9 by @nimble-agar-steward in #112
- Add
domContentLoaded
toWindow
by @yilinwei in #113 - flake.lock: Update by @nimble-agar-steward in #118
- Update sbt-typelevel to 0.5.0-RC9 by @nimble-agar-steward in #116
- Update scalafmt-core to 3.7.10 by @nimble-agar-steward in #114
- Update sbt to 1.9.3 by @nimble-agar-steward in #119
- Update scalafmt-core to 3.7.11 by @nimble-agar-steward in #120
- Update fs2-core to 3.8.0 by @nimble-agar-steward in #121
- flake.lock: Update by @nimble-agar-steward in #122
- Switch over to class based encoding by @yilinwei in #117
- Update scalafmt-core to 3.7.12 by @nimble-agar-steward in #124
- Update sbt-typelevel to 0.5.0-RC10 by @nimble-agar-steward in #123
- Update sbt-typelevel to 0.5.0-RC11 by @nimble-agar-steward in #125
- Update sbt-typelevel to 0.5.0 by @nimble-agar-steward in #128
- flake.lock: Update by @nimble-agar-steward in #127
- Update sbt to 1.9.4 by @nimble-agar-steward in #129
- Update scalafmt-core to 3.7.13 by @nimble-agar-steward in #130
- Update fs2-core to 3.9.0 by @nimble-agar-steward in #131
- Update scala3-library, ... to 3.3.1 by @nimble-agar-steward in #135
- Update scalajs-dom to 2.7.0 by @nimble-agar-steward in #143
- Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by @nimble-agar-steward in #144
- Update sbt to 1.9.6 by @nimble-agar-steward in #141
- flake.lock: Update by @nimble-agar-steward in #134
- Update scalafmt-core to 3.7.14 by @nimble-agar-steward in #133
- Update fs2-core to 3.9.2 by @nimble-agar-steward in #139
- Update sbt-typelevel to 0.5.3 by @nimble-agar-steward in #142
- flake.lock: Update by @nimble-agar-steward in #145
- Update scala-library to 2.13.12 by @nimble-agar-steward in #137
- Fix
{append,remove,replace}Child
return type by @armanbilge in #146 - Update cats-effect to 3.5.2 by @nimble-agar-steward in #147
- Add
Serializer[js.Any]
andimap
,iemap
methods by @armanbilge in #148 - Update scalajs-dom to 2.8.0 by @nimble-agar-steward in #149
- Add
BroadcastChannel
by @armanbilge in #150
New Contributors
Full Changelog: v0.2.1...v0.3.0-M1
v0.2.1
v0.2.0
What's Changed
- Refactor event listener to use
async
instead ofDispatcher
by @armanbilge in #33 - Add
HtmlDialogElement
by @2chilled in #41 - Introduce
Dom
typeclass by @armanbilge in #20 - Drop Scala 2.12 by @armanbilge in #47
- Don't subclass
WrappedRef
by @armanbilge in #50 - Add
Event
and friends by @armanbilge in #51 Window
wrapper by @armanbilge in #48- Remove
Document.apply
by @armanbilge in #54 - Remove circe dep, rework
Serializer
by @armanbilge in #60 - Add
HtmlAnchorElement#href
by @armanbilge in #64 - Add more DOM apis by @armanbilge in #65
ResizeObserver
by @buntec in #68- Cross
Dom[F]
andNode
wrappers for Scala 2 by @armanbilge in #70 - add
MutationObserver
by @buntec in #72 - Add
Window#requestAnimationFrame
by @armanbilge in #85
Updates
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.1 by @nimble-agar-steward in #79
- Update cats-effect to 3.5.0 by @nimble-agar-steward in #86
- Update fs2-core to 3.7.0 by @nimble-agar-steward in #88
- Update scalajs-dom to 2.5.0 by @nimble-agar-steward in #89
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.2.0-RC3
What's Changed
- Add
HtmlAnchorElement#href
by @armanbilge in #64 - Add more DOM apis by @armanbilge in #65
ResizeObserver
by @buntec in #68- Cross
Dom[F]
andNode
wrappers for Scala 2 by @armanbilge in #70 - add
MutationObserver
by @buntec in #72 - Update to CE v3.5.0-RC3, FS2 v3.7.0-RC2 by @armanbilge in #73
New Contributors
Full Changelog: v0.2.0-RC2...v0.2.0-RC3
v0.2.0-RC2
What's Changed
- Update cats-effect to 3.4.7 by @nimble-agar-steward in #62
- Update to sjs-dom 2.4.0 by @armanbilge in #63
Full Changelog: v0.2.0-RC1...v0.2.0-RC2
v0.2.0-RC1
What's Changed
- Update fs2-core to 3.6.1 by @nimble-agar-steward in #58
- Remove circe dep, rework
Serializer
by @armanbilge in #60
Full Changelog: v0.2.0-M4...v0.2.0-RC1
v0.2.0-M4
What's Changed
- Remove
Document.apply
by @armanbilge in #54 - Update cats-effect to 3.4.6 by @nimble-agar-steward in #55
- Update fs2-core to 3.6.0 by @nimble-agar-steward in #56
Full Changelog: v0.2.0-M3...v0.2.0-M4
v0.2.0-M3
What's Changed
- Update scala3-library, ... to 3.2.2 by @nimble-agar-steward in #53
Window
wrapper by @armanbilge in #48
Full Changelog: v0.2.0-M2...v0.2.0-M3
v0.2.0-M2
What's Changed
- Don't subclass
WrappedRef
by @armanbilge in #50 - Update sbt-scalajs, scalajs-compiler, ... to 1.13.0 by @nimble-agar-steward in #52
- Add
Event
and friends by @armanbilge in #51
Full Changelog: v0.2.0-M1...v0.2.0-M2
v0.2.0-M1
What's Changed
- Update sbt-typelevel to 0.4.17 by @nimble-agar-steward in #29
- Update sbt-scalajs, scalajs-compiler, ... to 1.11.0 by @nimble-agar-steward in #2
- Update fs2-core to 3.4.0 by @nimble-agar-steward in #30
- flake.lock: Update by @nimble-agar-steward in #31
- Refactor event listener to use
async
instead ofDispatcher
by @armanbilge in #33 - flake.lock: Update by @nimble-agar-steward in #34
- flake.lock: Update by @nimble-agar-steward in #35
- Update sbt to 1.8.1 by @nimble-agar-steward in #37
- Update sbt to 1.8.2 by @nimble-agar-steward in #38
- Update sbt-typelevel to 0.4.18 by @nimble-agar-steward in #39
- Update cats-effect to 3.4.4 by @nimble-agar-steward in #40
- Add HtmlDialogElement by @2chilled in #41
- Update cats-effect to 3.4.5 by @nimble-agar-steward in #42
- Update fs2-core to 3.5.0 by @nimble-agar-steward in #43
- Update scalafmt-core to 3.7.0 by @nimble-agar-steward in #44
- Update scalafmt-core to 3.7.1 by @nimble-agar-steward in #46
- Introduce
Dom
typeclass by @armanbilge in #20 - flake.lock: Update by @nimble-agar-steward in #36
- Update sbt-scalajs, scalajs-compiler, ... to 1.12.0 by @nimble-agar-steward in #32
- Drop Scala 2.12 by @armanbilge in #47
New Contributors
Full Changelog: v0.1.0...v0.2.0-M1