Commit Graph

88 Commits

Author SHA1 Message Date
a7935b3534 chore(package): update expect to version 22.0.3 (#65)
Closes #62
2018-01-09 09:49:33 -08:00
ef939c43ef fix(package): update browserify to version 15.0.0 (#63) 2018-01-09 09:49:28 -08:00
e099b25bca fix(package): update remark-html to version 7.0.0 (#60) 2017-12-06 10:24:24 -08:00
66c055bf96 Add mention of docbox as user, no longer restrict to companies 2017-12-01 16:43:42 -08:00
5f9c9b89a1 Update deps, fix column mode toggle. (#59) 2017-11-26 10:24:58 -08:00
2495b22a70 chore(package): update cz-conventional-changelog to version 2.1.0 (#57) 2017-11-13 10:23:52 -08:00
4807db2357 chore(package): update mocha to version 4.0.0 (#55) 2017-10-03 08:54:24 -07:00
22f01e6fd4 Update readme to reflect real reality 2017-09-27 11:18:01 -07:00
45ac20aaa5 fix: Use property initializer syntax to capture proper 'this' context
* Use property initializer syntax to capture proper 'this' context

* Add .gitignore

* Remove debugger

* Remove logs from gitignore

* Remove gitignore completely
2017-09-22 22:35:56 -07:00
7a7a39df39 chore(release): 1.0.8 2017-09-20 16:42:43 -07:00
4731ce3890 Update to property initializer syntax 2017-09-20 16:40:14 -07:00
ab3b61d580 Fix context binding of 'this' 2017-09-20 16:40:14 -07:00
e351f4227a fix(package): update babel-eslint to version 8.0.0 2017-09-20 16:37:16 -07:00
a9424487ef chore: Chore update expect syntax to jesty expect 2017-09-08 11:06:25 -07:00
5f9f34dd29 chore(package): update expect to version 21.0.2
Closes #45
2017-09-08 11:06:25 -07:00
7ade846dce chore(release): 1.0.7 2017-07-31 20:26:39 -04:00
999fd49239 chore: Update uglify-js 2017-07-31 20:24:04 -04:00
484ebb7bfe Merge branch 'master' of github.com:tmcw/docbox 2017-07-21 15:30:56 -04:00
9ab5135790 docs: Note Mapillary usage 2017-07-21 15:28:28 -04:00
61f9c4892c Create CODE_OF_CONDUCT.md 2017-07-21 11:28:45 -04:00
f19be9c449 fix(package): update remark to version 8.0.0 2017-07-20 17:41:04 -04:00
e2838e68a3 fix(package): update eslint to version 4.1.0 2017-07-19 15:24:52 -04:00
e23696fe2c chore(release): 1.0.6 2017-05-11 11:09:24 -04:00
f5c5f86b24 refactor: Use ES6 classes instead of createClass 2017-05-11 11:06:56 -04:00
5657bb232a fix(package): update eslint-plugin-react to version 7.0.0 2017-05-11 11:06:56 -04:00
f946adadf2 chore(package): update budo to version 10.0.0
https://greenkeeper.io/
2017-04-21 11:41:06 -04:00
d8c1824916 style(eslint): Fix JSX style for new eslint 2017-04-10 18:24:55 -04:00
b9192ab3e7 docs(readme): add Greenkeeper badge
https://greenkeeper.io/
2017-04-10 18:24:55 -04:00
df415174a8 chore(package): update dependencies
https://greenkeeper.io/
2017-04-10 18:24:55 -04:00
28fafd04b7 Add 'companies using docbox' 2017-03-22 12:25:08 -04:00
f118de4c24 fix(readme): Correct demo location
Fixes #25
2017-03-18 23:04:26 -04:00
2549f3589a Merge branch 'master' of github.com:tmcw/docbox 2017-03-18 12:36:30 -04:00
c775eedd87 chore(package): Add repository to package.json 2017-03-18 11:53:59 -04:00
a48824126b chore(changelog): Remove duplicate manual heading 2017-03-18 11:51:43 -04:00
e74e23bf60 Changelog for 1.0.5 2017-03-18 11:50:11 -04:00
f2df9dfaf3 build(changelog): Use standard-changelog and add task 2017-03-18 11:49:46 -04:00
04a8b8fcc4 chore(readme): Fix CircleCI badge 2017-03-18 11:48:16 -04:00
c4fefeb304 fix(css): Fix styling of strong, em, and other inlines (#24)
This fixes a bug that remains in base.css, where it used explicit font family names and classes

instead of relying on the browser to associate faces with styles.

Fixes #23
2017-03-18 11:46:46 -04:00
95c5d705a1 Update for changes in remark (#22) 2017-03-02 14:07:50 -05:00
d20007cac7 Update LICENSE 2017-02-24 16:52:58 -05:00
1f9db136ac chore(release): 1.0.4 2017-01-25 09:06:32 -05:00
5520cc3fe7 build(release): Add release stage 2017-01-25 09:06:26 -05:00
04cd284b2c chore(release): 1.0.3 2017-01-25 09:05:01 -05:00
20c212fdf9 docs(changelog): Improve changelog - previous changelogs:
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
2017-01-25 09:02:05 -05:00
85a62e3357 Remove base.css notice 2016-09-16 15:26:38 -04:00
02ebec023c Fixed links. (#18) 2016-07-19 16:21:17 -04:00
bbf57d38c7 add license title (#19)
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)
2016-07-19 16:21:03 -04:00
5cb46e59d3 1.0.2 2016-07-19 16:20:49 -04:00
febfa13608 Update dependencies 2016-07-19 16:20:11 -04:00
91e7e42213 Update contributing to describe how to add a new language 2016-05-20 14:29:05 -04:00