Releases: getshaka-org/shaka
Releases · getshaka-org/shaka
v0.6.0
v0.5.0
- Upgrade versions
- Add scalafix
- Fix some builder.* bugs, like 'for', which uses 'htmlFor' now.
v0.4.1
Fixes an important bug when using the textnode interpolator t""
with Frags.
v0.4.0
- Add scala-js-dom; remove most js.Dynamic casts
- Rename ComponentBuilder to Frag, and make it an opaque type so it no
longer gets accidently evaluated - Improve the builder methods and especially t"" macro
- Upgrade versions
v0.3.1
- Scala 3.0.1; working scaladoc!
v0.3.0
- Support for Scala 3
- Use native JS collection types
- Code cleanup
- setValue() instead of (state.value = ...) setter syntax
- WebComponent trait uses ShadowDom Scala 3 enum
v0.2.1
Published for Scala 3 RC3
v0.2.0
Version 0.2.0
v0.1.0
first