Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
84 lines (53 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

84 lines (53 loc) · 2.95 KB

Changelog

v2.1.0-beta.6 (2023-02-28)

🐛 Bug Fix

Committers: 1

v2.1.0-beta.5 (2023-02-10)

🚀 Enhancement

Committers: 1

v2.1.0-beta.4 (2023-02-07)

🐛 Bug Fix

  • #896 fix getProvider not getting the 'any-link' fallback provider (@julien-nc)
  • #897 fix the focus trap issue (after escape is pressed) when the link picker is displayed in the Viewer (@julien-nc)

Committers: 1

v2.1.0-beta.3 (2023-02-03)

🚀 Enhancement

Committers: 1

v2.1.0-beta.1 (2023-01-30)

🚀 Enhancement

Committers: 1

v2.0.4 (2022-10-01)

🐛 Bug Fix

v2.0.3 (2022-09-29)

🐛 Bug Fix

2.0.2 (2022-09-28)

🚀 Enhancement

🐛 Bug Fix

2.0.1

Fixes

  • Only underline links which are not components. (#778)

2.0.0

Breaking changes

A couple of rendering options have been removed due to complications with the new remark/rehype versions. Those may be re-added in the future, but currently are considered unsupported:

  • markdownCssClasses have been dropped
  • disableMarkdownBlockFeatures has been dropped
  • disableMarkdownInlineFeatures has been dropped

Enhancements

  • Link preview using the server references APP (Requires Nextcloud 25)
  • Plain text rendering is no longer using remark/rehype
  • Bundling with vite and exposing es modules