UNPKG

2.64 kBMarkdownView Raw
1## v0.7.0 - unreleased
2
3- Use the system font, rather than Helvetica. This is in line with GitHub's new styles.
4- Stylus files are now available in `css/`, giving way to other packages that would like to extend Docpress's styles.
5
6## [v0.6.10]
7> Dec 10, 2015
8
9- iconfonts [v0.8.0](https://github.com/rstacruz/iconfonts/blob/master/History.md#v0.8.0)
10 - Fix Firefox not loading the icons
11
12## [v0.6.5]
13> Nov 26, 2015
14
15- Fix packaging
16
17## [v0.6.4]
18> Nov 26, 2015
19
20- [docpress/#2](https://github.com/docpress/docpress/issues/2) - fix stylesheet problem
21
22## [v0.6.2]
23> Nov 13, 2015
24
25- Add the `googleAnalytics` option
26
27## [v0.6.1]
28> Oct 20, 2015
29
30- Reinstate browserify as a dependency—fixes packages that use docpress-base in their tests
31
32## [v0.6.0]
33> Oct 20, 2015
34
35- Cache reusable values - makes much compilation faster
36- Allow external JS loading via the `js` option
37- Fix menu toggle not appearing properly
38
39## [v0.5.5]
40> Oct 16, 2015
41
42- Fix styles overlapping in development mode
43
44## [v0.5.4]
45> Oct 16, 2015
46
47- Remove console.log
48
49## [v0.5.3]
50> Oct 16, 2015
51
52- Add `viewport` meta tag for responsiveness
53- Fix Pjax suddenly not working
54
55## [v0.5.0]
56> Oct 16, 2015
57
58- Use Stylus instead of Sass
59- Use new setting `css` for custom CSS
60- Fix bug where a stray `<link rel="stylesheet">` appears in the source
61
62## [v0.4.0]
63> Oct 15, 2015
64
65- Allow external CSS config
66
67## [v0.3.1]
68> Oct 14, 2015
69
70- Make footer links bigger
71- Fix slight bug where documents with images can derail scrolltracking
72- Indent the output HTML
73
74## [v0.2.0]
75> Oct 12, 2015
76
77- Allow anchor links in TOC (eg, `README.md#usage`)
78
79## v0.1.0
80> Oct 11, 2015
81
82- Initial release.
83
84[v0.2.0]: https://github.com/docpress/docpress-base/compare/v0.1.0...v0.2.0
85[v0.3.1]: https://github.com/docpress/docpress-base/compare/v0.2.0...v0.3.1
86[v0.4.0]: https://github.com/docpress/docpress-base/compare/v0.3.1...v0.4.0
87[v0.5.0]: https://github.com/docpress/docpress-base/compare/v0.4.0...v0.5.0
88[v0.5.3]: https://github.com/docpress/docpress-base/compare/v0.5.0...v0.5.3
89[v0.5.4]: https://github.com/docpress/docpress-base/compare/v0.5.3...v0.5.4
90[v0.5.5]: https://github.com/docpress/docpress-base/compare/v0.5.4...v0.5.5
91[v0.6.0]: https://github.com/docpress/docpress-base/compare/v0.5.5...v0.6.0
92[v0.6.1]: https://github.com/docpress/docpress-base/compare/v0.6.0...v0.6.1
93[v0.6.2]: https://github.com/docpress/docpress-base/compare/v0.6.1...v0.6.2
94[v0.6.4]: https://github.com/docpress/docpress-base/compare/v0.6.2...v0.6.4
95[v0.6.5]: https://github.com/docpress/docpress-base/compare/v0.6.4...v0.6.5
96[v0.6.10]: https://github.com/docpress/docpress-base/compare/v0.6.5...v0.6.10