Two bug fixes and catch up to most recent api version
Pre-release
Pre-release
·
378 commits
to master
since this release
Bug Fixes 🐛
- Cookies were being set to the current path with no way to define your own path. This would cause issues if cookies were being set while the user was not on the root of the domain because that cookie would only be accessible on the path it was created on or any sub-path
- by default cookies are now set at the root
- you can now configure the sdk to set to any path you like. For ex:
Configuration.Set({cookieOptions: { path: 'mypath' }})
- Models for
searchOnandsortBywere not allowing valid values
Regen SDK ⏩
- SDK now up to date with API v1.0.183