diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-12 21:27:55 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-12 21:27:55 +0200 |
commit | 48ee0e35b0a9f77cfc66b2ec35a45e487020c847 (patch) | |
tree | 2462a1140d2886280987aec2bdcf27607f9d3d37 | |
parent | 2fff291cad069bb28a78630430922910344a6206 (diff) | |
download | gitbook-48ee0e35b0a9f77cfc66b2ec35a45e487020c847.zip gitbook-48ee0e35b0a9f77cfc66b2ec35a45e487020c847.tar.gz gitbook-48ee0e35b0a9f77cfc66b2ec35a45e487020c847.tar.bz2 |
Start changelog
-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 |