diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-09-01 17:44:53 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-09-01 17:44:53 +0200 |
commit | 09b038b16dde7c38ed835b2ffc07517029e665b4 (patch) | |
tree | 31248ae70ae0b20f40d38ab43dfd3b6b7792c336 | |
parent | cf601d97ad3d886c9f2360e29e873cc231918d5d (diff) | |
download | gitbook-09b038b16dde7c38ed835b2ffc07517029e665b4.zip gitbook-09b038b16dde7c38ed835b2ffc07517029e665b4.tar.gz gitbook-09b038b16dde7c38ed835b2ffc07517029e665b4.tar.bz2 |
Bump version to 2.3.02.3.0
-rw-r--r-- | CHANGES.md | 11 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.3.0 +- Fix nunjucks issue with multiple `{% raw %}` blocks +- Fix crash when git conref failed +- Fix crash when failed to download remote image (better error message) +- Fix flicking effect when changing page (big UX improvement) +- Add Hebrew translation (`he`) +- Add utility method `book.config.get` for plugins +- Hooks `page:before` and `page` are no longer deprecated +- Remove webfonts to make website lighter +- Make glossary's order case insensitive + ## 2.2.0 - Fix direction in code blocks (always LTR) - Add options `chapterMark` and `pageBreaksBefore` for PDF diff --git a/package.json b/package.json index e89a19d..05c5fa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "2.2.0", + "version": "2.3.0", "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |