Skip to content

Commit 86eab90

Browse files
committed
Release 1.8.0
1 parent 28b130e commit 86eab90

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.8.0] - 2018-11-26
8+
### Added
9+
- Dark and light color theme
10+
711
## [1.7.0] - 2018-11-22
812
### Added
913
- Syntax diagram will wrap if sequences become very long

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ebnf2railroad",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "EBNF to Railroad diagram",
55
"keywords": [
66
"ebnf",

src/report-html-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ dfn {
255255
}
256256
257257
/* Responsiveness */
258-
@media (max-width: 640px) {
258+
@media (max-width: 800px) {
259259
body {
260260
overflow-x: hidden;
261261
}

0 commit comments

Comments
 (0)