Commit Graph

49 Commits

Author SHA1 Message Date
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
873392eb51 Update example 2016-05-20 14:10:38 -04:00
ffdf4a6123 Toggle improvements (#17)
* Toggle improvements

* Fix tests
2016-05-20 14:08:29 -04:00
847124a40d Merge pull request #15 from mapbox/node-6
Test on node 6
2016-05-15 11:35:53 -04:00
9c771164a8 Test on node 6 2016-05-15 11:32:57 -04:00
cefd0a7bf3 Merge pull request #14 from mapbox/deps-update
Update outdated deps
2016-05-13 16:45:19 -04:00
974a9a58ab Update outdated deps 2016-05-13 16:39:44 -04:00
ab728f52f9 1.0.1 2016-04-22 15:31:12 +05:30
1f2416aa22 Update links to demo, update changelog 2016-03-22 11:16:08 -04:00
a06e6a8ffa Make build process repeatable. Fixes #7
Previously when you ran `npm run build`, it would change index.html
in a way that prevented you from running `npm run build` again.
This change makes the builder more sophisticated, ensuring that
START and STOP markers stay in the index.html file, letting you
re-run the command.
2016-03-22 11:11:47 -04:00
2364301ee6 Simplify now that remark solves this in core 2016-03-22 10:44:34 -04:00
1ca0ea23fe Update remark-slug to 4.1.0, fixes slugging 2016-03-22 10:39:44 -04:00
cfd612c816 single parser 2016-03-18 15:10:48 -07:00
d1ff665099 Update changelog 2016-03-17 18:30:16 -04:00
e04af8a627 Use specific highlighters instead of including all of them. Halves the bundle size 2016-03-17 18:29:30 -04:00
8e102dd27d Add ?language= linking [feature] 2016-03-17 14:02:58 -04:00
7e487bc62c Add column-mode toggle 2016-03-14 17:28:09 -04:00
d885fd4fe5 Link to FAQ. Fixes #6 2016-03-10 13:33:47 -05:00
7c785e385b Merge pull request #5 from wilkinsona/update-readme
Correct the location of content.js in the README
2016-03-08 15:57:52 -05:00
b83fa271eb Fixes #4 2016-03-08 15:23:09 -05:00
ce975a0988 Correct the location of content.js in the README 2016-03-08 16:47:09 +00:00
01cf89f34a Add icon font 2016-03-07 15:41:23 -05:00
3791514543 Fix readme links 2016-03-07 11:55:30 -05:00
99bc1cfde6 Fix circle.yml 2016-03-07 11:51:05 -05:00
4aef3b9394 Update screenshot 2016-03-07 11:47:51 -05:00
ed94698141 Build artifacts again 2016-03-07 11:40:59 -05:00
6232287ed1 Fix test link 2016-03-07 11:28:55 -05:00
4290483cf3 New node 2016-03-07 11:24:07 -05:00
3679b99300 Up-port 2016-03-07 11:20:04 -05:00
e90ffea98b Don't abuse the title attribute 2016-03-03 13:29:47 -08:00
bd1d4b2b25 Remove unused deps 2016-03-03 11:51:04 -08:00
50e96d261f Port scroll improvements 2016-03-03 11:49:57 -08:00
8fcfc1152b Remove mapboxism 2016-03-02 19:12:04 -08:00
4d8786b865 Shouts and retext nags 2016-03-02 18:02:18 -08:00
bdc2ef11f2 Add screenshot 2016-03-02 17:57:01 -08:00
8be42b8dee No more favicon, add artifacts 2016-03-02 17:51:11 -08:00
1bd8a9eeb4 Readme edits 2016-03-02 17:42:00 -08:00
8a985a3cff Create LICENSE 2016-03-02 17:40:59 -08:00
e4f117bf7d First commit: this starts off on a pretty solid foot because we iterated on it a lot already. 2016-03-02 17:40:09 -08:00