Skip to content

Releases: getshaka-org/shaka

v0.6.0

30 May 14:33
Compare
Choose a tag to compare
  • Update NativeConverter dependency and Scala version
  • Improve code generation and compile speed of builder methods.

v0.5.0

05 Jun 18:08
Compare
Choose a tag to compare
  • Upgrade versions
  • Add scalafix
  • Fix some builder.* bugs, like 'for', which uses 'htmlFor' now.

v0.4.1

05 Mar 15:20
Compare
Choose a tag to compare

Fixes an important bug when using the textnode interpolator t"" with Frags.

v0.4.0

02 Feb 04:40
Compare
Choose a tag to compare
  • 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

20 Jul 05:28
Compare
Choose a tag to compare
  • Scala 3.0.1; working scaladoc!

v0.3.0

27 May 05:44
Compare
Choose a tag to compare
  • 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

26 Apr 05:59
Compare
Choose a tag to compare
Published for Scala 3 RC3

v0.2.0

22 Mar 18:25
Compare
Choose a tag to compare
Version 0.2.0

v0.1.0

16 Mar 06:08
Compare
Choose a tag to compare
first