Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 378 Bytes

File metadata and controls

12 lines (8 loc) · 378 Bytes

2.x to 3.0

  • The createEvent helper was removed, use new CustomEvent() directly.
  • The handleHttpBasicAuth() method was removed, use integrateHttpBasicAuth() directly

1.x to 2.0

  • The import path for mount() has changed /mount.js -> /react/mount.mjs.
  • The import path for useDebounced has changed /debounce -> /react/hooks/debounce.