@taxbit/react-sdk 3.3.0-beta.0 → 3.3.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/taxbit-react-sdk.js +320 -332
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -376,6 +376,10 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
376
376
|
|
|
377
377
|
## Changelog
|
|
378
378
|
|
|
379
|
+
#### Version 3.3.1-beta.0
|
|
380
|
+
|
|
381
|
+
- Bug fix, clearing client-provided account holder data on a disregarded entity.
|
|
382
|
+
|
|
379
383
|
### Version 3.3.0-beta.0
|
|
380
384
|
|
|
381
385
|
- **Proxy Headers**: New `proxyHeaders` prop allows passing custom HTTP headers through to all API requests, enabling support for proxy configurations and custom authentication schemes
|