All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.11 (2018-06-04)
1.0.10 (2018-06-03)
- package: update browserify to version 16.0.0 (#73) (d8aacd7)
- package: update eslint-plugin-babel to version 5.0.0 (#80) (aa4b2ee)
- Use cross-env to enable Windows + non-cygwin environments to build (511bc62), closes #86
1.0.9 (2018-01-09)
- Use property initializer syntax to capture proper 'this' context (45ac20a)
- package: update browserify to version 15.0.0 (#63) (ef939c4)
- package: update remark-html to version 7.0.0 (#60) (e099b25)
- package: update remark-slug to version 5.0.0 (#61) (3c281b3)
1.0.8 (2017-09-20)
- package: update babel-eslint to version 8.0.0 (e351f42)
1.0.7 (2017-08-01)
1.0.6 (2017-05-11)
- package: update eslint-plugin-react to version 7.0.0 (5657bb2)
- readme: Correct demo location (f118de4), closes #25
1.0.5 (2017-03-18)
1.0.4 (2017-01-25)
1.0.3 (2017-01-25)
- Fixes non-unique IDs on section headers.
- You can now run
npm run build
multiple times without any problems.
- Support for linking to specific languages. URLs were previously like
#the-section
but now are?language=JavaScript#the-section
when a language is selected, so that you can link to both a specific section and a specific language. - Changes how Docbox uses highlight.js - instead of including tons and tons of languages, we include only a few.
- Support for toggling between 1 and 2 column mode