Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

50 lines (37 loc) · 1.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.5.1 - 2024-10-30

Fixed

  • Update TypeScript configuration for modern module resolution, fixed [#45]

1.5.0 - 2024-10-07

Changed

  • Improved performance by memoizing the callouts object checking function.
  • Better handling of unsupported callout types.

Fixed

  • Fixed missing dependency for mdast-util-to-string

1.4.0 - 2024-08-28

Changed

  • Update dependencies

Fixed

  • Removed case sensitivity (#25)

1.3.2 - 2024-07-16

Changed

  • Added License notice for lucide icons

1.1.3 - 2023-04-02

Fixed

  • Fixed empty div if there's no remaining content (#3).

1.1.2 - 2023-04-02

Changed

  • Update readme.md
  • Update dependencies

1.1.0-beta.0 - 2023-04-02

Fixed

  • Improve github actions, to avoid missing built files.

1.0.7 - 2023-04-02

Added

  • Update github actions for auto release and plublishing.

Fixed

  • Fixed empty blockquote (#1).