Skip to content

v0.19.0

Compare
Choose a tag to compare
@ryan-haskell ryan-haskell released this 20 Jun 10:35
· 216 commits to main since this release
1b92ad9

Features

  • Elm Land error messages to prevent seeing compiler errors in generated files
  • Added URL hooks, so pages and layouts can respond to URL changes
  • Upgraded layout props to support an optional msg parameter
  • Announced an official Elm Land VS Code plugin
  • Huge update to the official guide, including more sections, and a brand new "Examples" page

Breaking changes

This release has the folllowing breaking changes:

  1. "Catch-all" parameters now use List String
  2. Generated Layouts.Layout type now takes a msg variable
  3. Layout Settings has been renamed to Props
  4. New parentProps variable on Layout type
  5. Auth.viewLoadingPage added, Auth.Action.showLoadingPage lost an arg
  6. The Effect.toCmd function replaced fromCmd with batch

Detailed upgrade notes are all documented in "Breaking changes" section here

Other notes

Check out the big news announcement for more!


Full changelog

v0.18.3...v0.19.0

  • 📦 Release – Elm Land v0.19.0 by @ryannhg in #59