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_url
property onIQuoteRequest
type
- Adds endpoint which returns carrier portal url (
Minor Changes
@boldpenguin/sdk-web-components, @boldpenguin/sdk-icons
- Add Vite support to
@boldpenguin/sdk-web-components
and@boldpenguin/sdk-icons
packages @boldpenguin/sdk
now has a Vite specific entrypoint to accomodate differences in bundler import behaviors. Try importing from@boldpenguin/sdk/vite
if 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
tenant
property toIApplicationForm
andIApplicationFormIndex
types
@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
tenants
toIRawUserInfo
type
- Add