Skip to content

Releases: souporserious/renoun

[email protected]

09 Jan 03:41
5f17515
Compare
Choose a tag to compare

Patch Changes

  • 6c64d70: Throw error when no files found for createSource file pattern.

[email protected]

09 Jan 10:32
ff429e3
Compare
Choose a tag to compare

Patch Changes

  • c396612: Fix bad next dependency conditional.

[email protected]

09 Jan 10:19
5f907d6
Compare
Choose a tag to compare

Minor Changes

  • 7311b67: Add codemods for Next js and mjs configs.

Patch Changes

  • 66a0442: Create mjs next config if no config exists.
  • f84e05e: Add shiki and prettier to package install.
  • 23eda0b: Fix esm error from update-notifier.

[email protected]

09 Jan 03:41
5f17515
Compare
Choose a tag to compare

Patch Changes

  • f5ad5ab: Add create-mdxts cli package.

[email protected]

08 Jan 07:43
9c0719f
Compare
Choose a tag to compare

Minor Changes

  • 913fc68: Add Node polyfill plugin for Editor.
  • e3ed63f: Rename createDataSource -> createSource and mergeDataSources -> mergeSources
  • 4bbb048: Add allowCopy Code prop for controlling the rendering of the copy button.
  • cb95470: Add cli tool to scaffold initial project.

Patch Changes

  • 576b808: Fix loading shiki themes.

[email protected]

04 Jan 08:13
Compare
Choose a tag to compare

Minor Changes

  • 7b3a555: Fix data source item order not taking directory into account.
  • 329ed73: Add depth property to data item.
  • 3fb551f: Fix hydration issue by rendering spans instead of divs.
  • 3e7e3a4: Use a root relative pathname as the data key.
  • 445c961: Link to the first immediate page with data in tree utility.
  • 038ac17: Add mergeDataSources function to merge multiple sources returned from createDataSource.
  • c17d469: Fix previous/next sort order.
  • df9c8ee: Adds a getExample helper attached to the data source.
  • 10d66a4: Add support for examples extension.
  • 3d4105a: Add pathname and slug to example items.
  • e4a68eb: Pass workingDirectory to Code component used in examples.

Patch Changes

  • 6fe9356: Fix type table of contents slug.
  • e15d50e: Expand type documentation if it is not publicly linkable.
  • 53cbf75: Fix createDataSource loader transform not working when other imports are present.
  • 500d3ca: Remove leading numbers from title generated from filename.
  • 66b8629: Fix camel case filename to pathname conversion.