Skip to content

Commit 3a57011

Browse files
authored
fix: xhr sending issues (#169)
* fix: xhr event redispatching in safari * fix: XHR racecondition in chrome * fix: removed delay from setting props + updated version
1 parent 8d620d5 commit 3a57011

File tree

9 files changed

+172
-72
lines changed

9 files changed

+172
-72
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [14.0.2] - 2022-10-24
11+
12+
### Fixes
13+
14+
- XMLHttpRequest event dispatching should now work in Safari.
15+
- A race-condition blocking XMLHttpRequests in Chrome is now fixed.
16+
1017
## [14.0.1] - 2022-10-21
1118

1219
### Fixes

bundle/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/version.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/xmlhttprequest.js

Lines changed: 78 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
* License for the specific language governing permissions and limitations
1313
* under the License.
1414
*/
15-
export const package_version = "14.0.1";
15+
export const package_version = "14.0.2";
1616

1717
export const supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13", "1.14", "1.15"];

0 commit comments

Comments
 (0)