Releases: rdilweb/docusaurus-plugin-remote-content
Releases · rdilweb/docusaurus-plugin-remote-content
v4.0.0
What's Changed
- testsite: README update by @1amcode in #38
- README update: documents field example by @1amcode in #39
- Updates to Docs by @motionsuggests in #48
- Check CHANGELOG for other (breaking! changes)
New Contributors
- @1amcode made their first contribution in #38
- @motionsuggests made their first contribution in #48
Full Changelog: 3.1.0...v4.0.0
v3.1.0
v3.0.0
v2.1.0
v2.1.0 - 1/6/2022
Features:
- Added the ability to customize the Axios request configuration (fixes #26).
- Replaced
chalk
withpicocolors
, which has a smaller install size and faster API. - Improved the readability of the options section in the readme.
- Reduced install size by excluding TypeScript build metadata.
Bug fixes:
- Removed the optional marker from the type of the
documents
option.
v2.0.0
v2.0.0 - 12/02/2021
Breaking changes:
docsIntegration
andblogIntegration
have been removed in favor of just settingoutDir
(which is a lot more flexible).outputDirectory
has been renamed tooutDir
.name
is now a required option (dictates CLI command name).- Documents now must have proper file extensions,
.md
is no longer added by default.
Other changes:
- Switch to yarn v3.1.1.
- Updated dependencies.
- Updated code style to use 4 spaces instead of 2.
- Bug fix: documents with subdirectories in their paths will now automatically ensure the subdirectories are created (reported by @fill-the-fill).