Releases: brandonweiss/charge
v1.7.0
v1.6.0
Breaking change
Node 10.9.0 or greater is now required.
v1.5.0
v1.4.3
Fix
- Charge would auto-detect if the default port (2468) was in use and increment the port until it found one that was free, but it wasn’t clear it was doing that because we were always logging the default port out 🙈 Now it will log the correct port!
v1.4.2
v1.4.1
Improvements
- Fix watching of source directory on Windows
- Fix watching of data directory on Windows
v1.4.0
Breaking(-ish)
MDX just hit 1.0 and one of the changes they made is changing an MDX document/component from being wrapped in a <div>
to a <React.Fragment>
. Using a Fragment makes sense and is more in line with what people probably expect.
For most people this change isn’t important and they won’t notice a difference in their sites. I tested it out with a few of my sites and they all looked the same. However, the CSS on one of my sites specifically targeted the <div>
wrapping the MDX document and when that <div>
vanished it visually broke the site. So you should test out each site after upgrading to make sure it looks right.
v1.3.0
Fix
Switched from Signale to a custom logger in order to fix spacing and alignment issues with the log output.
v1.2.0
Improvement
Windows support! (I think)
I don’t actually have a Windows machine to easily test it on, so I added Windows to the test matrix on Travis CI and made all the tests pass, so I’m assuming it works on Windows. If you use Windows, please let me know if you run into any issues!