Skip to content

Commit b99e9d3

Browse files
author
Evan Jacobs
committed
5.1.0
See CHANGELOG
1 parent bf1830a commit b99e9d3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### 5.1.0 (6/21/2016)
2+
3+
__[Feature] Optional react-router installation, + 2 misc fixes__ (0fb2c08)
4+
5+
There is now an additional prompt during `yo enigma` on whether
6+
you want to automatically have react-router set up. It will default
7+
to HTML5 pushstate-based routing, which budo is configured to support.
8+
9+
+ Fixed static/index.html using relative paths when they should always
10+
be absolute to the serving root when using pushstate-based routing,
11+
since path nesting is an illusion.
12+
13+
+ No longer using `<main>` as the React root, as semantically it may
14+
make more sense to be used deeper in the nested tree adjacent to a
15+
`<header>` or something similar.
16+
17+
---
18+
119
### 5.0.5 (6/15/2016)
220

321
__Ignore /public from linting__ (2da81fb)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generator-enigma",
33
"description": "Generate a React application with best practice enforcement, integrated testing, and more.",
4-
"version": "5.0.5",
4+
"version": "5.1.0",
55
"license": "MIT",
66
"contributors": [
77
"Evan Jacobs <[email protected]> (http://yaycmyk.com)"

0 commit comments

Comments
 (0)