New
v0.7.3
Highlights :tada:
- Includes the core set of changes required to make Slinky work well with Next.js (including module splitting). The Slinky docs site now is built with Next.js! (PR #588)
Breaking Changes :warning:
- Slinky now requires Scala.js 1.9.0 or higher, but libraries published against older versions of Slinky should continue to work (PR #588)
- The interface to
createPortalhas changed, but libraries should not be affected since this is typically intended for end-users (PR #594)