diff options
-rw-r--r-- | CHANGES.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 4.0.0 +- **Breaking Changes:** Most plugins and themes should be incompatible with this version +- GitBook rendering is now done using React, which brings better APIs for plugins and a more interactive website. +- *Performances*: Installation of plugins is much faster thanks to `ied` +- *Performances*: Git conrefs are faster over large books +- *Website Feature:* new default plugin `copy-code` to copy code blocks content in one click +- *Website Feature:* new default plugin `heading-anchors` to have clickable headings + ## 3.2.0 - Switch markdown parser from `kramed` to `markup-it` - Fix support of `|` in tables |