Skip to content

Releases: dauxio/daux.io

0.22.1

24 Sep 17:10
Compare
Choose a tag to compare

Highlights

  • fix Search-Form Box overflowing into title container on Mobile devices. by @emhl in #391

Updates

New Contributors

  • @emhl made their first contribution in #391

Full Changelog: 0.22.0...0.22.1

0.22.0

11 May 22:54
Compare
Choose a tag to compare

Highlights

  • Parse admonition titles for markdown #372
  • Update Mermaid to v10

Updates

Full Changelog: 0.21.3...0.22.0

0.21.3

24 Jan 10:47
522c268
Compare
Choose a tag to compare

What's Changed

  • Update Crafty dependencies to v1.21.1 by @renovate in #363
  • Fix escaping of collapsibles when publishing to Confluence #362

Full Changelog: 0.21.2...0.21.3

0.21.2

12 Jan 12:16
57df467
Compare
Choose a tag to compare

What's Changed

  • Fix automatic root page creation
  • Add tests for HTML Generation
  • Update composer Docker tag to v2.5.1 by @renovate in #359
  • Update shivammathur/setup-php action to v2.23.0 by @renovate in #360
  • Update all non-major dependencies by @renovate in #361

Full Changelog: 0.21.1...0.21.2

0.21.1

21 Dec 21:41
Compare
Choose a tag to compare
  • Fix create_root_if_missing that wasn't creating pages #358
  • Massively increase code coverage (31% -> 51%) mostly related to Confluence exports, but not limited to that.

Full Changelog: 0.21.0...0.21.1

0.21.0

14 Dec 21:18
Compare
Choose a tag to compare

Highlights

Full Changelog: 0.20.2...0.21.0

0.20.2

11 Dec 21:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.20.1...0.20.2

0.20.1

10 Dec 14:08
Compare
Choose a tag to compare

Highlights

  • Multiple small bug fixes
    • #278 Fix warnings in some PHP versions with explicit casting
    • #327 In case of front matter parsing error, display in which file it happened
    • #354 Fix deprecation warning on getRelativePath
    • #352 Improve error message when using Confluence publishing with ancestor_id and page is not found
    • #353 Fix sorting when using generated pages
    • #355 Fix deprecation warning on filemtime
  • Dependencies updates
    • PHP in Docker image to 8.1.11
    • Katex upgraded to 0.16.4
    • Mermaid upgraded to 9.2.2

New Contributors

Full Changelog: 0.20.0...0.20.1

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