|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Version 1.5.0 |
| 3 | +## Version 2.3.1 |
| 4 | + |
| 5 | +*July 5, 2018* |
| 6 | + |
| 7 | +- Update `sprockets` in `Gemfile.lock` to fix security warnings |
| 8 | + |
| 9 | +## Version 2.3 |
| 10 | + |
| 11 | +*July 5, 2018* |
| 12 | + |
| 13 | +- Allows strikethrough in markdown by default. |
| 14 | +- Upgrades jQuery to 3.2.1, thanks to [Tomi Takussaari](https://github.com/TomiTakussaari) |
| 15 | +- Fixes invalid HTML in `layout.erb`, thanks to [Eric Scouten](https://github.com/scouten) for pointing out |
| 16 | +- Hopefully fixes Vagrant memory issues, thanks to [Petter Blomberg](https://github.com/p-blomberg) for the suggestion |
| 17 | +- Cleans HTML in headers before setting `document.title`, thanks to [Dan Levy](https://github.com/justsml) |
| 18 | +- Allows trailing whitespace in markdown files, thanks to [Samuel Cousin](https://github.com/kuzyn) |
| 19 | +- Fixes pushState/replaceState problems with scrolling not changing the document hash, thanks to [Andrey Fedorov](https://github.com/anfedorov) |
| 20 | +- Removes some outdated examples, thanks [@al-tr](https://github.com/al-tr), [Jerome Dahdah](https://github.com/jdahdah), and [Ricardo Castro](https://github.com/mccricardo) |
| 21 | +- Fixes `nav-padding` bug, thanks [Jerome Dahdah](https://github.com/jdahdah) |
| 22 | +- Code style fixes thanks to [Sebastian Zaremba](https://github.com/vassyz) |
| 23 | +- Nokogiri version bump thanks to [Grey Baker](https://github.com/greysteil) |
| 24 | +- Fix to default `index.md` text thanks to [Nick Busey](https://github.com/NickBusey) |
| 25 | + |
| 26 | +Thanks to everyone who contributed to this release! |
| 27 | + |
| 28 | +## Version 2.2 |
| 29 | + |
| 30 | +*January 19, 2018* |
| 31 | + |
| 32 | +- Fixes bugs with some non-roman languages not generating unique headers |
| 33 | +- Adds editorconfig, thanks to [Jay Thomas](https://github.com/jaythomas) |
| 34 | +- Adds optional `NestingUniqueHeadCounter`, thanks to [Vladimir Morozov](https://github.com/greenhost87) |
| 35 | +- Small fixes to typos and language, thx [Emir Ribić](https://github.com/ribice), [Gregor Martynus](https://github.com/gr2m), and [Martius](https://github.com/martiuslim)! |
| 36 | +- Adds links to Spectrum chat for questions in README and ISSUE_TEMPLATE |
| 37 | + |
| 38 | +## Version 2.1 |
| 39 | + |
| 40 | +*October 30, 2017* |
| 41 | + |
| 42 | +- Right-to-left text stylesheet option, thanks to [Mohammad Hossein Rabiee](https://github.com/mhrabiee) |
| 43 | +- Fix for HTML5 history state bug, thanks to [Zach Toolson](https://github.com/ztoolson) |
| 44 | +- Small styling changes, typo fixes, small bug fixes from [Marian Friedmann](https://github.com/rnarian), [Ben Wilhelm](https://github.com/benwilhelm), [Fouad Matin](https://github.com/fouad), [Nicolas Bonduel](https://github.com/NicolasBonduel), [Christian Oliff](https://github.com/coliff) |
| 45 | + |
| 46 | +Thanks to everyone who submitted PRs for this version! |
| 47 | + |
| 48 | +## Version 2.0 |
| 49 | + |
| 50 | +*July 17, 2017* |
| 51 | + |
| 52 | +- All-new statically generated table of contents |
| 53 | + - Should be much faster loading and scrolling for large pages |
| 54 | + - Smaller Javascript file sizes |
| 55 | + - Avoids the problem with the last link in the ToC not ever highlighting if the section was shorter than the page |
| 56 | + - Fixes control-click not opening in a new page |
| 57 | + - Automatically updates the HTML title as you scroll |
| 58 | +- Updated design |
| 59 | + - New default colors! |
| 60 | + - New spacings and sizes! |
| 61 | + - System-default typefaces, just like GitHub |
| 62 | +- Added search input delay on large corpuses to reduce lag |
| 63 | +- We even bumped the major version cause hey, why not? |
| 64 | +- Various small bug fixes |
| 65 | + |
| 66 | +Thanks to everyone who helped debug or wrote code for this version! It was a serious community effort, and I couldn't have done it alone. |
| 67 | + |
| 68 | +## Version 1.5 |
4 | 69 |
|
5 | 70 | *February 23, 2017* |
6 | 71 |
|
|
9 | 74 | - Switch default code highlighting color scheme to better highlight JSON |
10 | 75 | - Various small typo and bug fixes |
11 | 76 |
|
12 | | -## Version 1.4.0 |
| 77 | +## Version 1.4 |
13 | 78 |
|
14 | 79 | *November 24, 2016* |
15 | 80 |
|
|
0 commit comments