Skip to content

Releases: elm-land/elm-land

v0.18.1

05 Jan 17:12
35312de
Compare
Choose a tag to compare
v0.18.1 Pre-release
Pre-release

Fixes

Improvements

v0.18.0

20 Dec 10:11
5a4cc43
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release

Features

  • Added stateful layouts! ( #11 )
  • Added catch-all routes! ( #24 )
  • Added first-class TypeScript support! ( #22 )
  • Added elm-routes command ( #25 ) (✨ @duncanmalashock )
  • Added hash-based routing ( #50 ) ( ✨ @MattCheely )
  • Added script tag support ( #49 ) ( ✨ @thomasin )

Fixes

  • Fixed issue with M1 machines and Elm binary ( #45 )
  • Fixed issue with Shared module not recompiling ( #43 )

Other improvements

  • Better --help messages
  • More official examples and guides
  • Just soooo much more

v0.17.3

25 Oct 02:53
1254d8c
Compare
Choose a tag to compare
v0.17.3 Pre-release
Pre-release

Changelog

  • Add support for external URL redirects during auth via Auth.Action.loadExternalUrl ( ✨ @MattCheely, #48 )
  • Better error handling when using invalid names with elm-land add layout ( 🐞 @MattCheely, #51 )
  • Default host set to 0.0.0.0 for folks working with Docker, SSH, and more ( 🧹@ryannhg, #52 )

v0.17.2

07 Oct 18:23
11bbee0
Compare
Choose a tag to compare
v0.17.2 Pre-release
Pre-release

Changelog

  • Fix issue where Shared.subscriptions was never wired up ( #42 )

v0.17.1

14 Sep 13:58
8433e15
Compare
Choose a tag to compare
v0.17.1 Pre-release
Pre-release

Changelog

  • #39 – Fix issues with running elm-land customize view ( thanks for the bug report for this in the Discord, @marciofrayze!)

v0.17.0

09 Sep 03:07
b3004fc
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

Changelog

  • #38 – Add feature to allow query parameters to be used in pages

v0.16.3

08 Sep 14:25
9d4df42
Compare
Choose a tag to compare
v0.16.3 Pre-release
Pre-release

Changelog

  • #37 – Fix issues with missing elm binary for some users

v0.16.2

05 Sep 19:04
a838dea
Compare
Choose a tag to compare
v0.16.2 Pre-release
Pre-release

Changelog

This release was made possible by the following bug fixes from @MattCheely 🎉

  • #29 – Fixes problems for users with project elm NPM dependencies to a project (rather than globally)
  • #32 – In-browser HTML error overlay is more reliable, by using events rather than timeouts
  • #33 – Using PORT=2345 elm-spa server now behaves as expected
  • #34 – Fixes a routing issue for URLs like /user/:userId (generated code was previously incorrect!)

v0.16.1

29 Aug 12:31
b29d031
Compare
Choose a tag to compare
v0.16.1 Pre-release
Pre-release
  • Fix an issue with elm-land server when Elm is not globally installed – #28

v0.16.0

29 Aug 01:58
be31bd7
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release
  • Big docs site redesign
  • Revamped guides
  • Add elm-land customize command
  • Fix issues with HMR overlay and error messages
  • Handle interop and env changes smoothly
  • Add Effect, Shared, Auth modules for user auth stuff