Changelog

Improved

Iris Apps now use Vite instead of Rspack

Iris Apps have been migrated from Rspack to Vite as the build system. Vite provides near-instant dev server startup, fast HMR using native ES modules, and optimized production builds.

Improved

Tailwind upgraded from v3 to v4

In this version we upgraded the foundation for our tailwind to use tailwind 4.1.18 instead of 3.x.

Added

Assets API v2

Released stable version v2 of Assets API.

Improved

Set custom fields values using definition key

We enhanced the endpoint for setting custom field values to support definition keys as an alternative to definition UUIDs. This improvement eliminates the need to hardcode UUIDs in your integration code, making your implementations more maintainable and readable.

Removed

Deprecation of Day Range Picker Popover Component

The DayRangePickerPopover component is being deprecated in favor of the new DayRangeSelect component. The new DayRangeSelect component replaces it with all the same functionality but with a more user friendly user experience.

Added

Bluetooth tag configuration API v1

Released stable version v1 of Bluetooth tag configuration API. For more information, see the documentation and introduction of the endpoints.