Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 18, 2019
1 parent 728843d commit e3350df
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.3.0

Breaking changes:

* Reject when promise thrown outside Suspense
* Rejection error when promise thrown outside Suspense
* Continue rendering within suspense boundary once fallback triggered
* Render fallbacks of nested Suspenses when suspend

Bug fixes:

* Ignore Suspense with undefined fallback
* Fix hang on promise rejection
* Shimmed function components transmit `this` context

Dependencies:

* Update `react-dom` dependency to 16.8.4

Other:

* Remove undocumented `lazy` method
* Render within a single thread
* Tests for spacing in HTML output around fallbacks
* Minor performance improvements
* Major refactor
* Update docs

## 0.2.0

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-async-ssr",
"version": "0.2.0",
"version": "0.3.0",
"description": "Render React Suspense on server",
"main": "index.js",
"author": {
Expand Down

0 comments on commit e3350df

Please sign in to comment.