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.
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.
In this version of our Iris App SDK, we have upgraded NX to v22.4.4. Make sure to upgrade your extensions to the latest version of NX.
In this version we upgraded the foundation for our tailwind to use tailwind 4.1.18 instead of 3.x.
Released stable version v2 of Assets API.
In this version of the App SDK, we have upgraded Node to the current LTS version 24.11.1. Make sure to upgrade your workspace to at least that version.
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.
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.
In this version of our Iris App SDK, we have upgraded NX to v21.1.3. Make sure to upgrade your extensions to the latest version of NX.
Released stable version v1 of Bluetooth tag configuration API. For more information, see the documentation and introduction of the endpoints.