Skip to content

10.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 01:10

10.0.0 (2025-03-23)

Bug Fixes

  • add support for the notes tag (7494a63)
  • correct typo in descriptionParagraph property (64b22ec)
  • correct typo in getFormatter method (ae86690)
  • correct typo in render methods' names (32a519b)
  • move notes to the tags with desc as name (7e6d23e)
  • typo on deprecated tag (1e43b30)
  • update all the dependencies (8aa9ac0)

BREAKING CHANGES

  • prettier has been moved from prod dependency to peer
    dependency, so you'll have to add it to your own package.json, if
    if you didn't have it already.
  • If the plugin is being extended, the utility methods
    renderTagsInlines and tryToRenderTagsInColums have been fixed
    and they are now renderTagsInLines and tryToRenderTagsInColumns.
  • If the plugin is being extended, the utility function
    for TS types getFormater has been fixed and it's now getFormatter.
  • If the plugin is being extended, the tag property
    descriptionParagrah has been fixed and it's now
    descriptionParagraph.