From 7e9cd94168f44f33f7f4d4ca3f0a1dc5c45f86b1 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Sat, 2 Mar 2019 20:01:54 +0200 Subject: [PATCH] Update react to 16.8.3 ## 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](https://github.com/facebook/react/pull/14914)) * Fix a bug that caused render phase updates to be discarded. ([@gaearon](https://github.com/gaearon) in [#14852](https://github.com/facebook/react/pull/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](https://github.com/facebook/react/pull/14706/)) --- react/boot-cljsjs-checksums.edn | 16 ++++++++-------- react/build.boot | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/react/boot-cljsjs-checksums.edn b/react/boot-cljsjs-checksums.edn index b3095fceb..c61012126 100644 --- a/react/boot-cljsjs-checksums.edn +++ b/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"} diff --git a/react/build.boot b/react/build.boot index 34b5af969..ede50baca 100644 --- a/react/build.boot +++ b/react/build.boot @@ -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!