mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
chore(release): 1.4.0
This commit is contained in:
parent
9b0cae2acd
commit
351fd8dcf6
15
CHANGELOG.md
15
CHANGELOG.md
@ -2,6 +2,21 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
<a name="1.4.0"></a>
|
||||
# [1.4.0](https://github.com/smooth-code/loadable-components/compare/v1.3.0...v1.4.0) (2018-04-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* set correct loading state if component is already loaded. (#64) ([9b0cae2](https://github.com/smooth-code/loadable-components/commit/9b0cae2))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support React.createContext API (#65) ([289ad67](https://github.com/smooth-code/loadable-components/commit/289ad67))
|
||||
|
||||
|
||||
|
||||
<a name="1.3.0"></a>
|
||||
# [1.3.0](https://github.com/smooth-code/loadable-components/compare/v1.2.0...v1.3.0) (2018-04-06)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "loadable-components",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"description": "React code splitting made easy.",
|
||||
"repository": "git@github.com:smooth-code/loadable-components.git",
|
||||
"main": "dist/loadable-components.cjs.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user