react-habitat
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,10 @@ ## React Habitat Change log | ||
- | ||
### [1.0.1] | ||
- Typo fixes in Readme. Thanks @ryanpcmcquen | ||
### [1.0.0] | ||
**Breaking Change:** `registerAsync` now expects a function. Please see [migration guide](https://github.com/DeloitteDigitalAPAC/react-habitat/wiki/v0.5---v1.0-Migration-Guide). | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "react-habitat", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A React DOM Bootstrapper designed to harmonise a hybrid application", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -363,3 +363,3 @@ ![Deloitte Digital](https://raw.githubusercontent.com/DeloitteDigital/DDBreakpoints/master/docs/deloittedigital-logo-white.png) | ||
})) | ||
.as('AsynReactComponent'); | ||
.as('AsyncReactComponent'); | ||
``` | ||
@@ -393,3 +393,3 @@ | ||
})) | ||
.as('AsynReactComponent'); | ||
.as('AsyncReactComponent'); | ||
``` | ||
@@ -396,0 +396,0 @@ |
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
195375