Skip to content

Latest commit

 

History

History
481 lines (271 loc) · 21.4 KB

CHANGELOG.md

File metadata and controls

481 lines (271 loc) · 21.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v3.5.2

compare changes

🩹 Fixes

  • frontmatter: Remove dangling CR (9f07da0)

❤️ Contributors

v3.5.1

compare changes

🚀 Enhancements

  • Expose micromark extension (533ee0c)

🩹 Fixes

  • stringify: Empty line between frontmatter and content (80673e0)
  • attributes: Treat non-bounded attribute like html attributes (#91)

❤️ Contributors

v3.5.0

compare changes

🚀 Enhancements

  • Slot attributes syntax (#90)

🏡 Chore

✅ Tests

  • Add testcase for escaped chars (ebca643)

❤️ Contributors

v3.4.0

compare changes

🚀 Enhancements

  • Move autoUnwrap & CodeBlock props out of experimental (1699b7a)

❤️ Contributors

v3.3.2

compare changes

🩹 Fixes

❤️ Contributors

v3.3.1

compare changes

🩹 Fixes

❤️ Contributors

v3.3.0

compare changes

🚀 Enhancements

  • Option for max attributes length (#79)
  • Allow using inline components inside parentheses (f0f168c)

🩹 Fixes

  • to-markdown: Check if value if an object to properly simple quote value (#81)
  • Resolve experimental features conflict (b0e2daa)
  • autoUnwrap: Do not unwrap tables (7195bcc)
  • Codeblock yaml data section (b74b764)
  • Remove scaped char \ from attributes value (#89)
  • to-markdown: Parse component props object (#84)
  • to-markdown: Link reference attributes (41f7e3c)

🏡 Chore

  • Replace js-yaml by yaml package (#82)
  • Remove studio ci (58ca74a)

✅ Tests

🤖 CI

❤️ Contributors

v3.2.1

compare changes

🚀 Enhancements

  • Support code block as component props (#67)

📖 Documentation

🏡 Chore

  • Remove packagemanger from pakcage json (875982c)

❤️ Contributors

v3.2.0

compare changes

🩹 Fixes

  • attributes: Handle attribute of elements in tableCell (#75)
  • Handle attributes in nested components (#76)
  • Update types (04947ff)

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Sort attributes to have unique markdown each time (#74)

🏡 Chore

✅ Tests

  • Add list item test with inline component (bd3a3f3)

❤️ Contributors

v3.0.2

compare changes

🩹 Fixes

  • Do not flatted data in fm stringify (#70)

❤️ Contributors

v3.0.1

compare changes

🩹 Fixes

  • components: Convert component name to kebab case (9d2d00e)

🏡 Chore

❤️ Contributors

v3.0.0

compare changes

🩹 Fixes

  • Binding & component props (a92995c)
  • Test script (fd1c9f6)
  • Typing mistakes or misspelled words (#66)
  • Parse binding component AST to markdown (#68)
  • Use yaml style when component has one or more named slot (2b3218b)
  • Flat package usage (f849c67)

📖 Documentation

🏡 Chore

❤️ Contributors

v2.1.0

compare changes

🚀 Enhancements

  • Unwrap single child of components and slots (#62)
  • Add default value to variable binding (#58)

📖 Documentation

  • Add binding variables (#59)

❤️ Contributors

v2.0.0

compare changes

🚀 Enhancements

📖 Documentation

❤️ Contributors

v1.2.0

compare changes

📖 Documentation

🏡 Chore

🤖 CI

❤️ Contributors

1.1.3 (2022-11-30)

Bug Fixes

1.1.2 (2022-11-30)

1.1.1 (2022-11-03)

Bug Fixes

  • attributes: pass unconsumed code to next state (dfcd1d5)

1.1.0 (2022-10-27)

Features

Bug Fixes

1.0.8 (2022-10-20)

Bug Fixes

  • to-markdown: close dangling list in sections (#52) (1f09bd6)

1.0.7 (2022-08-18)

Bug Fixes

1.0.6 (2022-08-17)

Bug Fixes

  • prevent directory import (7b0c0d5)

1.0.5 (2022-08-17)

Bug Fixes

1.0.4 (2022-08-02)

Bug Fixes

1.0.3 (2022-08-01)

Bug Fixes

1.0.2 (2022-07-26)

Bug Fixes

  • block-component: do not look for sections inside code fence (#46) (fb26100)
  • move slots to bottom and sort by name (#45) (2d1cb48)
  • to-markdown: keep slots order (#47) (a58c694)

1.0.1 (2022-07-14)

Bug Fixes

  • block-component: do not look for sections inside code fence (74c3963)
  • move slots to bottom and sort by name (#45) (2d1cb48)

1.0.0 (2022-06-30)

Features

  • text interpolate & span attributes in headings (70ee30e)

Bug Fixes

0.1.2 (2022-06-21)

Bug Fixes

0.1.1 (2022-06-21)

Bug Fixes

  • add jiti dev dependency (420ea22)
  • block-container: consume codes after attempts (#40) (1f2ee9b)
  • build: generate cjs file (d82e60e)
  • frontmatter: remove line width limit (3108772)
  • gray-matter: fix gray-matter imports (#33) (435a62a)
  • inline: do not detect inline components as block (325e75e), closes #44
  • span: conflict span syntax with gfm task list (#43) (629710c)
  • span: respect reference-style link (44289c2)
  • update release scripts (5082fc7)

0.1.0 (2021-11-24)

Features

  • provide fmAttributes and use it to generate markdown (ce3702e)

Bug Fixes

0.1.0 (2021-11-24)

Features

  • provide fmAttributes and use it to generate markdown (ce3702e)

Bug Fixes