Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 3.69 KB

File metadata and controls

56 lines (32 loc) · 3.69 KB

Changelog

2.1.0 (2024-10-28)

Features

  • allow customizing the alert type to admonitions directive mapping via the plugin options (6605a88)

2.0.0 (2024-09-05)

Bug Fixes

  • map GitHub "IMPORTANT" admonition to Docusaurus "info" admonition - fixes #6 (4126c1d)

1.0.5 (2024-04-18)

Features

  • add util to check whether type is valid GitHub alert type (de20d72)
  • simplify code and rename file to function name (2ba5d63)
  • simplify code and return semantically correct type (c66d99c)
  • use new return value in plugin (ddb6eb9)

1.0.4 (2024-03-05)

Bug Fixes

  • loosen dependency ranges (62d46c0)

1.0.3 (2024-03-04)

Bug Fixes

  • fix release process to prevent empty builds (4f9ad07)

1.0.2 (2024-03-04)

Bug Fixes

  • add build output to NPM export (45198f5)

1.0.1 (2024-03-04)

Bug Fixes

  • add dependencies only used for types to dependencies (fb3f53d)
  • change exports order and put types first (4147e4d)
  • remove typo from main export (c7bfe75)
  • type plugin to specify the node type it accepts and returns (8de9dfc)

1.0.0 (2024-03-03)

Features