Skip to content

Latest commit

 

History

History
94 lines (41 loc) · 3.98 KB

changelog.md

File metadata and controls

94 lines (41 loc) · 3.98 KB

marked-alert 2.1.2 (2024-11-02)

Bug Fixes

  • handle hard line breaks correctly (5ab5f81), closes #120

marked-alert 2.1.1 (2024-10-30)

Bug Fixes

  • correctly handle extra spaces on first line (f68d1e0), closes #120

marked-alert 2.1.0 (2024-09-26)

Features

marked-alert 2.0.2 (2024-08-29)

Bug Fixes

marked-alert 2.0.1 (2023-11-20)

Bug Fixes

marked-alert 2.0.0 (2023-11-20)

Features

  • add support for [!TIP] and [!CAUTION] (452926c), closes #18
  • drop support for old syntax (a46101b)

BREAKING CHANGES

  • The initial syntax using e.g. **Note** isn't supported any longer.

marked-alert 1.2.1 (2023-11-15)

Bug Fixes

  • resolves first-line tokens (05a74cd)

marked-alert 1.2.0 (2023-11-07)

Features

  • add className prop to meta object (d4fac90)

marked-alert 1.1.2 (2023-10-26)

Bug Fixes

  • resolves ERR_REQUIRE_ESM in CommonJS mocules (f876e00)

marked-alert 1.1.1 (2023-10-23)

Bug Fixes

  • ambiguous resolved titleClassName (9f3d5c9)

marked-alert 1.1.0 (2023-10-23)

Bug Fixes

  • resolves titleClassName (bd15589)

Features

  • supports customizing alert title (59ba2f9)

marked-alert 1.0.0 (2023-10-23)

Features