sdk-icons-changelog
-e --- id: sdk-icons-changelog title: sdk-icons
sidebar_label: sdk-icons
Change Log
11.0.0
Major Changes
@boldpenguin/sdk-web-components, @boldpenguin/sdk-websockets, @boldpenguin/sdk-polyfill, @boldpenguin/sdk-requests, @boldpenguin/sdk-utility, @boldpenguin/sdk-icons, @boldpenguin/sdk-redux, @boldpenguin/sdk-types, @boldpenguin/sdk-auth, @boldpenguin/sdk-core, @boldpenguin/sdk-demo
Add off-platform carrier portal url endpoint
- Adds endpoint which returns carrier portal url (
ApplicationForm.getCarrierPortalUrl()) - Endpoint returns new type
ICarrierPortalUrlResponse - Remove references to
carrier_bind_urlproperty onIQuoteRequesttype
- Adds endpoint which returns carrier portal url (
Minor Changes
@boldpenguin/sdk-web-components, @boldpenguin/sdk-icons
- Add Vite support to
@boldpenguin/sdk-web-componentsand@boldpenguin/sdk-iconspackages @boldpenguin/sdknow has a Vite specific entrypoint to accomodate differences in bundler import behaviors. Try importing from@boldpenguin/sdk/viteif you are having issues with the default exports
Patch Changes
@boldpenguin/sdk-web-components, @boldpenguin/sdk-websockets, @boldpenguin/sdk-polyfill, @boldpenguin/sdk-requests, @boldpenguin/sdk-utility, @boldpenguin/sdk-icons, @boldpenguin/sdk-redux, @boldpenguin/sdk-types, @boldpenguin/sdk-auth, @boldpenguin/sdk-core, @boldpenguin/sdk-demo
- Add
tenantproperty toIApplicationFormandIApplicationFormIndextypes
@boldpenguin/sdk-web-components, @boldpenguin/sdk-websockets, @boldpenguin/sdk-polyfill, @boldpenguin/sdk-requests, @boldpenguin/sdk-utility, @boldpenguin/sdk-icons, @boldpenguin/sdk-redux, @boldpenguin/sdk-types, @boldpenguin/sdk-auth, @boldpenguin/sdk-core, @boldpenguin/sdk-demo
- Some users will have access to select functionality on certain tenants. This list of "tenants" is exposed in the user data and has properties explaining which functionality on that tenant the user may access.
- Add
tenantstoIRawUserInfotype
- Add