Skip to content

Releases: rdilweb/docusaurus-plugin-remote-content

v4.0.0

20 Nov 20:09
b3d8786
Compare
Choose a tag to compare

What's Changed

  • Check CHANGELOG for other (breaking! changes)

New Contributors

Full Changelog: 3.1.0...v4.0.0

v3.1.0

12 Apr 19:54
Compare
Choose a tag to compare

v3.1.0 - 4/12/2022

New features:

  • Add option for modifying output file names and contents dynamically.

v3.0.0

09 Feb 18:12
Compare
Choose a tag to compare

v3.0.0 - 2/9/2022

Breaking changes:

  • Docusaurus v2.0.0-beta.15 or newer is now required.

Bug fixes:

v2.1.0

06 Jan 19:26
Compare
Choose a tag to compare

v2.1.0 - 1/6/2022

Features:

  • Added the ability to customize the Axios request configuration (fixes #26).
  • Replaced chalk with picocolors, 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

02 Dec 17:13
Compare
Choose a tag to compare

v2.0.0 - 12/02/2021

Breaking changes:

  • docsIntegration and blogIntegration have been removed in favor of just setting outDir (which is a lot more flexible).
  • outputDirectory has been renamed to outDir.
  • 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).

v1.2.0

11 Sep 03:11
Compare
Choose a tag to compare

v1.2.0 - 8/10/2021

  • Update Axios to prevent security warnings
  • Require Node.js v12
  • Added outputDirectory option to control which folder the downloaded content is put in
  • Updated TypeScript compiler target to reduce polyfill bloat

v1.1.0

04 Feb 03:02
Compare
Choose a tag to compare

v1.1.0 - 2/3/2021

  • Internal refactoring to simplify code
  • Add more documentation and metadata
  • Throw an error if both integrations are enabled at the same time

v1.0.0

03 Feb 23:17
Compare
Choose a tag to compare

Initial release, it needs a bit more work but it functionally works for now 😄