Releases: lightbend/paradox
Releases · lightbend/paradox
Paradox 0.6.2
Changes
- Add 'project.license' project property #342 by @raboof
- Warn rather than throw on duplicate anchors #341 by @raboof
Project infrastructure
Updates
- Update sbt-paradox-project-info to 1.1.3 #344 by @scala-steward
- Update sbt-paradox to 0.6.1 #340 by @scala-steward
Paradox 0.6.1
🚀 Enhancements
- Support github enterprise links #337 by @johnclara
- Improve ToC roots check error message #334 by @raboof
- When using multiple roots, enumerate them in config #336 by @raboof
⬆️ Dependencies
- Update sbt-scalariform to 1.8.3 #333 by @scala-steward
- Update sbt-paradox to 0.6.0 #332 by @pvlugter
🔖 Milestone 0.6.1
Contributors
Author | Commits | Lines added | Lines removed |
---|---|---|---|
2m | 2 | 58 | 21 |
raboof | 2 | 58 | 19 |
johnclara | 1 | 14 | 3 |
pvlugter | 1 | 4 | 4 |
scala-steward | 1 | 1 | 1 |
Paradox 0.6.0
🚀 Enhancements
- Check for duplicate anchors #329 by @raboof
- Check internal references #326 by @raboof
- Throw an error when there are more ToC roots than expected #317 by @raboof
⬆️ Dependencies
- Update parboiled-java to 1.3.1 #324 by @scala-steward
- Update sbt-paradox to 0.5.5 #322 by @scala-steward
- Update sbt-ci-release to 1.2.6 #321 by @scala-steward
- Update scalatest to 3.0.8 #320 by @scala-steward
🔧 Build
- Add release drafter configuration #327 by @2m
- Add scripted test to track changes to the default theme #315 by @raboof
- Update releasing docs #314 by @2m
🔖 Milestone 0.6.0
Contributors
Author | Commits | Lines added | Lines removed |
---|---|---|---|
raboof | 6 | 651 | 45 |
2m | 5 | 565 | 2 |
scala-steward | 4 | 4 | 4 |
0.5.5
- new
@link:
directive that allows opening links in a new tab (#313) @ref:
directive is now allowed in the indexes (#313)- when working with multiple configurations, sbt plugin now separates all of the intermediate artifacts to different directories per-configuration (#312)
https://github.com/lightbend/paradox/milestone/19?closed=1
Contributors
Author | Commits | Lines added | Lines removed |
---|---|---|---|
2m | 4 | 90 | 32 |
ennru | 1 | 227 | 1 |
Version updates and producing more valid output
This release improves the validation of the paradox output, specifying the character encoding and avoiding constructs that are not valid in XHTML for easier post-processing. See the relevant issues at https://github.com/lightbend/paradox/milestone/18?closed=1
Couple of bugfixes for canonical url
- Fix
canonical.base_url
property name - Use
homepage
setting without explicitly specifying the scope
https://github.com/lightbend/paradox/milestone/17?closed=1
Author | Commits | Lines added | Lines removed |
---|---|---|---|
2m | 3 | 14 | 2 |
ennru | 2 | 2 | 2 |
rstento | 1 | 2 | 2 |
scala-steward | 1 | 1 | 1 |
Canonical support
- Introduce
canonical.base_url
(defaulting tohomepage
) - Make
project.url
default tohomepage
https://github.com/lightbend/paradox/milestone/16?closed=1
Author | Commits | Lines added | Lines removed |
---|---|---|---|
ennru | 4 | 145 | 75 |
scala-steward | 1 | 1 | 1 |
Paradox v0.4.4
Noteworthy changes:
- #260 Change links to snippet source from text to icon
- diverse dependency version upgrades
See all in the 0.4.4 milestone
Credits
Author | Commits | Lines added | Lines removed |
---|---|---|---|
scala-steward | 5 | 7 | 7 |
2m | 1 | 49 | 24 |
ennru | 1 | 4 | 4 |
v0.4.3
Fixes
- Links to the page source now correctly links to the branch if that is specified in the
ScmInfo
orgithub.base_url
(#252) - Unhardcoded configuration from the
paradoxBrowse
task (#254)
New Features
- Raw fenced block (#250)
Credits
Author | Commits | Lines added | Lines removed |
---|---|---|---|
2m | 7 | 113 | 177 |
ennru | 3 | 163 | 53 |
jrudolph | 2 | 8 | 4 |
xuwei-k | 1 | 15 | 13 |
jonas | 1 | 3 | 3 |