Releases: souporserious/renoun
Releases · souporserious/renoun
@renoun/[email protected]
Major Changes
- 3565fa9: Adds
@renoun/mdx
package that includes pre-configured and customremark
andrehype
plugins.
[email protected]
Major Changes
- 8e1a7e1: Renames the package from
omnidoc
torenoun
.
@renoun/[email protected]
Major Changes
- 52b18ed: Renames the package from
@omnidoc/mdx-plugins
to@renoun/mdx-plugins
.
[email protected]
@omnidoc/[email protected]
Patch Changes
- 825824f: Exports
Headings
type.
[email protected]
Minor Changes
- c017f16: Adds
@omnidoc/mdx-plugins
package that includes pre-configured and customremark
andrehype
plugins. - a2f85cb: Adds
filter
option tocreateCollection
for filtering by specific file system sources.
Patch Changes
- 8267207: Adds better error handling when trying to update the project based on a file system change.
@omnidoc/[email protected]
Minor Changes
- c017f16: Adds
@omnidoc/mdx-plugins
package that includes pre-configured and customremark
andrehype
plugins.
[email protected]
Patch Changes
- 622c1c4: Use newer version of pnpm to fix catalog on publish.
[email protected]
Minor Changes
- 4c29cdc: Removes
getTitle
method for collection source. - 9b4fe41: Adds
getTags
method to collection export source that returns the relative JS Doc tags if they exist.
Patch Changes
- ac6ce1c: Always clean up sub-process in close event when using cli.
- 365a2c3: The
getText
method for a collection export source now includes the full context of everything used within the export. - 1b6d65a: Adds better title parsing for file system and export source names.
- 43e379c: Adds
.git
to default ignored list for projects. - 1a4888b: Removes the
sourcePath
prop from theCodeBlock
component which was previously only used with the MDX plugins and Webpack loader. - 0b00c1a: Fixes
getEditPath
not trimming the working directory in production.