Files
docbox/CHANGELOG.md
2017-07-31 20:26:39 -04:00

2.0 KiB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.7 (2017-08-01)

Bug Fixes

  • package: update eslint to version 4.1.0 (e2838e6)
  • package: update remark to version 8.0.0 (f19be9c)

1.0.6 (2017-05-11)

Bug Fixes

  • package: update eslint-plugin-react to version 7.0.0 (5657bb2)
  • readme: Correct demo location (f118de4), closes #25

1.0.5 (2017-03-18)

Bug Fixes

  • css: Fix styling of strong, em, and other inlines (#24) (c4fefeb), closes #24 #23

1.0.4 (2017-01-25)

1.0.3 (2017-01-25)

March 22, 2016

  • Fixes non-unique IDs on section headers.
  • You can now run npm run build multiple times without any problems.

March 17, 2016

  • 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.

March 14, 2016

  • Support for toggling between 1 and 2 column mode