Skip to content

Releases: dauxio/daux.io

0.20.0

24 Sep 19:57
Compare
Choose a tag to compare

Highlight

  • Dark mode
  • Support data urls for images #335

What's Changed

Full Changelog: 0.19.0...0.20.0

v0.19.0

17 Jun 14:37
Compare
Choose a tag to compare

Markdown improvements

  • Upgraded to league/commonmark 2.2.3

Confluence Improvements

  • No need to specify the space_id, it is now inferred through the ancestor_id or root_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

31 Jan 21:42
Compare
Choose a tag to compare
  • Fix css path for single page mode #294

v0.18.0

30 Jan 20:34
Compare
Choose a tag to compare
  • Add PHP 8.1 support #292
  • Remove PHP 7.4 support
  • Fix single-page export, add test to keep it working #291
  • Make sure Daux works when there is only a single markdown file #290
  • Make permalinks more GitHub like #288

v0.17.2

03 Jan 20:34
Compare
Choose a tag to compare
  • Fixed search, thanks @axelhahn for reporting the issue #287
  • Added frontend regression tests to make sure the search feature won't break again.

v0.17.1 - re-release

18 Dec 20:55
Compare
Choose a tag to compare

Same as 0.17.0

v0.17.0 - CommonMark 2.0.0

18 Dec 20:30
Compare
Choose a tag to compare

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

06 Apr 09:18
Compare
Choose a tag to compare

Dropped support for PHP 7.2
Added PHP 8 in test matrix
Fix mermaidjs diagrams in confluence

v0.16.1 - Backwards compatibility fix

06 Apr 07:56
d780c15
Compare
Choose a tag to compare

Change syntax incompatible with older PHP versions

v0.16.0 - Katex and MermaidJS

01 Apr 07:42
d920200
Compare
Choose a tag to compare

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/