- Fixes for PHP 8.1
- Added the ability to define multiple themes for e.g. dark mode.
- Add some public hooks that let a developer insert their own blocks.
- Set the Torchlight environment to "build" so the build will fail if Torchlight fails.
- Throw an exception if there are Torchlight placeholders left behind in the build directory.
- Code blocks that were indented instead of fenced did not get replaced. They do now!
- Add option to set theme per block by adding
lang:theme
e.g.php:github-light
in markdown.
- Chunk blocks into groups of 50, since Jigsaw sites can be massive.
- Bumped minimum version of
torchlight/torchlight-laravel
to0.5.0
- Added the ability to send
options
from the config file to the API.
- Bumped minimum version of
torchlight/torchlight-laravel
to0.4.6
- Increase the default timeout to 15 seconds to cover large Jigsaw sites.
- The
torchlight.php
config file now defaults to an environment variable for the token.
- Torchlight caused an error if there were no code blocks whatsoever.