Releases: clutter/wt-client
Releases · clutter/wt-client
v4.0.0
v3.3.0
What's Changed
- Send events using POST by @mattagra in #36
- Send cookies when making track request by @mattagra in #38
- Port to TS + Jest + esbuild + use more developer friendly API by @nopelluhh in #46
- Add React helpers by @nopelluhh in #47
- Fix CJS bundle by @nopelluhh in #53
- V2 by @nopelluhh in #55
- Bump React types to ^18 by @nopelluhh in #56
- Fix WTProvider props and confusing metadata behavior by @nopelluhh in #57
- Support passing schema param by @nopelluhh in #59
- Send track requests as JSON by @nopelluhh in #60
- V3.0.0 by @nopelluhh in #64
- Allow passing visitor token as top level param by @nopelluhh in #65
- Fix visitor token override position by @nopelluhh in #66
- Include error in onError callback by @nopelluhh in #68
- Delete @types/react as a peer dependency by @ksylvest in #69
New Contributors
- @mattagra made their first contribution in #36
- @nopelluhh made their first contribution in #46
Full Changelog: 1.1.1...v3.3.0
Fix send started event and param defaults
- Update 'SEND_STARTED' event to emit after it has actually started sending.
- Update paramDefaults to be overridden by event data instead of the other way around.
1.1.0
Cookie Expiration extend to 20 years
Merge pull request #25 from clutter/sagar.wt_visitor_cookies_expiration extend cookie expiration to 20 years
Set wt_page_uuid cookie if not present
v1.0.15 Merge pull request #24 from clutter/sagar.set-wt-page-uuid-cookie-if-…
Fix Page uuid for unbounce
Merge pull request #23 from clutter/fix-page-uuid-issue-for-unbounce Fix page UUID issue for unbounce
Generate page uuid if not present
Merge pull request #22 from clutter/generate_page_uuid_if_it_null Generate page uuid if it is null
Add page uuid to wt_events
Merge pull request #21 from clutter/add-uuid-to-wt-events Add uuid to all events
Spelling Change
[v1.0.6] - Friday, February 23, 2018
- Change spelling of referer to referrer