Comparing version 2.1.0 to 2.1.1
@@ -19,9 +19,10 @@ 'use strict'; | ||
author = _opts$author === undefined ? document.author : _opts$author, | ||
date = opts.date, | ||
_opts$cssClasses = opts.cssClasses, | ||
cssClasses = _opts$cssClasses === undefined ? document.cssClasses || [] : _opts$cssClasses, | ||
_opts$editUrl = opts.editUrl, | ||
editUrl = _opts$editUrl === undefined ? document.editUrl : _opts$editUrl, | ||
date = opts.date, | ||
prev = opts.prev, | ||
next = opts.next, | ||
up = opts.up, | ||
editUrl = opts.editUrl, | ||
_opts$parents = opts.parents, | ||
@@ -28,0 +29,0 @@ parents = _opts$parents === undefined ? [] : _opts$parents; |
# History | ||
## v2.1.1 2017 March 22 | ||
- Fix edit links not showing | ||
## v2.1.0 2017 March 21 | ||
@@ -4,0 +7,0 @@ - Don't render docs crumb if it is the same as project or has no title |
{ | ||
"name": "outpatient", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "helpers for bevry websites", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/outpatient", |
@@ -13,8 +13,8 @@ 'use strict' | ||
author = document.author, | ||
cssClasses = (document.cssClasses || []), | ||
editUrl = document.editUrl, | ||
date, | ||
cssClasses = (document.cssClasses || []), | ||
prev, | ||
next, | ||
up, | ||
editUrl, | ||
parents = [] | ||
@@ -21,0 +21,0 @@ } = opts |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48843
1051