Skip to content

Commit

Permalink
Update react to 16.8.3
Browse files Browse the repository at this point in the history
## 16.8.2 => 16.8.3

### React DOM

* Fix a bug that caused inputs to behave incorrectly in UMD builds. ([@gaearon](https://github.com/gaearon) in [#14914](facebook/react#14914))
* Fix a bug that caused render phase updates to be discarded. ([@gaearon](https://github.com/gaearon) in [#14852](facebook/react#14852))

### React DOM Server
* Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. ([@overlookmotel](https://github.com/overlookmotel) in [#14706](facebook/react#14706))
  • Loading branch information
Deraen committed Mar 2, 2019
1 parent 14edca5 commit d238fd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions react/boot-cljsjs-checksums.edn
@@ -1,16 +1,16 @@
{"cljsjs/react-dom/development/react-dom-server.browser.inc.js"
"ACAF205FE9854F612E9ED391858DEB87",
"C072F148E686BB63F7450C34546112D9",
"cljsjs/react-dom/development/react-dom-test-utils.inc.js"
"6570F9C8CD6D8AB8C4779E191CA49BC1",
"6EBE30BECBF9D3A4E971E3387DA29442",
"cljsjs/react-dom/development/react-dom.inc.js"
"DCD971BF775191B024CC38505BFE537D",
"3DCB6789D793A7A844199E7A20EF29E6",
"cljsjs/react-dom/production/react-dom-server.browser.min.inc.js"
"99D626D47B17ED676E08B754D3B05891",
"9EDAB5912CA9C07CBF8F85DE2E03DD05",
"cljsjs/react-dom/production/react-dom-test-utils.min.inc.js"
"0B72075448ADFA5AE98E656D6BAF8D6A",
"F6DC584E5F786432E64A442767333458",
"cljsjs/react-dom/production/react-dom.min.inc.js"
"148E0B362F8DFCE75B71D43B9662A6CD",
"84EC5322BA3B6DFF3FCA9A71832E3F1D",
"cljsjs/react/development/react.inc.js"
"093C4A6587A38147ADA912C91C72DE07",
"9E961A3CBCE044823FE8ABE0F6F61412",
"cljsjs/react/production/react.min.inc.js"
"D89CA949BD7D0511E0450F67CEFF9699"}
"698114F22DB5A3585658C1C2489BE390"}
2 changes: 1 addition & 1 deletion react/build.boot
Expand Up @@ -4,7 +4,7 @@

(require '[cljsjs.boot-cljsjs.packaging :refer :all])

(def +lib-version+ "16.8.2")
(def +lib-version+ "16.8.3")
(def +version+ (str +lib-version+ "-0"))

(task-options!
Expand Down

0 comments on commit d238fd1

Please sign in to comment.