Releases: dauxio/daux.io
Releases · dauxio/daux.io
0.20.0
Highlight
- Dark mode
- Support data urls for images #335
What's Changed
- Bump guzzlehttp/guzzle from 7.4.3 to 7.4.5 by @dependabot in #326
- Update JamesIves/github-pages-deploy-action action to v4.3.4 by @renovate in #328
- Update PHP to 8.1.9 by @renovate in #334
- Bump moment from 2.29.2 to 2.29.4 by @dependabot in #331
Full Changelog: 0.19.0...0.20.0
v0.19.0
Markdown improvements
- Upgraded to
league/commonmark
2.2.3
Confluence Improvements
- No need to specify the
space_id
, it is now inferred through theancestor_id
orroot_id
- add
--printDiffAndExit
to confluence format to show what an upload would change, useful to know what changes will be added or removed - adjusted doc for confluence on how to get ancestor_id, the edition tr… by @mofleury in #318
New Contributors
Full Changelog: 0.18.1...0.19.0
v0.18.1
v0.18.0
v0.17.2
v0.17.1 - re-release
Same as 0.17.0
v0.17.0 - CommonMark 2.0.0
CommonMark 2.0.0
This release is based on CommonMark 2.0.0
If you have custom plugins and extensions, they need to be updated as well
CommonMark upgrade guide : https://commonmark.thephpleague.com/2.0/upgrading/
Dependencies
- Needs PHP 7.4 at least to work
- Update to CommonMark 2.0.0
- Use CommonMark's Table of Contents
- Uee the embedded FrontMatter reader
- Update to Mermaid 8.13.4
Docker image
- Use Composer 2 to install
- Update to PHP 8
Internal
- Enable deepsource in builds to experiment with it
- Remove scrutinizr related comments and configuration
- Use GitHub actions to build Docker image
- Re enable Sonarcloud
- Start typing many fields and return types
v0.16.2 - Update dependencies, fix diagrams for confluence
Dropped support for PHP 7.2
Added PHP 8 in test matrix
Fix mermaidjs diagrams in confluence
v0.16.1 - Backwards compatibility fix
Change syntax incompatible with older PHP versions
v0.16.0 - Katex and MermaidJS
Added support for Katex and MermaidJS in Markdown
You can now create fenced code blocks with language mermaid
that will then render using mermaidjs : https://mermaid-js.github.io/mermaid/#/
And fenced code blocks with language tex
that will render using KaTex : https://katex.org/