Comparing version 17.6.0 to 17.6.1
# CHANGELOG | ||
## 17.6.1 | ||
Fixed regression in router from 17.1.0 (blank screen after reload of some routes). | ||
## 17.6.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "bobril", | ||
"version": "17.6.0", | ||
"version": "17.6.1", | ||
"description": "Component Oriented MVC Framework with virtual DOM and CSS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -694,2 +694,4 @@ import { | ||
doAction(tr!); | ||
} else { | ||
invalidate(); | ||
} | ||
@@ -696,0 +698,0 @@ currentTransition = null; |
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
388402
9279