Skip to content

2.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@lydell lydell released this 11 Jan 00:16
· 0 commits to main since this release
  • Includes all changes from elm-watch 1.2.0.
  • When running elm-watch in non-TTY mode, elm-watch’s output becomes a simple log (no cursor movements). Previously, when elm-watch printed the server links in non-TTY mode, the port number was always 0. This has been fixed – the correct port number is now shown.
  • CSS files with @import in them can now be hot reloaded in Firefox. The @import:ed CSS files cannot be hot reloaded, though, only the the top-level CSS file containing the @import:s, due to Firefox over eagerly caching style sheets. A warning about this is console.warn:ed on Firefox if a style sheet with @import is detected.