Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Dec 5, 2023
1 parent e498768 commit 0429d1d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 29 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ lazy val laminextSiteVersion: String = IO.read(file("website/.laminext-version")
lazy val thisVersionSitePrefix = s"/v/$laminextSiteVersion/"

lazy val vars = Seq(
"laminextVersion" -> "0.16.2",
"laminarVersion" -> "16.0.0",
"scalajsVersion" -> "1.13.2",
"laminextVersion" -> "0.17.0-M2",
"laminarVersion" -> "17.0.0-M2",
"scalajsVersion" -> "1.14.0",
"scala3version" -> "3.3.1",
)

Expand Down
2 changes: 1 addition & 1 deletion project/DependencyVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object DependencyVersions {
// -- website

val sourcecode = "0.3.1"
val frontroute = "0.18.2+21-cc13ef27+20231205-1357-SNAPSHOT"
val frontroute = "0.19.0-M2"
val `embedded-files-macro` = "0.2.4"
val `scala-java-time` = "2.5.0"
val `scala-js-macrotask-executor` = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion website/.laminext-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.x
0.17.x
23 changes: 0 additions & 23 deletions website/src/main/resources/doc/core/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,6 @@ div(
)
```

## `nodeSeq`
## `nodeSequence`

Combine a sequence of modifiers into a `Modifier`.

```scala
import com.raquo.laminar.api.L._
import io.laminext.syntax.core._

val flag: Boolean = ???

div(
if (flag) {
nodeSeq(
span("a"),
span("b")
)
} else {
emptyMod
}
)
```

## `unsafeAppendRawChild`

Use when you know what you're doing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object PageHeader {
),
div(
cls := "hidden lg:block",
img(src := "https://img.shields.io/maven-central/v/io.laminext/core_sjs1_2.13.svg?versionPrefix=0.16", alt := "latest version on maven central")
img(src := "https://img.shields.io/maven-central/v/io.laminext/core_sjs1_2.13.svg?versionPrefix=0.17", alt := "latest version on maven central")
),
div(
cls := "hidden lg:block relative inline-block text-left",
Expand Down

0 comments on commit 0429d1d

Please sign in to comment.