Skip to content

v1.2.1 - alignment update

Choose a tag to compare

@humanbydefinition humanbydefinition released this 06 Feb 23:05
· 59 commits to main since this release
56c17e9
  • Simplified Plugin Integration: The plugin now offers a direct ExportPlugin export for easier integration into textmode.js instances, deprecating the previous factory function createTextmodeExportPlugin.
  • Runtime Export Overlay Control: Users can now programmatically control the visibility of the export overlay UI at runtime using new methods like show(), hide(), toggle(), and isVisible() available via textmodifier.exportOverlay.
  • Comprehensive Documentation Overhaul: The documentation generation system has been completely revamped, utilizing new TypeDoc plugins and a custom frontmatter plugin to produce more structured, maintainable, and SEO-friendly API documentation.
  • Dependency Updates: The core textmode.js dependency has been updated to >=0.10.0, and new development dependencies for documentation tools (typedoc-plugin-frontmatter, typedoc-vitepress-theme) have been added.