Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-compiler-2.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 21, 2022
2 parents 0a0d786 + 3809026 commit b006de4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
### Bug Fixes :bug:
+ Fix stale version of components being rendered when hot reloading is used with module splitting ([PR #588](https://github.com/shadaj/slinky/pull/588))
+ Add support for the `key` parameter of `createPortal` ([PR #594](https://github.com/shadaj/slinky/pull/594))
+ Allow the `cx` and `cy` SVG attributes to be assigned to `String`s instead of just `Double` ([PR #617](https://github.com/shadaj/slinky/pull/617))

## [v0.7.2](https://slinky.dev) (replaced v0.7.1)
### Bug Fixes :bug:
Expand Down
4 changes: 2 additions & 2 deletions web/svg.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,15 +619,15 @@
},
{
"attributeName" : "cx",
"attributeType" : "Double",
"attributeType" : "scala.scalajs.js.Any",
"docLines" : [
],
"compatibleTags" : null,
"withDash" : false
},
{
"attributeName" : "cy",
"attributeType" : "Double",
"attributeType" : "scala.scalajs.js.Any",
"docLines" : [
],
"compatibleTags" : null,
Expand Down

0 comments on commit b006de4

Please sign in to comment.