Releases: dauxio/daux.io
Releases · dauxio/daux.io
0.22.3
What's Changed
- Update dependency @swc/core to v1.7.11 by @renovate in #435
- Update all non-major dependencies by @renovate in #436
- Update SonarSource/sonarcloud-github-action action to v3 by @renovate in #437
- Update all non-major dependencies by @renovate in #440
- Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #438
- Update dependency mermaid to v11 by @renovate in #439
- Update all non-major dependencies by @renovate in #441
- Update dependency webpack to v5.94.0 [SECURITY] by @renovate in #443
- fix for #444 by @axelhahn in #446
New Contributors
Full Changelog: 0.22.2...0.22.3
0.22.2
What's Changed
- Bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #398
- Update all non-major dependencies by @renovate in #399
- Update all non-major dependencies by @renovate in #400
- Update all non-major dependencies by @renovate in #402
- Update actions/setup-node action to v4 by @renovate in #403
- Update all non-major dependencies by @renovate in #404
- Update dependency @swc/core to v1.3.96 by @renovate in #405
- Update shivammathur/setup-php action to v2.27.1 by @renovate in #406
- Update Yarn to v4.0.2 by @renovate in #407
- Update dependency @swc/core to v1.3.99 by @renovate in #408
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #410
- Update all non-major dependencies by @renovate in #411
- Update composer Docker tag to v2.6.6 by @renovate in #413
- Update all non-major dependencies by @renovate in #414
- Update php Docker tag to v8.3.1 by @renovate in #415
- Update dependency @swc/core to v1.3.102 by @renovate in #416
- Update dependency @biomejs/biome to v1.5.1 by @renovate in #417
- Update SonarSource/sonarcloud-github-action action to v2 by @renovate in #419
- Update all non-major dependencies by @renovate in #418
- Update dependency @swc/core to v1.3.107 by @renovate in #420
- Update all non-major dependencies by @renovate in #421
- Update all non-major dependencies by @renovate in #423
- Update all non-major dependencies by @renovate in #424
- Bump ip from 1.1.8 to 1.1.9 by @dependabot in #425
- Update dependency @swc/core to v1.4.2 by @renovate in #426
- Update all non-major dependencies by @renovate in #427
- Update dependency katex to v0.16.10 [SECURITY] by @renovate in #429
- Update docker/build-push-action action to v6 by @renovate in #434
- Update all non-major dependencies by @renovate in #428
- Bump ws from 7.5.9 to 7.5.10 by @dependabot in #433
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #432
- Bump tar from 6.2.0 to 6.2.1 by @dependabot in #431
Full Changelog: 0.22.1...0.22.2
0.22.1
Highlights
Updates
- Update php Docker tag to v8.2.6 by @renovate in #378
- Update all non-major dependencies by @renovate in #379
- Update php Docker tag to v8.2.7 by @renovate in #380
- Update all non-major dependencies by @renovate in #381
- Update dependency testcafe to v3 by @renovate in #383
- Update actions/setup-node action to v3.7.0 by @renovate in #384
- Update all non-major dependencies by @renovate in #385
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #386
- Update shivammathur/setup-php action to v2.25.5 by @renovate in #388
- Update all non-major dependencies by @renovate in #389
- Update actions/checkout action to v4 by @renovate in #392
- Update docker/metadata-action action to v5 by @renovate in #395
- Update docker/setup-buildx-action action to v3 by @renovate in #396
- Update docker/login-action action to v3 by @renovate in #394
- Update docker/build-push-action action to v5 - autoclosed by @renovate in #393
- Update all non-major dependencies by @renovate in #390
New Contributors
Full Changelog: 0.22.0...0.22.1
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