hedgedoc/CHANGELOG.md
Philip Molares 937a2e9eb9
View mode wider (#271)
made some components wider in View Mode
These objects include
- `<img>` alone in a paragraph
- `<codimd-youtube>`
- `<codimd-vimeo>`
- `<codimd-pdf>`

This can be toggled via the `wider` prop in `MarkdownRenderer`

Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-06-25 22:38:10 +02:00

2.3 KiB

Changelog

[Unreleased]

Deprecations

  • This version of CodiMD is the last version that supports the following short-code syntaxes for embedding content. Embedding works now instead by putting the plain webpage link to the content into a single line.

Removed

  • SlideShare embedding
    • If a legacy embedding code is detected it will show the link to the presentation instead of the embedded presentation
  • Speakerdeck embedding
    • If a legacy embedding code is detected it will show the link to the presentation instead of the embedded presentation
  • We are now using highlight.js instead of highlight.js + prism.js for code highlighting. Check out the highlight.js demo page to see which languages are supported. The highlighting for following languages isn't supported by highlight.js:
    • tiddlywiki
    • mediawiki
    • jsx

Added

  • A new table view for the history (besides the card view)
  • Better support for RTL-languages (and LTR-content in a RTL-page)
  • Users may now change their display name and password (only email accounts) on the new profile page
  • Highlighted code blocks can now use line wrapping and line numbers at once
  • Images, videos, and other non-text content is now wider in View Mode

Changed

  • The sign-in/sign-up functions are now on a separate page
  • The history shows both the entries saved in LocalStorage and the entries saved on the server together
  • The gist and pdf embeddings now use a one-click aproach similar to vimeo and youtube
  • Use Twemoji as icon font
  • The [name=...], [time=...] and [color=...] tags may now be used anywhere in the document and not just inside of blockquotes and lists.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.