Skip to content

0.14.0

Compare
Choose a tag to compare
@nalgeon nalgeon released this 14 Feb 20:49
· 57 commits to main since this release

Minor improvements:

  • Package version is now available as a global property window.codapi.version.
  • Better handling of syntax-highlighted pre and code elements.
  • The widget correctly attaches to the preceding code block even if it is rendered inside the p element (due to Markdown processing rules). Previously, it threw an exception in this case (see #13 (comment)).

⚠️ There are some breaking changes in undocumented APIs (hopefully you didn't use them):

  • The global window.Codapi object is renamed to window.codapi.
  • The global window.CodapiSnippet object is removed.