Releases: dauxio/daux.io
Releases · dauxio/daux.io
0.22.0
Highlights
- Parse admonition titles for markdown #372
- Update Mermaid to v10
Updates
- Update shivammathur/setup-php action to v2.24.0 by @renovate in #364
- Update docker/build-push-action action to v4 by @renovate in #368
- Update php Docker tag to v8.2.2 by @renovate in #365
- Update all non-major dependencies by @renovate in #369
- Update composer Docker tag to v2.5.5 by @renovate in #373
- Update all non-major dependencies by @renovate in #374
- Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 by @dependabot in #375
- Update all non-major dependencies by @renovate in #376
- Update all non-major dependencies to v1.22.3 by @renovate in #377
- Update dependency mermaid to v10 by @renovate in #370
Full Changelog: 0.21.3...0.22.0
0.21.3
0.21.2
0.21.1
0.21.0
Highlights
- Add Collapsible blocks, works with HTML, Single File HTML and Confluence #349
- HTML Demo and documentation : https://daux.io/Features/Collapsible.html
- Confluence Demo : https://dauxio.atlassian.net/wiki/spaces/DOC/pages/2850914305/Collapsible
- Fix most PHP 8.2 Deprecation warnings #357
- Add
create_root_if_missing
option to confluence when usingancestor_id
#358
Full Changelog: 0.20.2...0.21.0
0.20.2
What's Changed
- Add Admonitions #224
- Works for HTML and Confluence formats, not yet for single page exports
- Documentation and demo : https://daux.io/Features/Admonition.html
- Confluence export demo : https://dauxio.atlassian.net/wiki/spaces/DOC/pages/2849899333/Admonition
- Drop support for PHP 8.0
- Minimum supported version : PHP 8.1
- Use PHP 8.2 in the Docker image
- Internal
- Fix many linting errors and standardize code formatting
Full Changelog: 0.20.1...0.20.2
0.20.1
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
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